:root {
  --walsh-walsh-mid-green: #47888a;
  --walsh-walsh-dark-green: #2c5c5d;
  --walsh-walsh-dark-green-2: #204f58;
  --walsh-walsh-light-green: #c2ecd5;
  --walsh-black: #2c2c2c;
  --walsh-light-goldenrod-yellow: #d3f6c1;
  --kütüp-library-dim-grey: #6e6e6e;
  --kütüp-library-dark-slate-grey: #264653;
  --kütüp-library-burntsienna: #e76f51;
  --kütüp-library-white: white;
  --kütüp-library-dark-slate-grey-x: #2e5261;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-button-hover-fill {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-arrow-wrapper {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #2ad2bb;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-link-block-transparent-1 {
  box-shadow: inset 1px -1px 0 0 var(--walsh-walsh-mid-green), inset -1px 1px 0 0 var(--walsh-walsh-mid-green), inset -1px -1px 0 0 var(--walsh-walsh-mid-green), inset 1px 1px 0 0 var(--walsh-walsh-mid-green);
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: var(--walsh-walsh-dark-green);
  background-color: #fff;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px rgba(0, 0, 0, .05);
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: rgba(0, 0, 0, .35);
}

.walsh-dropdown {
  color: #fff;
}

.walsh-nav-link-white {
  color: #000;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, .35);
}

