@import 'https://fonts.googleapis.com/css?family=Playpen+Sans:100,200,300,regular,500,600,700,800';
@import 'https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic';
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
nav,
footer,
header,
aside {
  display: block;
}
html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
button {
  background-color: transparent;
}
input,
button,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}
.container {
  max-width: 375px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
    padding: 0 101px;
  }
}
.section {
  display: block;
  scroll-margin-top: 100px;
  overflow: hidden;
}
.inner {
  display: flex !important;
  flex-direction: column;
}
@media screen and (min-width: 1440px) {
  .inner {
    flex-direction: row;
  }
}
.flex {
  display: flex !important;
}
.aic {
  align-items: center;
}
.jcc {
  justify-content: center;
}
.jcb {
  justify-content: space-between;
}
.auto {
  width: 100%;
}
@media screen and (min-width: 1440px) {
  .auto {
    width: auto;
  }
}
.wrap {
  flex-wrap: wrap;
  flex-direction: row;
}
.row {
  flex-direction: row;
}
.column {
  flex-direction: column;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: filter 0.3s ease;
}
.btn:hover {
  filter: brightness(0.9) blur(0.5px);
}
.btn:focus {
  filter: brightness(1.1);
}
.btn:active {
  filter: brightness(0.8);
}
.card {
  display: flex;
  flex-direction: column;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.center_block {
  margin-left: auto;
  margin-right: auto;
}
.title-h2 {
  display: block;
  width: 100%;
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #272727;
}
@media screen and (min-width: 1440px) {
  .title-h2 {
    text-align: left;
    font-size: 48px;
    line-height: 117%;
    margin-bottom: 60px;
  }
}
.f16 {
  display: block;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  color: #272727;
}
.center {
  display: block;
  width: 100%;
  text-align: center;
}
.italic {
  font-style: italic;
}
.black {
  color: #000 !important;
}
.white {
  color: #fff !important;
}
.wrapper {
  transition: opacity 0.3s ease;
  opacity: 0;
}
.wrapper.loaded {
  opacity: 1;
}
.wrapper + .skeleton-circle {
  display: block;
}
.wrapper.loaded + .skeleton-circle {
  display: none;
}
.skeleton-circle {
  position: fixed;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 9999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 6px solid #ccccccca;
  border-top-color: #1e88e5;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.left,
.bottom,
.right {
  opacity: 1;
}
.gsap_box {
  display: inline-block;
  overflow: hidden;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  border-radius: 0;
  margin: 0 auto;
  box-shadow: 0 1px 8px #8406b173;
  background: #fff;
  height: 60px;
}
.header_container {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 !important;
  width: 100%;
}
.header_logo_inner_mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 60px;
  transition: height 0.3s ease;
}
@media screen and (min-width: 1440px) {
  .header_logo_inner_mobile {
    padding: 0;
    width: 0;
    display: none;
    height: 60px;
  }
}
.header_logo_inner_mobile.is-open {
  height: 100vh;
}
@media screen and (min-width: 1440px) {
  .header_logo_inner_mobile.is-open {
    height: 72px;
  }
}
.header_wrapper {
  background: url(/assets/bg_mb-142b39be.webp) center/cover no-repeat;
  height: 100%;
}
.header_logo_inner .header_container {
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 16px !important;
  height: 60px;
  background: var(--siyah50);
}
@media screen and (min-width: 1440px) {
  .header_logo_inner .header_container {
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .header-nav-mobile-button {
    display: none;
  }
}
.header_logo_inner_link {
  display: flex;
  align-items: center;
  gap: 4px;
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: var(--body);
}
.header_logo_inner_link > img {
  width: 20px;
}
.header-nav-mobile-button > img {
  width: 44px;
}
.header-nav-mobile-button-close {
  width: 44px;
}
.header-nav-mobile-button-close > img {
  width: 100%;
  height: 100%;
}
.header-nav-mobile-button.active,
.header-nav-mobile-button-close {
  display: none;
}
.header-nav-mobile-button-close.active {
  display: flex;
}
.header-nav-pc {
  display: none;
}
.header-nav-mobile {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding: 0 16px;
}
@media screen and (min-width: 1440px) {
  .header-nav-mobile {
    display: none;
  }
}
.header-nav-mobile-list {
  padding-top: 116px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  gap: 52px;
}
.header-nav-mobile-item {
  width: 100%;
  text-align: right;
  transition: transform 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
}
.header-nav-mobile-item > a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: right;
  color: var(--body);
}
.header-nav-mobile-item:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid var(--pembe100);
  width: 100%;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}
