@font-face {
  font-family: Aptos;
  src: url('../fonts/aptos-black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --body: #333;
  --title: #000;
  --black: black;
  --white: white;
  --desktop-space: 150px;
  --tablet-space: 100px;
  --landscape-mobile-space: 80px;
  --portrait-mobile-space: 60px;
  --red: #c00000;
  --white-smoke: whitesmoke;
}

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

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

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

body {
  color: var(--body);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: 14px;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: 500;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0003;
  padding-top: 14px;
  padding-bottom: 14px;
}

.hero-img {
  background-color: #eee;
  border-radius: 10px;
  width: 100%;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.on-scroll {
  background-color: #f5f5f3;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
}

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

.contact-mail {
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  background-color: #ffffff0f;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  align-items: center;
  padding: 18px 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.contact-mail:hover {
  background-color: #ffffff24;
}

.contact-mail.left {
  background-color: #6161610f;
  font-weight: 400;
  left: 30px;
  right: auto;
}

.contact-mail.left.darker {
  background-color: #0000000f;
  border-color: #ffffff73;
}

.contact-mail.left {
  transition-property: all;
  transition-duration: .15s;
  left: 30px;
  right: auto;
}

.contact-mail.left:hover {
  transform: scale(1.02);
}

.container {
  width: 100%;
  max-width: 1336px;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-right {
  grid-column-gap: 50px;
  align-items: center;
  display: flex;
}

.hero-right {
  width: 100%;
}

.nav-menu-link {
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #eee;
  width: 100%;
  height: 100%;
}

.humburg-menu {
  margin-left: 10px;
}

.humburg-menu.w--open {
  background-color: #0000;
  padding-left: 0;
}

.middle-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.primary-btn {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  padding: 18px 26px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: inline-block;
}

.primary-btn:hover {
  color: #fff;
  background-color: #000;
}

.primary-btn.black {
  background-color: var(--black);
  color: var(--white);
  font-weight: 400;
}

.primary-btn.black:hover {
  color: var(--black);
  background-color: #0000;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-bottom: 6px;
}

.header-btn {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  padding: 14px 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: flex;
}

.header-btn:hover {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
}

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

.about-me-wrap {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  display: flex;
}

.about-btm {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-btm.align-right {
  justify-content: flex-end;
}

.about-btm.align-right.hide {
  justify-content: space-between;
}

.secondary-btn {
  grid-column-gap: 10px;
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 26px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.secondary-btn:hover {
  color: #fff;
  background-color: #000;
}

.am-text {
  margin-bottom: 32px;
}

.am-text.margin-bottom-16 {
  margin-bottom: 16px;
}

.am-data {
  width: 100%;
  max-width: 936px;
}

.am-data.full-width {
  max-width: none;
}

.about-me {
  margin-bottom: var(--desktop-space);
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}

.about-me.no-underline {
  border-bottom-style: none;
  padding-bottom: 0;
}

.error-message {
  text-align: center;
  padding: 20px;
}

.social {
  grid-column-gap: 2px;
  color: var(--body);
  align-items: center;
  margin-top: 16px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.connect-left {
  width: 100%;
  max-width: 40%;
}

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

.textarea {
  border: 0 solid #000;
  border-bottom-width: 1px;
  width: 100%;
  height: auto;
  min-height: 140px;
  margin-bottom: 0;
  padding: 0 0 14px;
}

.textarea:focus {
  border-bottom-width: 1px;
  border-bottom-color: #000;
}

.connect-img {
  background-color: #f5f5f3;
  border-radius: 10px;
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

.connect-right {
  width: 100%;
  max-width: 60%;
}

.connect-wrap {
  grid-column-gap: 70px;
  align-items: center;
  display: flex;
}

.contact-section {
  margin-bottom: var(--desktop-space);
}

.social-wrap {
  grid-column-gap: 45px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 18px;
  display: flex;
}

.form-wrap {
  grid-row-gap: 50px;
  flex-direction: column;
  display: flex;
}

.connect-image {
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  height: 500px;
}

.field-label {
  text-align: left;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.input {
  border: 0 solid #000;
  border-bottom-width: 1px;
  margin-bottom: 0;
  padding: 0 0 14px;
}

.input:focus {
  border-bottom-color: #000;
}

.input::placeholder {
  color: #888;
  text-align: left;
  font-size: 14px;
  line-height: 150%;
}

.two-field {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.section-title {
  margin-bottom: 40px;
}

.button-wrap {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.button-wrap.right {
  justify-content: flex-end;
}

.footer {
  background-color: silver;
}

.ft-contact-wrap {
  grid-column-gap: 60px;
  color: #fff;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.ft-btm {
  color: #fff;
  border-top: 1px solid #fff3;
  margin-top: 60px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.ft-btn-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ft-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
  transition: color .3s;
}

.ft-link:hover {
  color: #b2b2b2;
}

.ft-link.top {
  padding-top: 0;
}

.ft-link.last {
  padding-bottom: 0;
}

.ft-data {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.ft-link-wrap {
  flex-direction: column;
  display: flex;
}

.ft-btm-link {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.ft-btm-link:hover {
  text-decoration: underline;
}

.ft-wrap {
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.mail-wrap {
  grid-row-gap: 6px;
  flex-direction: column;
  display: flex;
}

.ft-text {
  font-size: 14px;
  line-height: 150%;
}

.ft-right {
  grid-column-gap: 95px;
  display: flex;
}

.contact-social-icon {
  object-fit: contain;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  display: flex;
}

.error-data {
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.error-text {
  margin-top: 32px;
  margin-bottom: 32px;
}

.section {
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.main-container {
  max-width: 1348px;
  padding-left: 24px;
  padding-right: 24px;
}

.wrap-legal-text {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.legal-rich-text-block h1 {
  font-size: 36px;
}

.legal-rich-text-block h2 {
  margin-top: 20px;
  margin-bottom: 14px;
  font-size: 24px;
}

.legal-rich-text-block strong {
  color: var(--title);
  font-weight: 500;
}

.legal-rich-text-block li {
  margin-bottom: 10px;
}

.legal-rich-text-block a {
  color: var(--title);
}

.contact-icon {
  width: 14px;
  height: 14px;
}

.logo-text {
  color: var(--red);
  font-family: Aptos, Arial, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.logo-text.larger {
  font-size: 28px;
}

.exp-data {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #00000038;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 22px;
  display: flex;
}

.body-small {
  color: #333;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.experience-wrap {
  grid-row-gap: 22px;
  flex-direction: column;
  display: flex;
}

.experience-block {
  justify-content: space-between;
  display: flex;
}

.exp-title {
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 400;
}

.page-title-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.main-title {
  margin-bottom: 0;
}

.sub-heading {
  grid-column-gap: 8px;
  color: #000;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.post-img {
  background-color: #f5f5f3;
  border-radius: 10px;
  padding-top: 75%;
  position: relative;
  overflow: hidden;
}

.post-inner-data {
  grid-column-gap: 10px;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.post-link {
  color: var(--body);
  width: 100%;
  text-decoration: none;
}

.services {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-data {
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 22px;
}

.post-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.post-title {
  color: var(--black);
  margin-bottom: 0;
  font-weight: 300;
}

.body-small-2 {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.work-main {
  margin-bottom: 60px;
}

.work-main-img {
  background-color: #000;
  border-radius: 10px;
  overflow: hidden;
}

.work-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.work-detail-wrap {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
}

.overview {
  margin-bottom: 50px;
}

.overview-title {
  margin-bottom: 20px;
}

.work-details {
  margin-bottom: 150px;
}

.work-data-wrap {
  width: 100%;
  max-width: 900px;
}

.bold-subtitle {
  font-size: 22px;
}

.div-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  height: 100px;
}

.tool-img {
  background-color: #f5f5f3;
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tool-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid;
}

.work-rich-text-block img {
  margin-top: 24px;
  margin-bottom: 24px;
}

.language-dropdown.show-mobile {
  display: none;
}

.language-toggle {
  border-radius: 4px;
  align-items: center;
  padding: .25rem 1rem;
  font-size: 1rem;
  transition: all .2s;
  display: flex;
}

.icon-3 {
  display: none;
}

.flag {
  object-fit: cover;
  background-image: url('../images/Flag_of_Finland.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  height: 12px;
}

.flag.english {
  background-image: url('../images/Flag_of_the_United_Kingdom.svg');
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.language-link {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #143d60;
}

@media screen and (min-width: 1280px) {
  .hero-img {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    background-color: #fff;
  }

  .on-scroll {
    background-color: #f5f5f3;
  }

  .bottom-line {
    background-color: #000;
    width: 25px;
  }

  .container {
    max-width: 100%;
  }

  .nav-right {
    background-color: #fff;
    border-bottom: 1px solid #0003;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-right {
    max-width: 100%;
  }

  .nav-menu-link {
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 0;
  }

  .humburg-menu {
    grid-row-gap: 4px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding: 0;
  }

  .middle-line, .top-line {
    background-color: #000;
    width: 25px;
  }

  .header-btn {
    margin-top: 6px;
  }

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

  .am-data {
    max-width: 100%;
  }

  .about-me {
    margin-bottom: var(--tablet-space);
  }

  .connect-left {
    max-width: 100%;
  }

  .textarea {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .connect-right {
    max-width: 100%;
  }

  .connect-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-section {
    margin-bottom: var(--tablet-space);
  }

  .ft-contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .ft-btm {
    margin-top: 80px;
  }

  .ft-wrap {
    margin-top: 60px;
  }

  .ft-right {
    grid-column-gap: 70px;
  }

  .exp-title {
    font-size: 20px;
  }

  .page-title-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .post-image {
    min-height: 340px;
    max-height: 340px;
  }

  .work-main {
    margin-bottom: 40px;
  }

  .work-main-image {
    min-height: 350px;
    max-height: 350px;
  }

  .work-detail-wrap {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .overview {
    margin-bottom: 40px;
  }

  .work-details {
    margin-bottom: 100px;
  }

  .div-block-2 {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .tool-img {
    max-width: 100%;
  }

  .language-dropdown {
    margin-right: 0;
  }

  .language-dropdown.hide-mobile {
    display: none;
  }

  .language-dropdown.show-mobile {
    margin-left: auto;
    margin-right: 42px;
    display: block;
  }

  .language-toggle {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1.125rem;
  }

  .flag {
    width: 23px;
    height: 14px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    padding-left: 0;
  }

  .navbar {
    max-width: 100%;
  }

  .hero-img {
    height: 550px;
  }

  .humburg-menu {
    position: relative;
  }

  .humburg-menu.w--open {
    z-index: 10;
  }

  .about-me, .contact-section {
    margin-bottom: var(--landscape-mobile-space);
  }

  .two-field {
    grid-column-gap: 30px;
    grid-template-rows: auto;
  }

  .section-title {
    font-size: 28px;
  }

  .button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ft-contact-wrap {
    flex-direction: row;
    justify-content: space-between;
  }

  .ft-btm {
    margin-top: 60px;
  }

  .ft-btn-wrap {
    grid-row-gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ft-data {
    grid-row-gap: 50px;
    flex-direction: column;
    margin-top: 50px;
  }

  .error-data {
    max-width: 90%;
  }

  .exp-title {
    font-size: 18px;
  }

  .page-title-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .post-image {
    min-height: 500px;
    max-height: 500px;
  }

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

  .work-main-image {
    min-height: 250px;
    max-height: 250px;
  }

  .work-details {
    margin-bottom: 80px;
  }

  .div-block-2 {
    grid-template-columns: 2fr;
  }

  .language-toggle {
    margin-left: 0;
  }

  .flag {
    width: 24px;
    height: 14px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    background-color: #fff0;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .hero-img {
    height: auto;
  }

  .contact-mail {
    padding: 14px 22px;
    bottom: 20px;
    right: 20px;
  }

  .contact-mail.left {
    left: 20px;
  }

  .hero-image {
    object-fit: cover;
  }

  .primary-btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .about-btm {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .secondary-btn {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .about-me, .contact-section {
    margin-bottom: var(--portrait-mobile-space);
  }

  .social-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .form-wrap {
    grid-row-gap: 30px;
  }

  .connect-image {
    height: 100%;
  }

  .two-field {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .button-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .ft-contact-wrap {
    flex-direction: column;
  }

  .ft-btm {
    margin-top: 50px;
  }

  .ft-link {
    font-size: 20px;
  }

  .ft-data {
    margin-top: 40px;
  }

  .ft-wrap {
    margin-top: 50px;
  }

  .ft-right {
    grid-column-gap: 80px;
  }

  .error-text {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .section.legal-section {
    padding-top: 120px;
  }

  .exp-data {
    align-items: flex-end;
    max-width: 100%;
    padding-bottom: 15px;
  }

  .experience-wrap {
    grid-row-gap: 15px;
  }

  .experience-block {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .exp-title {
    font-size: 16px;
  }

  .post-inner-data {
    margin-top: 10px;
  }

  .post-data {
    padding: 20px;
    left: 15px;
    right: 15px;
  }

  .post-image {
    min-height: 320px;
    max-height: 320px;
  }

  .post-title {
    font-size: 16px;
  }

  .work-main-image {
    min-height: 160px;
    max-height: 160px;
  }

  .work-details {
    margin-bottom: 60px;
  }

  .div-block-3 {
    height: 40px;
  }

  .div-block-4 {
    grid-template-columns: 1fr;
  }

  .language-dropdown {
    z-index: 6000;
    width: auto;
  }

  .language-dropdown.show-mobile {
    margin-right: 24px;
  }

  .language-toggle {
    z-index: 6001;
  }

  .icon-3 {
    margin-right: 32%;
  }

  .language-list.w--open {
    z-index: 2147483647;
  }

  .language-link {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_528740a2-6752-06ec-1ffb-319425143534-a376fe63, #w-node-_05e1ce18-4105-72ca-3ee0-e250132444a0-d8d48d30, #w-node-_528740a2-6752-06ec-1ffb-319425143534-6f624dc2, #w-node-_05e1ce18-4105-72ca-3ee0-e250132444a0-a4d8d28a {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos-black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/aptos.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}