:root {
  --white: white;
  --dark-blue: #051840;
  --light-blue: #267dfe;
  --light-blue-2: #e7f2fe;
  --black: black;
}

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

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

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

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

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

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

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

p {
  margin-bottom: 10px;
}

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

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

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

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

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

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

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

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

.msg_floating {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 50;
}

.msg_floating img {
  width: 64px;
  height: 64px;
}

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

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

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

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

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

.container {
  color: var(--white);
  width: 100%;
  max-width: 1530px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

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

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

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

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

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

.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-speaking-label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.label.cc-about-light,
.paragraph-light {
  opacity: 0.6;
}

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

.hero_section {
  background-color: var(--dark-blue);
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 100px;
  padding-bottom: 200px;
}

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

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 0.4s, opacity 0.4s, color 0.4s;
}

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

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

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

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

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

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

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

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

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

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

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

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

.navigation-item {
  opacity: 0.6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
}

.navigation-item:hover {
  opacity: 0.9;
  color: var(--light-blue);
}

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

.navigation-item.w--current {
  opacity: 1;
  color: var(--white);
  text-transform: none;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: var(--light-blue);
}

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

.navigation-items {
  color: var(--white);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: var(--dark-blue);
  align-items: center;
  padding: 30px 50px;
  font-family: Unbounded, sans-serif;
  display: flex;
}

.logo-image {
  display: block;
}

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

.name-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

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

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

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

