:root {
  --waves-library--black: #000;
  --waves-library--white: white;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--dim-grey: #6e6e6e;
  --kütüp-library--burntsienna: #e76f51;
  --kütüp-library--white: white;
  --waves-library--dark-elevation: #ede0d8;
}

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

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

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

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

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

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

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

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

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

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

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

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

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

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

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

.nav-dropdown-icon {
  margin-right: 10px;
}

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.slide {
  background-image: url('../images/krea01.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 500px;
  min-height: auto;
  max-height: none;
  line-height: 20px;
}

.slider {
  grid-column-gap: 59px;
  grid-row-gap: 59px;
  width: 100%;
  height: 500px;
  display: block;
}

@media(min-width: 1400px){
    .slider, .slide {
        height: 650px;
      }
}

@media(min-width: 2000px){
    .slider, .slide {
        height: 850px;
      }
}

.slide-2 {
  background-image: url('../images/krea29.jpg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

.slide-3 {
  background-image: url('../images/Krea32.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/krea19.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/krea07.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/krea25.jpg');
  background-position: 0 0;
  background-size: cover;
}

/********** 2025.06.24. *********/
.slide-7 {
  background-image: url('../images/krea30_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/krea26_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/DJI_0296.jpg');
  background-position: center;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/DJI_0304_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/DJI_0291_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/_DSC1271-HDRvagott2.jpg');
  background-position: center;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/DSC1344_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/DSC1264-HDRkisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/DSC1246-HDR kisebb.jpg');
  background-position: center;
  background-size: cover;
}


.slide-16 {
  background-image: url('../images/DSC1193-HDRkisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/DSC1223-HDR_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/DSC1167-HDR_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/DSC1229-HDR_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/DSC1155-HDR_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/DSC1127-HDR_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/DSC1131-HDR_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-23 {
  background-image: url('../images/DSC1056-HDR_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-24 {
  background-image: url('../images/_DSC1383_vagott2.jpg');
  background-position: center;
  background-size: cover;
}

.slide-25 {
  background-image: url('../images/DSC1035-HDR_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-26 {
  background-image: url('../images/_DSC1362vagott2.jpg');
  background-position: center;
  background-size: cover;
}

.slide-27 {
  background-image: url('../images/_DSC1336vagott2.jpg');
  background-position: center;
  background-size: cover;
}

.slide-28 {
  background-image: url('../images/_DSC1322-HDRvagott3.jpg');
  background-position: center;
  background-size: cover;
}

.slide-29 {
  background-image: url('../images/1000012004_kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-30 {
  background-image: url('../images/1000012002vagott2.jpg');
  background-position: center;
  background-size: cover;
}

.slide-31 {
  background-image: url('../images/_DSC1353-HDRvagott2.jpg');
  background-position: center;
  background-size: cover;
}

.slide-32 {
  background-image: url('../images/_DSC1143-HDRkisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/Krea34.jpg');
  background-position: center;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/1000012022kisebb.jpg');
  background-position: center;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/1000013136.jpg');
  background-position: center;
  background-size: cover;
}

.slide-36{
  background-image: url('../images/1000013106.jpg');
  background-position: center;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/1000012682.jpg');
  background-position: center;
  background-size: cover;
}

.slide-38 {
  background-image: url('../images/1000012672.jpg');
  background-position: center;
  background-size: cover;
}

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

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

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

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

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

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

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

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

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

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

.team-member-position {
  margin-bottom: 24px;
}

.waves---section-hero-primary {
  padding-top: 40px;
  padding-bottom: 40px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 115%;
}

.waves---subtitle {
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 1008px;
  padding-bottom: 40px;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---cta-dark.wide-cta {
  min-width: 200px;
}

.waves---main-container {
  pointer-events: auto;
  text-align: center;
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-title-wrap-hero-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-title-line-hero-2 {
  background-image: linear-gradient(to right, #13131300, var(--waves-library--black));
  border-radius: 30px;
  width: 92px;
  height: 12px;
}

.waves-limit-1008 {
  width: 100%;
  max-width: 1008px;
}

.waves---section-hero-primary-2 {
  padding-top: 0;
  padding-bottom: 100px;
}

.waves---mega-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves---subtitle-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 40px;
}

.waves---limit-481 {
  width: 100%;
  max-width: 1008px;
}

.waves---section-medium {
  padding-top: 40px;
  padding-bottom: 0;
}

.waves---paragraph-big {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.waves-master-gallery-1 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves-grid-gallery-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-column-gallery-1 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-image-gallery-1 {
  border-radius: 24px;
  width: 100%;
}

.waves-text-wrap-gallery-1 {
  padding-top: 0;
  padding-bottom: 16px;
}

.text-block-2, .text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-big-3 {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

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

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

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

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

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

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

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

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

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

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

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

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

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

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

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

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

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

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

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves-icon-24 {
  width: 24px;
  height: 24px;
}

.waves-footer-1 {
  background-color: var(--waves-library--white);
  padding-top: 80px;
  padding-bottom: 64px;
}

.waves-top-footer-1 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves-brand-link-footer-1 {
  height: 32px;
}

.waves-brand-footer-1 {
  height: 100%;
}

.waves-top-right-footer-1 {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.waves-link-footer-1 {
  text-decoration: none;
}

.waves-divider-footer-1 {
  background-color: #13131333;
  width: 100%;
  height: 1px;
  margin-top: 64px;
  margin-bottom: 32px;
}

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

.waves-bottom-right-footer-1 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

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

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

.kutup-footer-1 {
  background-color: #fff;
  padding: 70px 5% 50px;
}

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

.kutup-footer-horizontal-flex {
  grid-column-gap: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
  display: flex;
}

.kutup-footer-link {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.kutup-footer-link:hover {
  color: #264653cc;
}

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

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

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

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

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

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

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

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

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

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

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

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

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

.footer-link-three:hover {
  color: #1a1b1fbf;
}

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

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

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

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

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

.video {
  margin-bottom: 40px;
  padding-bottom: 0;
}

.waves---subtitle-3 {
  font-size: 24px;
  line-height: 40px;
}

.waves---section-medium-2 {
  mix-blend-mode: normal;
  padding-top: 40px;
  padding-bottom: 100px;
  transition: opacity .2s;
  transform: translate(0);
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 115%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.waves---paragraph-big-4 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-grid-testimonials-3 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-testimonial-3 {
  grid-row-gap: 32px;
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.waves-stars-testimonial-3 {
  font-size: 10px;
}

.waves-name-wrap-testimonial-3 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---mega-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves---subtitle-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 40px;
  display: flex;
}

.waves---limit-482 {
  width: 100%;
  max-width: 480px;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 300px;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.waves-gradient-hero-5 {
  text-align: left;
  background-image: url('../images/krea01.jpg'), linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  border-radius: 0;
  align-self: center;
  min-width: 200px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.waves---mega-heading-4 {
  text-align: center;
  flex: 0 auto;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 115%;
}

.waves-section-hero-6 {
  box-sizing: border-box;
  float: none;
  color: var(--waves-library--white);
  text-align: center;
  background-image: url('../images/krea26.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.waves---section-medium-3 {
  padding-top: 0;
  padding-bottom: 100px;
}

.waves-master-gallery-3 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-3 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-small-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-3 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.waves-image-gallery-3 {
  object-fit: cover;
  background-image: url('../images/krea12.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-without-image {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 20px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

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

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

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

.heading {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-4 {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.hero-heading-center {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 60px;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

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

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

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

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

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

.shadow-two-2 {
  width: auto;
  height: auto;
  box-shadow: 0 4px 24px #96a3b514;
}

.waves---section-hero-primary-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.waves---subtitle-5 {
  font-size: 18px;
  line-height: 40px;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---cta-dark-2 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-2:hover {
  background-color: #131313e6;
}

.waves---cta-dark-2.wide-cta {
  min-width: 200px;
}

.waves---main-container-2 {
  background-color: #fff;
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-hero-3-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves-content-hero-3 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 544px;
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 56px;
  display: flex;
}

.waves-master-image-hero-3 {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.waves-image-hero-3 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.waves---heading-1-no-margins {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

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

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

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

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

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

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

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

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

.kutup-display-3 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-pricing-grid-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-pricing-wrapper-2 {
  color: var(--kütüp-library--dark-slate-grey);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 49px;
  display: flex;
  position: relative;
}

.kutup-monthly-text {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.kutup-pricing-title {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.kutup-small-pricing {
  font-size: 30px;
  line-height: 30px;
}

.kutup-small-month-text {
  margin-top: 0;
  font-size: 17px;
  font-weight: 700;
}

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

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

.pricing-items {
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
}

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

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #dadada;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-image-two.shadow-two {
  vertical-align: baseline;
  width: 400px;
  max-width: 100%;
  height: 250px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.hero-without-image-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px 0;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
}

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

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

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

.text-block-5 {
  padding-top: 40px;
  font-family: Montserrat, sans-serif;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  font-family: Montserrat, sans-serif;
}

.text-block-6 {
  padding-top: 0;
  font-family: Montserrat, sans-serif;
}

.heading-6, .heading-7 {
  font-family: Montserrat, sans-serif;
}

.waves---section-medium-4 {
  padding-top: 40px;
  padding-bottom: 0;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  line-height: 130%;
}

.waves-grid-features-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.waves-tile-feature-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves---mg-bottom-100 {
  margin-bottom: 100px;
}

.text-block-7 {
  text-align: center;
  margin-top: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.field-label, .field-label-2, .field-label-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.submit-button {
  background-color: #000;
  margin-top: 40px;
  padding-top: 9px;
  font-family: Montserrat, sans-serif;
}

.text-field {
  aspect-ratio: auto;
  padding-bottom: 10px;
  padding-right: 220px;
  overflow: clip;
}

.waves---limit-483 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-18 {
  margin-top: 16px;
}

.waves---cta-dark-3 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-3:hover {
  background-color: #131313e6;
}

.waves---main-container-3 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-5 {
  padding-top: 100px;
  padding-bottom: 40px;
}

.waves---heading-2-no-margins-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.waves---paragraph-big-5 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves-grid-faq-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.waves-left-faq-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-expandable-master-faq-1 {
  max-width: 545px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---expandable-item {
  border-top: 1px solid var(--waves-library--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expand-line {
  background-color: var(--waves-library--black);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 16px;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves---expand-space {
  height: 24px;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-expandable-master-faq-2 {
  width: 100%;
  max-width: 545px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-large-container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-display-2 {
  color: var(--kütüp-library--dark-slate-grey);
  margin-top: 0;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.kutup-display-2.white-text {
  color: var(--waves-library--black);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

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

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

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

.kutup-button-white {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  border-radius: 5px;
  padding: 14px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 500;
}

.kutup-button-white:hover {
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
}

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

.kutup-photo-wrapper {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/krea27.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 86%;
  height: 570px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-checkbox-label {
  color: var(--kütüp-library--dim-grey);
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
}

.kutup-checkbox-label.white-text {
  color: var(--waves-library--black);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.kutup-field {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 0;
  padding-bottom: 8px;
  padding-left: 14px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

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

.kutup-checkbox {
  background-color: #fff;
  border: 1px solid #29335c33;
  width: 17px;
  height: 17px;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.kutup-checkbox.w--redirected-checked {
  border-style: none;
  border-color: var(--kütüp-library--dark-slate-grey);
  background-color: var(--kütüp-library--dark-slate-grey);
  color: #fff6f6;
  background-image: none;
}

.success-message {
  color: #fff;
  background-color: #00963e;
  border-radius: 5px;
  font-size: 15px;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #f71818;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
}

.kutup-checkbox-field {
  font-size: 15px;
  display: flex;
}

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

.kutup-gray-link-2.white-link {
  color: #750000;
}

.kutup-contact-section-1 {
  background-color: var(--kütüp-library--white);
  padding: 100px 5%;
}

.kutup-contact-grid-1 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.kutup-contact-form-flex {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.waves---main-container-4 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-6 {
  background-image: url('../images/krea02.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 10px;
  padding-bottom: 100px;
}

.waves---heading-2-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins-3 {
  color: #505050;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.waves---mg-bottom-101 {
  margin-bottom: 16px;
}

.waves---paragraph-big-6 {
  font-size: 20px;
  line-height: 130%;
}

.waves---center-heading-3 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-grid-contact-3 {
  grid-column-gap: 32px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-tile-contact-3 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--white);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.waves-icon-64 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  width: 64px;
  height: 64px;
}

.waves---paragraph-regular-2 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.image {
  padding-top: 0;
  padding-bottom: 10px;
}

.quick-stack {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-2 {
  padding-top: 10px;
}

.image-3 {
  vertical-align: baseline;
  width: 1146px;
  height: 644.625px;
  display: inline-block;
}

.waves---section-hero-primary-4 {
  padding-top: 20px;
  padding-bottom: 100px;
}

.waves-grid-hero-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.1fr 1fr;
}

.waves---mega-heading-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 115%;
}

.waves-content-hero-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---subtitle-6 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 40px;
}

.waves---limit-484 {
  width: 100%;
  max-width: 480px;
}

.waves---mg-top-19 {
  margin-top: 16px;
}

.waves---cta-dark-4 {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark-4:hover {
  background-color: #131313e6;
}

.waves---cta-dark-4.wide-cta {
  min-width: 200px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.waves-image-wrap-hero-1 {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.waves-image-hero-1 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.waves-gradient-hero-1 {
  z-index: 9;
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.waves-gradient-hero-1.bottom {
  inset: auto 0% -1px;
}

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

.waves-item-gallery-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-inside-hero-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.waves-inside-hero-1.reverse {
  justify-content: flex-end;
}

.waves-gallery-hero-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 550px;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding: 10px 24px 20px;
}

.waves---section-medium-7 {
  padding-top: 0;
  padding-bottom: 60px;
}

.waves---heading-3-no-margins-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-big-7 {
  font-size: 20px;
  line-height: 130%;
}

.waves-master-testimonial-1 {
  grid-row-gap: 40px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.waves-logo-testimonial-1 {
  height: 34px;
}

.waves---testimonial-text-big {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.wrap-person-testimonial-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-testimonial-1 {
  object-fit: cover;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.waves-name-wrap-testimonial-1 {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.waves-master-gallery-4 {
  height: auto;
  position: sticky;
  top: 10vh;
  overflow: hidden;
}

.waves-bottom-gird-gallery-4 {
  grid-template-rows: auto;
  grid-template-columns: .9fr .8fr 1.2fr .7fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 0;
}

.waves-top-grid-gallery-4 {
  grid-template-rows: auto;
  grid-template-columns: .7fr 1.2fr .8fr .9fr;
  width: 120vw;
  height: 39vh;
  margin-bottom: 16px;
}

.waves-small-image-wrap-gallery-4 {
  border-radius: 8px;
  height: 70%;
  position: relative;
  overflow: hidden;
}

.waves-medium-image-wrap-gallery-4 {
  border-radius: 8px;
  height: 80%;
  position: relative;
  overflow: hidden;
}

.waves-big-image-wrap-gallery-4 {
  border-radius: 8px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

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

.waves-image-wrap-gallery-2 {
  border-radius: 8px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
  overflow: hidden;
}

.waves-grid-gallery-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.waves-wrap-gallery-2 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.waves-small-image-wrap-gallery-2 {
  border-radius: 4px;
  max-height: 400px;
  padding-top: 64%;
  position: relative;
}

.waves---section-hero-primary-5 {
  padding-top: 0;
  padding-bottom: 0;
}

.waves---mega-heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves---subtitle-7 {
  font-size: 24px;
  line-height: 40px;
}

.waves---main-container-6 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-divider-hero-4 {
  background-color: var(--waves-library--black);
  color: gray;
  border: .5px solid #acacac;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 64px;
}

.waves-bottom-hero-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.waves-bottom-right-hero-3 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 430px;
  display: flex;
}

.waves---mg-top-32 {
  margin-top: 32px;
}

.waves---mega-heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 115%;
}

.waves---subtitle-8 {
  font-size: 24px;
  line-height: 40px;
}

.waves---mg-top-33 {
  margin-top: 32px;
}

.waves---section-medium-8 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---heading-3-no-margins-5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---testimonial-text-big-2 {
  color: var(--kütüp-library--dark-slate-grey);
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.waves-flex-testimonial-2 {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 110px;
  display: flex;
}

.waves-content-testimonial-2 {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 660px;
  display: flex;
}

.waves-image-testimonial-2 {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  max-height: 400px;
}

.waves-bottom-testimonial-2 {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves-name-wrap-testimonial-2 {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves-divider-testimonial-2 {
  background-color: #13131333;
  width: 1px;
  height: 24px;
}

.waves-logo-testimonial-2 {
  height: 30px;
}

.waves---section-medium-9 {
  padding-top: 0;
  padding-bottom: 0;
}

.waves---heading-3-no-margins-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-master-testimonial-4 {
  background-color: var(--waves-library--white);
  color: var(--waves-library--white);
  border-radius: 24px;
  padding: 10px;
}

.waves-grid-testimoials-4 {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1.1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.waves-image-testiomnial-4 {
  object-fit: cover;
  border-radius: 16px;
  width: 400px;
  height: 400px;
}

.waves-right-testimonial-4 {
  color: var(--waves-library--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 24px;
  display: flex;
}

.waves-logo-testimonial-4 {
  height: 30px;
}

.waves-bottom-testimonial-4 {
  grid-row-gap: 24px;
  color: var(--waves-library--black);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 180px;
  display: flex;
}

.waves---section-medium-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.waves---heading-3-no-margins-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-logo-testimonial-5 {
  height: 34px;
}

.waves---testimonial-text-big-3 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 130%;
}

.waves-image-testimonial-3 {
  object-fit: cover;
  border-radius: 50%;
  width: 72px;
  height: 72px;
}

.waves-name-wrap-testimonial-4 {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.image-4 {
  margin-top: 60px;
}

.waves---main-container-7 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---section-medium-11 {
  padding-top: 0;
  padding-bottom: 100px;
}

.waves---paragraph-big-8 {
  font-size: 20px;
  line-height: 130%;
}

.waves-master-gallery-5 {
  width: 100%;
  max-width: 1122px;
  margin-left: auto;
  margin-right: auto;
}

.waves-grid-gallery-3 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.waves-column-gallery-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.waves-image-gallery-5 {
  border-radius: 24px;
  width: 100%;
  padding-top: 20px;
}

.waves-text-wrap-gallery-2 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.heading-8 {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.heading-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

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

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

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

  .waves---section-hero-primary {
    text-align: center;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves---section-hero-primary-2 {
    text-align: center;
  }

  .waves---mega-heading-2 {
    font-size: 72px;
    line-height: 110%;
  }

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

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

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

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

  .waves-top-footer-1 {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .waves-divider-footer-1 {
    margin-top: 40px;
  }

  .waves-bottom-footer-1 {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

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

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

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

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

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

  .waves-grid-testimonials-3 {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---mega-heading-3 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

  .waves---mega-heading-4 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-6 {
    padding-top: 240px;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .waves---section-hero-primary-3 {
    text-align: center;
  }

  .waves-hero-3-grid {
    grid-template-columns: 1fr;
  }

  .waves-content-hero-3 {
    text-align: center;
    align-items: center;
    padding-left: 0;
  }

  .waves---heading-1-no-margins {
    font-size: 64px;
    line-height: 115%;
  }

  .kutup-pricing-grid-1 {
    max-width: 100%;
  }

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

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

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

  .waves-grid-faq-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves-left-faq-1 {
    text-align: center;
    align-items: center;
  }

  .kutup-photo-wrapper {
    object-position: 50% 50%;
  }

  .kutup-contact-grid-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .kutup-contact-form-flex {
    max-width: 86%;
  }

  .waves-grid-contact-3 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-hero-primary-4 {
    text-align: center;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---mega-heading-5 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-content-hero-1 {
    text-align: center;
    align-items: center;
  }

  .waves-image-wrap-hero-1 {
    height: 320px;
  }

  .waves-gradient-hero-1 {
    height: 140px;
  }

  .waves-gallery-hero-1 {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---section-hero-primary-5 {
    text-align: center;
  }

  .waves---mega-heading-6 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-bottom-hero-3 {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: center;
  }

  .waves-bottom-right-hero-3 {
    align-items: center;
  }

  .waves---mega-heading-7 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-flex-testimonial-2 {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .waves-bottom-testimonial-4 {
    margin-top: 64px;
  }
}

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

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

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

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

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

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

  .hero-heading-left, .team-circles {
    padding: 60px 15px;
  }

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

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---mega-heading-2 {
    font-size: 56px;
  }

  .waves---subtitle-2 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-master-gallery-1 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

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

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

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

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

  .waves-top-right-footer-1 {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

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

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

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

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

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

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

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

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

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

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

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

  .waves---subtitle-3 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---section-medium-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---mega-heading-3 {
    font-size: 56px;
  }

  .waves---subtitle-4 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---mega-heading-4 {
    font-size: 56px;
  }

  .waves-section-hero-6 {
    padding-top: 160px;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-without-image, .hero-heading-center {
    padding: 60px 15px;
  }

  .waves---subtitle-5 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---heading-1-no-margins {
    font-size: 56px;
  }

  .kutup-pricing-grid-1 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .hero-without-image-2 {
    padding: 60px 15px;
  }

  .waves---section-medium-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 44px;
    line-height: 125%;
  }

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

  .kutup-photo-wrapper {
    height: 500px;
  }

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

  .waves---main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves-grid-hero-1 {
    grid-row-gap: 40px;
  }

  .waves---mega-heading-5 {
    font-size: 56px;
  }

  .waves---subtitle-6 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-5 {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---testimonial-text-big {
    font-size: 26px;
  }

  .waves---mega-heading-6 {
    font-size: 56px;
  }

  .waves---subtitle-7 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---mega-heading-7 {
    font-size: 56px;
  }

  .waves---subtitle-8 {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---section-medium-8 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---testimonial-text-big-2 {
    font-size: 26px;
  }

  .waves-content-testimonial-2 {
    text-align: center;
  }

  .waves-bottom-testimonial-2 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .waves-divider-testimonial-2 {
    width: 40px;
    height: 1px;
  }

  .waves---section-medium-9 {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .waves-master-testimonial-4 {
    padding: 20px 32px;
  }

  .waves---section-medium-10 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---testimonial-text-big-3 {
    font-size: 26px;
  }

  .waves---main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium-11 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves-master-gallery-5 {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-grid-gallery-3 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .slide {
    box-sizing: border-box;
    float: none;
    clear: none;
    aspect-ratio: auto;
    -webkit-text-fill-color: inherit;
    vertical-align: baseline;
    object-fit: fill;
    background-clip: border-box;
    padding-bottom: 75px;
    position: relative;
    overflow: visible;
  }

  .mask {
    object-fit: fill;
  }

  .slider {
    object-fit: contain;
  }

  .hero-heading-left {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container {
    max-width: none;
  }

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

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

  .waves---section-hero-primary {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .waves---mega-heading-1 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
  }

  .waves---subtitle {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
  }

  .waves---section-hero-primary-2 {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .waves---mega-heading-2 {
    font-size: 36px;
  }

  .waves---subtitle-2 {
    font-size: 20px;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

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

  .waves-top-right-footer-1 {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .waves-bottom-right-footer-1 {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

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

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

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

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

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

  .waves---subtitle-3 {
    font-size: 20px;
  }

  .waves---section-medium-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---mega-heading-3 {
    font-size: 36px;
  }

  .waves---subtitle-4 {
    font-size: 20px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .waves---mega-heading-4 {
    font-size: 36px;
  }

  .waves-section-hero-6 {
    padding-bottom: 48px;
  }

  .waves---section-medium-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
    display: flex;
  }

  .waves-bottom-gird-gallery-3 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
    display: none;
  }

  .waves-top-grid-gallery-3 {
    grid-template-rows: auto;
    grid-template-columns: .7fr 1.2fr .8fr;
    grid-auto-flow: row;
    height: 30vh;
    margin-bottom: 16px;
    display: none;
  }

  .waves-small-image-wrap-gallery-3.last-image-top-grid {
    display: none;
  }

  .hero-without-image {
    padding-top: 10px;
  }

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

  .text-block-4 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

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

  .hero-split-2 {
    justify-content: center;
    align-items: center;
  }

  .margin-bottom-24px-3 {
    text-align: center;
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .waves---section-hero-primary-3 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
    display: flex;
  }

  .waves---subtitle-5 {
    align-self: center;
    font-size: 20px;
  }

  .waves-content-hero-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .waves-master-image-hero-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .waves---heading-1-no-margins {
    font-size: 36px;
    line-height: 110%;
  }

  .kutup-display-3 {
    font-size: 32px;
  }

  .kutup-pricing-wrapper-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .kutup-pricing-title {
    font-size: 50px;
    line-height: 50px;
  }

  .kutup-small-pricing {
    font-size: 24px;
    line-height: 24px;
  }

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

  .pricing-card-two {
    padding: 15px;
  }

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

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }

  .hero-without-image-2 {
    padding-bottom: 0;
  }

  .waves---section-medium-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves-grid-features-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves---section-medium-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---heading-2-no-margins-3 {
    font-size: 34px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

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

  .kutup-photo-wrapper {
    width: 100%;
    height: 300px;
  }

  .kutup-checkbox {
    flex: none;
  }

  .kutup-contact-form-flex {
    max-width: 100%;
  }

  .waves---section-medium-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
    text-decoration: none;
    display: flex;
  }

  .waves---heading-2-no-margins-4 {
    font-size: 34px;
  }

  .waves---heading-3-no-margins-3 {
    font-size: 22px;
  }

  .waves-tile-contact-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .waves---section-hero-primary-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---mega-heading-5 {
    font-size: 36px;
  }

  .waves---subtitle-6 {
    font-size: 20px;
  }

  .waves-gradient-hero-1 {
    top: -1px;
  }

  .waves-gradient-hero-1.bottom {
    bottom: -1px;
  }

  .waves-column-hero-1 {
    width: 48%;
  }

  .waves-column-hero-1.column-two, .waves-column-hero-1.column-one {
    flex: none;
  }

  .waves-gallery-hero-1 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .waves---main-container-5 {
    padding-top: 0;
  }

  .waves---section-medium-7 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-4 {
    font-size: 22px;
  }

  .waves-master-testimonial-1 {
    grid-column-gap: 16px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .waves---testimonial-text-big {
    font-size: 22px;
  }

  .waves-bottom-gird-gallery-4 {
    grid-template-columns: .8fr 1.2fr .7fr;
    height: 30vh;
  }

  .waves-top-grid-gallery-4 {
    grid-template-columns: .7fr 1.2fr .8fr;
    height: 30vh;
    margin-bottom: 16px;
  }

  .waves-small-image-wrap-gallery-4.last-image-top-grid {
    display: none;
  }

  .waves-grid-gallery-2.top-grid, .waves-grid-gallery-2.bottom-grid {
    width: 180vw;
  }

  .waves---section-hero-primary-5 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---mega-heading-6 {
    font-size: 36px;
  }

  .waves---subtitle-7 {
    font-size: 20px;
  }

  .waves---main-container-6 {
    padding-right: 16px;
  }

  .waves---mega-heading-7 {
    font-size: 36px;
  }

  .waves---subtitle-8 {
    font-size: 20px;
  }

  .waves---section-medium-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-5, .waves---testimonial-text-big-2 {
    font-size: 22px;
  }

  .waves-logo-testimonial-2 {
    height: auto;
  }

  .waves---section-medium-9 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .waves---heading-3-no-margins-6 {
    text-align: center;
    font-size: 22px;
  }

  .waves-master-testimonial-4 {
    padding: 19px;
  }

  .waves-grid-testimoials-4 {
    grid-row-gap: 32px;
  }

  .waves---section-medium-10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-3-no-margins-7 {
    font-size: 22px;
  }

  .waves---testimonial-text-big-3 {
    font-size: 22px;
    display: block;
  }

  .waves---section-medium-11 {
    padding-top: 0;
    padding-bottom: 64px;
  }
}

#w-node-_12ab9e18-f852-b5ad-f645-640efda93328-5fa8c6d1, #w-node-_12ab9e18-f852-b5ad-f645-640efda9332d-5fa8c6d1, #w-node-_02c5ed1f-1936-9cde-e11e-b2768558d643-8558d642, #w-node-_02c5ed1f-1936-9cde-e11e-b2768558d64a-8558d642, #w-node-_02c5ed1f-1936-9cde-e11e-b2768558d653-8558d642, #w-node-e9c2ac31-7a9b-33e9-4d65-86415c5b5cc3-5c5b5cbf, #w-node-e9c2ac31-7a9b-33e9-4d65-86415c5b5cc8-5c5b5cbf, #w-node-c9b0d93b-5fd1-68d3-e1e1-cfd2f1982a31-f6340e5a, #w-node-c9b0d93b-5fd1-68d3-e1e1-cfd2f1982a36-f6340e5a, #w-node-_2ac9cdb5-8b5a-33be-ee4c-33afde5681b5-de5681b2, #w-node-_2ac9cdb5-8b5a-33be-ee4c-33afde5681bc-de5681b2, #w-node-_2ac9cdb5-8b5a-33be-ee4c-33afde5681c3-de5681b2, #w-node-_9c2cebd2-b433-e1fe-4b2d-c216acce4657-acce4653, #w-node-_9c2cebd2-b433-e1fe-4b2d-c216acce465c-acce4653, #w-node-b1c44e49-4c7d-2704-a6db-1cc3bdb32570-bdb3256c, #w-node-b1c44e49-4c7d-2704-a6db-1cc3bdb32575-bdb3256c, #w-node-_04873924-104a-6a5b-9361-5054384122e6-384122e2, #w-node-_04873924-104a-6a5b-9361-5054384122eb-384122e2, #w-node-_03bd5659-dfdd-aba2-07a6-9df9c43a9929-c43a9925, #w-node-_03bd5659-dfdd-aba2-07a6-9df9c43a992e-c43a9925 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f782dd2-1afa-783b-edd0-b2c968899acf-ada40b01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4f782dd2-1afa-783b-edd0-b2c968899ad7-ada40b01, #w-node-_303fb016-aeb1-d3fd-e9f8-fd07071c65ed-ada40b01, #w-node-_303fb016-aeb1-d3fd-e9f8-fd07071c65f4-ada40b01, #w-node-_303fb016-aeb1-d3fd-e9f8-fd07071c65fb-ada40b01, #w-node-_7592e114-a1dc-3fda-d5a1-bddc45b010e0-ada40b01, #w-node-_303fb016-aeb1-d3fd-e9f8-fd07071c6602-ada40b01 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8475ab65-3060-205d-37f0-e754e4ad7b3a-ada40b01 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a92905eb-fe05-c5df-1690-32168ac267d6-f07a34af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a92905eb-fe05-c5df-1690-32168ac267df-f07a34af, #w-node-_249a505a-21c0-7205-18a7-bf0222cbed8d-f07a34af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_249a505a-21c0-7205-18a7-bf0222cbed86-f07a34af, #w-node-_09df8b70-291f-0d76-4db1-6e2957e558e1-0642b0cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b6dd838-a58f-e5fa-aec6-395f15482746-bffcd4af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_9b6dd838-a58f-e5fa-aec6-395f1548274f-bffcd4af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_70c97932-ee94-bd18-7cd4-661256e6b8e2-bffcd4af {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70c97932-ee94-bd18-7cd4-661256e6b8e3-bffcd4af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4f782dd2-1afa-783b-edd0-b2c968899acf-ada40b01, #w-node-a92905eb-fe05-c5df-1690-32168ac267d6-f07a34af, #w-node-a92905eb-fe05-c5df-1690-32168ac267df-f07a34af, #w-node-_249a505a-21c0-7205-18a7-bf0222cbed8d-f07a34af, #w-node-_249a505a-21c0-7205-18a7-bf0222cbed86-f07a34af {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2ac9cdb5-8b5a-33be-ee4c-33afde5681b5-de5681b2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_4f782dd2-1afa-783b-edd0-b2c968899acf-ada40b01 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}


