:root {
  --black: #242424;
  --white: white;
  --turuncu-cta: #ff9130;
  --beige: #f4f4ef;
  --dark-green: #2a2b1d;
  --red: #fb4f04;
  --untitled-ui-primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
  --untitled-ui-white\<deleted\|variable-e3beb9c1\>: white;
  --untitled-ui-primary700\<deleted\|variable-da4f7fa3\>: #6941c6;
  --untitled-ui-primary100\<deleted\|variable-35a3c723\>: #f4ebff;
  --untitled-ui-gray300\<deleted\|variable-51e0117e\>: #d0d5dd;
  --untitled-ui-gray700\<deleted\|variable-d4f37b50\>: #344054;
  --untitled-ui-gray50\<deleted\|variable-8a511359\>: #f9fafb;
  --untitled-ui-gray800\<deleted\|variable-0a1a9f61\>: #1d2939;
  --untitled-ui-gray100\<deleted\|variable-4a47ec41\>: #f2f4f7;
  --untitled-ui-gray600\<deleted\|variable-10a0cd12\>: #475467;
  --untitled-ui-gray900\<deleted\|variable-f63dbb51\>: #101828;
  --untitled-ui-success50\<deleted\|variable-9177f7a8\>: #ecfdf3;
  --untitled-ui-success700\<deleted\|variable-1c4c81d0\>: #027a48;
  --untitled-ui-gray200\<deleted\|variable-bad2ea62\>: #eaecf0;
  --untitled-ui-gray500\<deleted\|variable-68f29e84\>: #667085;
  --untitled-ui-primary800\<deleted\|variable-ddf4f85f\>: #53389e;
  --untitled-ui-primary500\<deleted\|variable-2fc4bf9f\>: #9e77ed;
  --untitled-ui-primary50-501\<deleted\|variable-a4451441\>: #f9f5ff;
  --untitled-ui-gray400\<deleted\|variable-b339bef7\>: #98a2b3;
  --untitled-ui-primary300\<deleted\|variable-b540dac6\>: #d6bbfb;
  --kütüp-library-dark-slate-grey\<deleted\|variable-635e1224\>: #264653;
  --combine-library-grey-800\<deleted\|variable-c0ad9ad1\>: #1f2c3d;
  --combine-library-grey-600\<deleted\|variable-0e360e02\>: #5f6570;
  --combine-library-grey-050\<deleted\|variable-392f34d8\>: #f2f3f7;
  --combine-library-white\<deleted\|variable-4f83e1a7\>: white;
  --kütüp-library-dark-slate-grey-x\<deleted\|variable-c8994df5\>: #2e5261;
  --combine-library-grey-200\<deleted\|variable-b73553ce\>: #bfc4ce;
  --dark-blue: #1c2b40;
  --açık-mavi: #e6f5f2;
  --white-bg: #fbfaf6;
  --combine-library-warning-400\<deleted\|variable-69759a07\>: #f8b34b;
  --combine-library-secondary-600\<deleted\|variable-7a0cb4d3\>: #00a1c1;
  --combine-library-primary-600\<deleted\|variable-d08fbb46\>: #6157f8;
  --relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>: black;
  --arka-plan: #eee9da;
  --turuncu: #ff5200;
  --combine-library-primary-200\<deleted\|variable-cc363261\>: #9e97ff;
  --kontenyns: #f8eee7;
  --lime: #d1f32b;
  --antique-white: #f4decb;
  --kütüp-library-burntsienna\<deleted\|variable-78686071\>: #e76f51;
  --kütüp-library-dim-grey\<deleted\|variable-4c561e11\>: #6e6e6e;
  --kütüp-library-slate-blue\<deleted\|variable-67cff3fe\>: #434cff;
  --relume-library-lite-rl-white\<deleted\|variable-41e69d91\>: white;
  --alice-blue: aliceblue;
  --card: 18px;
  --sf-blue: #5184e6;
  --h1: Calistoga, sans-serif;
  --h2: Calistoga, sans-serif;
  --h3: Calistoga, sans-serif;
  --h4: Calistoga, sans-serif;
  --h5: Calistoga, sans-serif;
  --h6: Calistoga, sans-serif;
  --text: "IBM Plex Sans", sans-serif;
}

.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;
}

body {
  color: var(--black);
  font-family: Satoshi;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.125rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-family: Satoshi;
  font-size: 1.4rem;
  line-height: 1.4;
}