.footer-wrap {
  background-color: var(--dark-blue);
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.abousus-btn {
  display: inline-block !important;
  align-self: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

.email-section {
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.body {
  color: var(--dark-blue);
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 400;
}

.button {
  background-color: var(--light-blue);
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-left: 0;
  padding: 20px 30px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.button.nav_btn {
  margin-left: 0;
  transition-property: background-color;
}

.button.nav_btn:hover {
  color: var(--light-blue-2);
  background-color: #53baff;
}

.button.btn-cta {
  transition: background-color 0.2s;
}

.button.btn-cta:hover {
  color: var(--white);
  background-color: #53baff;
}

.hero_container {
  display: flex;
}

.hero_container_content-left {
  flex: 1;
  padding-right: 170px;
}

.hero_container_content-right {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.hero_heading-1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 82px;
}

.hero_heading-2 {
  color: var(--white);
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
}

.hero_photo_section {
  margin-bottom: 20px;
}

.hero_photo-wrapper {
  margin-top: -100px;
}

.hero_numbers-wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

.single_number-number {
  color: var(--light-blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 83px;
}

.single_number-text {
  color: var(--black);
  font-size: 20px;
  line-height: 24px;
}

.services_section {
  padding-bottom: 180px;
}

.services_section-heading {
  color: var(--dark-blue);
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 82px;
}

.section-title {
  font-size: 44px !important;
  line-height: 62px !important;
}

.section-subtitle {
  font-size: 20px !important;
  line-height: 32px !important;
}

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

.services_section-paragraph {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.services_section_services-wr {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
  display: grid;
}

.single_service {
  background-color: var(--light-blue-2);
  padding: 60px;
  transition: transform 0.2s;
}

.single_service:hover {
  transform: scale(1.02) !important;
}

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

.single_service-title {
  color: var(--dark-blue);
  margin-top: 40px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.single_service-content {
  color: var(--dark-blue);
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
}

.services_section-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.services_section-cta {
  max-width: 980px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}

.services_section_cta-paragraph {
  color: var(--dark-blue);
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.services_section_cta-contact {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.code-embed {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.phone-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.paragraph-1 {
  color: var(--dark-blue);
  font-size: 20px;
  font-weight: 500;
}

.opinion_section {
  background-color: var(--dark-blue);
  padding-top: 160px;
  padding-bottom: 160px;
}

.testimonial-slider-large {
  border-bottom: 1px #e4ebf3;
  padding: 0 0 80px;
  position: relative;
}

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

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  margin-right: 0;
  font-size: 64px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  color: var(--white);
  width: 100%;
  margin-bottom: 32px;
  font-size: 64px;
  font-weight: 300;
  line-height: 68px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  background-color: #0000;
  height: 64px;
  display: block;
  bottom: -467px;
}

.testimonial-slider-arrow.arrow-prev {
  height: 64px;
  left: 0;
  right: -80%;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  display: none;
  position: static;
  bottom: -60px;
}

.div-block-2 {
  display: flex;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 40px;
  display: flex;
}

.div-block-4 {
  background-image: linear-gradient(
    90deg,
    #a37f7c00,
    #267dfe 15% 83%,
    #05184000
  );
  width: 215px;
  height: 10px;
  margin-bottom: 60px;
}

.div-block-5 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.team_section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.team_section-heading {
  color: var(--dark-blue);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 82px;
}

.team_section-paragraph {
  color: var(--dark-blue);
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.text-span {
  text-decoration: underline;
}

.team_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  display: grid;
}

.team_member {
  color: var(--dark-blue);
}

.team_member-name {
  color: var(--light-blue);
  margin-top: 30px;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
}

.team_member-role,
.team_member-desc {
  font-size: 20px;
  font-weight: 500;
}

.team_member-tags {
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.single-tag {
  background-color: var(--light-blue-2);
  border-radius: 30px;
}

.text-block {
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.aboutus_section {
  padding-top: 160px;
  padding-bottom: 160px;
}

.abousus_section-content {
  grid-column-gap: 256px;
  grid-row-gap: 256px;
  display: flex;
}

.abousus_section-content-left {
  flex: 1;
}

.abousus_section-content-right {
  color: var(--dark-blue);
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutus_section-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 82px;
}

.background-video {
  aspect-ratio: 2 / 3;
  width: 100%;
  max-width: 640px;
  height: 100%;
  max-height: 684px;
  overflow: visible;
}

.text-block-2 {
  margin-top: 40px;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.text-span-2 {
  color: var(--light-blue);
  font-weight: 700;
}

.text-span-3 {
  font-weight: 700;
}

.link {
  color: var(--light-blue-2);
  text-align: right;
  text-transform: uppercase;
  flex: 0 auto;
  width: 20%;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
}

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

.text-block-3 {
  color: var(--light-blue-2);
  text-align: center;
  text-transform: uppercase;
  flex: 0 auto;
  width: 20%;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
  display: block;
}

.contact_section {
  background-color: var(--dark-blue);
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact_section-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.contact_section-left {
  padding-right: 100px;
}

.contact_section-right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.contact_section-heading {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 82px;
}

.text-block-4 {
  font-size: 20px;
  font-weight: 500;
}

.text-block-5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.code-embed-2 {
  width: 100%;
  height: 100%;
}

.div-block-6 {
  height: 600px;
  margin-top: 60px;
}

.text-block-6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-7 {
  color: var(--light-blue);
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.div-block-7 {
  margin-top: 20px;
}

.text-block-8 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-8 {
  margin-top: 60px;
}

.single_contact-person {
  margin-bottom: 40px;
  display: flex;
}

.link-2 {
  color: var(--white);
  text-decoration: none;
  margin-top: 8px;
}

.link-2:hover {
  color: var(--light-blue);
}

.div-block-10 {
  font-size: 24px;
  line-height: 30px;
}

.image {
  margin-right: 40px;
}

.div-block-11 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 0;
  margin-bottom: 70px;
  padding-top: 30px;
  display: flex;
}

.div-block-12 {
  margin-top: auto;
  width: 100%;
}

.swiper-opinions {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  width: 100%;
}

.swiper-slide.swiper-slide-gallery {
  background-color: #0000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  max-height: 500px;
  display: flex;
  position: relative;
}

.swiper-slide.swiper-slide-gallery.slide-odd {
  max-width: 472px;
  max-height: 310px;
}

.swiper-slide.swiper-slide-gallery.slide-even {
  max-width: 370px;
}

.text-block-9,
.text-block-10 {
  font-size: 58px;
  line-height: 64px;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  display: flex;
}

.image-2 {
  transform-style: preserve-3d;
  transform: rotateX(0) rotateY(180deg) rotateZ(0);
}

.swiper-button-prev-opinions,
.swiper-button-next-opinions {
  cursor: pointer;
}

.div-block-15 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-11,
.text-block-12 {
  font-size: 18px;
  line-height: 20px;
}

.div-block-16 {
  background-image: linear-gradient(
    90deg,
    #05184000,
    #267dfe 15% 83%,
    #05184000
  );
  width: 215px;
  height: 10px;
  margin-bottom: 60px;
}

.span-block-16_wr {
  position: relative;
}
.span-block-17 {
  position: relative;
  z-index: 10;
}

.span-block-16 {
  background-image: linear-gradient(
    90deg,
    #05184000,
    #267dfe 15% 83%,
    #05184000
  );
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 5;
}

.text-span-4 {
  font-style: italic;
  font-weight: 300;
}

.process_section {
  background-color: #f4f9ff;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
}

.div-block-17 {
  color: var(--dark-blue);
  display: flex;
}

.div-block-18 {
  flex: 1;
  align-self: flex-start;
  height: auto;
  position: sticky;
  top: 160px;
}

.div-block-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading {
  font-size: 64px;
  font-weight: 500;
  line-height: 82px;
}

.paragraph-2 {
  max-width: 550px;
  margin-top: 41px;
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.div-block-20 {
  color: var(--white);
  background-image: linear-gradient(0deg, #0e264b, #0e264b00);
  margin-top: auto;
  padding: 60px;
}

.text-block-13 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

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

.text-block-15 {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}

.div-block-21 {
  aspect-ratio: 1;
  background-image: url("../images/wywiad.avif");
  background-position: 50%;
  background-size: cover;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.div-block-21.process-2 {
  background-image: url("../images/stale-wizyty.avif");
}

.div-block-21.process-3 {
  background-image: url("../images/dorazna-opieka.avif");
}

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

.div-block-23 {
  flex: 0 auto;
  width: 20%;
}

.gallery_section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.div-block-24 {
  z-index: 10;
  background-color: var(--dark-blue);
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
}

.swiper-gallery.swiper {
  width: 100%;
  overflow: hidden;
}

.div-block-25 {
  z-index: 20;
  height: auto;
  position: relative;
  overflow: visible;
}

.swiper-wrapper-gallery.swiper-wrapper {
  height: 500px;
  min-height: auto;
  display: flex;
  position: static;
  overflow: visible;
}

.image-3 {
  max-width: 480px;
  max-height: 500px;
}

.lightbox-link {
  display: block;
}

.link-3 {
  color: var(--white);
  cursor: pointer;
  margin-right: 80px;
  line-height: 40px;
  text-decoration: none;
  transition-property: background-color;
}

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

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

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

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

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

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

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu-icon {
    display: none;
  }

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

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

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

  .navigation-items {
    background-color: var(--dark-blue);
    padding-bottom: 40px;
  }

  .navigation {
    padding: 25px 30px;
  }

  .menu-button {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    padding: 0;
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .hero_container {
    flex-flow: column;
  }

  .hero_container_content-left {
    padding-right: 0;
  }

  .hero_container_content-right {
    max-width: 100%;
    margin-top: 40px;
  }

  .hero_heading-1 {
    font-size: 48px;
    line-height: 62px;
  }

  .hero_heading-2 {
    font-size: 22px;
    line-height: 28px;
  }

  .hero_numbers-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .services_section-heading {
    font-size: 42px;
    line-height: 62px;
  }

  .services_section-paragraph {
    font-size: 22px;
    line-height: 28px;
  }

  .services_section_services-wr {
    grid-template-columns: 1fr;
  }

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

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    margin-bottom: 0;
    overflow: visible;
  }

  .testimonial-slider-arrow {
    bottom: -909px;
  }

  .testimonial-slider-arrow.arrow-prev {
    right: -66%;
  }

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

  .abousus_section-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .contact_section-wrapper {
    flex-flow: column;
    grid-template-columns: 1.5fr;
    grid-auto-flow: row;
    display: flex;
  }

  .contact_section-left {
    order: 1;
    margin-top: 40px;
    padding-right: 0;
  }

  .text-block-10 {
    font-size: 42px;
    line-height: 52px;
  }

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

  .div-block-18 {
    position: static;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    margin-top: 80px;
  }

  .link-3 {
    text-align: center;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-26 {
    background-color: var(--white);
    width: 30px;
    height: 2px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }
}

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

  .hero_photo_section {
    margin-bottom: 60px;
  }

  .process_section,
  .aboutus_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .w-nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-13 {
    margin-top: 20px;
  }

  .image-2,
  .swiper-button-prev-opinions img {
    width: 44px;
    height: 44px;
  }

  .opinion_section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .container {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  /* .hero_section {
    margin-left: 15px;
    margin-right: 15px;
  } */

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

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

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

  .navigation {
    padding: 20px 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  ._404-wrap {
    padding: 30px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-quote {
    font-size: 36px;
    line-height: 42px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .testimonial-slider-arrow {
    bottom: -504px;
  }

  .testimonial-slider-arrow.arrow-prev {
    right: -53%;
  }

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

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

  .button {
    padding: 20px 10px;
    font-size: 16px;
    width: 100%;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

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

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

  .footer-wrap {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

  .button {
    text-align: center;
  }

  .hero_heading-1 {
    text-align: left;
    font-size: 32px;
    line-height: 42px;
  }

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

  .single_number-number {
    font-size: 44px;
    line-height: 54px;
  }

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

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

  .single_service {
    padding: 40px 20px;
  }

  .single_service-title {
    margin-top: 20px;
  }

  .single_service-content {
    font-size: 18px;
  }

  .services_section_cta-contact {
    flex-flow: column;
  }

  .services_section {
    padding-bottom: 80px;
  }

  .testimonial-slider-large {
    padding: 10px 0;
  }

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

  .testimonial-slide {
    padding: 0;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .testimonial-slider-arrow {
    bottom: -150px;
  }

  .testimonial-slider-arrow.arrow-prev {
    right: -6%;
  }

  .div-block-2 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-3 {
    margin-left: 0;
  }

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

  .team_section-paragraph {
    text-align: left;
    font-size: 20px;
  }

  .team_member-desc {
    text-align: left;
  }

  .team_member-tags {
    flex-flow: column;
  }

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

  .text-block-2 {
    text-align: left;
    font-size: 20px;
  }

  .link,
  .text-block-3 {
    text-align: left;
    width: 100%;
  }

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

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

  .single_contact-person {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .image {
    padding-bottom: 20px;
  }

  .div-block-11 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-block-10 {
    text-align: left;
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-14 {
    order: -1;
    justify-content: space-between;
    align-items: center;
    /* width: 100%; */
    margin-bottom: 20px;
  }

  .text-block-12,
  .div-block-18 {
    text-align: left;
  }

  .text-block-12 {
    width: 100%;
  }

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

  .paragraph-2 {
    text-align: left;
    font-size: 20px;
  }

  .div-block-20 {
    margin-top: 200px;
    padding: 24px;
  }

  .img-vertical {
    width: 245px;
  }

  .text-block-13 {
    text-align: left;
    font-size: 28px;
    line-height: 38px;
  }

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

  .div-block-22 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