.header-nav-mobile-item:hover:before {
  transform: scaleX(1);
}
.header-nav-mobile-list_pages {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 8px;
}
.header-nav-mobile-list_pages_item {
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: var(--beyaz);
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  .header-nav-pc-item {
    transition: transform 0.3s ease;
  }
  .header-nav-pc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
  }
  .header .header_container {
    height: 100%;
    padding: 0 100px !important;
  }
  .header-nav-pc_link {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 18px;
    line-height: 156%;
    color: #0f0e0e;
    transition: transform 0.3s ease;
    transform: scale(1);
  }
  .header-nav-pc_link:hover {
    transform: scale(1.05);
  }
  .header-nav-pc_link > img {
    width: 40px;
  }
  .header-nav-pc-list {
    display: flex;
    justify-content: center;
    gap: 66px;
  }
  .header-nav-pc-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: font-weight 0.3s ease;
  }
  .header-nav-pc-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 3px dashed var(--pembe100);
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.3s ease;
  }
  .header-nav-pc-item:hover:after {
    transform: scaleX(1);
  }
  .header-nav-pc-item > a {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #0f0e0e;
    position: relative;
    transform: scale(1);
    transition: transform 0.3s ease;
  }
  .header-nav-pc-item > a:hover {
    transform: scale(1.05);
  }
  .header-nav-pc-item.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 3px solid var(--pembe100);
    width: 100%;
    transition: transform 0.3s 0.12s ease;
  }
  .header-nav-pc-item.active > a {
    font-weight: 700;
    opacity: 1;
  }
}
.footer {
  padding: 32px 0;
  background: url(/assets/bg_mb-7b9d611f.jpg) center/cover no-repeat;
}
@media screen and (min-width: 1440px) {
  .footer {
    background: url(/assets/bg-3f27b025.jpg) center/cover no-repeat;
    padding: 45px 0 33px;
  }
}
.footer_title {
  display: block;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  line-height: 156%;
  text-align: center;
  color: #0f0e0e;
  margin-bottom: 22px;
}
.footer_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 8px;
}
.footer_list_item_link {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: #272727;
}
.footer_copyright {
  display: block;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 163%;
  text-align: center;
  color: #272727;
}
.about {
  padding: 40px 0 224px;
  background: url(/assets/bg_mb-67d6130b.png) center bottom no-repeat;
}
@media screen and (min-width: 1440px) {
  .about {
    background: none;
    padding: 0;
  }
}
@media screen and (min-width: 1440px) {
  .about_container {
    background: url(/assets/bg-ddd01af9.png) center right no-repeat;
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
}
.about_content {
  max-width: 930px;
}
.features {
  padding: 40px 0;
  background: url(data:image/webp;base64,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)
    center/cover no-repeat;
}
@media screen and (min-width: 1440px) {
  .features {
    background: url(/assets/bg-662aaedc.webp) center/cover no-repeat;
    padding: 100px 0;
  }
}
.features_text {
  margin-bottom: 32px;
}
.features_inner {
  max-width: 632px;
  gap: 22px 74px;
}
@media screen and (min-width: 1440px) {
  .features_inner {
    max-height: 189px;
  }
}
.features_flex {
  gap: 12px;
}
.hero {
  padding: 210px 0;
  background: url(/assets/bg_mb-142b39be.webp) center/cover no-repeat;
}
@media screen and (min-width: 1440px) {
  .hero {
    background: url(/assets/bg-242f7bbd.webp) center/cover no-repeat;
    padding: 272px 0;
  }
}
.hero_title {
  display: block;
  margin-bottom: 32px;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 42px;
  line-height: 119%;
  text-align: center;
  color: #272727;
}
@media screen and (min-width: 1440px) {
  .hero_title {
    font-size: 64px;
  }
}
.hero_strong {
  display: block;
  font-family: var(--second-family);
  font-weight: 800;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #272727;
  margin-bottom: 12px;
}
@media screen and (min-width: 1440px) {
  .hero_strong {
    font-size: 28px;
  }
}
.hero_text {
  max-width: 850px;
}
.challenge {
  background:
    url(/assets/bg_main-7d1333f2.webp) center/cover no-repeat,
    #fddbe2;
}
.challenge_content {
  padding: 80px 0 300px;
  background: url(/assets/bg-ef34e45f.webp) center bottom / contain no-repeat;
}
@media screen and (min-width: 1440px) {
  .challenge_content {
    background: url(/assets/bg-ef34e45f.webp) 630px center / contain no-repeat;
    padding: 100px 0;
  }
}
.challenge_inner {
  gap: 12px;
}
.thinking {
  padding: 76px 0 156px;
  background:
    url(/assets/bg-8a618708.webp) center/ cover no-repeat,
    linear-gradient(180deg, #fddbe2 0%, #fff 100%);
}
@media screen and (min-width: 1440px) {
  .thinking {
    padding: 40px 0 160px;
  }
}
.thinking_content {
  gap: 12px;
  max-width: 696px;
  width: 100%;
}
.contacts {
  padding: 40px 0 0;
}
@media screen and (min-width: 1440px) {
  .contacts {
    padding: 100px 0 0;
  }
}
.contacts_inner {
  gap: 12px;
  margin-bottom: 42px;
}
.contacts_item {
  border: 1px solid #272727;
  border-radius: 22px;
  padding: 8px 22px;
  width: fit-content;
  height: 44px;
}
.contacts_btn {
  border: 1px solid #fff;
  border-radius: 22px;
  padding: 14px 32px;
  width: fit-content;
  height: 56px;
  background: #a9d2fd;
  font-weight: 800;
  margin-bottom: 32px;
}
.contacts_footText {
  border-top: 1px solid #272727;
  padding: 32px 0;
}
:root {
  --font-family: 'Playpen Sans', sans-serif;
  --second-family: 'Poppins', sans-serif;
  --bg: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background: var(--bg);
}