a {
  letter-spacing: .063rem;
  text-transform: uppercase;
  font-family: Playfair Display;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  object-fit: cover;
  display: block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.button {
  width: auto;
  text-align: center;
  border: 1px #000;
  border-bottom-width: 2px;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  display: block;
  position: relative;
  bottom: 28px;
  left: -9px;
}

.button.button-white {
  color: var(--white);
}

.button._404 {
  background-color: var(--turuncu-cta);
}

.heading-large {
  letter-spacing: -.125rem;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
}

.text-weight-normal {
  font-weight: 400;
}

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

.background-color-beige {
  background-color: var(--beige);
}

.text-size-medium {
  font-size: 1.4rem;
  line-height: 1.4;
}

.text-style-link {
  border-color: #000;
  border-bottom-style: none;
  border-bottom-width: 2px;
  margin-bottom: .4rem;
  font-family: JetBrains Mono, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

.text-size-small {
  letter-spacing: .063rem;
  text-transform: uppercase;
  font-family: JetBrains Mono, sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-xlarge {
  letter-spacing: -.125rem;
  font-family: Satoshi;
  font-size: 7.5rem;
  font-weight: 700;
  line-height: 1;
}

.form-input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.text-size-tiny {
  letter-spacing: .063rem;
  text-transform: uppercase;
  font-family: JetBrains Mono, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2;
}

.page-padding {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.background-color-green {
  background-color: var(--dark-green);
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  max-width: 20rem;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xxhuge {
  margin: 11.5rem;
}

.padding-medium {
  padding: 1.5rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-xhuge {
  padding: 7.5rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.text-style-allcaps.is-text-color-red.section-case-details_field-name {
  margin-bottom: .5rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small._404 {
  margin-top: 2.5rem;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.heading-xsmall {
  font-family: Satoshi;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.line-bottom {
  height: 1px;
  background-color: var(--black);
  color: var(--black);
}

.text-link-wrapper {
  margin-right: 1rem;
}

.text-link-wrapper.is-left {
  margin-left: 1rem;
  margin-right: 0;
}

.button-secondary {
  width: auto;
  color: var(--black);
  text-align: center;
  border: 1px #000;
  border-bottom-width: 2px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 600;
  display: flex;
}

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

.nav_component {
  background-color: var(--beige);
  border-bottom: 1px solid #242424;
}

.nav_inner {
  width: 100%;
  background-color: var(--beige);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_menu {
  z-index: 999;
  height: 100%;
  background-color: var(--beige);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav_logo.text-align-center {
  height: auto;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 3rem;
  display: flex;
}

.nav_icon-open {
  width: auto;
  border-right: 1px solid var(--black);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 3rem 1.5rem 0;
  display: flex;
}

.nav_icon-open.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.nav_padding {
  width: 100%;
  padding-left: 3rem;
  padding-right: 3rem;
}

.nav_cta {
  width: 33.3333%;
  justify-content: flex-end;
  display: none;
}

.is-text-color-red {
  color: var(--red);
}

.shadow-large {
  box-shadow: 0 1px 1px 1px rgba(36, 36, 36, .04), 0 2px 6px 1px rgba(36, 36, 36, .04), 0 16px 24px 2px rgba(36, 36, 36, .06);
}

.section-home-services_item {
  max-width: 95%;
  padding: 0 2.5rem;
}

.tab_link {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 2px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  grid-template-rows: auto;
  grid-template-columns: 19% 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-end;
  padding-left: 0;
  display: grid;
  position: relative;
}

.tab_link.w--current {
  background-color: rgba(0, 0, 0, 0);
  align-items: flex-end;
}

.section-home-packages_individual {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 2px solid rgba(255, 255, 255, .2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  display: grid;
}

.dropdown_individual-question {
  width: 100%;
  border-bottom: 2px solid var(--white);
  color: var(--white);
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
}

.max-width-80 {
  max-width: 80%;
}

.section-contact_inner {
  justify-content: space-between;
  display: flex;
}

.section-contact_left {
  flex: 0 35%;
}

.section-contact_right {
  flex: 0 65%;
}

.contact_text {
  color: #242424;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 2px solid #000;
  padding: .5rem .5rem .5rem 0;
}

.contact_text.text-size-small {
  color: var(--black);
  border-radius: 0;
  margin-bottom: 0;
}

.contact_text.text-size-small::-ms-input-placeholder {
  color: rgba(36, 36, 36, .4);
}

.contact_text.text-size-small::placeholder {
  color: rgba(36, 36, 36, .4);
}

.contact_field-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3rem;
  display: grid;
}

.contact_button {
  width: 30%;
  height: 100%;
  border: 1px none var(--black);
  background-color: var(--dark-green);
  color: var(--white);
  text-align: left;
  letter-spacing: .063rem;
  text-transform: uppercase;
  background-image: url('../images/right-arrow.svg');
  background-position: 86%;
  background-repeat: no-repeat;
  background-size: auto 1.2rem;
  border-radius: 500px;
  padding: 2rem 0 2rem 2rem;
  font-family: JetBrains Mono, sans-serif;
  font-size: .938rem;
  font-weight: 600;
  display: inline-block;
}

.contact_form-label {
  margin-bottom: 1.67rem;
  font-weight: 400;
}

.contact_form-label.text-size-medium {
  margin-bottom: 1.5rem;
}

.contact_field-individual {
  flex: 50%;
}

.contact_component {
  margin-bottom: 0;
}

.footer_top {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_top.padding-vertical.padding-xhuge {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

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

.footer_link {
  color: var(--white);
  margin-bottom: 1.5rem;
  text-decoration: none;
  display: block;
}

.footer_link:hover {
  color: rgba(255, 255, 255, .85);
  border: 0 #000;
  text-decoration: none;
}

.footer_link.margin-bottom-0 {
  margin-bottom: 0;
}

.footer_menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.newsletter_form {
  height: 100%;
  border-bottom: 2px solid var(--white);
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.newsletter_input {
  width: 80%;
  color: var(--white);
  text-align: left;
}

.newsletter_input-field {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-bottom: 0;
}

.newsletter_input-field.text-size-small {
  width: 100%;
  padding: 0;
}

.newsletter_component {
  margin-bottom: 0;
}

.newsletter_button {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/arrow-right-white.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.newsletter_button.text-size-small {
  width: 20%;
  background-position: 98%;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.footer_logo-icon {
  max-width: 7.5rem;
}

.nav_logo-icon {
  height: 2.5rem;
  text-align: left;
  object-fit: contain;
}

.max-width-55 {
  max-width: 55%;
}

.image-100 {
  width: 90%;
  height: 90%;
  object-position: 50% 0%;
}

.image-100.image-scale-large {
  width: 100vw;
  height: 100vh;
  object-position: 50% 0%;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-case-hero-image.margin-bottom.margin-huge {
  width: 100vw;
  height: 28rem;
  position: static;
  overflow: hidden;
}

.section-case-details_inner {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex;
}

.section-case-details_left, .section-case-details_right {
  width: 50%;
}

.section-case-details_field {
  margin-bottom: 3rem;
}

.image-half_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-half_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.full-text_component {
  padding: 7.5rem 4rem;
}

.image-third_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-third_item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.image-half-wtext_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-half-wtext_image {
  height: 50rem;
  margin-left: auto;
}

.section-case-content_bottom.is-text-color-white {
  justify-content: space-between;
  display: flex;
}

.image-half_empty, .image-full_empty, .image-third_empty, .next-prev_hidden {
  display: none;
}

.collection-item {
  justify-content: center;
  align-items: center;
  padding-top: 44px;
  padding-bottom: 47px;
  display: flex;
}

.contact_field-wrapper-full {
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 3rem;
  display: block;
}

.contact_text-full {
  color: #242424;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-style: solid;
  padding: .5rem .5rem .5rem 0;
}

.contact_text-full.text-size-small {
  border-bottom-width: 2px;
  border-bottom-color: var(--black);
  color: var(--black);
  margin-bottom: 0;
  padding-bottom: 8rem;
}

.section-case-details_title {
  width: 100%;
}

.letter-spacing-0 {
  letter-spacing: 0;
}

.image-contain {
  max-height: 100%;
  object-fit: contain;
}

.nav_menu-link {
  font-family: Satoshi;
  font-weight: 700;
}

.nav_menu-link.heading-large {
  border: 1px none var(--white);
  color: var(--white);
  letter-spacing: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 1.5rem 0;
}

.nav_menu-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav_menu-image-wrapper {
  width: 100%;
  height: 100%;
  background-color: var(--dark-green);
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.nav_menu-inner {
  grid-column-gap: 1px;
  grid-row-gap: 0px;
  background-color: var(--white);
  flex: 2 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: auto;
}

.nav_menu-top {
  width: 100%;
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--white);
  background-color: var(--dark-green);
  flex-direction: row;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.nav_menu-main {
  width: 100%;
}

.nav_menu-secondary {
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  display: flex;
}

.nav_menu-link-secondary {
  color: var(--white);
  margin-bottom: 3rem;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.nav_menu-link-secondary.is-text-color-white {
  color: var(--white);
  margin-bottom: 1.5rem;
}

.nav_menu-main-align {
  width: 100%;
  border-bottom: 1px solid var(--white);
  justify-content: space-between;
  align-items: center;
  padding-left: 3rem;
  padding-right: 1.5rem;
  display: flex;
  overflow: hidden;
}

.nav_menu-icon-arrow {
  width: 4rem;
  height: 4rem;
}

.nav_menu-icon-arrow:hover {
  transform: rotate(-135deg);
}

.cover {
  width: 100%;
  height: 100%;
  background-color: var(--dark-green);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.nav_menu-icon-close {
  width: 2.5rem;
  height: 2.5rem;
}

.nav_menu-icon-open {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.nav_icon-close {
  width: auto;
  border-right: 1px solid var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 3rem 1.5rem 0;
  display: flex;
}

.nav_icon-close.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.page-transition {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  background-color: var(--dark-green);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-arrow {
  width: 2.2rem;
  height: 2.2rem;
}

.button-arrow-left {
  width: 2.2rem;
  height: 2.2rem;
  transform: rotate(180deg);
}

.image-full {
  width: 100%;
}

.heading {
  margin-left: 20px;
}

.logo {
  width: 300px;
  height: 9rem;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-2 {
  color: #fff;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.text-3 {
  color: #000;
  letter-spacing: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.text-5 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cta {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--turuncu-cta);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 1.5rem;
  display: flex;
}

.heading-2 {
  font-size: 2.2rem;
  font-weight: 600;
}

.dropdown_individual-question-2 {
  width: 100%;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: block;
}

.combine-heading-style-h2 {
  color: var(--dark-green);
  text-align: center;
  letter-spacing: .1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.35;
  display: block;
}

.uui-heroheader03_arrow-image {
  position: absolute;
  bottom: 5rem;
  left: -12rem;
}

.uui-heroheader03_image {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
  box-shadow: 4px -2px 13px #c8bfb4;
}

.uui-heroheader03_image-wrapper {
  position: relative;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-2:hover {
  border-color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100\<deleted\|variable-35a3c723\>);
}

.uui-button-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon-2 {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-icon-2.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

.uui-button-secondary-gray-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
  color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s, all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray-2:hover {
  background-color: var(--untitled-ui-gray50\<deleted\|variable-8a511359\>);
  color: var(--untitled-ui-gray800\<deleted\|variable-0a1a9f61\>);
  border-color: #7f56d9;
}

.uui-button-secondary-gray-2:focus {
  background-color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100\<deleted\|variable-4a47ec41\>);
}

.uui-button-secondary-gray-2.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row-2.button-row-center {
  justify-content: center;
}

.uui-space-large-2 {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge-2 {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  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.25rem;
  line-height: 1.5;
}

.uui-max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.uui-space-small-2 {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge-2 {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader03_content {
  z-index: 1;
  margin-right: -6rem;
  position: relative;
}

.uui-heroheader03_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader03 {
  overflow: hidden;
}

.k-psikolog-titri {
  letter-spacing: 2px;
  text-transform: none;
  font-family: Playfair Display;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
}

.uui-navbar08_menu-button {
  padding: 0;
}

.uui-navbar08_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar08_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar08_link {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  text-transform: capitalize;
  align-items: center;
  padding: .75rem 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar08_link:hover {
  color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
}

.uui-navbar08_link.w--current {
  color: #000;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  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: .875rem;
  line-height: 1.5;
}

.uui-navbar08_item-heading {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  margin-bottom: .25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 600;
}

.uui-navbar08_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar08_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.uui-navbar08_icon-wrapper {
  color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  flex: none;
}

.uui-navbar08_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar08_dropdown-link:hover {
  background-color: var(--untitled-ui-gray50\<deleted\|variable-8a511359\>);
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50\<deleted\|variable-9177f7a8\>);
  color: var(--untitled-ui-success700\<deleted\|variable-1c4c81d0\>);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  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: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar08_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .25rem;
  display: flex;
}

.uui-navbar08_heading {
  color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: .25rem;
  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: .875rem;
  font-weight: 600;
}

.uui-navbar08_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-navbar08_dropdown-list {
  box-shadow: 0 12px 16px -4px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
}

.uui-navbar08_dropdown-list.w--open {
  width: 40rem;
  border: 1px solid var(--untitled-ui-gray200\<deleted\|variable-bad2ea62\>);
  background-color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
  border-radius: .75rem;
  padding: 1.25rem;
  left: -100%;
}

.uui-dropdown-icon {
  width: 1.25rem;
  height: 1.25rem;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.uui-navbar08_dropdown-toggle {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  align-items: center;
  padding: .75rem 2.5rem .75rem 1rem;
  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: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar08_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
}

.uui-navbar08_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 10%;
  display: flex;
  position: static;
}

.uui-logo_image {
  width: auto;
  height: 100%;
  flex: none;
  display: none;
}

.uui-logo_logomark-dot {
  z-index: 1;
  width: 50%;
  height: 50%;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  width: 100%;
  height: 50%;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, .2);
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  position: absolute;
  top: 50%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  width: 2rem;
  height: 2rem;
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-logo_logomark {
  width: 2rem;
  height: 2rem;
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px rgba(16, 24, 40, .06), 0 1px 2px rgba(16, 24, 40, .1);
}

.uui-logo_component {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.uui-navbar08_logo-link {
  padding-left: 0;
}

.uui-navbar08_container {
  width: 100%;
  height: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar08_component {
  min-height: 5rem;
  border-bottom: 1px solid var(--untitled-ui-gray100\<deleted\|variable-4a47ec41\>);
  background-color: #fff;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.text-block-5 {
  letter-spacing: .063rem;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800\<deleted\|variable-ddf4f85f\>);
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  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: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  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.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-space-xxlarge {
  width: 100%;
  min-height: 5rem;
}

.icon-featured-square-large {
  width: 3rem;
  height: 3rem;
  background-color: var(--untitled-ui-primary500\<deleted\|variable-2fc4bf9f\>);
  color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
  border-radius: .625rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout72_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  justify-items: start;
  display: grid;
}

.uui-lightbox_play-icon {
  z-index: 2;
  width: 8rem;
  height: 8rem;
  -webkit-backdrop-filter: saturate(150%) blur(12px);
  backdrop-filter: saturate(150%) blur(12px);
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
  position: absolute;
}

.lightbox_video-overlay-layer {
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 41, 57, .1);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-layout03_lightbox {
  width: 100%;
  height: 100%;
  min-height: 35rem;
  background-color: var(--untitled-ui-gray100\<deleted\|variable-4a47ec41\>);
  background-image: url('../images/1657645929526.jpg');
  background-position: 40% 0;
  background-size: cover;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-space-medium {
  width: 100%;
  min-height: 2rem;
}

.uui-text-size-large {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}

.uui-space-xsmall {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading {
  color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-family: Playfair Display;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-layout03_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: 0;
  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.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-icon-featured-outline-large {
  width: 3.5rem;
  height: 3.5rem;
  border: .5rem solid var(--untitled-ui-primary50-501\<deleted\|variable-a4451441\>);
  background-color: var(--untitled-ui-primary100\<deleted\|variable-35a3c723\>);
  color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-layout34_component {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-heading-medium-2 {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-text-align-center {
  text-align: center;
}

.uui-section_cta09 {
  background-color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
  position: relative;
}

.bold-name {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.uui-blogsection03_button-row {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.uui-blogsection03_button-row.mobile-landscape {
  display: none;
}

.uui-text-divider {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  margin-left: .25rem;
  margin-right: .25rem;
  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: 1rem;
  line-height: 1.5;
}

.uui-text-divider.text-size-small {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  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: .875rem;
}

.uui-blogsection03_date-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.uui-blogsection03_author-heading {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  font-family: Poppins, sans-serif;
  font-size: .875rem;
  font-weight: 600;
}

.uui-blogsection03_author-text {
  font-family: Poppins, sans-serif;
}

.uui-blogsection03_author-image {
  width: 2.5rem;
  height: 2.5rem;
  min-height: 2.5rem;
  min-width: 2.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.uui-blogsection03_author-image-wrapper {
  margin-right: .75rem;
}

.uui-blogsection03_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.uui-blogsection03_icon {
  width: 1.5rem;
  height: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-top: .25rem;
  margin-left: .5rem;
  display: flex;
}

.uui-blogsection03_title-link {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  justify-content: space-between;
  margin-bottom: .5rem;
  text-decoration: none;
  display: flex;
}

.uui-blogsection03_category-link {
  color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
  margin-bottom: .5rem;
  margin-right: 1rem;
  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: .875rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .3s;
}

.uui-blogsection03_category-link:hover {
  color: var(--untitled-ui-primary800\<deleted\|variable-ddf4f85f\>);
}

.uui-blogsection03_category-link.w--current {
  border-bottom: 2px solid #000;
}

.uui-blogsection03_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uui-blogsection03_image-wrapper {
  width: 100%;
  border-radius: 10px;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection03_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection03_image-link:hover {
  box-shadow: 0 24px 48px -12px rgba(16, 24, 40, .18);
}

.uui-blogsection03_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4rem;
}

.uui-text-size-large-2 {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  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.125rem;
  line-height: 1.5;
}

.uui-heading-subheading-2 {
  color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-family: Playfair Display;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-max-width-large {
  width: 100%;
  max-width: 48rem;
}

.uui-blogsection03_heading {
  flex: 1;
}

.uui-blogsection03_heading-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  display: grid;
}

.uui-blogsection03_component {
  flex-direction: column;
  align-items: center;
}

.uui-space-medium-2 {
  width: 100%;
  min-height: 2rem;
  display: block;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  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: 1rem;
  line-height: 1.5;
  display: block;
}

.uui-max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.uui-faq02_answer {
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.accordion-icon_vertical-line {
  width: 2px;
  height: .75rem;
  background-color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_horizontal-line {
  width: .75rem;
  height: 2px;
  background-color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  border-radius: 1px;
  position: absolute;
}

.accordion-icon_component {
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  border-radius: 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.uui-faq02_icon-wrapper {
  color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
}

.uui-faq02_heading {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  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.125rem;
  font-weight: 500;
}

.uui-faq02_question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.uui-faq02_accordion {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.uui-faq02_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: start;
  justify-items: stretch;
  display: grid;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-3:hover {
  border-color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button-3:focus {
  background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100\<deleted\|variable-35a3c723\>);
}

.uui-button-row-3 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-text-size-large-3 {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  padding-top: 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.125rem;
  line-height: 1.5;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-medium-3 {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  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: 2.25rem;
  font-weight: 600;
  line-height: 1.3;
}

.uui-heading-subheading-3 {
  color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-family: Playfair Display;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-faq02_content {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.uui-faq02_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.uui-padding-vertical-xhuge-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.uui-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-3 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  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: .875rem;
  line-height: 1.5;
}

.uui-text-size-small-2.text-color-gray500 {
  color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
}

.uui-logo_component-2 {
  width: auto;
  height: 2rem;
  flex-wrap: nowrap;
  display: flex;
}

.uui-footer06_bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 25px;
  border-top: 1px solid var(--untitled-ui-gray200\<deleted\|variable-bad2ea62\>);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  justify-items: center;
  margin-top: 4rem;
  padding-top: 2rem;
  display: grid;
}

.uui-footer06_link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  flex-wrap: nowrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  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: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer06_link:hover {
  color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
}

.uui-footer06_link-list-heading {
  color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
  letter-spacing: normal;
  margin-bottom: 1rem;
  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: .875rem;
  font-weight: 600;
}

.uui-footer06_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  align-items: flex-start;
  justify-items: start;
  display: flex;
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50\<deleted\|variable-9177f7a8\>);
  color: var(--untitled-ui-success700\<deleted\|variable-1c4c81d0\>);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  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: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-footer06_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  font-weight: 500;
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
}

.uui-button-4 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-4:hover {
  border-color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
  background-color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
}

.uui-button-4:focus {
  background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100\<deleted\|variable-35a3c723\>);
}

.uui-button-4.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--untitled-ui-gray300\<deleted\|variable-51e0117e\>);
  background-color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  border-radius: .5rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  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: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-form_input:focus {
  border-color: var(--untitled-ui-primary300\<deleted\|variable-b540dac6\>);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100\<deleted\|variable-35a3c723\>);
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
}

.uui-form_input::-ms-input-placeholder {
  color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
}

.uui-footer06_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer06_form-block {
  max-width: 35rem;
  min-width: 25rem;
  margin-bottom: 0;
}

.uui-text-size-medium-3 {
  color: var(--untitled-ui-gray600\<deleted\|variable-10a0cd12\>);
  letter-spacing: normal;
  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: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall-2 {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall-2 {
  color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  letter-spacing: normal;
  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.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-footer06_newsletter-wrapper {
  border-bottom: 1px solid var(--untitled-ui-gray200\<deleted\|variable-bad2ea62\>);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.uui-padding-vertical-xlarge {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.uui-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-4 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.div-block-4 {
  margin-top: 88px;
}

.text-block-6 {
  color: #475467;
  padding-left: 10px;
  font-size: .9rem;
  font-weight: 500;
  line-height: 2.2;
}

.menu-bosluk {
  width: 100%;
  min-height: 1rem;
  margin-top: 0;
}

.body-3 {
  background-color: rgba(0, 0, 0, 0);
}

.glass-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.glass-cta-container {
  background-color: var(--untitled-ui-gray50\<deleted\|variable-8a511359\>);
  border-radius: 1rem;
  padding: 4rem;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block-7, .text-block-8, .daha-fazla-text {
  color: var(--untitled-ui-primary500\<deleted\|variable-2fc4bf9f\>);
}

.bold-text {
  font-family: Playfair Display;
  font-weight: 600;
}

.macbook-pro-16---1 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-logo-left-3 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer-3 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-content-3 {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-4 {
  width: 141px;
  height: 36px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-menu-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.text-19 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.navbar_button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text-20 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.section-hero-1 {
  width: auto;
  max-width: 1440px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 60px 40px 90px;
  display: flex;
}

.header-container_text {
  width: 100%;
  max-width: 700px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.blog-header_yazi {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.heading-1 {
  color: #1a1a1a;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.typography-paragraph {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 28px;
  display: flex;
}

.text-2 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.buttons-solid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #1a1a1a;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.text-2-2 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.placeholder-image {
  max-width: 30em;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  border-radius: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.section-features-1 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 120px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.text-22 {
  width: 100%;
  max-width: 552px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1px;
  display: flex;
}

.typography-h2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.heading-2 {
  color: #1a1a1a;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.typography-paragraph-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 28px;
  display: flex;
}

.text-2-3 {
  color: #1a1a1a;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.frame-16 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.features-vertical {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #e0e0e0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 10px;
  display: flex;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, .2);
}

.vectors-wrapper {
  width: 80px;
  height: 80px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-23 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.typography-h5 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-5 {
  color: #1a1a1a;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  bottom: -15px;
}

.section-biyografi {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 20px 50px 50px;
  display: flex;
}

.placeholder-image-2 {
  width: 100%;
  min-height: 372px;
  background-image: url('../images/-Image.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.text-24 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f2f2f2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 15px;
  display: flex;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.heading-2-2 {
  color: #1a1a1a;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.text-25 {
  color: #1a1a1a;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.section-testimonials-3 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px;
  display: flex;
}

.typography-h2-2 {
  width: 100%;
  max-width: 609px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.row {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2f2f2;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  padding: 40px;
  display: flex;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.text-26 {
  width: 100%;
  height: 140px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.person {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-2 {
  width: 64px;
  height: 64px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-27 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-5-2 {
  color: #1a1a1a;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.frame-18 {
  width: 100%;
  max-width: 1126px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f2f2f2;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  display: flex;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.text-28 {
  width: 100%;
  max-width: 800px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.typography-h2-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
}

.heading-3 {
  color: #1a1a1a;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.buttons-2 {
  height: 64px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.input-default {
  width: 100%;
  max-width: 280px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
}

.field {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid rgba(26, 26, 26, .5);
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.text-2-4 {
  color: rgba(26, 26, 26, .5);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.checkbox {
  width: 100%;
  max-width: 1126px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-3 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label {
  color: #1a1a1a;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.news-card {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f2f2f2;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cover-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.vectors-wrapper-4 {
  height: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chip {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #1a1a1a;
  border-radius: 56px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  display: flex;
  position: absolute;
  top: 8px;
  left: 8px;
}

.icontext {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-5 {
  color: #fff;
  letter-spacing: .01em;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.text-29 {
  width: 100%;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 5px 10px;
  display: flex;
}

.date {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 8px;
  display: flex;
}

.text-5-2 {
  color: rgba(26, 26, 26, .5);
  letter-spacing: .01em;
  font-family: Inter, sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.title-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 4px;
  display: flex;
}

.heading-4 {
  z-index: 1;
  color: #1a1a1a;
  background-color: rgba(0, 0, 0, 0);
  padding: 8px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 28px;
  position: relative;
}

.text-3 {
  color: #1a1a1a;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.section-faq {
  width: 100%;
  height: 702px;
  max-width: 1440px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  display: flex;
}

.heading-2-3 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 44px;
}

.soru-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.soru {
  width: 100%;
  max-width: 933px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f2f2f2;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px;
  display: flex;
}

.frame-19 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-5 {
  width: 20px;
  height: 20px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-30 {
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 44px;
}

.row-2 {
  width: 100%;
  max-width: 933px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.footer-3 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px 8px;
  display: flex;
}

.columns-8 {
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-11 {
  width: 100%;
  max-width: 320px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.logo-5 {
  width: 100%;
  height: 95px;
  max-width: 277px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-columns-4 {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.column-12 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-8 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-31 {
  color: #212121;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.footer-links-3 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-8 {
  color: #212121;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.copyright-3 {
  width: 100%;
  max-width: 940px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.text-32 {
  color: #333;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.label-1 {
  color: #1a1a1a;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
}

.faq-wrapper {
  width: 75%;
}

.header-wrapper {
  display: flex;
}

.navbar-logo-left-4 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer-4 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-content-4 {
  width: 100%;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar-logo_wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-logo_text {
  color: #000;
  font-family: Playfair Display;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.navbar-menu-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.navbar-text {
  color: #000;
  text-transform: capitalize;
  font-family: Playfair Display;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #93bfcf;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  font-family: Basteleur, sans-serif;
  display: flex;
}

.cta-text {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 140%;
}

.hero-heading-left-3 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 24px;
  display: block;
}

.container-8 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f2wf-columns-4 {
  margin-bottom: 20px;
}

.column-13 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-text_-s-lbahar {
  color: #000;
  font-family: Playfair Display;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.header_text {
  color: #212121;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.actions-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button-cta_isilbahar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--kütüp-library-dark-slate-grey\<deleted\|variable-635e1224\>);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Basteleur, sans-serif;
  text-decoration: none;
  display: flex;
}

.column-14 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrapper-8 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-223 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  object-position: 50% 15%;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-heading-right-2 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f5f5f5;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 24px;
  display: flex;
}

.team-circles {
  width: 100%;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f5f5f5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px;
  display: flex;
}

.container-9 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-section {
  width: 100%;
  max-width: 530px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-38 {
  color: #000;
  text-align: center;
  font-family: Playfair Display;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.text-39 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.columns-9 {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card-4 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-wrapper-9 {
  width: 100%;
  height: 270px;
  max-width: 270px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-224 {
  width: 100%;
  height: 270px;
  max-width: 270px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-9 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-3 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-40 {
  color: #000;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

.heading-3-columns {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f8f8f8;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

._3-columns-2 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.column-15 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  background-color: #f8f8f8;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: grid;
}

.footer-4 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px 8px;
  display: flex;
}

.columns-10 {
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-16 {
  width: 100%;
  max-width: 320px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.small-columns-5 {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.content-10 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-42 {
  color: #212121;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.footer-links-4 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-9 {
  color: #212121;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.copyright-4 {
  width: 100%;
  max-width: 940px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  box-shadow: 0 -1px #e4ebf3;
}

.text-43 {
  color: #333;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.header-2 {
  text-align: center;
  flex: 1;
  font-family: Playfair Display;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.body-4 {
  background-color: #f8f8f8;
}

.klinikpsikolog-subhead {
  letter-spacing: 1px;
  background-color: #93bfcf;
  border-radius: 10px;
  padding: 5px;
  font-family: Playfair Display;
  font-weight: 300;
}

.header-gorsel {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  margin-bottom: -15px;
}

.egitim-header2_-s-lbahar {
  color: #000;
  font-family: Playfair Display;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.image-wrapper_header {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  display: inline-block;
  position: relative;
}

.line-crator {
  object-position: 50% 50%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: auto;
}

.danisan-yorumlar-_baslik {
  color: #000;
  text-align: center;
  font-family: Playfair Display;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.header-container {
  margin-bottom: 20px;
}

.instagram-grid {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000;
  background-color: #f8f8f8;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: block;
}

.dan-san-section {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.combine-menu-icon_line-bottom {
  width: 1.25rem;
  height: .125rem;
  background-color: var(--combine-library-grey-800\<deleted\|variable-c0ad9ad1\>);
  border-radius: 1rem;
}

.combine-menu-icon_line-middle {
  width: 1.25rem;
  height: .125rem;
  background-color: var(--combine-library-grey-800\<deleted\|variable-c0ad9ad1\>);
  border-radius: 1rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-top {
  width: 1.25rem;
  height: .125rem;
  background-color: var(--combine-library-grey-800\<deleted\|variable-c0ad9ad1\>);
  border-radius: 1rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-nav3_menu-button {
  padding: .5rem;
}

.hadi-small-cta {
  background-color: var(--turuncu-cta);
  color: #2a2b1d;
  text-align: center;
  text-transform: capitalize;
  border-radius: .5rem;
  margin-top: .625rem;
  padding: .75rem 1.5rem;
  font-family: Calistoga, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.hadi-small-cta:hover {
  background-color: rgba(109, 142, 155, .9);
}

.hadi-small-cta.hadi-nav-text {
  font-weight: 400;
}

.hadi-small-cta.hadi-nav-text.beyaz {
  color: var(--dark-green);
  margin-top: 0;
}

.hadi-small-cta.hadi-nav-text.beyaz:hover {
  background-color: var(--beige);
  color: var(--dark-green);
}

.combine-nav3_button-wrapper {
  min-width: 11rem;
  grid-column-gap: 1rem;
  justify-content: flex-end;
  display: flex;
}

.combine-nav3_item {
  color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
  text-transform: none;
  padding: .5rem .75rem;
  font-family: Playfair Display;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav3_item:hover {
  background-color: var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
  color: #2e5261;
  border-radius: .5rem;
}

.combine-nav3_dropdown-column {
  min-width: 10rem;
}

.combine-nav3_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library-white\<deleted\|variable-4f83e1a7\>);
  border-radius: 1rem;
  align-items: center;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem rgba(40, 54, 74, .2);
}

.combine-nav3_dropdown-list {
  background-color: var(--combine-library-grey-050\<deleted\|variable-392f34d8\>);
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: none;
}

.combine-nav3_dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.combine-nav3_icon {
  color: var(--white);
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav3_icon:hover {
  color: #2e5261;
}

.combine-nav3_dropdown-toggle {
  color: var(--combine-library-grey-800\<deleted\|variable-c0ad9ad1\>);
  text-transform: uppercase;
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav3_dropdown-toggle:hover {
  color: #2e5261;
}

.combine-nav3_dropdown {
  text-transform: uppercase;
}

.combine-nav3_link {
  color: var(--combine-library-grey-800\<deleted\|variable-c0ad9ad1\>);
  text-transform: capitalize;
  padding: .5rem 1.25rem;
  font-family: Playfair Display;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav3_link:hover {
  color: #2e5261;
}

.combine-nav3_link-wrapper {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav3_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-nav3_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav3_container {
  width: 100%;
  max-width: 75rem;
  background-color: var(--dark-blue);
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem;
  display: flex;
}

.hadi-padding-global {
  background-color: var(--white);
  padding-left: 5%;
  padding-right: 5%;
}

.hadi-padding-global.hero-image {
  background-image: url('../images/hero-bg.png');
  background-position: 50%;
  background-size: cover;
}

.hadi-padding-global.mavi-bg {
  background-color: var(--açık-mavi);
}

.hadi-padding-global.nav-kenar {
  background-color: rgba(255, 255, 255, 0);
}

.hadi-padding-global.footer-bg {
  background-color: var(--dark-blue);
}

.hadi-padding-global.dark-blue-bg {
  background-color: #ffe3bb;
}

.nav {
  background-color: #e6f5f2;
  padding-bottom: .75rem;
  padding-left: .75rem;
  padding-right: .75rem;
}

.combine-header1_image {
  width: auto;
  height: auto;
  object-fit: cover;
  position: static;
  top: 388%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.combine-header1_image-wrapper {
  z-index: 0;
  border-radius: 1.25rem;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.combine-button {
  background-color: var(--turuncu-cta);
  color: var(--white-bg);
  text-align: center;
  text-transform: capitalize;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Calistoga, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: rgba(109, 142, 155, .9);
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-text-size-regular-2 {
  color: var(--dark-green);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h1 {
  color: var(--turuncu-cta);
  letter-spacing: -.066rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 5.61rem;
  font-weight: 400;
  line-height: 1.125;
}

.combine-header1_content {
  z-index: 1;
  width: 100%;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.combine-header1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  display: flex;
}

.hadi-section-padding-medium {
  flex-direction: column;
  align-items: stretch;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.hadi-section-padding-medium._2col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hadi-large-container {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.header-section {
  background-color: var(--white);
  background-image: linear-gradient(to bottom, var(--white), #fff 95%, rgba(238, 233, 218, .6));
}

.hadi-nav-text {
  color: var(--white);
  text-transform: capitalize;
  font-family: Calistoga, sans-serif;
  font-size: .95rem;
  font-weight: 400;
}

.hadi-nav-text:hover {
  color: var(--turuncu-cta);
}

.hadi-nav-text.w--current {
  color: var(--white);
}

.hadi-nav-text.w--current:hover {
  color: var(--turuncu-cta);
}

.combine-feature2_image {
  height: 23.6rem;
  border: 6px solid var(--turuncu-cta);
  border-radius: 12px;
}

.combine-feature2_image-wrapper {
  width: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

.combine-text-size-regular-3 {
  color: var(--dark-green);
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-icon_color3 {
  color: var(--combine-library-warning-400\<deleted\|variable-69759a07\>);
}

.combine-icon_color2 {
  color: var(--combine-library-secondary-600\<deleted\|variable-7a0cb4d3\>);
}

.combine-icon_color1 {
  color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
}

.combine-heading-style-h2-2 {
  color: var(--dark-green);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.35;
}

.combine-feature2_content {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -52%;
}

.combine-feature2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.hakk-mda-section {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(238, 233, 218, .6), rgba(238, 233, 218, .6));
}

.seperator-wrapper {
  justify-content: center;
  display: flex;
}

.combine-chevron-right_icon-2 {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  display: flex;
}

.combine-chevron-right_icon-2:hover {
  color: #2e5261;
}

.combine-button-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-button-icon-2 {
  color: var(--combine-library-grey-800\<deleted\|variable-c0ad9ad1\>);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon-2:hover {
  color: #2e5261;
}

.combine-heading-style-h5-2 {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  text-align: center;
  letter-spacing: .063px;
  margin-top: 1.25rem;
  margin-bottom: .625rem;
  font-family: Calistoga, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.combine-feature5_item {
  width: 300px;
  height: auto;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--combine-library-grey-800\<deleted\|variable-c0ad9ad1\>);
  text-align: center;
  background-color: rgba(238, 233, 218, .4);
  border-radius: 12%;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 2rem;
  text-decoration: none;
  transition: transform .25s, box-shadow .25s, color .25s;
  display: flex;
}

.combine-feature5_item:hover {
  transform: translate(0, -.5rem);
  box-shadow: 0 14px 20px rgba(140, 148, 165, .2);
}

.combine-feature5_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hadi-large-space-4 {
  height: 4rem;
}

.hadi-bos-space_medium {
  width: 100%;
  margin-bottom: 2rem;
}

.combine-text-align-center-2 {
  text-align: center;
}

.combine-container-small-2 {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.hizmetler-section {
  background-color: var(--açık-mavi);
  background-image: linear-gradient(to bottom, rgba(238, 233, 218, .6), var(--white) 10%, white 90%, var(--arka-plan));
}

.combine-gallery1_image-wrapper {
  width: 100%;
  height: 17rem;
  border-radius: .75rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery1_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-text-size-regular-4 {
  color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.instagram-section {
  background-color: var(--arka-plan);
  background-image: linear-gradient(to bottom, var(--arka-plan), rgba(238, 233, 218, .2) 80%, white 104%);
}

.combine-clients4_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library-white\<deleted\|variable-4f83e1a7\>);
  border-radius: 1.25rem;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.combine-clients4_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-clients4_grid {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.yorum-section {
  background-color: var(--arka-plan);
  background-image: linear-gradient(to bottom, var(--white), var(--white) 10%, white 90%, var(--arka-plan));
}

.combine-faq2_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.combine-icon_small {
  width: 1.25rem;
  height: 1.25rem;
  -webkit-text-stroke-color: var(--turuncu);
  cursor: pointer;
  display: flex;
}

.combine-icon_color4 {
  color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
}

.combine-faq2_title {
  color: var(--combine-library-grey-800\<deleted\|variable-c0ad9ad1\>);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-faq2_question {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.combine-faq2_accordion {
  background-color: var(--açık-mavi);
  border-radius: 1.25rem;
}

.combine-faq2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-container-medium {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.sss-section {
  background-color: var(--arka-plan);
}

.combine-text-size-regular-3-ovaltext {
  color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
  text-transform: none;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer2_link {
  color: var(--white);
  text-transform: none;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.combine-footer2_link:hover {
  color: var(--arka-plan);
}

.combine-footer2_nav-menu {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.combine-footer2_bottom-text-link {
  color: var(--combine-library-primary-200\<deleted\|variable-cc363261\>);
  text-decoration: none;
}

.combine-footer2_bottom-text-link:hover {
  color: var(--combine-library-white\<deleted\|variable-4f83e1a7\>);
}

.combine-footer2_bottom-text {
  color: var(--white);
  font-family: IBM Plex Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer2_bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-padding-section-small {
  justify-content: space-between;
  align-items: center;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-footer2_title {
  color: var(--white);
  letter-spacing: 2px;
  font-family: Calistoga, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

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

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
  color: var(--beige);
}

.combine-social_icon:hover {
  color: #eee9d9;
}

.combine-footer2_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--combine-library-white\<deleted\|variable-4f83e1a7\>);
  justify-content: center;
  align-items: center;
}

.combine-footer2_social-link:hover {
  color: var(--combine-library-primary-200\<deleted\|variable-cc363261\>);
}

.combine-footer2_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.hadi-footer-text {
  color: var(--white);
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-footer2_info {
  width: 100%;
  max-width: 25rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.combine-footer2_grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-section {
  background-color: #93bfcf;
}

.footer-section.dark-blue {
  background-color: var(--dark-blue);
}

.t-logo_text {
  color: var(--white);
  text-transform: capitalize;
}

.logo-text {
  color: var(--black);
  font-family: Playfair Display;
  font-size: 1.3rem;
}

.logo-text.logo-light {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
}

.yuvo-text {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  text-transform: none;
  font-family: Inter, sans-serif;
}

.yuvo-text:hover {
  color: #2e5261;
}

.combine-header5_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.combine-header5_image-wrapper {
  width: 100%;
  max-width: 64rem;
  border-radius: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.combine-container-large-3 {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-large-3 {
  height: 4rem;
}

.combine-button-2 {
  background-color: var(--combine-library-grey-800\<deleted\|variable-c0ad9ad1\>);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2:hover {
  background-color: rgba(40, 54, 74, .9);
}

.combine-button-white-2 {
  background-color: var(--combine-library-white\<deleted\|variable-4f83e1a7\>);
  color: var(--combine-library-grey-800\<deleted\|variable-c0ad9ad1\>);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white-2:hover {
  color: var(--combine-library-primary-600\<deleted\|variable-d08fbb46\>);
}

.combine-button-wrapper-2 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-text-size-regular-5 {
  color: var(--combine-library-grey-600\<deleted\|variable-0e360e02\>);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h1-2 {
  color: var(--dark-green);
  letter-spacing: .063rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.25;
}

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

.combine-container-small-3 {
  width: 100%;
  max-width: 50.5rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium-3 {
  color: var(--dark-green);
}

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-section_header5 {
  background-color: #e6f5f2;
}

.sayfa-metin_dikkat {
  color: var(--dark-green);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.cta-metin {
  color: var(--dark-green);
  text-align: center;
  margin-bottom: 1.5rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.cta-metin.beyaz {
  color: #2a2b1d;
}

.background_band {
  background-image: linear-gradient(to bottom, var(--arka-plan), white);
  display: block;
}

.button-wrapper-whitey {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-button_text {
  background-color: var(--white-bg);
  color: #000;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Calistoga, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
}

.cta-button_text:hover {
  background-color: var(--kontenyns);
}

.cta-button_text.navigasyon {
  color: var(--white);
  text-transform: none;
}

.cta-button_text.navigasyon.randevu {
  color: var(--dark-green);
}

.cta-button_text.beyaz {
  background-color: var(--white-bg);
  letter-spacing: .08rem;
  text-transform: none;
}

.body-5 {
  background-color: #e6f5f2;
}

.combine-text-size-regular-3-hizmet {
  color: var(--dark-green);
  text-align: left;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.hizmetler-oval_text {
  color: #000;
  text-align: center;
  letter-spacing: .063px;
  text-transform: none;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.header-space-medium {
  width: 100%;
  height: 2rem;
  display: none;
}

.hizmetler-sayfa_metin {
  color: var(--dark-green);
  text-align: center;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.unvan-kucuk {
  color: #1a1a1a;
  background-color: #8dcbe6;
  padding: 8px;
  font-family: Playfair Display;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 28px;
}

.text-span {
  font-weight: 400;
}

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

.icon-wrapper {
  background-color: var(--lime);
}

.text-block-11 {
  text-align: center;
  font-family: Playfair Display;
  font-size: 1.5rem;
}

.uni-title {
  background-color: var(--antique-white);
  text-align: center;
  border-radius: 12px;
  padding: 5px 10px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.2rem;
}

.heading-6 {
  text-align: center;
  letter-spacing: .063rem;
  font-family: Calistoga, sans-serif;
}

.biyo-yaz {
  text-align: left;
  font-family: IBM Plex Sans, sans-serif;
}

.biyo-yaz-_wrapper {
  width: 100%;
  background-color: var(--white-bg);
  border-radius: 1.25rem;
  padding: 2rem 3rem;
  overflow: hidden;
}

.biyo-component-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: static;
}

.header-wrapper_biyografi {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.egitimler_wrapper_bigger {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -52%;
}

.egitimler-block_text {
  font-family: Inter, sans-serif;
}

.text-deco-art {
  font-family: IBM Plex Sans, sans-serif;
}

.egitim_wrapper {
  background-color: #eee9d9;
  border-radius: 1.25rem;
  padding: 1.8rem 2rem;
}

.bold-text-2 {
  font-family: Playfair Display;
  font-weight: 500;
}

.uzmanl-k_wrapper {
  height: 20rem;
  background-color: #eee9d9;
  border-radius: 1.25rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  padding: 1.8rem 2rem;
  display: flex;
}

.egitimler_h2 {
  color: var(--dark-green);
  text-align: left;
  letter-spacing: .1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.35;
}

.aciklama_text {
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
}

.bold-text-3 {
  font-family: Playfair Display;
}

.hadi-ua-wrapper {
  text-align: left;
  font-family: Inter, sans-serif;
}

.hadi-ua-wrapper.grid {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  display: grid;
}

.calisma-alanlarim {
  color: var(--dark-green);
  text-align: center;
  letter-spacing: .1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.egitim-alanlarim_wrapper.goncag-l-ps {
  grid-template-columns: 1fr 1fr 1fr;
}

.hakkimda-image_rapper {
  width: 50%;
  height: auto;
  min-height: auto;
  justify-content: center;
  display: flex;
}

.hakkimda-bilgiler_wrapper {
  z-index: 1;
  width: 50%;
  height: auto;
  max-width: 100%;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -52%;
}

.uzmanl-k-basl-k_h2 {
  color: var(--dark-green);
  text-align: left;
  letter-spacing: .1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
}

.rl-error-text {
  color: #e23939;
}

.rl-error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-text {
  font-weight: 600;
}

.rl-success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.rl-button {
  border: 1px none var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  color: #000;
  text-align: center;
  background-color: #93bfcf;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.rl_contact1_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_contact1_button-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-text-style-link {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl-checkbox-label-small {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  cursor: pointer;
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  box-shadow: none;
  background-size: 16px 16px;
}

.rl-form-checkbox-icon.w--redirected-focus {
  border-color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  box-shadow: none;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.rl-form-text-area {
  height: auto;
  min-height: 11.25rem;
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-bottom: 0;
  padding: .75rem;
  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: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
}

.rl-form-text-area::-ms-input-placeholder {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
}

.rl-form-text-area::placeholder {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
}

.rl-field-label {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-bottom: .5rem;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl_contact1_form-field-wrapper {
  position: relative;
}

.rl-form-input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  margin-bottom: 0;
  padding: .5rem .75rem;
  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: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
}

.rl-form-input::-ms-input-placeholder {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  font-size: 1rem;
}

.rl-form-input::placeholder {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  font-size: 1rem;
}

.rl_contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact1_form-block {
  width: 100%;
  max-width: 35rem;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.rl_contact1_spacing-block-3 {
  width: 100%;
  padding-bottom: 3rem;
}

.rl-text-style-medium {
  color: var(--dark-green);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact1_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: var(--dark-green);
  letter-spacing: .063px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 2.369rem;
  font-weight: 700;
  line-height: 1.4;
}

.rl_contact1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  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: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact1_heading-wrapper {
  width: 100%;
  max-width: 48rem;
  text-align: center;
}

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

.hadi-padding-section-large {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.rl-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.hadi-padding-global-2 {
  padding: 1.8rem 2rem;
}

.rl_section_contact1 {
  background-color: var(--arka-plan);
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.rl-success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.rl_contact6_spacing-block-7 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl_contact6_form-field-wrapper {
  position: relative;
}

.rl_contact6_spacing-block-5 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-radio-label {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  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: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-form-radio-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  cursor: pointer;
  border-radius: 100px;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.rl-form-radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  background-image: none;
}

.rl-form-radio-icon.w--redirected-focus {
  border-color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  box-shadow: none;
  margin-top: 0;
}

.rl-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.rl-form-radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_spacing-block-6 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-form-select-input {
  height: auto;
  min-height: 2.75rem;
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-image: none;
  margin-bottom: 0;
  padding: .5rem .75rem;
  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: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-select-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.rl-form-select-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.rl_contact6_form-field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_contact6_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.rl-text-style-regular {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact6_icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_contact6_icon-wrapper {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  flex: none;
  align-self: flex-start;
}

.rl_contact6_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.rl_contact6_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.rl_contact6_spacing-block-3 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_contact6_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl_content6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: block;
}

.hadi-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_section_contact6 {
  background-color: var(--arka-plan);
}

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

.hadi-harita-wrapper {
  background-color: var(--white-bg);
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.form-wrapper {
  background-color: var(--arka-plan);
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.header-text_wrapper {
  display: inline-block;
  position: relative;
}

.coloresbox {
  height: 20px;
  background-color: var(--turuncu-cta);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hadi-hakk-mda-wrapper-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.altbaslik-header {
  text-align: center;
  letter-spacing: normal;
  font-family: Calistoga, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
}

.altbaslik-header.sollu-header {
  text-align: left;
  font-family: Calistoga, sans-serif;
}

.egitimsertifikalar-_wrapper {
  background-color: #eee9d9;
  border-radius: 1.5rem;
  padding: 1rem 2rem;
}

.egitimsertifikalar-_wrapper.goncaglps {
  background-color: var(--white-bg);
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}

.test-wrapper {
  background-color: var(--white-bg);
  border-radius: 1.5rem;
  padding: 1rem 2rem;
}

.test-wrapper-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-bg);
  border-radius: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem 2rem;
  display: grid;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-wrapper-two {
  max-width: 820px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  max-width: 350px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  width: 90%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

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

.al-maalanlar-m_container {
  background-color: var(--white-bg);
  border-radius: 1.5rem;
  padding: 1rem 1.5rem;
}

.leti-im-container_wrapper {
  flex-direction: row;
  display: flex;
}

.slide {
  background-image: url('../images/Sertifika-4.webp');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 34rem;
}

.slide-2 {
  background-image: url('../images/Sertifika-7.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Sertifika-3.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Sertifika-5.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Sertifika-6.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Sertifika-2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Sertifika-8.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Sertifika-1.webp');
  background-position: 50%;
  background-size: cover;
}

.footer-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  width: 100%;
  height: 72px;
  max-width: 1440px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fdfffa;
  border: 0 solid #000;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 64px;
  padding-right: 64px;
  display: flex;
}

.container-10 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-6 {
  width: 198.916px;
  height: 68px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-17 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.nav-link-dropdown {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-7 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-18 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #effe67;
  border: 1px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #170a35;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.header-2 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fdfffa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 112px 64px;
  display: flex;
}

.container-11 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-19 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h1 {
  color: #000;
  text-align: left;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.actions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #effe67;
  border: .5px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-44 {
  color: #170a35;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.placeholder {
  object-fit: cover;
  border: 5px solid #000;
  border-radius: 30px;
}

.layout {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fdfffa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 112px 64px;
  display: flex;
}

.heading-h3 {
  color: #000;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.row-3 {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.column-20 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-8 {
  width: 48px;
  height: 48px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-title {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h5 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.text-45 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.layout-2 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fdfffa;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 112px 64px;
  display: flex;
}

.column-21 {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-semi-bold {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.heading-h2 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.actions-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  display: flex;
}

.button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #effe67;
  border: 1px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-46 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.timeline-item {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-9 {
  width: 48px;
  height: 48px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-10 {
  width: .00000437114px;
  height: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-12 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h6 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.text-47 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-48 {
  border-style: solid;
  border-width: undefinedpx;
  color: #000;
  border-color: #effe67;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
}

.layout-3 {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fdfffa;
  justify-content: flex-start;
  align-items: center;
  padding: 112px 64px;
  display: flex;
}

.subheading {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.content-13 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fdfffa;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 112px 64px;
  display: flex;
}

.heading-h3-2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.content-14 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-15 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-22 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.stars {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-11 {
  width: 20px;
  height: 18.8889px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content-16 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.avatar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.avatar-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-normal {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.content-17 {
  width: 100%;
  max-width: 1312px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.slider-dots {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-12 {
  width: 8px;
  height: 8px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-buttons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-13 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-2 {
  height: 610px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fdfffa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 112px 64px;
  display: flex;
}

.card {
  width: 100%;
  height: 100%;
  max-width: 1312px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px;
  display: flex;
}

.content-18 {
  width: 100%;
  max-width: 768px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.content-19 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-h2-2 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 120%;
}

.text-medium-normal-2 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.actions-6 {
  width: 100%;
  max-width: 513px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.form {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-input {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fdfffa;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: 12px;
  display: flex;
}

.placeholder-2 {
  color: #505050;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.button-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #effe67;
  border: 1px solid #000;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-49 {
  color: #170a35;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-50 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.by-clicking-sign-up-youre-confirming-that-you-agree-with-our-terms-and-conditions-1 {
  color: #000;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.blog {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fdfffa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 112px 64px;
  display: flex;
}

.title {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.section-title-2 {
  width: 100%;
  max-width: 768px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subheading-2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
}

.content-20 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  border-radius: 13px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-regular-normal-2 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.row-4 {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-21 {
  width: 100%;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.card-5 {
  width: 100%;
  max-width: 390px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.placeholder-3 {
  object-fit: cover;
  border-radius: 8px;
}

.content-22 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.content-23 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-61 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #d1d1d1;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4px 8px;
  display: flex;
}

.text-small-semi-bold {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.title-5 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-h5-2 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.text-regular-normal-3 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.button-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-14 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-6 {
  width: 100%;
  max-width: 390px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.placeholder-4, .placeholder-5, .placeholder-6 {
  object-fit: cover;
}

.content-24 {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.vectors-wrapper-15 {
  width: 8px;
  height: 8px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-9 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.faq {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fdfffa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 112px 64px;
  display: flex;
}

.container-12 {
  width: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-title-3 {
  width: 100%;
  max-width: 500px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-25 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  border-radius: 13px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-regular-normal-4 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.accordion {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.accordion-item {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
  display: flex;
}

.text-medium-bold {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}

.vectors-wrapper-16 {
  width: 32px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  width: 100%;
  max-width: 1440px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fdfffa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px 64px;
  display: flex;
}

.content-26 {
  width: 100%;
  height: 248px;
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.newsletter {
  width: 100%;
  max-width: 500px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-17 {
  width: 63px;
  height: 27px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-regular-normal-5 {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.actions-7 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-regular-normal-6 {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.button-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #000;
  border-radius: 13px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-51 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.links {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-10 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.text-small-normal {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.link-11 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.vectors-wrapper-18 {
  width: 24px;
  height: 24px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.credits {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-19 {
  height: 100px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.row-5 {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-links-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-small-link {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.text-1 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: underline;
}

.h {
  background-image: linear-gradient(to bottom, var(--turuncu-cta) 25%, #c94b4b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.image-225 {
  border-radius: 12px;
}

.a {
  color: #b83b5e;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ff5e62 30%, #7f00ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.d {
  color: #f08a5d;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#7f00ff 30%, #e100ff);
  -webkit-background-clip: text;
  background-clip: text;
}

.i {
  color: #f9ed69;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#7f00ff, #d9a7c7);
  -webkit-background-clip: text;
  background-clip: text;
}

.hadi-hero-grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.div-block-11 {
  flex-direction: row;
  display: flex;
}

.text-span-31, .text-span-32, .text-span-33 {
  background-image: linear-gradient(to bottom, var(--turuncu-cta) 25%, #c94b4b);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.header-space-large {
  width: 100%;
  height: 8rem;
  display: block;
}

.hadi-hakk-mda-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.hadi-section-heading {
  text-align: center;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  margin-bottom: 1.25rem;
  font-family: Calistoga, sans-serif;
  font-size: 4.209rem;
  font-weight: 400;
}

.hadi-section-heading.h3 {
  align-items: center;
  margin-top: .625rem;
  margin-bottom: .625rem;
  margin-left: .625rem;
  display: flex;
}

.hadi-section-heading.h3.beyaz {
  color: #2a2b1d;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  font-size: 3.157rem;
}

.hadi-section-heading.alanlar-text, .hadi-section-heading.sol {
  text-align: left;
  letter-spacing: .063px;
  text-shadow: none;
}

.hadi-section-heading.white {
  color: var(--dark-green);
  letter-spacing: .063px;
}

.hadi-wide-cta {
  width: 20rem;
  background-color: var(--turuncu-cta);
  color: var(--white-bg);
  text-align: center;
  text-transform: capitalize;
  border-radius: .5rem;
  margin-top: 1.25rem;
  padding: .75rem 1.5rem;
  font-family: Calistoga, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.hadi-wide-cta:hover {
  background-color: rgba(255, 145, 48, .6);
}

.hadi-wide-cta.hadi-nav-text {
  font-weight: 400;
}

.hadi-wide-cta.hadi-nav-text.beyaz {
  color: var(--white-bg);
}

.hadi-wide-cta.sss-button {
  width: 10rem;
  background-color: var(--turuncu-cta);
  color: var(--dark-green);
  padding-left: 1rem;
  padding-right: 1rem;
}

.hadi-wide-cta.hak-buton {
  background-color: var(--turuncu-cta);
  color: var(--dark-green);
}

.hadi-orta-content {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -52%;
}

.hadi-text-wrapper {
  max-width: 15.5rem;
  background-color: var(--turuncu-cta);
  border-radius: 12px 18px 18px 12px;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
}

.hadi-uzman-card {
  width: 100%;
  height: 43rem;
  max-height: 50rem;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--alice-blue);
  border-radius: 18px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px 10px 30px;
  display: flex;
  overflow: hidden;
}

.hadi-uzman-title {
  letter-spacing: .063px;
  margin-top: 0;
  margin-bottom: .625rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.333rem;
  font-weight: 400;
}

.hadi-uzman-name {
  letter-spacing: .063px;
  margin-bottom: 1.25rem;
  font-family: Calistoga, sans-serif;
  font-size: 2.369rem;
  font-weight: 400;
}

.hadi-uzman-content-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 10px;
}

.hadi-padding-global-copy {
  background-color: var(--kontenyns);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hadi-padding-global-copy.hero-image {
  background-image: url('../images/hero-bg.png');
  background-position: 50%;
  background-size: cover;
}

.hadi-padding-text-allign {
  text-align: center;
}

.hadi-padding-text-allign.sss {
  flex-direction: column;
  display: flex;
}

.hadi-padding-text-allign.sss.sticky {
  padding-top: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hadi-small-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
  top: 0;
}

.hadi-small-container.sss-pad {
  padding-top: 20px;
  position: static;
}

.hadi-small-container.sss-pad.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.h5 {
  text-align: left;
  letter-spacing: .063px;
  margin-bottom: 1.25rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.777rem;
  font-weight: 500;
}

.hadi-pda-component-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hadi-pda-card {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  background-color: var(--white);
  cursor: text;
  border-radius: 12px;
  flex-direction: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 2rem;
  display: grid;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.text-span-34 {
  text-transform: lowercase;
}

.hadi-randevu-section {
  background-color: var(--arka-plan);
  background-image: linear-gradient(to bottom, var(--arka-plan), rgba(238, 233, 218, .2) 80%, white 104%);
}

.hadi-ty-section {
  background-color: var(--arka-plan);
  background-image: linear-gradient(to bottom, var(--white), var(--white) 10%, white 90%, var(--arka-plan));
}

.hadi-ty-grid-mass {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.hadi-ty-card.k-k {
  min-height: 18rem;
  border-radius: var(--card);
  background-color: var(--açık-mavi);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.hadi-ty-card.orta {
  min-height: 18rem;
  border-radius: var(--card);
  background-color: #2a3353;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.hadi-ty-card.orta.turuncu {
  background-color: var(--turuncu-cta);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.hadi-ty-card.b-y-k {
  min-height: 18rem;
  border-radius: var(--card);
  background-color: #96e2fc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.hadi-ty-card-content-wrapper {
  flex-direction: column;
  padding-bottom: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.hadi-ty-card-content-wrapper.beyaz-font {
  color: var(--white-bg);
}

.heading-7 {
  letter-spacing: 1px;
  align-self: center;
  margin-top: 1.25rem;
  font-family: Calistoga, sans-serif;
  font-size: 2.369rem;
  font-weight: 400;
}

.h4 {
  letter-spacing: .063px;
  align-self: center;
  margin-top: 1.25rem;
  font-family: Calistoga, sans-serif;
  font-size: 2.369rem;
  font-weight: 400;
}

.h4.orta {
  text-align: center;
}

.hadi-ty---text {
  letter-spacing: .063px;
  margin-top: 1.25rem;
  padding-top: .625rem;
  padding-bottom: 1.25rem;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.333rem;
}

.hadi-merkez-g-rsel-section {
  background-color: var(--arka-plan);
  background-image: linear-gradient(to bottom, var(--white), var(--white) 10%, white 90%, var(--arka-plan));
}

.rl_gallery21_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.rl_gallery21_arrow-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_gallery21_arrow-right {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.rl_gallery21_arrow-left {
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 4rem;
}

.rl_gallery21_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rl_gallery21_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.rl_gallery21_lightbox-link {
  width: 100%;
}

.rl_gallery21_slide {
  padding-right: 2rem;
}

.rl_gallery21_mask {
  width: 50%;
  overflow: visible;
}

.rl_gallery21_slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
}

.rl_gallery21_spacing-block-1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  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.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_blog33_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite-rl-black\<deleted\|variable-a7d61fee\>);
  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.209rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_gallery21_heading-wrapper {
  width: 100%;
  max-width: 48rem;
}

.rl_gallery21_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.rl-padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_gallery21 {
  background-color: var(--relume-library-lite-rl-white\<deleted\|variable-41e69d91\>);
  overflow: hidden;
}

.hadi-adres-container {
  background-color: var(--açık-mavi);
  border-radius: 18px;
  justify-content: space-between;
  align-self: stretch;
  padding: 10px;
  display: flex;
}

.hadi-adres---sag {
  width: 50%;
}

.hadi-adres---sol {
  width: 50%;
  align-self: stretch;
}

.adres-content-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.heading-8 {
  font-family: Calistoga, sans-serif;
  font-weight: 400;
}

.image-226 {
  border-radius: 8px 0 0 8px;
}

.hadi-adres-orta-container {
  height: 100%;
  background-color: var(--beige);
  border-radius: 0 8px 8px 0;
  align-items: center;
  display: flex;
}

.hadi-iletisim-button_wrapper {
  flex: 0 auto;
  align-content: center;
  align-self: flex-start;
  align-items: flex-start;
}

.hadi-sss-content_wrapper {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.link-block {
  width: 1.5rem;
  height: 1.5rem;
}

.hadi-lp-text {
  color: var(--dark-green);
  margin-top: 1.25rem;
  margin-bottom: 0;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.5;
}

.hadi-lp-text.white {
  color: #2a2b1d;
  letter-spacing: .063px;
}

.hadi-subheader {
  letter-spacing: -.625px;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.777rem;
  font-weight: 400;
}

.hadi-subheader.sol {
  text-align: left;
}

.hadi-hero-cta {
  background-color: var(--turuncu-cta);
  color: var(--white-bg);
  text-align: center;
  text-transform: capitalize;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Calistoga, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.hadi-hero-cta:hover {
  background-color: rgba(109, 142, 155, .9);
}

.hadi-space_small {
  width: 100%;
  margin-bottom: 1rem;
}

.gs-uzmanl-k_wrapper {
  width: auto;
  height: auto;
  background-color: var(--white-bg);
  border-radius: 1.25rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  padding: 1.8rem 2rem;
  display: flex;
}

.hadi-padding-global-1 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hadi-section-padding-medium-1 {
  color: var(--dark-green);
  padding-left: .75rem;
  padding-right: .75rem;
}

.bold-text-4 {
  font-family: Calistoga, sans-serif;
}

.hadi-uzmanl-k-bubble {
  width: 12.5rem;
}

.hadi-uzmanl-k-bubble.uzun {
  width: auto;
}

.hadi-uzman-header_wrapper {
  flex-wrap: wrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 1.25rem;
}

.hadi-uzman-cta_wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hadi-uzman-cta {
  background-color: var(--turuncu-cta);
  color: #2a2b1d;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Calistoga, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.hadi-uzman-cta:hover {
  background-color: #6d8e9b;
}

.hadi-small-space-1-5 {
  width: 100%;
  height: 1.5rem;
}

.hadi-2-horizontal-component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.hadi-ic-sayfa-text {
  text-align: center;
  font-family: IBM Plex Sans, sans-serif;
  font-size: 1.333rem;
  font-weight: 400;
}

.hadi-ic-sayfa-heading {
  color: var(--dark-green);
  text-align: center;
  letter-spacing: .063rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calistoga, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.25;
}

.hadi-header-section {
  background-color: #e6f5f2;
}

.combine-padding-global-3-copy {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.hadi-bilgiler-wrapper {
  background-color: var(--white-bg);
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
  padding-top: 1.8rem;
  position: static;
}

.image-227 {
  border-radius: 12px;
}

.text-block-12 {
  font-family: IBM Plex Sans, sans-serif;
}

.heading-9 {
  letter-spacing: .08rem;
  margin-top: .625rem;
  font-family: Calistoga, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .cta {
    background-color: var(--white);
    border-radius: 10px;
    padding: 40px 40px 20px;
  }

  .dropdown_individual-question-2 {
    color: var(--black);
  }

  .combine-heading-style-h2 {
    color: var(--dark-green);
    text-align: left;
    letter-spacing: .1rem;
    flex: 0 auto;
    font-size: 2.1rem;
  }

  .body-3 {
    background-color: var(--beige);
  }

  .section-hero-1 {
    width: 100%;
    max-width: none;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-start;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .placeholder-image {
    flex-direction: column;
    display: block;
  }

  .heading-4 {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    font-size: 1.5rem;
    text-decoration: none;
    position: relative;
  }

  .header-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 10px;
    display: flex;
  }

  .hero-heading-left-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: center;
    display: block;
  }

  .f2wf-columns-4 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .header-gorsel {
    flex: 1;
    display: block;
  }

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

  .arrow-wrapper {
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: center;
    position: relative;
    left: auto;
  }

  .line-crator {
    left: 15%;
  }

  .header-container {
    max-width: 1400px;
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: center;
  }

  .hadi-small-cta {
    background-color: var(--turuncu-cta);
    color: var(--dark-green);
    font-size: 1.2rem;
    font-weight: 500;
  }

  .combine-nav3_link {
    font-size: 1.2rem;
  }

  .combine-nav3_link:hover {
    color: var(--kütüp-library-dark-slate-grey-x\<deleted\|variable-c8994df5\>);
  }

  .combine-nav3_link.w--current {
    transition: color .25s;
  }

  .nav {
    background-color: var(--açık-mavi);
  }

  .combine-header1_image {
    width: 100%;
    height: 100%;
  }

  .combine-header1_image-wrapper {
    height: auto;
    top: -59%;
    right: -16%;
  }

  .combine-button {
    color: var(--dark-green);
    font-family: Playfair Display;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .combine-text-size-regular-2 {
    color: var(--dark-green);
    font-size: 1.2rem;
  }

  .combine-heading-style-h1 {
    color: var(--turuncu-cta);
  }

  .header-section {
    background-color: var(--white);
    background-image: linear-gradient(to bottom, var(--white), rgba(238, 233, 218, .5));
  }

  .hadi-nav-text {
    font-size: 1.2rem;
  }

  .hadi-nav-text:hover {
    color: var(--kütüp-library-dark-slate-grey-x\<deleted\|variable-c8994df5\>);
  }

  .combine-feature2_image {
    height: auto;
    border-radius: 1.25rem;
  }

  .combine-feature2_image-wrapper {
    padding: 20px;
  }

  .combine-text-size-regular-3 {
    color: var(--dark-green);
    text-align: left;
    text-transform: none;
    align-self: auto;
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
  }

  .combine-heading-style-h2-2 {
    color: var(--dark-green);
    font-family: Playfair Display;
    font-size: 3.5rem;
  }

  .combine-feature2_content {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .combine-feature2_component {
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hakk-mda-section {
    background-color: var(--beige);
    background-image: linear-gradient(rgba(238, 233, 218, .1), rgba(238, 233, 218, .4) 20%, #fff);
  }

  .seperator-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .combine-button-content-2 {
    font-family: Inter, sans-serif;
  }

  .combine-heading-style-h5-2 {
    color: #000;
    text-transform: capitalize;
    font-family: Playfair Display;
    font-size: 1.4rem;
  }

  .combine-feature5_item {
    width: 350px;
    height: 350px;
    background-color: rgba(238, 233, 218, .4);
    border-radius: 50%;
  }

  .hizmetler-section {
    background-color: var(--white);
    background-image: linear-gradient(to bottom, rgba(238, 233, 218, .1), var(--white) 15%, rgba(238, 233, 218, .7) 90%, #eee9da 104%);
  }

  .guccuk-harf {
    text-transform: lowercase;
  }

  .combine-gallery1_image-wrapper {
    height: 100%;
  }

  .combine-text-size-regular-4 {
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
  }

  .instagram-section {
    background-color: var(--beige);
  }

  .combine-clients4_grid {
    grid-template-columns: 1fr;
  }

  .yorum-section {
    background-color: var(--white);
    background-image: linear-gradient(to bottom, var(--white), var(--white) 10%, white 90%, rgba(238, 233, 218, .5));
  }

  .combine-faq2_title {
    font-family: Inter, sans-serif;
  }

  .sss-section {
    background-color: var(--beige);
    background-image: linear-gradient(to bottom, rgba(238, 233, 218, .1), var(--arka-plan) 10%, var(--arka-plan) 100%, white);
  }

  .combine-text-size-regular-3-ovaltext {
    color: var(--dark-green);
    text-align: center;
    letter-spacing: .05rem;
    text-transform: none;
    font-family: Inter, sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
  }

  .combine-footer2_link {
    font-size: 1rem;
  }

  .combine-footer2_title {
    font-size: 1.2rem;
  }

  .hadi-footer-text {
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
  }

  .combine-footer2_grid {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .footer-section {
    background-color: #93bfcf;
  }

  .div-block-8 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    display: flex;
  }

  .t-logo_text {
    color: var(--dark-green);
    align-self: center;
    font-family: Basteleur, sans-serif;
    line-height: 1;
  }

  .logo-text {
    font-size: 1.6rem;
  }

  .combine-button-wrapper-2 {
    margin-top: 20px;
  }

  .combine-space-medium-3 {
    height: 2.5rem;
  }

  .combine-container-small-3 {
    max-width: 60.5rem;
  }

  .combine-section_header5 {
    background-color: var(--açık-mavi);
  }

  .sayfa-metin_dikkat {
    text-align: left;
    font-family: Inter, sans-serif;
    font-size: 1.4rem;
  }

  .cta-metin {
    color: var(--dark-green);
    border-radius: 10px;
    font-family: Inter, sans-serif;
    font-size: 1.5rem;
  }

  .jenerik-imagewrapper {
    height: 12rem;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 73px;
  }

  .background_band {
    width: 100%;
    height: 12rem;
    background-color: #204045;
    border-radius: 10px;
  }

  .button-wrapper-whitey {
    margin-top: 20px;
  }

  .cta-button_text {
    background-color: var(--turuncu-cta);
    color: var(--dark-green);
    padding: .9rem 1.9rem;
  }

  .cta-button_text:hover {
    background-color: var(--kontenyns);
  }

  .body-5 {
    background-color: #eae6e4;
    font-family: Inter, sans-serif;
    font-size: 1.3vw;
  }

  .combine-text-size-regular-3-hizmet {
    color: var(--dark-green);
    text-align: center;
    text-transform: none;
    align-self: auto;
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
  }

  .hizmetler-oval_text {
    color: #000;
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    font-family: Inter, sans-serif;
    font-size: 1rem;
    font-weight: 400;
  }

  .hizmetler-sayfa_metin {
    text-align: left;
    font-family: Inter, sans-serif;
    font-size: 1.4rem;
  }

  .unvan-kucuk {
    background-color: var(--turuncu-cta);
    padding: 8px;
    font-size: 1.5rem;
    line-height: 2rem;
    text-decoration: none;
  }

  .cta-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-span {
    font-weight: 400;
  }

  .uni-title {
    background-color: var(--antique-white);
    font-family: Inter, sans-serif;
  }

  .biyo-yaz {
    font-size: 1.2rem;
  }

  .biyo-yaz-_wrapper {
    width: 90%;
    background-color: var(--beige);
    padding: 1.5rem 3rem;
  }

  .biyo-component-wrapper {
    flex-direction: column;
    grid-template-columns: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: static;
  }

  .calisma-alanlarim_wrapper {
    width: 90%;
    background-color: var(--beige);
    border-radius: 1.25rem;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding: 10px;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 11%;
  }

  .egitimler_wrapper_bigger {
    position: static;
  }

  .egitimler-block_text {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: flex-start;
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    display: flex;
  }

  .text-span-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .text-span-3 {
    background-color: var(--lime);
    font-size: 1.6rem;
  }

  .text-deco-art {
    text-align: left;
    letter-spacing: .5px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    font-size: 1.2rem;
    display: block;
  }

  .text-span-5 {
    background-color: var(--kütüp-library-burntsienna\<deleted\|variable-78686071\>);
  }

  .text-span-6 {
    background-color: var(--kütüp-library-burntsienna\<deleted\|variable-78686071\>);
    font-size: 1.6rem;
  }

  .text-span-7 {
    background-color: var(--turuncu);
    font-size: 1.6rem;
  }

  .text-span-8 {
    background-color: var(--lime);
    font-size: 1.6rem;
  }

  .text-span-9 {
    background-color: var(--antique-white);
    font-size: 1.6rem;
  }

  .text-span-10 {
    background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  }

  .text-span-11 {
    background-color: var(--kütüp-library-dim-grey\<deleted\|variable-4c561e11\>);
    font-size: 1.6rem;
  }

  .text-span-12 {
    background-color: var(--untitled-ui-primary500\<deleted\|variable-2fc4bf9f\>);
    font-size: 1.6rem;
  }

  .text-span-13 {
    background-color: var(--combine-library-secondary-600\<deleted\|variable-7a0cb4d3\>);
  }

  .text-span-14 {
    background-color: var(--untitled-ui-success700\<deleted\|variable-1c4c81d0\>);
  }

  .text-span-15 {
    background-color: var(--untitled-ui-primary300\<deleted\|variable-b540dac6\>);
  }

  .text-span-16 {
    background-color: var(--untitled-ui-success700\<deleted\|variable-1c4c81d0\>);
  }

  .text-span-17 {
    background-color: var(--combine-library-secondary-600\<deleted\|variable-7a0cb4d3\>);
  }

  .text-span-18 {
    background-color: var(--untitled-ui-gray400\<deleted\|variable-b339bef7\>);
  }

  .text-span-19 {
    background-color: var(--antique-white);
  }

  .text-span-20 {
    background-color: var(--kütüp-library-slate-blue\<deleted\|variable-67cff3fe\>);
  }

  .text-span-21 {
    background-color: #5ece74;
  }

  .text-span-22 {
    background-color: #db747d;
  }

  .text-span-23 {
    background-color: #ddf596;
  }

  .text-span-24 {
    background-color: #a36fe2;
  }

  .text-span-25 {
    background-color: #b0df85;
  }

  .text-span-26 {
    background-color: #a283e0;
  }

  .text-span-27 {
    background-color: #62fc8b;
  }

  .text-span-28 {
    background-color: #5da1bd;
  }

  .text-span-29 {
    background-color: #eebaa4;
  }

  .text-span-30 {
    background-color: #f8fce9;
    font-size: 1.6rem;
  }

  .cal-smalar-block_text-copy {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: flex-start;
    font-family: Inter, sans-serif;
    font-size: 1.3rem;
    display: flex;
  }

  .egitimler_h2, .calisma-alanlarim {
    color: var(--dark-green);
    text-align: left;
    letter-spacing: .1rem;
    flex: 0 auto;
    font-size: 2.1rem;
  }

  .egitim-alanlarim_wrapper {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--beige);
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-self: center;
    align-items: stretch;
    padding: 20px;
    display: grid;
    position: static;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 11%;
  }

  .hakkimda-image_rapper {
    width: 50%;
    height: auto;
    text-align: left;
    justify-content: center;
    padding: 20px;
    display: flex;
  }

  .hakkimda-bilgiler_wrapper {
    width: 50%;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .uzmanl-k-basl-k_h2 {
    color: var(--dark-green);
    text-align: left;
    letter-spacing: .1rem;
    flex: 0 auto;
    font-size: 2.1rem;
  }

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

  .hadi-harita-wrapper {
    background-color: var(--white-bg);
  }

  .header-text_wrapper {
    position: relative;
  }

  .colorbox {
    z-index: 1;
    height: 20px;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .colorbox.blue {
    background-color: var(--turuncu-cta);
    padding-bottom: 0;
    padding-right: 0;
  }

  .coloresbox {
    height: 10px;
    background-color: var(--turuncu-cta);
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hadi-hakk-mda-wrapper-grid {
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .egitimsertifikalar-_wrapper, .test-wrapper, .test-wrapper-grid {
    padding: 1rem 2rem;
  }

  .calisma-alanlarim_wrappergrid {
    width: 90%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: var(--beige);
    border-radius: 1.25rem;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    align-self: center;
    align-items: stretch;
    padding: 10px;
    display: grid;
    position: static;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 11%;
  }

  .al-maalanlar-m_container {
    padding: 1rem 1.5rem;
  }

  .leti-im-container_wrapper {
    justify-content: center;
  }

  .slide {
    background-image: url('../images/Sertifika-2.webp');
    background-position: 50%;
    background-size: cover;
  }

  .slider {
    height: 40rem;
  }

  .slide-2 {
    background-image: url('../images/Sertifika-4.webp');
    background-position: 50%;
    background-size: contain;
  }

  .slide-3 {
    background-image: url('../images/Sertifika-3.webp');
    background-position: 50%;
    background-size: contain;
  }

  .slide-4 {
    background-image: url('../images/Sertifika-5.webp');
    background-position: 50%;
    background-size: contain;
  }

  .slide-5 {
    background-image: url('../images/Sertifika-6.webp');
    background-position: 50%;
    background-size: contain;
  }

  .slide-6 {
    background-image: url('../images/Sertifika-8.webp');
    background-position: 50%;
    background-size: contain;
  }

  .slide-7 {
    background-image: url('../images/Sertifika-1.webp');
    background-position: 50%;
    background-size: contain;
  }

  .slide-8 {
    background-image: url('../images/Sertifika-7.webp');
    background-position: 50%;
    background-size: contain;
  }

  .container-10 {
    justify-content: space-around;
  }

  .column {
    width: auto;
  }

  .column-17 {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .column-18 {
    width: auto;
  }

  .header-2._1 {
    text-align: left;
  }

  .placeholder.image {
    border-style: none;
  }

  .hadi-hakk-mda-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hadi-wide-cta {
    background-color: var(--turuncu-cta);
    color: var(--dark-green);
    font-size: 1.2rem;
    font-weight: 500;
  }

  .hadi-orta-content {
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: static;
  }

  .hadi-text-wrapper {
    max-width: 15rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50px;
    margin-bottom: 2rem;
  }

  .hadi-uzman-card {
    height: 46.5rem;
    padding: 20px;
  }

  .hadi-small-container {
    max-width: 75rem;
  }

  .hadi-randevu-section {
    background-color: var(--beige);
  }

  .hadi-ty-section {
    background-color: var(--white);
    background-image: linear-gradient(to bottom, var(--white), var(--white) 10%, white 90%, rgba(238, 233, 218, .5));
  }

  .hadi-ty-grid-mass {
    max-width: 75rem;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    display: grid;
  }

  .hadi-ty-card.b-y-k {
    min-height: 21rem;
  }

  .hadi-merkez-g-rsel-section {
    background-color: var(--white);
    background-image: linear-gradient(to bottom, var(--white), var(--white) 10%, white 90%, rgba(238, 233, 218, .5));
  }

  .hadi-lp-text {
    color: var(--dark-green);
    text-align: left;
    text-transform: none;
    align-self: auto;
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
  }

  .hadi-hero-cta {
    color: var(--dark-green);
    font-family: Playfair Display;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .hadi-section-header-biyografi {
    background-color: var(--açık-mavi);
  }

  .hadi-uzman-cta_wrapper {
    margin-top: 20px;
  }

  .hadi-uzman-cta {
    background-color: var(--turuncu-cta);
    color: var(--dark-green);
    padding: .9rem 1.9rem;
  }

  .hadi-uzman-cta:hover {
    background-color: rgba(109, 142, 155, .9);
  }

  .hadi-small-space-1-5 {
    height: 2.5rem;
  }

  .hadi-2-horizontal-component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hadi-header-section {
    background-color: #e6f5f2;
  }

  .hadi-bilgiler-wrapper {
    background-color: var(--white-bg);
  }
}

@media screen and (min-width: 1440px) {
  .cta {
    min-height: 18rem;
    justify-content: center;
  }

  .hadi-small-cta {
    color: var(--white);
  }

  .hadi-small-cta.hadi-nav-text.beyaz {
    margin-top: 0;
    margin-right: 1.5rem;
  }

  .combine-nav3_button-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hadi-padding-global.hero-image {
    background-position: 50%;
    background-size: 1500px;
  }

  .hadi-padding-global.nav-kenar {
    background-color: rgba(255, 255, 255, 0);
  }

  .hadi-padding-global.dark-blue-bg {
    background-color: #ffe3bb;
  }

  .combine-header1_image {
    max-width: 50rem;
  }

  .combine-header1_image-wrapper {
    margin-left: 100px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .combine-button {
    font-family: Calistoga, sans-serif;
  }

  .combine-heading-style-h1 {
    letter-spacing: .063rem;
  }

  .combine-header1_content {
    max-width: 35rem;
  }

  .combine-header1_component {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .combine-feature2_image {
    margin-top: 10px;
  }

  .combine-feature2_content {
    align-items: center;
  }

  .combine-heading-style-h5-2 {
    letter-spacing: .063px;
  }

  .hadi-bos-space_medium {
    margin-bottom: 2rem;
  }

  .hizmetler-oval_text {
    letter-spacing: .063rem;
  }

  .uni-title {
    background-color: var(--antique-white);
    font-family: IBM Plex Sans, sans-serif;
    font-weight: 500;
  }

  .biyo-yaz-_wrapper {
    background-color: #fbfaf6;
  }

  .text-deco-art {
    margin-top: .75rem;
  }

  .hadi-ua-wrapper.grid {
    grid-column-gap: 10px;
  }

  .egitim-alanlarim_wrapper.goncag-l-ps {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .egitimsertifikalar-_wrapper.goncaglps, .test-wrapper {
    background-color: #fbfaf6;
  }

  .test-wrapper-grid {
    grid-template-rows: .25fr auto;
  }

  .hadi-hero-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hadi-section-heading.h3.beyaz, .hadi-section-heading.alanlar-text, .hadi-section-heading.sol, .hadi-section-heading.white {
    letter-spacing: .063px;
  }

  .hadi-wide-cta {
    color: var(--white);
  }

  .hadi-orta-content {
    align-items: center;
  }

  .hadi-text-wrapper {
    max-width: 15.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 50px;
    margin-bottom: 2rem;
  }

  .hadi-uzman-card {
    height: auto;
    max-height: 52rem;
  }

  .hadi-uzman-title, .hadi-uzman-name {
    letter-spacing: .063px;
  }

  .hadi-uzman-content-wrapper {
    margin-bottom: 20px;
  }

  .hadi-padding-text-allign.sss.sticky {
    padding-top: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .hadi-small-container {
    max-width: 75rem;
  }

  .hadi-small-container.sss-pad.sticky {
    position: static;
  }

  .h5 {
    letter-spacing: .063px;
  }

  .hadi-pda-card {
    min-height: 25rem;
    align-content: center;
  }

  .hadi-randevu-section {
    background-color: #ecec1a;
  }

  .hadi-ty-grid-mass {
    max-width: 75rem;
    align-self: center;
  }

  .hadi-ty-card-content-wrapper.tinycard {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .h4 {
    letter-spacing: .063px;
  }

  .hadi-ty---text {
    letter-spacing: .063px;
    font-size: 1.333rem;
  }

  .adres-content-wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hadi-lp-text.white {
    letter-spacing: .063px;
  }

  .hadi-subheader {
    letter-spacing: -.063px;
  }

  .hadi-hero-cta {
    color: var(--beige);
    font-family: Calistoga, sans-serif;
  }

  .hadi-space_small {
    margin-bottom: 2rem;
  }

  .gs-uzmanl-k_wrapper {
    background-color: #fbfaf6;
  }

  .hadi-section-header-biyografi {
    background-color: var(--açık-mavi);
  }

  .hadi-uzmanl-k-bubble {
    width: auto;
  }

  .hadi-uzman-cta_wrapper {
    margin-top: 0;
  }

  .hadi-small-space-1-5 {
    height: 1.5rem;
  }

  .hadi-header-section {
    background-color: #e6f5f2;
  }
}

@media screen and (min-width: 1920px) {
  .biyo-yaz {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  p {
    font-size: 1.125rem;
  }

  a {
    font-size: .9375rem;
  }

  .heading-large {
    font-size: 4rem;
  }

  .text-size-medium {
    font-size: 1.125rem;
  }

  .text-style-link, .text-size-small {
    font-size: .875rem;
  }

  .heading-xlarge {
    font-size: 5rem;
  }

  .text-size-tiny {
    font-size: .75rem;
  }

  .page-padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-xhuge {
    padding: 5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-xsmall {
    font-size: 1.25rem;
  }

  .nav_logo.text-align-center {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.5rem;
  }

  .nav_icon-open {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2.5rem;
  }

  .nav_padding {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section-home-services_item {
    padding-left: 0;
  }

  .tab_link {
    grid-template-columns: 15% 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .section-home-packages_individual {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr max-content;
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section-contact_inner {
    flex-direction: column;
  }

  .contact_text.text-size-small.contact_text-full {
    padding-bottom: 6rem;
  }

  .contact_button {
    padding-left: 1.5rem;
  }

  .footer_top.padding-vertical.padding-xhuge {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .footer_menu {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    grid-template-rows: auto;
    padding-bottom: 3rem;
  }

  .nav_logo-icon {
    height: 2rem;
  }

  .image-100.image-scale-large {
    height: 100%;
  }

  .section-case-hero-image.margin-bottom.margin-huge {
    height: 20rem;
    overflow: hidden;
  }

  .section-case-details_left {
    width: 40%;
  }

  .section-case-details_right {
    width: 60%;
  }

  .section-case-details_right-text.max-width-80 {
    max-width: 85%;
    margin-left: auto;
  }

  .full-text_component {
    padding: 5rem 1.5rem;
  }

  .image-half-wtext_component.padding-horizontal.padding-large.margin-bottom.margin-xxlarge {
    grid-template-columns: 1.5fr 1fr;
    align-items: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image-half-wtext_image {
    height: 30rem;
  }

  .link-2, .link-3 {
    font-size: .875rem;
  }

  .nav_menu-link.heading-large {
    font-size: 2.5rem;
  }

  .nav_menu-top {
    height: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .nav_menu-secondary, .nav_menu-main-align {
    padding-left: 2.5rem;
  }

  .nav_menu-icon-arrow, .nav_menu-icon-close {
    width: 2.5rem;
    height: 2.5rem;
  }

  .nav_menu-icon-open {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
  }

  .nav_icon-close {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 2.5rem;
  }

  .button-arrow, .button-arrow-left {
    width: 2rem;
    height: 2rem;
  }

  .combine-heading-style-h2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .hide-tablet {
    display: none;
  }

  .uui-space-large-2 {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 3.25rem;
  }

  .uui-heroheader03_content {
    margin-right: 0;
  }

  .uui-heroheader03_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .menu-icon_line-bottom {
    width: 24px;
    height: 2px;
    background-color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    width: 24px;
    height: 2px;
    background-color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    width: 24px;
    height: 2px;
    background-color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
    border-radius: 1rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    width: 48px;
    height: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .uui-navbar08_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar08_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar08_link {
    width: 100%;
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
    padding: .75rem 0;
    font-family: Poppins, sans-serif;
    font-size: 1.125rem;
  }

  .uui-navbar08_link:hover {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar08_dropdown-link:hover {
    background-color: rgba(0, 0, 0, 0);
  }

  .uui-navbar08_dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .uui-navbar08_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .uui-navbar08_dropdown-list.w--open {
    width: auto;
    box-shadow: none;
    border-style: none;
    border-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .uui-navbar08_dropdown-toggle {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
    letter-spacing: .063rem;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar08_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
  }

  .uui-navbar08_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .uui-navbar08_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900\<deleted\|variable-f63dbb51\>);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar08_menu {
    height: 100vh;
    border-top: 1px solid var(--untitled-ui-gray100\<deleted\|variable-4a47ec41\>);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .text-block-5 {
    font-family: Poppins, sans-serif;
    line-height: 1.8;
  }

  .uui-space-xxlarge {
    min-height: 4.5rem;
  }

  .uui-layout72_component {
    grid-template-columns: 1fr;
  }

  .uui-layout03_lightbox {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
  }

  .uui-layout03_component {
    min-height: auto;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-layout34_component {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blogsection03_button-row {
    flex: none;
  }

  .uui-blogsection03_list {
    grid-template-columns: 1fr 1fr;
  }

  .uui-blogsection03_heading {
    margin-right: 3rem;
  }

  .uui-blogsection03_heading-wrapper {
    grid-column-gap: 3rem;
  }

  .uui-faq02_content {
    position: static;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
    position: static;
  }

  .uui-footer06_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-footer06_form-block {
    min-width: auto;
  }

  .uui-footer06_newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .uui-footer06_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .glass-cta-container {
    padding: 3rem;
  }

  .navbar-logo-left-3 {
    padding-right: 0;
  }

  .navbar-menu-3 {
    max-width: unset;
  }

  .navbar-link-3, .navbar_button {
    justify-content: center;
  }

  .f2wf-columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .column-11, .content-8, .footer-links-3 {
    align-items: center;
  }

  .navbar-logo-left-4 {
    padding-right: 0;
  }

  .navbar-menu-4 {
    max-width: unset;
  }

  .navbar-link-4, .navbar-button {
    justify-content: center;
  }

  .f2wf-columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .image-wrapper-8 {
    flex: 0 auto;
  }

  .image-223 {
    flex: 1;
  }

  .column-16, .content-10, .footer-links-4 {
    align-items: center;
  }

  .header-gorsel {
    flex: 1;
    display: block;
  }

  .image-wrapper_header {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    display: flex;
  }

  .header-container {
    flex-direction: column;
    align-items: center;
  }

  .combine-menu-icon_line-bottom, .combine-menu-icon_line-middle, .combine-menu-icon_line-top {
    background-color: var(--white);
  }

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

  .combine-nav3_button-wrapper {
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .combine-nav3_item {
    color: #5f6570;
    justify-content: center;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-family: IBM Plex Sans, sans-serif;
    display: flex;
  }

  .combine-nav3_item.w--current {
    color: #8693aa;
  }

  .combine-nav3_dropdown-wrapper {
    justify-content: center;
  }

  .combine-nav3_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav3_icon {
    color: var(--white);
  }

  .combine-nav3_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav3_dropdown {
    width: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .combine-nav3_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav3_link-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .combine-nav3_menu {
    border-bottom: 1px solid var(--combine-library-grey-200\<deleted\|variable-b73553ce\>);
    background-color: var(--dark-blue);
    text-align: left;
    border-radius: 12px;
    margin-left: 10%;
    margin-right: 10%;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .hadi-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-header1_image-wrapper {
    max-width: 15rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .hadi-large-container {
    max-width: 75rem;
  }

  .hadi-nav-text:hover {
    color: var(--turuncu-cta);
  }

  .combine-feature2_image {
    border-radius: 1.25rem;
  }

  .combine-feature2_image-wrapper {
    justify-content: center;
    display: flex;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-feature2_content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: static;
  }

  .combine-feature2_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .combine-button-icon-2 {
    white-space: nowrap;
  }

  .combine-feature5_item {
    color: var(--combine-library-grey-800\<deleted\|variable-c0ad9ad1\>);
    text-decoration: none;
  }

  .combine-feature5_component {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    justify-items: center;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .combine-footer2_bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .combine-space-small {
    display: block;
  }

  .combine-footer2_grid {
    grid-template-columns: auto auto auto;
  }

  .combine-heading-style-h1-2 {
    font-size: 2.75rem;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cta-metin {
    text-align: center;
  }

  .uni-title {
    font-size: 1.2rem;
  }

  .biyo-component-wrapper {
    grid-auto-columns: auto;
  }

  .calisma-alanlarim_wrapper {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    display: block;
  }

  .egitimler-block_text {
    text-align: center;
    text-transform: none;
    font-size: 1rem;
  }

  .cal-smalar-block_text-copy {
    text-align: left;
    text-transform: none;
    font-size: 1rem;
  }

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

  .bold-text-2 {
    font-size: 1.3rem;
  }

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

  .egitimler_h2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .hadi-ua-wrapper {
    text-align: center;
  }

  .calisma-alanlarim {
    text-align: center;
    font-size: 1.5rem;
  }

  .egitim-alanlarim_wrapper {
    width: 100%;
    align-self: center;
  }

  .hakkimda-image_rapper {
    justify-content: center;
    display: flex;
  }

  .hakkimda-bilgiler_wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: space-between;
    align-items: flex-start;
    display: grid;
    position: static;
  }

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

  .uzmanl-k-basl-k_h2 {
    text-align: center;
    font-size: 1.5rem;
  }

  .egitim_wrapper-res {
    text-align: center;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .hadi-padding-section-large {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .rl_content6_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-auto-flow: row;
  }

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

  .hadi-harita-wrapper {
    border-top-right-radius: 1.25rem;
    border-bottom-left-radius: 0;
  }

  .hadi-hakk-mda-wrapper-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .container {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .calisma-alanlarim_wrappergrid {
    width: 100%;
    max-width: 100%;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    display: block;
  }

  .leti-im-container_wrapper {
    flex-direction: column;
  }

  .hadi-hakk-mda-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .hadi-orta-content {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: static;
  }

  .hadi-uzman-card {
    justify-content: center;
    display: flex;
  }

  .hadi-padding-global-copy {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hadi-pda-component-grid {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-items: stretch;
    justify-items: center;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .gs-uzmanl-k_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .hadi-padding-global-1 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hadi-uzmanl-k-bubble {
    width: auto;
  }

  .hadi-2-horizontal-component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: stretch;
  }

  .hadi-ic-sayfa-heading {
    font-size: 2.75rem;
  }

  .combine-padding-global-3-copy {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .hadi-bilgiler-wrapper {
    border-top-right-radius: 0;
    border-bottom-left-radius: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
  }

  a {
    font-size: .875rem;
  }

  .heading-large {
    font-size: 3.5rem;
  }

  .text-size-medium.margin-bottom.margin-small.max-width-55 {
    max-width: 100%;
  }

  .page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-xhuge {
    padding: 5rem;
  }

  .text-style-allcaps.full-text_component-text {
    font-size: 6.5vw;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav_logo.text-align-center {
    padding-left: 1rem;
  }

  .nav_icon-open {
    padding-right: 1rem;
  }

  .nav_padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-home-services_item {
    max-width: 80vw;
  }

  .tab_link {
    grid-template-columns: 18% 1fr;
  }

  .contact_field-wrapper {
    grid-column-gap: 0rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 1.5rem;
  }

  .contact_button {
    width: 100%;
    background-position: 94%;
  }

  .newsletter_button.text-size-small {
    width: 20%;
  }

  .section-case-hero-image.margin-bottom.margin-huge {
    height: 20rem;
    margin-bottom: 4rem;
  }

  .section-case-details.margin-bottom.margin-huge {
    margin-bottom: 4rem;
  }

  .section-case-details_left, .section-case-details_right {
    width: 100%;
  }

  .section-case-details_field {
    margin-bottom: 2.5rem;
  }

  .section-case-details_right-text.max-width-80 {
    margin-left: 0;
  }

  .image-half_component.padding-horizontal.padding-medium.margin-bottom.margin-xxlarge {
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .full-text_component, .image-third_component.padding-horizontal.padding-medium {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-third_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-half-wtext_component.padding-horizontal.padding-large.margin-bottom.margin-xxlarge {
    grid-column-gap: 0rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-half-wtext_image {
    height: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .image-contain {
    height: 100%;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_menu-link.heading-large {
    font-size: 2rem;
  }

  .nav_menu-image-wrapper {
    display: none;
  }

  .nav_menu-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_menu-secondary {
    padding-left: 1rem;
  }

  .nav_menu-main-align {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav_menu-icon-arrow {
    width: 2rem;
    height: 2rem;
  }

  .cover {
    display: block;
  }

  .nav_menu-icon-close, .nav_menu-icon-open {
    width: 2.5rem;
  }

  .nav_icon-close {
    padding-right: 1rem;
  }

  .button-arrow, .button-arrow-left {
    width: 1.8rem;
    height: 1.8rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-heroheader03_image {
    height: 22rem;
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-button-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper-2.max-width-full-mobile-landscape {
    width: 100%;
  }

  .uui-button-icon-2.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray-2 {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray-2:hover {
    background-color: var(--untitled-ui-white\<deleted\|variable-e3beb9c1\>);
    color: var(--untitled-ui-gray700\<deleted\|variable-d4f37b50\>);
  }

  .uui-button-secondary-gray-2.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row-2 {
    align-self: stretch;
  }

  .uui-button-row-2.is-reverse-mobile-landscape, .uui-button-row-2.button-row-center.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large-2 {
    min-height: 2rem;
  }

  .uui-text-size-xlarge-2 {
    font-size: 1.125rem;
  }

  .uui-space-small-2 {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge-2 {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar08_link {
    font-size: 1rem;
  }

  .uui-text-size-small.hide-mobile-landscape {
    display: none;
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-navbar08_dropdown-link-list {
    max-width: none;
    grid-row-gap: .5rem;
  }

  .uui-navbar08_dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .uui-navbar08_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar08_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('../images/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar08_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700\<deleted\|variable-da4f7fa3\>);
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-space-xxlarge {
    min-height: 3rem;
  }

  .uui-layout72_component {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .uui-lightbox_play-icon {
    width: 4rem;
    height: 4rem;
  }

  .uui-layout03_lightbox {
    min-height: 500px;
    padding: 1.5rem 1rem;
  }

  .uui-space-medium {
    min-height: 1.5rem;
  }

  .uui-text-size-large {
    font-size: 1rem;
  }

  .uui-space-xsmall {
    min-height: .75rem;
  }

  .uui-heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-layout03_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-layout34_component {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .uui-heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-blogsection03_button-row {
    width: 100%;
    justify-content: flex-start;
  }

  .uui-blogsection03_button-row.mobile-landscape {
    margin-top: 2.5rem;
    display: flex;
  }

  .uui-blogsection03_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection03_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection03_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .uui-text-size-large-2 {
    font-size: 1rem;
  }

  .uui-blogsection03_heading {
    margin-right: 0;
  }

  .uui-blogsection03_heading-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .uui-space-medium-2 {
    min-height: 1.5rem;
  }

  .uui-faq02_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .uui-faq02_question {
    padding: 1rem 1.25rem;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    border-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-button-row-3 {
    align-self: stretch;
  }

  .uui-text-size-large-3 {
    font-size: 1rem;
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-heading-medium-3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .uui-faq02_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-footer06_bottom-wrapper {
    margin-top: 3rem;
  }

  .uui-footer06_link:hover {
    color: var(--untitled-ui-gray500\<deleted\|variable-68f29e84\>);
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .uui-footer06_top-wrapper {
    grid-row-gap: 2rem;
  }

  .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    border-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
    background-color: var(--untitled-ui-primary600\<deleted\|variable-c514c1b4\>);
  }

  .uui-heading-xxsmall-2 {
    font-size: 1.125rem;
  }

  .uui-footer06_newsletter-wrapper {
    border-bottom-style: none;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .uui-page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .glass-container {
    padding: 1.5rem;
  }

  .glass-cta-container {
    padding: 2.5rem 1.5rem;
  }

  .f2wf-small-columns-3, .f2wf-small-columns-4 {
    flex-direction: column;
    align-items: center;
  }

  .hadi-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-header1_image {
    position: static;
    top: 2px;
    bottom: 0;
    left: 0%;
    right: auto;
  }

  .combine-header1_image-wrapper {
    align-self: flex-start;
    margin-right: 10px;
    display: none;
  }

  .combine-heading-style-h1 {
    font-size: 4.209rem;
  }

  .combine-header1_component {
    flex-direction: row;
  }

  .hadi-section-padding-medium._2col {
    grid-template-columns: 1fr;
  }

  .combine-feature2_component {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .combine-feature5_component {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-clients4_grid {
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .combine-footer2_bottom-text {
    order: 1;
  }

  .combine-footer2_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }

  .combine-footer2_info {
    max-width: 33rem;
    align-items: center;
  }

  .combine-padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cta-button_text {
    background-color: var(--white-bg);
  }

  .biyo-component-wrapper {
    flex-direction: column;
  }

  .cal-smalar-block_text-copy {
    text-align: left;
    font-family: Inter, sans-serif;
    display: flex;
  }

  .hadi-ua-wrapper.grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .hakkimda-bilgiler_wrapper {
    width: auto;
  }

  .rl_contact1_spacing-block-3 {
    padding-bottom: 2rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_contact1_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_contact1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .hadi-padding-section-large {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }

  .rl_contact6_spacing-block-5, .rl_contact6_spacing-block-6 {
    padding-bottom: .75rem;
  }

  .rl_contact6_form-field-2col {
    grid-template-columns: 1fr;
  }

  .rl_contact6_spacing-block-3 {
    padding-bottom: 1.5rem;
  }

  .rl_contact6_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl_contact6_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_content6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .hadi-hakk-mda-wrapper-grid {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .calisma-alanlarim_wrappergrid {
    align-items: stretch;
    display: flex;
  }

  .al-maalanlar-m_container {
    width: 100%;
  }

  .slider {
    height: 22rem;
  }

  .hadi-hero-grid {
    flex-direction: column;
  }

  .hadi-hakk-mda-wrapper {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .hadi-section-heading.alanlar-text, .hadi-section-heading.sol, .hadi-section-heading.white {
    font-size: 3.157rem;
  }

  .hadi-uzman-card, .hadi-uzman-image-wrapper {
    align-self: center;
  }

  .hadi-padding-global-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hadi-pda-component-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .hadi-ty-grid-mass {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rl_gallery21_arrow-left {
    right: 3.5rem;
  }

  .rl_gallery21_slide {
    padding-right: 1.5rem;
  }

  .rl_gallery21_mask {
    width: 100%;
  }

  .rl_gallery21_spacing-block-1 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_blog33_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl-padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gs-uzmanl-k_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .hadi-padding-global-1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hadi-2-horizontal-component {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-global-3-copy {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .html-embed-2 {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  h1, .heading-large {
    font-size: 3rem;
  }

  .text-style-link {
    text-align: left;
  }

  .heading-xlarge {
    font-size: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-home-services_item {
    max-width: 100vw;
  }

  .tab_link {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 14% 85%;
  }

  .section-home-packages_individual {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .contact_button {
    background-position: 90%;
  }

  .footer_bottom.padding-vertical.padding-medium {
    flex-direction: column;
  }

  .newsletter_input {
    flex: 1;
    align-self: stretch;
  }

  .newsletter_input-field {
    width: 100%;
  }

  .newsletter_button.text-size-small {
    width: 15%;
  }

  .section-case-hero-image.margin-bottom.margin-huge {
    height: 10rem;
  }

  .contact_field-wrapper-full {
    margin-bottom: 2.5rem;
  }

  .cta {
    border-radius: 1.25rem;
  }

  .uui-heroheader03_image {
    height: 15rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .uui-heroheader03_component {
    grid-template-columns: 1fr;
  }

  .uui-navbar08_dropdown-link {
    padding-left: 0;
  }

  .uui-navbar08_dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-faq02_component {
    grid-template-columns: 1fr;
  }

  .uui-footer06_logo-link {
    margin-bottom: 1.5rem;
  }

  .uui-footer06_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .uui-footer06_top-wrapper {
    grid-template-columns: 1fr;
  }

  .uui-footer06_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .combine-nav3_dropdown-wrapper {
    margin-left: 10%;
    margin-right: 10%;
  }

  .combine-nav3_logo-link.w--current {
    align-items: center;
  }

  .hadi-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .combine-heading-style-h1 {
    font-size: 3.157rem;
  }

  .combine-feature2_content {
    flex-direction: column;
  }

  .combine-heading-style-h5-2 {
    color: var(--dark-green);
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr;
  }

  .combine-footer2_nav-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .combine-space-small {
    display: none;
  }

  .combine-footer2_social-links, .hadi-footer-text {
    align-self: flex-start;
  }

  .combine-footer2_grid {
    grid-template-columns: auto;
  }

  .combine-button-wrapper-2 {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .button-wrapper-whitey {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .uni-title {
    font-size: 1rem;
  }

  .biyo-yaz-_wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .calisma-alanlarim_wrapper {
    align-items: center;
    display: block;
  }

  .text-deco-art {
    margin-bottom: -16px;
    display: block;
  }

  .uzmanl-k_wrapper {
    grid-row-gap: 10px;
  }

  .hakkimda-image_rapper {
    width: auto;
  }

  .hakkimda-bilgiler_wrapper {
    width: auto;
    max-width: none;
    flex-direction: column;
  }

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

  .container {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .al-maalanlar-m_container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .slider {
    height: 16rem;
  }

  .hadi-section-heading.h3.beyaz, .hadi-section-heading.alanlar-text, .hadi-section-heading.sol, .hadi-section-heading.white {
    font-size: 2.369rem;
  }

  .hadi-orta-content {
    flex-direction: column;
  }

  .hadi-text-wrapper {
    padding-left: 5px;
    padding-right: 10px;
  }

  .hadi-padding-global-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h5 {
    font-size: 1.333rem;
    font-weight: 400;
  }

  .hadi-ty-card.b-y-k {
    min-height: auto;
  }

  .h4 {
    font-size: 1.777rem;
  }

  .hadi-adres-container {
    flex-direction: column;
  }

  .hadi-adres---sag, .hadi-adres---sol {
    width: auto;
  }

  .image-226 {
    object-fit: fill;
  }

  .hadi-footer-logo-link {
    align-self: flex-start;
  }

  .hadi-subheader {
    font-size: 1.333rem;
    font-weight: 400;
  }

  .gs-uzmanl-k_wrapper {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .hadi-padding-global-1 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hadi-uzmanl-k-bubble {
    width: auto;
  }

  .hadi-uzman-cta_wrapper {
    width: 100%;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
  }

  .combine-padding-global-3-copy {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#w-node-_912ac28e-60fd-3d6c-bc8e-834e67cd1f2d-2c917b99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1ca8434d-c206-3de9-4380-8c14ee042cda-2c917b99 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-b5b3d72a-16a2-f450-836a-445021355a10-2c917b99 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-c04e350c-513b-4d83-06bd-e4846f54d0cf-2c917b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47ac2f55-53f1-aac3-e5f3-07dc0b0624fa-2c917b99 {
  justify-self: center;
}

#w-node-_5efd85af-5066-1642-7859-3a360ba16abd-2c917b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5efd85af-5066-1642-7859-3a360ba16abe-2c917b99 {
  justify-self: center;
}

#w-node-af6a884b-bd13-784a-9b0f-e684482ee9a6-2c917b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af6a884b-bd13-784a-9b0f-e684482ee9a7-2c917b99 {
  justify-self: center;
}

#w-node-_08a026a5-e278-9db5-44e0-db01a8b48d1d-2c917b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08a026a5-e278-9db5-44e0-db01a8b48d1e-2c917b99 {
  justify-self: center;
}

#w-node-_2f99ea06-0dee-9069-1d87-dc6adc3c7b15-2c917b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f99ea06-0dee-9069-1d87-dc6adc3c7b16-2c917b99 {
  justify-self: center;
}

#w-node-_4782b342-4744-243c-8c25-5b4e60dbde03-2c917b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4782b342-4744-243c-8c25-5b4e60dbde04-2c917b99 {
  justify-self: center;
}

#w-node-e96f679c-c8e5-f278-dbc6-0269e3554167-2c917b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e96f679c-c8e5-f278-dbc6-0269e3554168-2c917b99 {
  justify-self: center;
}

#w-node-d1c07aa7-f79b-a66e-3201-cf81c6f68509-2c917b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d1c07aa7-f79b-a66e-3201-cf81c6f6850a-2c917b99 {
  justify-self: center;
}

#w-node-_39d75220-0624-72bc-2ba1-d4b1644e9cd7-2c917b99 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_39d75220-0624-72bc-2ba1-d4b1644e9cd8-2c917b99 {
  justify-self: center;
}

#w-node-e99828b6-9e8a-7828-9288-ca7ce68d0e8d-2c917b99 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_556ad98f-8f29-c36f-8fb9-9ef51c3345ab-2c917b99 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_13e8a47b-e93e-3ce8-9d59-077c26e5dfc5-2c917b99 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_7179b26e-8c70-88b8-28d2-52d2062951ad-2c917b99 {
  grid-area: 2 / 3 / 3 / 5;
}

#w-node-_7558c3c3-218d-0469-6412-50b5a90ca556-2c917b99, #w-node-_160581ab-e92b-004f-e227-64d65bcb2337-2c917b99, #w-node-_642a0587-e0cc-134a-d13f-f8e6eb5a742d-2c917b99, #w-node-_02ab633c-6995-80a3-c656-ec1060c40d4b-2c917b99, #w-node-_769543e4-5ee6-6425-e05b-eae72f36ed98-2c917b99, #w-node-d4dd8963-16bb-ddeb-5bc5-09c88441eba2-2c917b99, #w-node-f089419f-c90b-3acd-ddca-47dafd04d3d6-2c917b99, #w-node-_5241ceb4-c8ad-ae74-4db5-48fb0010cc54-2c917b99, #w-node-_019fc8e8-e3eb-0e02-0626-e34cde80554c-de805543 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a483a256-487d-6500-f2af-0f91b5f8ed84-b5f8ed81 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-a483a256-487d-6500-f2af-0f91b5f8ed86-b5f8ed81 {
  grid-area: 1 / 3 / 2 / 8;
}

#w-node-a483a256-487d-6500-f2af-0f91b5f8ed9e-b5f8ed81 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_632fa566-3a6b-36c8-76ba-b09bcb3679ad-cb3679a2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_632fa566-3a6b-36c8-76ba-b09bcb3679c8-cb3679a2 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bde86cbb-5176-c633-d75d-ecf89f0e7022-92917bf1, #w-node-_8526cd0e-325d-e69b-0345-dfc5e06ace25-2e80341f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce2ce021-16c8-af5b-be48-53026f0ff17f-6570e8bc, #w-node-ce2ce021-16c8-af5b-be48-53026f0ff184-6570e8bc, #w-node-_35c05b50-5df0-9240-4201-93bd8b248368-6570e8bc, #w-node-ce2ce021-16c8-af5b-be48-53026f0ff189-6570e8bc {
  align-self: start;
}

#w-node-ceac5731-2613-ed45-31cf-5b7cadb5ba4e-1d727bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_7558c3c3-218d-0469-6412-50b5a90ca556-1d727bee, #w-node-_160581ab-e92b-004f-e227-64d65bcb2337-1d727bee, #w-node-f089419f-c90b-3acd-ddca-47dafd04d3d6-1d727bee, #w-node-_5241ceb4-c8ad-ae74-4db5-48fb0010cc54-1d727bee, #w-node-_7558c3c3-218d-0469-6412-50b5a90ca561-1d727bee, #w-node-_06bff0b2-f09a-f2f8-32af-455af460dfcb-1d727bee, #w-node-_30fe63ff-7bd0-097b-d478-c990fa410bc2-1d727bee, #w-node-_7558c3c3-218d-0469-6412-50b5a90ca56c-1d727bee, #w-node-_7558c3c3-218d-0469-6412-50b5a90ca577-1d727bee, #w-node-b1f66068-f207-1bc4-1ee2-0b3c597aa0e3-1d727bee, #w-node-_8d128618-4971-a4fd-e799-f56a373f94b8-1d727bee, #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99cc-5e264f27, #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99ce-5e264f27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59fe3472-82f9-032e-6ba4-754b5b03d36f-5e264f27 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_48233b66-f30c-06a7-9c1e-9c337db7c9cc-5e264f27 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-b7c8ed06-d3a0-db74-39d3-2fcac499963a-5e264f27 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6dcd949f-2412-b2c1-a5b2-33a7e02d628d-5e264f27 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99f1-5e264f27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99f6-5e264f27 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a16-5e264f27 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a2c-5e264f27, #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a2d-5e264f27 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a67-5e264f27, #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a69-5e264f27 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99cc-feb481e7, #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99ce-feb481e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_59fe3472-82f9-032e-6ba4-754b5b03d36f-feb481e7 {
  grid-area: 2 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-b7c8ed06-d3a0-db74-39d3-2fcac499963a-feb481e7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff2e6e48-9c4c-47be-68e4-49c2c9140d66-feb481e7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6dcd949f-2412-b2c1-a5b2-33a7e02d628d-feb481e7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99f1-feb481e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99f6-feb481e7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a16-feb481e7 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a2c-feb481e7, #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a2d-feb481e7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a67-feb481e7, #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a69-feb481e7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (min-width: 1440px) {
  #w-node-ceac5731-2613-ed45-31cf-5b7cadb5ba44-1d727bee, #w-node-ceac5731-2613-ed45-31cf-5b7cadb5ba4e-1d727bee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7c8ed06-d3a0-db74-39d3-2fcac499963a-5e264f27 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_06fb271f-f0c0-840a-fa1d-9f2a8081449c-5e264f27 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6dcd949f-2412-b2c1-a5b2-33a7e02d628d-5e264f27 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99f6-5e264f27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a16-5e264f27 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a2c-5e264f27 {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-b7c8ed06-d3a0-db74-39d3-2fcac499963a-feb481e7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_6dcd949f-2412-b2c1-a5b2-33a7e02d628d-feb481e7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99f6-feb481e7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a16-feb481e7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a2c-feb481e7 {
    grid-area: 2 / 3 / 3 / 5;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-e99828b6-9e8a-7828-9288-ca7ce68d0e8d-2c917b99 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_556ad98f-8f29-c36f-8fb9-9ef51c3345ab-2c917b99 {
    grid-area: 1 / 4 / 2 / 5;
  }

  #w-node-_13e8a47b-e93e-3ce8-9d59-077c26e5dfc5-2c917b99, #w-node-_7179b26e-8c70-88b8-28d2-52d2062951ad-2c917b99 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_160581ab-e92b-004f-e227-64d65bcb2337-2c917b99, #w-node-_642a0587-e0cc-134a-d13f-f8e6eb5a742d-2c917b99, #w-node-_02ab633c-6995-80a3-c656-ec1060c40d4b-2c917b99, #w-node-_769543e4-5ee6-6425-e05b-eae72f36ed98-2c917b99, #w-node-d4dd8963-16bb-ddeb-5bc5-09c88441eba2-2c917b99, #w-node-f089419f-c90b-3acd-ddca-47dafd04d3d6-2c917b99, #w-node-_5241ceb4-c8ad-ae74-4db5-48fb0010cc54-2c917b99, #w-node-ee416060-1445-9b6f-cee4-6d240e5a9370-6aa5b202, #w-node-ee416060-1445-9b6f-cee4-6d240e5a9372-6aa5b202, #w-node-ee416060-1445-9b6f-cee4-6d240e5a9374-6aa5b202, #w-node-ee416060-1445-9b6f-cee4-6d240e5a9376-6aa5b202, #w-node-ee416060-1445-9b6f-cee4-6d240e5a9378-6aa5b202, #w-node-ee416060-1445-9b6f-cee4-6d240e5a937a-6aa5b202, #w-node-fe0893f4-0560-7715-e951-cde751fd42a0-1d727bee, #w-node-_1af08278-0799-7d94-b9fd-cfd5fb8c5f8c-1d727bee, #w-node-_54e24330-eac4-3ec0-98c3-af2d34318213-1d727bee, #w-node-_2abefa38-8e5d-efbe-3316-395799ba0603-1d727bee, #w-node-b496e9c8-5600-dad3-ac55-b8ae99865f3d-1d727bee, #w-node-_8f20d4f5-5505-08a4-f88f-3c63cd5f62b8-1d727bee, #w-node-_160581ab-e92b-004f-e227-64d65bcb2337-1d727bee, #w-node-f089419f-c90b-3acd-ddca-47dafd04d3d6-1d727bee, #w-node-_5241ceb4-c8ad-ae74-4db5-48fb0010cc54-1d727bee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99cc-5e264f27 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99ce-5e264f27 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99f1-5e264f27 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a65-5e264f27 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a67-5e264f27 {
    justify-self: center;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99cc-feb481e7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99ce-feb481e7 {
    grid-area: span 2 / span 1 / span 2 / span 1;
    align-self: center;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99f1-feb481e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a65-feb481e7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a67-feb481e7 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_019fc8e8-e3eb-0e02-0626-e34cde805548-de805543 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-a483a256-487d-6500-f2af-0f91b5f8ed84-b5f8ed81 {
    grid-column-end: 5;
  }

  #w-node-a483a256-487d-6500-f2af-0f91b5f8ed86-b5f8ed81 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a483a256-487d-6500-f2af-0f91b5f8ed9e-b5f8ed81 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_8526cd0e-325d-e69b-0345-dfc5e06ace25-2e80341f {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99ce-5e264f27 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_68d1805c-4eee-7333-416d-6ab396eb0990-5e264f27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99d0-5e264f27 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99d2-5e264f27 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99d4-5e264f27, #w-node-_59fe3472-82f9-032e-6ba4-754b5b03d370-5e264f27, #w-node-_48233b66-f30c-06a7-9c1e-9c337db7c9cd-5e264f27, #w-node-_06fb271f-f0c0-840a-fa1d-9f2a8081449d-5e264f27 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_6dcd949f-2412-b2c1-a5b2-33a7e02d628d-5e264f27 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6dcd949f-2412-b2c1-a5b2-33a7e02d628e-5e264f27 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_5bfe4010-001f-55f5-bcb1-750528ebd2e2-5e264f27 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99f1-5e264f27 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a65-5e264f27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99ce-feb481e7 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: center;
  }

  #w-node-_68d1805c-4eee-7333-416d-6ab396eb0990-feb481e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99d0-feb481e7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99d2-feb481e7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99d4-feb481e7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_6dcd949f-2412-b2c1-a5b2-33a7e02d628d-feb481e7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6dcd949f-2412-b2c1-a5b2-33a7e02d628e-feb481e7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_5bfe4010-001f-55f5-bcb1-750528ebd2e2-feb481e7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99f1-feb481e7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a65-feb481e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e99828b6-9e8a-7828-9288-ca7ce68d0e8d-2c917b99 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_556ad98f-8f29-c36f-8fb9-9ef51c3345ab-2c917b99 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_13e8a47b-e93e-3ce8-9d59-077c26e5dfc5-2c917b99 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_7179b26e-8c70-88b8-28d2-52d2062951ad-2c917b99 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_019fc8e8-e3eb-0e02-0626-e34cde805548-de805543 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_1a162820-5b9b-ef6d-4590-5b51c030b484-c030b478 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1a162820-5b9b-ef6d-4590-5b51c030b488-c030b478 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1a162820-5b9b-ef6d-4590-5b51c030b48d-c030b478 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1a162820-5b9b-ef6d-4590-5b51c030b491-c030b478 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_632fa566-3a6b-36c8-76ba-b09bcb3679ad-cb3679a2 {
    grid-column-end: 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99cc-5e264f27 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99ce-5e264f27 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: center;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99d0-5e264f27 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-ff2e6e48-9c4c-47be-68e4-49c2c9140d66-5e264f27 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_59fe3472-82f9-032e-6ba4-754b5b03d36f-5e264f27 {
    grid-area: 3 / 3 / 4 / 5;
  }

  #w-node-_48233b66-f30c-06a7-9c1e-9c337db7c9cc-5e264f27 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-b7c8ed06-d3a0-db74-39d3-2fcac499963a-5e264f27 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_06fb271f-f0c0-840a-fa1d-9f2a8081449c-5e264f27 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6dcd949f-2412-b2c1-a5b2-33a7e02d628d-5e264f27 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99f6-5e264f27, #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a16-5e264f27, #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a30-5e264f27, #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a4a-5e264f27, #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a65-5e264f27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99cc-feb481e7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99ce-feb481e7 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    align-self: center;
  }

  #w-node-_68d1805c-4eee-7333-416d-6ab396eb0990-feb481e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99d0-feb481e7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99d2-feb481e7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_59fe3472-82f9-032e-6ba4-754b5b03d36f-feb481e7 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-b7c8ed06-d3a0-db74-39d3-2fcac499963a-feb481e7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ff2e6e48-9c4c-47be-68e4-49c2c9140d66-feb481e7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6dcd949f-2412-b2c1-a5b2-33a7e02d628d-feb481e7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_5bfe4010-001f-55f5-bcb1-750528ebd2e2-feb481e7 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99f6-feb481e7, #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a16-feb481e7 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a2c-feb481e7 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a30-feb481e7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a4a-feb481e7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a65-feb481e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e99828b6-9e8a-7828-9288-ca7ce68d0e8d-2c917b99 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_556ad98f-8f29-c36f-8fb9-9ef51c3345ab-2c917b99 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_13e8a47b-e93e-3ce8-9d59-077c26e5dfc5-2c917b99 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7179b26e-8c70-88b8-28d2-52d2062951ad-2c917b99 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_019fc8e8-e3eb-0e02-0626-e34cde805548-de805543 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99ce-5e264f27 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_59fe3472-82f9-032e-6ba4-754b5b03d36f-5e264f27 {
    align-self: center;
  }

  #w-node-_48233b66-f30c-06a7-9c1e-9c337db7c9cc-5e264f27 {
    grid-area: 1 / 3 / 2 / 5;
  }

  #w-node-_06fb271f-f0c0-840a-fa1d-9f2a8081449c-5e264f27 {
    grid-area: 2 / 3 / 3 / 5;
  }

  #w-node-_6dcd949f-2412-b2c1-a5b2-33a7e02d628d-5e264f27 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a65-5e264f27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99ce-feb481e7 {
    grid-area: 3 / 1 / 5 / 3;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99cf-feb481e7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b99d2-feb481e7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5bfe4010-001f-55f5-bcb1-750528ebd2e2-feb481e7 {
    grid-area: 3 / 1 / 4 / 3;
    justify-self: center;
  }

  #w-node-_35b4d48e-8474-7096-5e3c-fe7fbe5b9a65-feb481e7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


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