.walsh-nav-menu-justify {
  grid-column-gap: 8px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-nav-logo {
  height: 32px;
}

.walsh-brand-block {
  z-index: 2;
  width: auto;
  height: 100%;
  align-items: center;
  display: flex;
}

.walsh-nav-grid-1 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.walsh-inner-nav {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.walsh-container-nav {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #2ad0b9;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #204f58;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.walsh-nav-grid-center {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1.75fr 1.25fr;
}

.walsh-nav-menu-green-left {
  width: 100%;
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.walsh-nav-grid-2 {
  width: 100%;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

.walsh-main-nav-2 {
  background-color: #fff;
}

.walsh-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.walsh-hero-frame-square {
  width: 100%;
  max-width: 22em;
  border-radius: 10px;
  flex: none;
  display: flex;
  overflow: hidden;
}

.walsh-inner-rail-bottom {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-rail {
  width: 100%;
  height: 20em;
  grid-column-gap: 1em;
  display: flex;
}

.walsh-inner-rail-top {
  grid-column-gap: 1em;
  flex: none;
  display: flex;
}

.walsh-hero-sub-bg {
  height: 70vh;
  min-height: 70vh;
  grid-row-gap: 1em;
  background-color: #204f58;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-button-label-white-w {
  z-index: 4;
  grid-column-gap: 8px;
  color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-white {
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px rgba(255, 255, 255, .1);
}

.walsh-link-block-white:hover {
  color: #444;
  box-shadow: inset 0 -3px #2ad2bb;
}

.walsh-hero-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.walsh-paragraph-serif-left-hero {
  max-width: 22em;
  color: rgba(255, 255, 255, .8);
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-text-burst {
  color: #2ad2bb;
  background-image: url('../images/scribble-burst.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 38%;
  padding-bottom: .2em;
  padding-right: .1em;
  display: inline-block;
}

.walsh-text-lightgreen {
  color: #b0ebb9;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 6.2em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-left-hero-content {
  width: 50%;
  grid-row-gap: 1.25em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2em;
  padding-bottom: 6em;
  padding-right: 3em;
  display: flex;
}

.walsh-container-hero {
  z-index: 5;
  width: 100%;
  height: auto;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.walsh-main-grid-no-gap {
  width: 100%;
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-background-darkgreen {
  background-color: var(--walsh-walsh-dark-green-2);
  position: relative;
}

.walsh-image-logo {
  width: 100%;
  max-height: 24px;
  max-width: 132px;
  object-fit: contain;
}

.walsh-text-small-white {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small-white {
  color: #fff;
  font-weight: 600;
}

.walsh-info-wrap-center {
  text-align: center;
}

.walsh-circle-image {
  width: 60px;
  height: 60px;
  background-color: #dfdfdf;
  border-radius: 200px;
  overflow: hidden;
}

.walsh-profile-v-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 25px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-heading-medium-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.2em;
  font-weight: 700;
  line-height: 1.1;
}

.walsh-quote-image {
  height: 56px;
  opacity: .26;
}

.walsh-cta-h-wrapper {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-center-h-wrapper {
  width: 100%;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-main-grid {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  margin-top: 40px;
  position: relative;
}

.walsh-container-padding-medium {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 1em;
  position: relative;
}

.walsh-cta-green-wrapper {
  background-color: #47888a;
}

.paragraph {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-link-wrapper {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.walsh-link-block-green {
  background-color: var(--walsh-walsh-light-green);
  color: #000;
  text-align: center;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-green:hover {
  color: #000;
  background-color: #ffbba6;
}

.walsh-main-paragraph {
  color: rgba(0, 0, 0, .6);
  text-align: justify;
  letter-spacing: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-large {
  color: #333;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.walsh-title-tag {
  color: var(--walsh-black);
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
}

.walsh-bullet-tag {
  width: 12px;
  height: 12px;
  background-color: var(--walsh-black);
  border-radius: 100px;
}

.walsh-flex-tag {
  grid-column-gap: 10px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.walsh-inner-rounded-banner {
  height: 100%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-self: center;
  align-items: flex-start;
  padding: 6em;
  display: flex;
}

.walsh-image-hero {
  max-height: 100em;
  border-radius: 20px;
}

.walsh-inner-rounded-img-float {
  max-width: 50%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding-top: 4em;
  padding-bottom: 4em;
  padding-right: 4em;
  display: flex;
}

.walsh-rounded-box-banner {
  width: 100%;
  max-width: 1480px;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
  position: relative;
}

.walsh-link-block-orange-2 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-2:hover {
  background-color: #ffbba6;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-content-wrap {
  width: 100%;
  max-width: 42em;
  grid-row-gap: 2em;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
}

.walsh-content-image-wrap {
  width: 100%;
  max-width: 42em;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.walsh-flex-horizontal {
  width: 100%;
  grid-column-gap: 4em;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-rounded-container {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.walsh-rounded-block {
  width: 100%;
  max-width: 1480px;
  background-color: #fff;
  border-radius: 18px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.walsh-rounded-wrapper {
  grid-column-gap: 20px;
  justify-content: center;
  display: flex;
}

.walsh-paragraph-small {
  color: rgba(22, 22, 22, .68);
  text-align: justify;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 17px;
  line-height: 1.6;
}

.walsh-heading-small {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-inner-wrap {
  grid-row-gap: .35em;
  flex-direction: column;
  display: flex;
}

.walsh-icon-small {
  height: 32px;
}

.walsh-icon-wrapper-circle {
  width: 80px;
  height: 80px;
  background-color: var(--walsh-light-goldenrod-yellow);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-footer-link-center {
  color: rgba(0, 0, 0, .54);
  font-size: 16px;
  text-decoration: none;
}

.walsh-footer-link-center:hover {
  color: #000;
}

.walsh-footer-inner-menu {
  grid-column-gap: 25px;
  justify-content: center;
  display: flex;
}

.walsh-icon-social {
  max-height: 18px;
}

.walsh-footer-link-social {
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  justify-items: start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-footer-legal-link {
  color: #a5a5a5;
  text-decoration: none;
}

.walsh-footer-legal-link:hover {
  color: #000;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 13px;
}

.walsh-logo-footer {
  max-height: 32px;
  margin-bottom: 0;
}

.walsh-content-wrapper-white {
  background-color: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

.walsh-icon-wrapper {
  width: auto;
  height: auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.walsh-rounded-box {
  grid-row-gap: 1.2em;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}

.walsh-main-grid-2 {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-text-small-left {
  color: rgba(0, 0, 0, .5);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.walsh-heading-small-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-info-wrap {
  text-align: left;
}

.walsh-cover-image-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  flex: 1;
}

.walsh-circle-image-2 {
  width: 60px;
  height: 60px;
  background-color: #dfdfdf;
  border-radius: 200px;
  overflow: hidden;
}

.walsh-profile-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.walsh-main-paragraph-2 {
  color: rgba(0, 0, 0, .6);
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-heading-regular {
  color: var(--walsh-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-quote-image-2 {
  height: 56px;
  opacity: .26;
}

.walsh-inner-column-center {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 6em;
  display: flex;
}

.walsh-quote-image-wrapper {
  width: 100%;
  height: 100%;
  max-width: 44em;
  background-color: #d0f6f6;
  border-radius: 10px;
  justify-content: center;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.walsh-inner-column-left {
  height: auto;
  max-width: 50%;
  grid-row-gap: 1.5em;
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding: 4em 0 4em 4em;
  display: flex;
}

.walsh-rounded-box-banner-2 {
  width: 100%;
  max-width: 1480px;
  grid-row-gap: 1em;
  text-align: center;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.walsh-container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1480px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

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

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-arrow-wrapper-2 {
  height: 12px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.walsh-label-button-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.2em;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-link-block-default-white {
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  text-decoration: none;
  transition: box-shadow .2s cubic-bezier(.645, .045, .355, 1);
  box-shadow: inset 0 -3px rgba(255, 255, 255, .1);
}

.walsh-link-block-default-white:hover {
  box-shadow: inset 0 -3px 0 0 var(--walsh-walsh-mid-green);
  color: #fff;
}

.walsh-button-hover-fill-2 {
  width: 5em;
  height: 5em;
  background-color: #000;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.walsh-link-block-orange-3 {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange-3:hover {
  background-color: #ffbba6;
}

.walsh-cta-div-block {
  grid-column-gap: 1.25em;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-icon-check {
  height: 9px;
}

.walsh-circle-check {
  width: 24px;
  height: 24px;
  background-color: rgba(147, 255, 65, .2);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.walsh-list-flex-white {
  color: rgba(255, 255, 255, .8);
  text-align: left;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 16px;
  display: flex;
}

.walsh-flex-col {
  grid-column-gap: 2em;
  display: flex;
}

.walsh-heading-large-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 4.8em;
  font-weight: 700;
  line-height: 1;
}

.walsh-tag-white {
  color: var(--walsh-walsh-light-green);
  text-align: left;
  text-transform: uppercase;
  background-color: rgba(81, 170, 118, .1);
  border-radius: 200px;
  align-items: center;
  padding: 7px 20px;
  font-size: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-cta-h-wrapper-2 {
  grid-row-gap: 1.5em;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.walsh-main-grid-3 {
  width: 100%;
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  position: relative;
}

.walsh-cta-block-dark-green {
  width: 100%;
  background-color: var(--walsh-walsh-dark-green-2);
  color: #fff;
  border-radius: 8px;
  padding: 5.5em;
  position: relative;
  overflow: hidden;
}

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

.kutup-features-title {
  color: var(--kütüp-library-dark-slate-grey);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1;
}

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

.kutup-features-wrapper {
  flex: 1;
}

.kutup-features-flex {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: space-between;
  display: flex;
}

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

.kutup-display-2 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-large-container {
  max-width: 1200px;
  margin: 10px auto 20px;
  position: relative;
}

.kutup-section {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-metrics-paragraph {
  color: #264653;
  font-size: 15px;
  font-weight: 700;
}

.kutup-metrics-title {
  font-size: 26px;
}

.kutup-features-line-block {
  grid-column-gap: 10px;
  border: 2px solid var(--kütüp-library-dark-slate-grey);
  color: var(--kütüp-library-dark-slate-grey);
  border-radius: 40px;
  flex: none;
  align-items: center;
  margin-bottom: 15px;
  margin-right: 15px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.kutup-featrues-flex {
  width: 100%;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-featrues-flex.center {
  justify-content: center;
}

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

.kutup-small-top-text {
  color: var(--kütüp-library-burntsienna);
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.kutup-max-w-width-640px {
  max-width: 640px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-metrics-section-1 {
  background-color: #eeece9;
  padding: 80px 5%;
}

.kutup-button-line {
  width: 100%;
  height: 1px;
  background-color: var(--kütüp-library-burntsienna);
  position: relative;
  top: 5px;
}

.white-text {
  color: var(--kütüp-library-white);
}

.kutup-button-with-line {
  color: var(--kütüp-library-dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-white {
  background-color: var(--kütüp-library-white);
  color: var(--kütüp-library-dark-slate-grey);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.kutup-button-white:hover {
  background-color: rgba(255, 255, 255, .74);
}

.kutup-component-divider {
  color: var(--kütüp-library-dark-slate-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  font-family: Oswald, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.kutup-paragraph-white {
  color: rgba(255, 255, 255, .6);
  font-size: 16px;
  font-weight: 700;
}

.kutup-setup-heading {
  font-size: 31px;
  line-height: 1;
}

.kutup-setup-right-part {
  background-color: var(--kütüp-library-dark-slate-grey);
  color: var(--kütüp-library-white);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.kutup-button-green {
  background-color: var(--kütüp-library-dark-slate-grey);
  color: #fff;
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.kutup-qoute-big-text {
  color: #333;
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

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

.kutup-author-title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

.kutup-setup-left-part {
  min-height: 280px;
  color: var(--kütüp-library-dark-slate-grey);
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 48px;
  display: flex;
}

.kutup-setup-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.kutup-cta-2 {
  background-color: #eeece9;
  padding: 80px 5%;
}

.paragraph-2 {
  color: rgba(0, 0, 0, .6);
  font-size: 18px;
  line-height: 28px;
}

.kutup-client-wrapper {
  grid-row-gap: 25px;
  background-color: var(--kütüp-library-dark-slate-grey-x);
  color: var(--kütüp-library-white);
  text-align: center;
  background-image: linear-gradient(#2e5261, #2e5261);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 46px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
}

.kutup-client-grid {
  max-width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.kutup-small-container {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-section-dark {
  background-color: var(--kütüp-library-dark-slate-grey);
  padding: 50px 5% 60px;
}

.heading {
  text-align: center;
  margin-bottom: 100px;
  font-size: 40px;
}

.heading-2 {
  text-align: center;
  font-size: 40px;
}

.text-block {
  color: #fff;
  text-align: center;
}

.text-block-2, .text-block-3, .text-block-4 {
  font-weight: 400;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  max-width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  background-color: #2e5261;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 40px;
  margin-bottom: 24px;
}

.team-member-name {
  color: #fff;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  color: #fff;
  letter-spacing: 1.2px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 25px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-size: 22px;
}

@media screen and (min-width: 1440px) {
  .walsh-heading-xlarge-white {
    font-size: 6.1em;
  }

  .team-member-image {
    width: 80px;
    height: 80px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .walsh-menu-button {
    color: #2ad2bb;
    order: 1;
  }

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

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .walsh-nav-menu-justify {
    background-color: var(--walsh-walsh-dark-green);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-nav-grid-center {
    grid-column-gap: 15px;
    grid-row-gap: 0px;
  }

  .walsh-nav-menu-green-left {
    background-color: var(--walsh-walsh-dark-green);
    padding-top: 0;
    padding-right: 20px;
  }

  .walsh-hero-sub-bg {
    height: 50vh;
    min-height: auto;
    padding-top: 0;
  }

  .walsh-hero-div-block {
    justify-content: center;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-text-burst {
    background-size: auto 60%;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .walsh-left-hero-content {
    width: auto;
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding-right: 0;
  }

  .walsh-main-grid-no-gap {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-hero-grid-wrapper {
    padding-top: 7.2em;
  }

  .walsh-image-logo {
    height: 100%;
    max-height: 50px;
    max-width: 120px;
  }

  .walsh-cta-h-wrapper {
    padding-top: 0;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-container-padding-medium {
    width: auto;
    flex: 0 auto;
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .paragraph {
    font-size: 16px;
  }

  .walsh-heading-large {
    letter-spacing: -.01em;
    font-size: 3em;
  }

  .walsh-inner-rounded-banner {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-inner-rounded-img-float {
    max-width: none;
    padding-left: 4em;
  }

  .walsh-rounded-box-banner {
    flex-direction: column;
  }

  .walsh-container {
    width: auto;
    flex: 0 auto;
  }

  .walsh-link-block-orange-2 {
    padding-left: 50px;
  }

  .walsh-content-wrap {
    max-width: none;
    order: -1;
    align-items: center;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .walsh-content-image-wrap {
    max-width: none;
  }

  .walsh-flex-horizontal {
    flex-flow: column wrap;
  }

  .walsh-rounded-container {
    width: auto;
    flex: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .walsh-footer-link-center {
    text-align: center;
  }

  .walsh-footer-inner-menu {
    grid-column-gap: 0px;
    grid-row-gap: 12px;
    flex-flow: column wrap;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-main-grid-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-inner-column-center {
    text-align: center;
    align-items: center;
    padding: 45px 30px 30px;
  }

  .walsh-quote-image-wrapper {
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .walsh-inner-column-left {
    max-width: none;
    padding: 4em 4em 0;
  }

  .walsh-rounded-box-banner-2 {
    flex-direction: column;
  }

  .walsh-container-2 {
    width: auto;
    flex: 0 auto;
  }

  .container {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-link-block-orange-3 {
    padding-left: 50px;
  }

  .walsh-cta-div-block {
    justify-content: center;
  }

  .walsh-icon-check {
    margin-right: 0;
  }

  .walsh-main-grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-cta-block-dark-green {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .kutup-features-wrapper {
    flex: 0 45%;
  }

  .kutup-features-flex {
    grid-row-gap: 40px;
    flex-wrap: wrap;
    align-content: stretch;
  }

  .kutup-section {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .kutup-featrues-flex {
    align-items: center;
  }

  .kutup-setup-left-part {
    min-height: auto;
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .kutup-setup-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .kutup-client-grid {
    grid-column-gap: 20px;
  }

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

  .team-grid {
    grid-column-gap: 40px;
    grid-template-rows: auto;
  }

  .team-member-image {
    width: 80px;
    height: 80px;
  }

  .icon {
    font-size: 35px;
  }
}

@media screen and (max-width: 767px) {
  .walsh-menu-button {
    color: #2ad2bb;
  }

  .walsh-brand-block {
    padding-left: 0;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .walsh-left-hero-content {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-hero-grid-wrapper {
    padding-top: .25em;
  }

  .walsh-heading-medium-white {
    font-size: 2.4em;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-container-padding-medium {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }

  .walsh-heading-large {
    font-size: 2em;
  }

  .walsh-rounded-box-banner {
    grid-row-gap: 1.5em;
  }

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

  .walsh-content-wrap {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-rounded-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-rounded-block {
    border-radius: 20px;
  }

  .walsh-paragraph-small {
    font-size: 1.4em;
  }

  .walsh-logo-footer {
    max-height: 32px;
  }

  .walsh-rounded-box {
    grid-row-gap: 1.5em;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-quote-image-wrapper {
    margin-bottom: 0;
  }

  .walsh-inner-column-left {
    padding-top: 4em;
    padding-bottom: 0;
    padding-right: 4em;
  }

  .walsh-rounded-box-banner-2 {
    grid-row-gap: 1.5em;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .walsh-heading-large-white {
    font-size: 2.4em;
  }

  .walsh-main-grid-3 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-qoute-big-text {
    font-size: 34px;
  }

  .kutup-client-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .team-circles {
    padding: 60px 15px;
  }

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

  .icon {
    font-size: 35px;
  }
}

@media screen and (max-width: 479px) {
  .walsh-menu-button {
    color: #2ad2bb;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-link-block-transparent-1 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-nav-logo {
    height: 24px;
  }

  .walsh-hero-frame-square {
    max-width: 16em;
  }

  .walsh-hero-rail {
    height: 16em;
  }

  .walsh-hero-sub-bg {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .walsh-hero-div-block {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-text-burst {
    background-size: auto 56%;
  }

  .walsh-left-hero-content {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-right: 0;
    font-size: 18px;
  }

  .walsh-container-hero {
    height: 100%;
  }

  .walsh-image-logo {
    max-height: 20px;
    max-width: none;
  }

  .walsh-text-small-white {
    font-size: 13px;
  }

  .walsh-circle-image {
    flex: none;
  }

  .walsh-heading-medium-white {
    font-size: 25px;
  }

  .walsh-cta-h-wrapper {
    grid-row-gap: 1em;
  }

  .walsh-center-h-wrapper {
    font-size: 18px;
  }

  .walsh-container-padding-medium {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-link-block-green {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-main-paragraph {
    font-size: 16px;
  }

  .walsh-heading-large {
    font-size: 35px;
  }

  .walsh-title-tag {
    font-size: 16px;
  }

  .walsh-inner-rounded-img-float {
    padding: 30px;
  }

  .walsh-container {
    width: 100%;
    flex: 0 auto;
  }

  .walsh-link-block-orange-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-content-wrap {
    grid-row-gap: 1.25em;
    text-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 18px;
  }

  .walsh-flex-horizontal {
    grid-row-gap: 2em;
  }

  .walsh-rounded-container {
    width: 100%;
    flex: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .walsh-paragraph-small {
    font-size: 16px;
  }

  .walsh-heading-small {
    font-size: 20px;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-footer-grid-social {
    width: 100%;
    justify-content: center;
  }

  .walsh-footer-inner {
    width: 100%;
    text-align: center;
    flex-direction: column;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: 24px;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-rounded-box {
    padding: 30px;
  }

  .walsh-text-small-left {
    font-size: 13px;
  }

  .walsh-heading-small-2 {
    font-size: 1em;
  }

  .walsh-circle-image-2 {
    flex: none;
  }

  .walsh-main-paragraph-2 {
    font-size: 1em;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-inner-column-center {
    padding-top: 30px;
  }

  .walsh-quote-image-wrapper {
    max-width: none;
    margin-bottom: 0;
  }

  .walsh-inner-column-left {
    padding: 30px 30px 0;
  }

  .walsh-container-2 {
    width: 100%;
    flex: 0 auto;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-link-block-orange-3 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-cta-div-block {
    width: 100%;
    grid-row-gap: 1.25em;
    flex-direction: column;
    align-items: center;
  }

  .walsh-icon-check {
    margin-bottom: 0;
  }

  .walsh-list-flex-white {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
    font-size: 16px;
  }

  .walsh-flex-col {
    flex-wrap: wrap;
  }

  .walsh-heading-large-white {
    font-size: 2em;
    line-height: 1.2;
  }

  .walsh-tag-white {
    text-align: left;
  }

  .walsh-cta-h-wrapper-2 {
    grid-row-gap: 1em;
  }

  .walsh-cta-block-dark-green {
    padding: 3em 2em;
  }

  .kutup-features-wrapper {
    flex: 0 auto;
  }

  .kutup-features-flex {
    grid-row-gap: 35px;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

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

  .kutup-features-line-block {
    margin-right: 0;
  }

  .kutup-featrues-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-featrues-flex.center {
    align-items: center;
  }

  .kutup-setup-right-part {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kutup-qoute-big-text {
    font-size: 30px;
  }

  .kutup-author-title {
    font-size: 15px;
  }

  .kutup-setup-left-part {
    padding: 0 26px 34px;
  }

  .kutup-client-grid {
    grid-template-columns: 1fr;
  }

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

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

  .centered-heading-2 {
    margin-bottom: 24px;
  }

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

  .image, .image-2, .image-3, .image-4 {
    max-width: 120%;
  }

  .icon {
    font-size: 35px;
  }
}

#w-node-_5fabdaed-2bb2-b241-9474-1a6bf7a2e7c1-aa9f9d32 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
  justify-self: start;
}

#w-node-_5fabdaed-2bb2-b241-9474-1a6bf7a2e7c3-aa9f9d32 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
}

#w-node-_5fabdaed-2bb2-b241-9474-1a6bf7a2e7c5-aa9f9d32 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: center;
  justify-self: center;
}

#w-node-_5fabdaed-2bb2-b241-9474-1a6bf7a2e7d0-aa9f9d32 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

#w-node-_5fabdaed-2bb2-b241-9474-1a6bf7a2e7dc-aa9f9d32 {
  grid-column: span 3 / span 3;
}

#w-node-_88143203-a03d-6a13-5624-e7ea9921c360-aa9f9d32 {
  grid-area: 1 / 7 / 2 / 13;
  align-self: center;
  justify-self: stretch;
}

#w-node-_88143203-a03d-6a13-5624-e7ea9921c344-aa9f9d32 {
  grid-area: 1 / 1 / 2 / 13;
  align-self: center;
}

#w-node-_88143203-a03d-6a13-5624-e7ea9921c345-aa9f9d32 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: center;
}

#w-node-_756af61d-a731-aa53-aac7-5abc65accb89-aa9f9d32 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: end;
  justify-self: end;
}

#about.w-node-_756af61d-a731-aa53-aac7-5abc65accb8b-aa9f9d32 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: center;
}

#w-node-d39f819f-22cd-ea26-da86-baaf87116458-aa9f9d32, #w-node-d39f819f-22cd-ea26-da86-baaf87116460-aa9f9d32, #w-node-d39f819f-22cd-ea26-da86-baaf87116468-aa9f9d32, #w-node-d39f819f-22cd-ea26-da86-baaf87116470-aa9f9d32, #w-node-d39f819f-22cd-ea26-da86-baaf87116478-aa9f9d32, #w-node-d39f819f-22cd-ea26-da86-baaf87116490-aa9f9d32 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_38189a39-5a7b-5fe2-385a-b1c8ebc6b87c-aa9f9d32 {
  grid-area: 1 / 1 / 2 / 12;
  align-self: center;
  justify-self: center;
}

#w-node-_0d94399c-e730-0eb9-0b77-80689e7f379a-aa9f9d32, #w-node-_0b3e56bd-e1f1-557f-06de-5910a41d1fcb-aa9f9d32, #w-node-_30d3b99a-c3d9-1af7-c529-ef3db7604f6a-aa9f9d32, #w-node-a74f7cfb-becb-b869-2419-cd92ae90bdef-aa9f9d32 {
  align-self: center;
}

#w-node-_46857215-caa3-6931-f19b-5e857e89f3e2-aa9f9d32, #w-node-_46857215-caa3-6931-f19b-5e857e89f3ed-aa9f9d32, #w-node-_46857215-caa3-6931-f19b-5e857e89f3f7-aa9f9d32 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cdbc3939-5cb3-fc9d-dc5b-7a5811d53dec-aa9f9d32 {
  grid-area: 1 / 5 / 2 / 9;
  align-self: center;
}

#w-node-cdbc3939-5cb3-fc9d-dc5b-7a5811d53dee-aa9f9d32 {
  grid-area: 3 / 4 / 4 / 10;
  align-self: center;
  justify-self: center;
}

#w-node-cdbc3939-5cb3-fc9d-dc5b-7a5811d53dff-aa9f9d32 {
  grid-area: 2 / 4 / 3 / 10;
  align-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_46857215-caa3-6931-f19b-5e857e89f3ed-aa9f9d32, #w-node-_46857215-caa3-6931-f19b-5e857e89f3f7-aa9f9d32 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5fabdaed-2bb2-b241-9474-1a6bf7a2e7c1-aa9f9d32 {
    grid-column: 1 / 2;
    justify-self: start;
  }

  #w-node-_5fabdaed-2bb2-b241-9474-1a6bf7a2e7c5-aa9f9d32 {
    grid-column: 1 / 4;
    justify-self: auto;
  }

  #w-node-_5fabdaed-2bb2-b241-9474-1a6bf7a2e7d0-aa9f9d32 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_5fabdaed-2bb2-b241-9474-1a6bf7a2e7dc-aa9f9d32 {
    grid-area: 1 / 3 / 2 / 4;
    justify-self: end;
  }

  #w-node-_88143203-a03d-6a13-5624-e7ea9921c360-aa9f9d32 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_88143203-a03d-6a13-5624-e7ea9921c344-aa9f9d32 {
    grid-column-end: 3;
  }

  #w-node-_88143203-a03d-6a13-5624-e7ea9921c345-aa9f9d32 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_756af61d-a731-aa53-aac7-5abc65accb89-aa9f9d32 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #about.w-node-_756af61d-a731-aa53-aac7-5abc65accb8b-aa9f9d32 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_38189a39-5a7b-5fe2-385a-b1c8ebc6b87c-aa9f9d32 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-cdbc3939-5cb3-fc9d-dc5b-7a5811d53dec-aa9f9d32 {
    grid-column: 1 / 3;
  }

  #w-node-cdbc3939-5cb3-fc9d-dc5b-7a5811d53dee-aa9f9d32 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-cdbc3939-5cb3-fc9d-dc5b-7a5811d53dff-aa9f9d32 {
    grid-column: 1 / 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_38189a39-5a7b-5fe2-385a-b1c8ebc6b87c-aa9f9d32 {
    grid-row-start: 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5fabdaed-2bb2-b241-9474-1a6bf7a2e7c1-aa9f9d32 {
    grid-column-end: 3;
  }

  #w-node-_88143203-a03d-6a13-5624-e7ea9921c345-aa9f9d32 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_756af61d-a731-aa53-aac7-5abc65accb89-aa9f9d32 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #about.w-node-_756af61d-a731-aa53-aac7-5abc65accb8b-aa9f9d32 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: center;
  }

  #w-node-_38189a39-5a7b-5fe2-385a-b1c8ebc6b87c-aa9f9d32 {
    grid-area: 1 / 1 / 3 / 3;
  }

  #w-node-cdbc3939-5cb3-fc9d-dc5b-7a5811d53dec-aa9f9d32 {
    grid-area: 1 / 1 / 2 / 3;
  }
}
