:root {
  --bd-white: #e3ebed;
  --bd-black: #0b0c0a;
  --bd-blue: #94d6f0;
  --bd-green: #97e0ab;
  --bd-gray: #83878d;
  --kütüp-library--dim-grey: #6e6e6e;
  --white-2: white;
  --black: black;
  --kütüp-library--dark-slate-grey: #264653;
  --flowstica-webflow-library--black: #010b15;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-users-userformpagewrap {
  height: 100vh;
  max-width: 340px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  background-color: #f5f5f5;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

.section {
  height: 100dvh;
  position: relative;
}

.profile-picture {
  width: 300px;
  height: 300px;
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(148, 214, 240, .05), rgba(148, 214, 240, .05)), url('../images/Picture.png');
  background-position: 0 0, 20% 100%;
  background-size: auto, 500px;
  position: absolute;
  top: 50vh;
  bottom: 0%;
  left: auto;
  right: 10rem;
  transform: translate(0%, -50%);
}

.navbar-logo-center {
  z-index: 100;
  width: 100%;
  mix-blend-mode: normal;
  font-family: Kanit, sans-serif;
  position: fixed;
  top: 0;
  transform: none;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: var(--bd-white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-link.w--current {
  color: var(--bd-white);
}

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

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

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

.nav-dropdown-icon {
  color: var(--bd-white);
  margin-right: 10px;
}

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

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

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  width: 100vw;
  height: 100vh;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(11, 12, 10, .5);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-dropdown-link {
  color: var(--bd-white);
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 300;
}

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

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

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

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  background-color: var(--bd-white);
  color: var(--bd-black);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.html-embed {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  color: #e3ebed;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Kanit, sans-serif;
  font-weight: 200;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gradient-background {
  z-index: -100;
  width: 100%;
  height: 100dvh;
  background-image: url('../images/gradient.jpg');
  background-position: 50% 100%;
  background-size: cover;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.div-block-3 {
  z-index: 1000;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-family: Kanit, sans-serif;
  font-weight: 300;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home {
  width: 100%;
  height: 100dvh;
  position: relative;
}

.home.section {
  height: 100svh;
}

.about {
  width: 100%;
  height: 400vh;
  background-image: linear-gradient(#0b0c0a, #0b0c0a);
  position: relative;
}

.about.section {
  z-index: 0;
  height: 200svh;
  padding: 0;
}

.section-divider-bae_divider_1705530614385 {
  z-index: 1;
  width: 100%;
  height: 25vh;
  color: #0b0c0a;
  transform-style: preserve-3d;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotateX(0)rotateY(180deg)rotateZ(180deg);
}

.case-study {
  width: 100%;
  height: 400dvh;
  background-color: #e3ebed;
}

.case-study.section {
  height: 50svh;
  background-color: var(--bd-white);
}

.section-divider-bae_divider_1705541325707 {
  width: 100%;
  height: 25vh;
  color: var(--bd-black);
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotate(180deg);
}

.text-block {
  color: var(--bd-white);
}

.logo {
  width: 150px;
  height: 75px;
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
}

.logo-white {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url('../images/V2--White.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.logo-black {
  width: 100%;
  height: 100%;
  opacity: 1;
  background-image: url('../images/V2--Black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.scrollbar {
  z-index: 1000;
  width: 200px;
  height: 100vh;
  opacity: 1;
  pointer-events: none;
  cursor: default;
  mix-blend-mode: normal;
  border: 32px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.scroll-line {
  width: 3px;
  height: 80vh;
  background-color: #e3ebed;
  border-radius: 20px;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 1rem;
  transform: translate(0, -50%);
}

.scroll-ball {
  width: 9px;
  height: 9px;
  background-color: #e3ebed;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: auto;
  right: 13px;
  transform: translate(0, -50%);
}

.scroll-text {
  width: 100px;
  height: 2rem;
  color: var(--bd-white);
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  margin-right: 16px;
  font-family: Kanit, sans-serif;
  font-weight: 400;
  display: flex;
  position: absolute;
  top: -100%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pattern {
  z-index: 0;
  width: 100%;
  height: 100vh;
  opacity: 1;
  mix-blend-mode: color-burn;
  background-image: url('../images/Mark--White.svg');
  background-position: 50% 0;
  background-size: cover;
  position: fixed;
  overflow: visible;
}

.image-3, .image-3-copy {
  z-index: 10;
  width: 200px;
  height: 200px;
  filter: none;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.aruba {
  width: 200px;
  height: 200px;
  position: absolute;
  top: auto;
  bottom: 5rem;
  left: auto;
  right: 5rem;
}

.heading {
  z-index: -1;
  direction: ltr;
  color: var(--bd-black);
  text-align: center;
  text-indent: 0;
  text-transform: uppercase;
  column-count: 0;
  mix-blend-mode: soft-light;
  font-family: Kanit, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
  position: fixed;
  top: 50svh;
  left: 50%;
  transform: translate(-50%, -50%);
}

.typer {
  border: 1px none var(--bd-black);
  background-image: linear-gradient(to bottom, var(--bd-black), var(--bd-black));
  color: var(--bd-black);
  -webkit-text-stroke-color: var(--bd-black);
  overflow-wrap: anywhere;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: normal;
  font-weight: 600;
}

.header-video {
  z-index: -99;
  width: 100%;
  height: 100vh;
  mix-blend-mode: overlay;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.background-video {
  width: 100%;
  height: 100vh;
  filter: grayscale();
  mix-blend-mode: overlay;
}

.text-span-3 {
  display: none;
}

.text-block-2 {
  z-index: -1;
  width: auto;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  column-count: 0;
  word-break: keep-all;
  mix-blend-mode: soft-light;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: fixed;
  top: 40svh;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translate(-50%, 10rem);
}

.container-2 {
  width: 100%;
  height: 100vh;
  max-width: none;
  border: 1px none var(--bd-white);
  padding: 48px 60px;
}

.footer {
  width: 100%;
  height: 400dvh;
  background-color: #e3ebed;
}

.footer.section {
  height: 50svh;
  background-color: var(--bd-black);
  font-family: Kanit, sans-serif;
}

.quick-stack {
  height: 100%;
  padding: 64px;
}

.heading-2 {
  width: 62%;
  min-width: 40%;
  background-image: linear-gradient(225deg, var(--bd-blue), var(--bd-green));
  color: var(--bd-black);
  text-transform: uppercase;
  overflow-wrap: anywhere;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: row;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Kanit, sans-serif;
  font-size: 28px;
  line-height: 40px;
  display: flex;
  position: absolute;
}

.cell {
  flex-direction: column;
  justify-content: space-around;
  padding: 0;
  display: block;
}

.heading-2-copy {
  width: 100%;
  min-width: 100%;
  background-image: linear-gradient(315deg, var(--bd-blue), var(--bd-green));
  color: var(--bd-black);
  text-align: right;
  -webkit-text-stroke-color: var(--bd-gray);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: auto;
  margin-bottom: auto;
  font-family: Kanit, sans-serif;
  font-size: 28px;
  line-height: 40px;
  display: block;
}

.div-block-5 {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  background-image: linear-gradient(220deg, rgba(148, 214, 240, 0) 35%, rgba(151, 224, 171, .38)), url('../images/IMG_7594.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cell-2 {
  align-items: center;
}

.text-block-3 {
  height: 100%;
  color: var(--bd-gray);
  text-align: right;
  padding-top: 16px;
  font-family: Kanit, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 16px;
}

.div-block-7 {
  width: 100%;
  height: 100%;
  background-image: url('../images/65a9fb77c345ae7004c12953_aruba_location_navigation_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

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

.div-block-9 {
  width: 60%;
}

.text-block-4 {
  height: 100%;
  color: var(--bd-gray);
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 200;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8, .text-span-9 {
  background-image: linear-gradient(to bottom, var(--bd-blue), var(--bd-green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.spline-scene {
  width: 100%;
  height: 100%;
}

.quick-stack-2 {
  height: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  padding: 64px;
}

.cell-3 {
  flex-direction: row;
  justify-content: space-between;
  display: flex;
}

.cell-4 {
  align-items: flex-end;
  line-height: 20px;
}

.container-3 {
  width: 70%;
  height: 100%;
  max-width: none;
  border: 1px #fff;
  padding: 64px 0;
}

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

.div-block-11 {
  width: 300px;
  height: 100%;
  min-height: 300px;
  min-width: 300px;
  border: 3px none var(--bd-green);
  background-image: linear-gradient(rgba(148, 214, 240, .1), rgba(151, 224, 171, .1)), url('../images/IMG_7594.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-left: 60px;
}

.div-block-12 {
  width: 100%;
  height: 400px;
  justify-content: space-between;
  padding: 0;
  display: block;
}

.div-block-13 {
  display: flex;
  position: relative;
}

.div-block-15 {
  display: none;
}

.div-block-16 {
  height: 300px;
  margin-top: 40px;
  display: flex;
}

.div-block-17 {
  width: 150px;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  background-image: url('../images/65a9fb77c345ae7004c12953_aruba_location_navigation_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-18 {
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.paragraph {
  background-image: linear-gradient(to right, var(--bd-blue), var(--bd-green));
  color: var(--bd-gray);
  text-align: right;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  padding-top: 16px;
  font-family: Kanit, sans-serif;
  line-height: 14px;
}

.paragraph-2 {
  width: 100%;
  height: 100%;
  color: var(--bd-gray);
  padding-top: 16px;
  padding-right: 0;
  font-family: Kanit, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 17px;
}

.text-span-10, .text-span-11, .text-span-12, .text-span-13, .text-span-14 {
  background-image: linear-gradient(to right, var(--bd-blue), var(--bd-green));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block-19 {
  width: 100%;
  height: 200px;
  border: 20px solid var(--bd-black);
  opacity: 1;
  background-image: url('../images/75.png');
  background-position: 50%;
  background-repeat: no-repeat;
  margin-top: 60px;
  position: static;
}

.logos-title-large {
  border: 1px none var(--bd-gray);
  padding: 60px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  color: var(--bd-gray);
  text-align: center;
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
}

.clients-wrapper {
  width: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  opacity: .7;
  filter: brightness(200%) brightness(200%) brightness(200%) brightness(400%) grayscale();
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-image {
  height: 50px;
}

.section-divider-bae_divider_1705541325707-copy {
  width: 100%;
  height: 25vh;
  color: var(--bd-black);
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 0;
  overflow: hidden;
  transform: rotate(180deg);
}

.path {
  color: var(--bd-white);
}

.div-block-20 {
  width: 100%;
  height: 200px;
  border: 20px solid var(--bd-black);
  opacity: 1;
  background-image: url('../images/76.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1919px;
  margin-top: 60px;
  position: static;
}

.footer-light {
  border: 1px #000;
  padding: 80px 30px 40px;
  position: relative;
}

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

.footer-wrapper-two {
  color: var(--bd-white);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--bd-gray);
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  filter: grayscale() brightness(200%) brightness(200%) brightness(200%) brightness(200%) brightness(200%);
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-4 {
  height: 100px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

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

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

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

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

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

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.kutup-gray-link {
  color: #818181;
  font-weight: 700;
}

.kutup-copyright {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.kutup-copyright-center-text {
  text-align: center;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-social-wrapper-flex {
  grid-column-gap: 15px;
  display: flex;
}

.kutup-footer-link {
  color: var(--bd-white);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: rgba(38, 70, 83, .8);
}

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  display: flex;
}

.kutup-footer-flex {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.kutup-medium-container {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-footer-1 {
  background-color: var(--bd-black);
  padding: 70px 5% 50px;
}

.image-5 {
  height: 50px;
}

.wbs-footer-link {
  color: var(--bd-gray);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

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

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

.wbs-section {
  color: var(--bd-white);
  padding: 6.25rem 5%;
}

.image-6 {
  z-index: 10;
  height: 600px;
  max-width: none;
  position: relative;
  top: 70px;
  left: auto;
  overflow: visible;
}

.list-item {
  color: var(--bd-white);
}

.heading-3 {
  color: var(--bd-white);
  font-size: 30px;
  font-weight: 500;
}

.div-block-21 {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -341px;
  overflow: hidden;
}

.link-block {
  height: 600px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-2, .div-block-22 {
  display: none;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.heading-4 {
  font-family: Kanit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.button {
  background-color: var(--bd-white);
  color: var(--bd-black);
  font-family: Kanit, sans-serif;
}

.div-block-23 {
  z-index: -1;
  width: 100vw;
  height: 100dvh;
  mix-blend-mode: overlay;
  background-image: url('../images/65b000f7094e4f8f1f206ea4_animated-background-transcode_2-poster-00001.jpg');
  background-position: 50%;
  background-size: cover;
  position: fixed;
}

.body-2 {
  background-image: url('../images/gradient.jpg');
  background-position: 50%;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .profile-picture {
    transform: scale(.7)translate(40%, -100%);
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
  }

  .nav-menu-three {
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(11, 12, 10, .5);
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

  .menu-button {
    z-index: 100;
    color: var(--bd-white);
    padding: 12px;
  }

  .menu-button.w--open {
    z-index: 100;
    color: #0b0c0a;
    background-color: rgba(0, 0, 0, 0);
  }

  .gradient-background {
    background-position: 50% 100%;
  }

  .home.section {
    height: 100svh;
    min-height: 100svh;
    min-width: 100dvw;
  }

  .about.section {
    min-height: 200svh;
    min-width: 100dvw;
  }

  .icon {
    color: var(--bd-white);
  }

  .case-study.section {
    min-height: 50dvh;
    min-width: 100dvw;
  }

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

  .text-block-2 {
    font-size: 16px;
    top: 40svh;
    bottom: auto;
    transform: translate(-50%, 9rem);
  }

  .container-2 {
    padding: 36px;
  }

  .footer.section {
    height: 50svh;
    min-height: 50svh;
    min-width: 100dvw;
  }

  .heading-2, .heading-2-copy {
    font-size: 30px;
  }

  .div-block-5 {
    background-position: 0 0, 50% 43%;
  }

  .container-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-10 {
    flex-direction: column;
  }

  .div-block-11 {
    width: 50%;
    height: 300px;
    min-height: 300px;
    min-width: 50%;
    border: 3px none var(--bd-green);
  }

  .div-block-12 {
    height: 270px;
    padding-right: 0;
  }

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

  .div-block-15 {
    width: 50%;
    background-image: url('../images/65a9fb77c345ae7004c12953_aruba_location_navigation_1.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
  }

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

  .div-block-17 {
    display: none;
  }

  .div-block-18 {
    height: 100%;
  }

  .paragraph {
    background-image: linear-gradient(to right, var(--bd-blue), var(--bd-green));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    padding-right: 16px;
  }

  .paragraph-2 {
    height: 100%;
  }

  .div-block-19 {
    height: 110px;
    margin-top: 0;
  }

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

  .clients-title {
    margin-bottom: 10px;
  }

  .div-block-20 {
    height: 150px;
    margin-top: 0;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

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

  .image-6 {
    height: 500px;
    position: absolute;
    top: 160px;
  }

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

  .link-block {
    max-width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

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

  .nav-menu-wrapper-three {
    height: 100dvh;
    position: fixed;
    top: 0;
  }

  .nav-menu-three {
    width: 100%;
    height: 100%;
    background-color: rgba(11, 12, 10, .5);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding-bottom: 30px;
  }

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

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

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

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

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

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

  .menu-button {
    z-index: 100;
  }

  .menu-button.w--open {
    z-index: 100;
    background-color: rgba(0, 0, 0, 0);
  }

  .gradient-background {
    background-position: 50% 100%;
  }

  .div-block-3 {
    font-size: 10px;
  }

  .home.section {
    height: 100svh;
    min-height: 100svh;
  }

  .about.section {
    height: 340svh;
    min-height: 340svh;
  }

  .section-divider-bae_divider_1705530614385 {
    height: 10vh;
  }

  .icon {
    color: var(--bd-white);
  }

  .case-study.section {
    height: 70svh;
    min-height: 50svh;
  }

  .section-divider-bae_divider_1705541325707 {
    height: 10vh;
  }

  .heading {
    width: 300px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    top: 50svh;
    transform: translate(-50%);
  }

  .typer {
    overflow-wrap: break-word;
  }

  .header-video {
    display: none;
  }

  .text-block-2 {
    font-size: 16px;
    top: 40svh;
    bottom: auto;
    transform: translate(-50%, 10rem);
  }

  .container-2 {
    height: 220svh;
    padding: 16px 0;
  }

  .footer.section {
    height: 70svh;
    min-height: 50svh;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

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

  .cell {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-2-copy {
    font-size: 20px;
    line-height: 20px;
  }

  .container-3 {
    border-style: none;
    margin-top: 100px;
    padding: 40px 10px;
  }

  .div-block-11 {
    background-position: 50%;
    border-style: none;
  }

  .div-block-15 {
    background-size: contain;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-divider-bae_divider_1705541325707-copy {
    height: 10vh;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .kutup-footer-horizontal-flex {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

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

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

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

  .image-6 {
    height: 300px;
    position: absolute;
    top: 70px;
  }

  .div-block-21 {
    top: -136px;
  }

  .div-block-22 {
    z-index: -1;
    width: 100vw;
    height: 100vh;
    mix-blend-mode: overlay;
    background-image: url('../images/65b000f7094e4f8f1f206ea4_animated-background-transcode_2-poster-00001.jpg');
    background-position: 50%;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }
}

@media screen and (max-width: 479px) {
  .profile-picture {
    top: 50vh;
    left: 50%;
    right: auto;
    transform: scale(.7)translate(-70%, -70%);
  }

  .navbar-logo-center {
    z-index: 2000;
  }

  .container {
    max-width: none;
  }

  .nav-menu-wrapper-three {
    z-index: 0;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
  }

  .nav-menu-three {
    width: 100%;
    height: 100%;
    background-color: rgba(11, 12, 10, .5);
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }

  .menu-button {
    z-index: 100;
  }

  .menu-button.w--open {
    color: var(--bd-white);
    background-color: rgba(0, 0, 0, 0);
  }

  .home.section {
    height: 100svh;
    min-height: 100svh;
  }

  .about.section {
    height: 220svh;
    min-height: 200svh;
  }

  .section-divider-bae_divider_1705530614385 {
    height: 10vh;
  }

  .icon {
    color: var(--bd-white);
  }

  .case-study.section {
    height: 50svh;
    min-height: 50svh;
  }

  .section-divider-bae_divider_1705541325707 {
    height: 10vh;
  }

  .scroll-line {
    width: 3px;
    right: .8rem;
  }

  .scroll-ball {
    width: 9px;
    height: 9px;
    right: 10px;
  }

  .body {
    background-color: var(--bd-black);
  }

  .pattern {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
  }

  .heading {
    z-index: -1;
    width: 280px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
  }

  .typer {
    font-size: 20px;
  }

  .header-video, .background-video {
    display: none;
  }

  .text-span-3 {
    max-width: 0;
    font-size: 0;
    line-height: 0;
    display: block;
  }

  .text-block-2 {
    z-index: -1;
    top: 45svh;
    bottom: auto;
    transform: translate(-50%, 12rem);
  }

  .container-2 {
    height: 110vh;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding: 16px 0;
    display: flex;
  }

  .footer.section {
    height: 50svh;
    min-height: 50svh;
  }

  .heading-2 {
    width: 61%;
    font-size: 16px;
    line-height: 20px;
    display: block;
    position: absolute;
  }

  .heading-2-copy {
    width: 100%;
    padding: 0;
    font-size: 16px;
    line-height: 20px;
    position: static;
  }

  .container-3 {
    max-height: 80%;
    padding: 16px 0;
  }

  .div-block-10 {
    height: 80%;
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    justify-content: flex-start;
  }

  .div-block-11 {
    width: 100%;
    height: auto;
    min-height: auto;
    min-width: 40%;
    aspect-ratio: 1 / 1;
    border: 16px solid var(--bd-black);
    margin-top: 0;
    margin-left: 0;
  }

  .div-block-12 {
    height: 220px;
  }

  .div-block-13 {
    flex-direction: column;
  }

  .div-block-14 {
    height: 300px;
    flex-direction: column;
  }

  .div-block-15 {
    width: 100%;
    height: 100px;
    min-height: 100px;
    margin-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-16 {
    height: 140px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .paragraph {
    padding-top: 0;
    padding-right: 0;
    font-size: 10px;
  }

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

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

  .clients-image {
    height: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .section-divider-bae_divider_1705541325707-copy {
    height: 10vh;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .kutup-footer-horizontal-flex {
    justify-content: center;
  }

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

  .image-6 {
    z-index: 10;
    height: 430px;
    top: 20px;
  }

  .div-block-21 {
    top: -116px;
  }

  .div-block-22 {
    z-index: 0;
    width: 100vw;
    height: 100vh;
    min-height: 100vh;
    min-width: 100vw;
    mix-blend-mode: overlay;
    background-image: url('../images/65b000f7094e4f8f1f206ea4_animated-background-transcode_2-poster-00001.jpg');
    background-position: 50%;
    background-size: cover;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

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

  .button {
    width: 180px;
  }
}

#w-node-b191b4d2-3809-a8ed-a03a-94d3028ecd2d-aba4a055 {
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_590dc697-32b7-01e7-fd21-dbf81acd2a6b-aba4a055, #w-node-_3872dd88-272e-e814-f272-60ce6303f665-aba4a055 {
  grid-column: span 2 / span 2;
}

#w-node-ca33226c-d54a-2c0c-2ec1-18374856b601-aba4a055 {
  grid-template-rows: minmax(auto, .25fr) minmax(0, .25fr) auto auto auto auto auto auto auto;
  grid-template-columns: 1.75fr .75fr 1.5fr;
}

#w-node-_3ffdfdc5-fa04-b020-c98c-a779af066493-aba4a055 {
  grid-column: span 2 / span 2;
}

#w-node-_3b4addb2-34a4-880b-1f12-d8c9b668998b-aba4a055 {
  grid-row: span 5 / span 5;
}

#w-node-df62dfa2-3a7c-3119-8d48-e73e206c2f22-aba4a055 {
  grid-column: span 2 / span 2;
}

#w-node-_144728d6-f1af-0cf2-e869-9f47abf132b5-aba4a055, #w-node-f01beb47-4f0a-8c92-78fb-df4d141a4a8a-aba4a055 {
  grid-row: span 3 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-b191b4d2-3809-a8ed-a03a-94d3028ecd2d-aba4a055 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_590dc697-32b7-01e7-fd21-dbf81acd2a6b-aba4a055 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3872dd88-272e-e814-f272-60ce6303f665-aba4a055 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b191b4d2-3809-a8ed-a03a-94d3028ecd2d-aba4a055 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_590dc697-32b7-01e7-fd21-dbf81acd2a6b-aba4a055, #w-node-_3872dd88-272e-e814-f272-60ce6303f665-aba4a055 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b191b4d2-3809-a8ed-a03a-94d3028ecd2d-aba4a055 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


