:root {
  --kütüp-library--burntsienna: #e76f51;
  --white: white;
  --kütüp-library--dark-slate-grey: #264653;
  --kütüp-library--dark-slate-grey-x: #2e5261;
  --kütüp-library--dim-grey: #6e6e6e;
  --kütüp-library--white: white;
  --kütüp-library--slate-blue: #434cff;
  --black: black;
}

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

.navbar-logo-left {
  width: 100%;
  position: absolute;
  overflow: visible;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 40px 0 20px;
}

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

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

.nav-menu-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

.nav-link:hover {
  color: #ffffffbf;
}

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

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

.nav-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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-icon {
  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 {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

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

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

.button-primary {
  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:hover {
  color: #fff;
  background-color: #32343a;
}

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

.hero-heading-right {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 109px 30px 80px;
  position: relative;
}

.hero-heading-right.miye {
  background-color: #010165;
  background-image: radial-gradient(circle, #010165, #02027e);
  padding-top: 182px;
  padding-bottom: 199px;
  overflow: hidden;
}

.hero-heading-right.sinlm {
  padding-bottom: 110px;
  overflow: hidden;
}

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

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

.hero-split.clim {
  max-width: 60%;
}

.hero-split.siml {
  width: 35%;
  max-width: 35%;
}

.hero-split.vim1 {
  width: 50%;
  max-width: 60%;
  position: relative;
}

.hero-split.porm, .hero-split.herrml {
  align-items: center;
  width: 50%;
  max-width: 50%;
}

.hero-split.herrml.mn {
  padding-left: 50px;
}

.hero-split.vem {
  width: 45%;
  max-width: 45%;
}

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

.margin-bottom-24px.samm {
  color: #fff;
  font-family: Intelo, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.divcontim {
  color: #fff;
  background-color: #000042;
  border-radius: 20px;
  width: 75%;
  padding: 15px;
  transition: all .45s;
}

.divcontim:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 16px #fff3;
}

.list-item {
  color: #fff;
}

.h1prin {
  color: #fff;
  font-family: Intelo, sans-serif;
  font-size: 77px;
  font-weight: 700;
  line-height: 73px;
  transition: all .625s;
}

.h1prin:hover {
  transform: scale(1.03);
}

.h1prin.vemo {
  font-size: 60px;
  line-height: 64px;
}

.narana1 {
  color: #ff6500;
}

.btn1 {
  background-color: #010180;
  border-radius: 20px;
  padding: 14px 25px;
  font-family: Intelo, sans-serif;
  font-weight: 700;
  transition: all .7s;
}

.btn1:hover {
  transform: scale(1.03);
  box-shadow: 0 2px 18px #0000008c;
}

.btn1.bm2 {
  background-color: #ff6500;
  margin-left: 15px;
  font-family: Intelo, sans-serif;
}

.btn1.dom {
  color: #000042;
  background-color: #fff;
}

.subtb {
  margin-top: 40px;
}

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

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

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

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

.shadow-two-2.red1 {
  box-shadow: none;
  width: 100%;
}

.shadow-two-2.red1.boci1.vmv {
  z-index: 2;
  width: 500px;
  position: relative;
}

.shadow-two-2.meiso {
  width: 400px;
  margin-top: 10px;
}

.h2tirl {
  color: #ff6500;
  margin-bottom: 25px;
  font-family: Intelo, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.h2tirl.masgm {
  font-family: Intelo, sans-serif;
  font-size: 65px;
  line-height: 61px;
}

.h2tirl.masgm.sm {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
}

.h2tirl.masgm.vm {
  color: #fff;
}

.palim {
  color: #010161;
  font-family: Intelo, sans-serif;
  font-size: 18px;
}

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

.hero-without-image.cem {
  background-color: #fff;
  padding-top: 52px;
  padding-bottom: 131px;
}

.hero-without-image.hermi {
  background-color: #010165;
  background-image: radial-gradient(circle, #010165, #1313a0);
  padding-top: 93px;
  padding-bottom: 195px;
}

.hero-without-image.hermi.sandim {
  background-image: url('../images/sando1.jpg'), radial-gradient(circle, #010165, #1313a0);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-top: 100px;
}

.hero-without-image.hermi.mvil {
  background-image: url('../images/fonbb.jpg'), radial-gradient(circle, #010165, #1313a0);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  overflow: hidden;
}

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

.container-3 {
  width: 100%;
  max-width: 1000px;
  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;
}

.fftiel2 {
  color: #010161;
  margin-bottom: 30px;
  font-family: Intelo, sans-serif;
  font-size: 55px;
  line-height: 47px;
}

.fftiel2.dosim {
  text-align: center;
  font-size: 42px;
  font-weight: 400;
  line-height: 59px;
}

.fftiel2.dosim.domik {
  color: #fff;
}

.fftiel2.dosim.domik.prom {
  color: #010161;
  font-weight: 400;
}

.fftiel2.pasom {
  color: #010161;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.centerti {
  justify-content: center;
  display: flex;
}

.con3pasos {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 54px;
  display: flex;
  position: relative;
}

.cajapaso {
  border-radius: 20px;
  width: 31%;
  transition: all .7s;
  overflow: hidden;
}

.cajapaso:hover {
  transform: scale(1.03);
  box-shadow: 0 2px 20px #00000094;
}

.cajapaso.cajamen {
  width: 300px;
  height: 400px;
}

.subaja1 {
  background-color: #ff6500;
  padding: 48px 20px 20px;
  position: relative;
}

.bajasub2 {
  background-color: #ff4800;
  height: 100%;
  padding: 20px 20px 20px 30px;
}

.timll {
  color: #fff;
  margin-bottom: 0;
  font-family: Intelo, sans-serif;
  font-size: 35px;
}

.num1 {
  color: #fff;
  margin-top: 0;
  font-family: Intelo, sans-serif;
  font-size: 45px;
  line-height: 43px;
}

.paamc {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-family: Intelo, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

.iconm1 {
  width: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.logounin {
  width: 200px;
}

.logounin.boci1 {
  width: 180px;
}

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

.container-4.contm {
  max-width: 950px;
  display: block;
}

.servim {
  color: #fff;
  font-family: Intelo, sans-serif;
  font-size: 55px;
  line-height: 54px;
}

.servicen {
  justify-content: center;
  margin-bottom: 109px;
  display: flex;
}

.divconcen {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 70px;
  margin-left: 0;
  margin-right: -86px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.divconcen.bd2 {
  margin-top: 100px;
}

.cuadrbla1 {
  background-color: #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.cuadrbla1.redon {
  border: 6px solid #ff4800;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -24px;
  left: -91px;
}

.cuadrbla1.simle {
  cursor: pointer;
  width: 246px;
  height: 73px;
  padding-left: 18px;
  transition: all .6s;
}

.conbasic {
  transition: all .625s;
  position: relative;
}

.conbasic:hover {
  transform: scale(1.04);
  box-shadow: 0 2px 17px #000000ab;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.heading.sim {
  color: #010165;
  font-family: Intelo, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 23px;
  display: block;
}

.heading.sim.dom {
  font-size: 18px;
}

.regalom1 {
  width: 60px;
}

.regalom1.relem {
  width: 30px;
}

.team-slider {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px 117px;
  position: relative;
  overflow: hidden;
}

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

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

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

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  vertical-align: top;
  background-color: #ff4800;
  border-radius: 20px;
  width: 27%;
  height: 400px;
  margin-right: 8%;
  position: relative;
  overflow: visible;
}

.team-block {
  background-color: #ff4800;
  border-radius: 10px;
  height: 100%;
  padding-bottom: 24px;
  transition: all .725s;
  display: block;
  overflow: hidden;
  box-shadow: 0 2px 14px #0000006e;
}

.team-block:hover {
  transform: scale(1.04);
  box-shadow: 0 2px 14px #000000b3;
}

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

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

.team-member-name-two {
  color: #fff;
  margin-bottom: 15px;
  font-family: Intelo, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}

.team-member-text {
  color: #fff;
  margin-bottom: 20px;
  font-family: Intelo, sans-serif;
  font-size: 16px;
  line-height: 21px;
}

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

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

.team-slider-arrow {
  width: 100%;
  display: block;
  right: auto;
}

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

.container-5 {
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.divim {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.diviconm {
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.iconm11 {
  width: 150px;
}

.divicomyy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .5s;
  display: flex;
}

.divicomyy:hover {
  transform: scale(1.04);
}

.hetimm {
  color: #010180;
  text-align: center;
  font-family: Intelo, sans-serif;
  font-size: 24px;
  line-height: 27px;
}

.hetimm.pepi {
  color: #fff;
}

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

.hero-heading-center.gils {
  background-color: #ff6500;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-heading-center.gils.somn {
  overflow: hidden;
}

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

.divml {
  flex-flow: column;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-subscribe-right {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-subscribe-right.smgn {
  background-color: #174385;
  background-image: url('../images/fondifooter.jpg');
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
}

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

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

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

.form, .form-block {
  width: 100%;
}

.conticmm {
  width: 100%;
  margin-top: 30px;
}

.icosol {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.icosol.momy {
  justify-content: space-between;
  align-items: center;
  width: 200px;
  margin-top: 40px;
}

.imicnm {
  width: 23px;
}

.imicnm.icomsred {
  width: 25px;
}

.imicnm.icomsred.mci {
  width: 22px;
}

.hem55 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15px;
  font-family: Intelo, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
}

.dosicon {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.iconplta {
  width: 170px;
}

.labilm {
  color: #fff;
}

.teilem {
  color: #161616;
  border-radius: 6px;
  height: 400px;
  font-family: Intelo, sans-serif;
}

.botonfomr {
  background-color: #ff6500;
  border-radius: 6px;
  width: 100%;
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Intelo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: all .55s;
}

.botonfomr:hover {
  background-color: #dd681b;
  box-shadow: 0 2px 17px #000000bd;
}

.colofi {
  color: #161616;
  border-radius: 6px;
  font-family: Intelo, sans-serif;
}

.iconmm {
  justify-content: center;
  margin-top: 100px;
  display: flex;
}

.ucomlogo {
  width: 140px;
}

.ucomlogo.lomgi {
  width: 190px;
}

.blancin {
  background-image: linear-gradient(179deg, #ff6500, #fff0);
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
}

.blancin.dos {
  background-image: linear-gradient(0deg, #ff6500, #fff0);
  top: auto;
  bottom: 0;
}

.bibold, .parabold {
  font-weight: 700;
}

.imasub {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 170px;
  display: flex;
  overflow: hidden;
}

.bolddmtetc {
  font-weight: 700;
}

.flemimm {
  width: 20px;
  position: absolute;
  top: 163px;
  right: -51px;
}

.testimonial-slider-small {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 0 30px 95px;
  position: relative;
}

.testimonial-slider-small.mm {
  background-color: #fafafa;
}

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

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

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

.testimonial-slider {
  background-color: #0000;
  max-width: 700px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 100%;
  margin-right: 4%;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

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

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  top: 61px;
  left: -95px;
}

.testimonial-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  top: 61px;
  right: -85px;
}

.testimonial-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.conpalcar {
  background-color: #010180;
  border-radius: 20px;
  width: 100%;
  padding: 53px 20px 48px 30px;
  display: flex;
}

.diflerfcar {
  width: 40%;
  position: relative;
}

.difricard {
  width: 70%;
}

.imalom {
  width: 231px;
  max-width: none;
  position: absolute;
  top: -106px;
  bottom: auto;
  left: -7px;
}

.mask {
  padding-top: 76px;
  overflow: hidden;
}

.parrmn {
  color: #fff;
  font-family: Intelo, sans-serif;
}

.estrim {
  width: 181px;
  margin-top: 10px;
}

.menu-item-text-wrapper {
  cursor: pointer;
  transition: all .2s;
  display: inline-block;
}

.menu-item-text-wrapper:hover {
  text-shadow: 4px 4px 3px #ccc;
  transform: translate(-5px, -5px);
}

.paamc-2 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paamc-2.doseln {
  text-align: left;
  font-family: Intelo, sans-serif;
  line-height: 27px;
}

.num1-2 {
  color: #fff;
  margin-top: 0;
  font-family: Intelo, sans-serif;
  font-size: 45px;
  line-height: 43px;
}

.marker-container {
  color: #aaa;
  justify-content: flex-end;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.marker-container.hide {
  opacity: 0;
}

.container-homepage {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100vh;
  display: flex;
}

.img-container-1b {
  z-index: 3;
  opacity: 0;
  position: absolute;
  transform: scale(.7)translate(-55%);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  position: relative;
}

.img-container-3 {
  z-index: 4;
  position: absolute;
  transform: scale(.8)translate(-35%);
}

.section-homepage {
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 150px;
  padding-top: 72px;
  padding-bottom: 0;
  position: relative;
}

.section-homepage.dobm {
  background-color: #fff;
  background-image: radial-gradient(circle at 100%, #ff650026, #fff 32%);
  height: auto;
  margin-bottom: 46px;
  padding-top: 99px;
  overflow: hidden;
}

.menu-item-header-container {
  color: #666;
  padding: 5px;
  font-family: Great Vibes, cursive;
  font-size: 36px;
  line-height: 48px;
}

.showcase-slider-columns {
  align-items: center;
  display: flex;
}

.images-showcase-col {
  text-align: center;
}

.menu-item-text-container {
  color: #aaa;
  margin: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.timll-2 {
  color: #fff;
  margin-bottom: 0;
  font-family: Intelo, sans-serif;
  font-size: 35px;
}

.img-wrapper-1 {
  color: #fff;
  text-align: center;
  background-color: #d6626200;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.img-container-1 {
  z-index: 6;
  position: absolute;
}

.img-wrapper-2 {
  color: #fff;
  background-color: #7bcea300;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
}

.showcase-images-container {
  position: relative;
  left: 61px;
}

.images-text-menu-col {
  z-index: 999;
  left: -44px;
}

.img-container-2b {
  z-index: 2;
  opacity: 0;
  position: absolute;
  transform: scale(.7)translate(-55%);
}

.img-wrapper-3 {
  color: #fff;
  background-color: #92a4c200;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
}

.showcase-images-wrapper {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  transform: perspective(1000px);
}

.marker-number {
  color: #1a7aca;
  font-family: Intelo, sans-serif;
}

.img-container-2 {
  z-index: 5;
  display: block;
  position: absolute;
  transform: scale(.9)translate(-20%);
}

.showcase-slider-container {
  width: 100%;
  max-width: 1200px;
}

.menu-item-text {
  color: #010161;
  font-family: Intelo, sans-serif;
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
  transform: translate(0);
}

.menu-item-text:hover {
  text-shadow: 0 0 14px #0000007d;
}

.marker-line {
  perspective-origin: 100%;
  transform-origin: 100%;
  background-color: #ccc;
  width: 0%;
  height: 1px;
  margin: 10px;
}

.marker-line.show {
  background-color: #ccc;
  width: 100%;
  height: 1px;
}

.backgroundplis {
  z-index: -1;
  opacity: 1;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 407px;
  left: 20%;
  right: auto;
}

.backgroundplis.mil {
  top: 354px;
}

.mask-2 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 35px;
}

.tamlemm {
  opacity: .84;
  width: 11px;
}

.image-60 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.anilabajam {
  justify-content: center;
  width: 100%;
  display: flex;
  position: absolute;
  bottom: 35px;
  left: 0;
}

.animal {
  width: 150px;
}

.texbvml {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-left: 22px;
  padding-right: 10px;
  font-family: Intelo, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: none;
}

.texbvml.domb {
  color: #fff;
  font-size: 13px;
  display: none;
}

.texbvml.domi {
  color: #fff;
  margin-left: -42px;
  padding-left: 0;
}

.texbvml.domi.vvm {
  color: #fff;
  margin-left: -19px;
}

.divbajom {
  width: 100%;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0 2px 15px #0003;
}

.bakimne {
  z-index: 0;
  background-image: radial-gradient(circle at 100% 0, #023564, #010180c9);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.body {
  background-color: #fff;
  overflow: visible;
}

.fomneg {
  opacity: .8;
  background-image: radial-gradient(circle, #77aaea, #fff0 53%);
  border-radius: 100%;
  width: 400px;
  height: 400px;
  position: absolute;
  right: -88px;
}

.fomneg.flechi1.box {
  right: -48px;
}

.kutup-paragraph {
  color: #010165;
  font-family: Intelo, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.kutup-faq-content {
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-2 {
  background-color: #264653;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-stripe-1 {
  background-color: #264653;
  width: 2px;
  height: 100%;
}

.kutup-faq-plus-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.kutup-faq-icon {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.kutup-faq-title {
  color: #010165;
  font-family: Intelo, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.kutup-faq-title-content {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-top-part {
  background-color: #fff;
  border-bottom: 1px solid #29335c26;
  align-items: center;
  display: flex;
}

.kutup-faq-wrapper {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.kutup-display-2 {
  color: #010165;
  margin-top: 0;
  font-family: Intelo, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

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

.kutup-paragraph-2 {
  color: #fff;
  font-family: Intelo, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.kutup-faq-content-2 {
  text-align: left;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 20px;
}

.kutup-faq-item-2 {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.kutup-stripe-3 {
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.kutup-stripe-4 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.kutup-faq-plus-icon-2 {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.kutup-faq-icon-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.kutup-faq-title-2 {
  color: var(--white);
  font-family: Intelo, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.kutup-faq-title-content-2 {
  text-align: left;
  flex: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.kutup-faq-top-part-2 {
  background-color: #fff0;
  border-bottom: 1px solid #ffffff26;
  align-items: center;
  display: flex;
}

.kutup-faq-wrapper-2 {
  cursor: pointer;
  margin-bottom: 10px;
  line-height: 1.6em;
  overflow: hidden;
}

.kutup-faq-componenet-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

.kutup-display-3 {
  color: #010161;
  margin-top: 0;
  font-family: Intelo, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

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

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

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

.kutup-section-2 {
  background-color: #ff6500;
  padding: 90px 5%;
  overflow: hidden;
}

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

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

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

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px solid #e4ebf3;
  flex-direction: column;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #f5f7fa;
  align-items: center;
  padding: 24px 16px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-slider-small-2 {
  background-color: #f5f7fa;
  background-image: url('../images/fonbb.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  padding: 70px 30px 100px;
  position: relative;
}

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

.testimonial-slider-2 {
  background-color: #0000;
  max-width: 1000px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card-2 {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #ffffff26;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  transition: all .6s;
  display: flex;
}

.testimonial-card-2:hover {
  transform: scale(1.03);
}

.testimonial-info-2 {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author-2 {
  color: #fff;
  margin-bottom: 2px;
  font-family: Intelo, sans-serif;
}

.tagline-2 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Intelo, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right-2:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav-2 {
  display: none;
}

.enselom {
  color: #fff;
  font-family: Intelo, sans-serif;
  font-weight: 600;
}

.imgm {
  opacity: .57;
}

.selom {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Intelo, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.smm {
  color: #ff6500;
}

.slidem {
  background-color: #ddd0;
  width: 100%;
}

.slimn, .mask-3 {
  height: auto;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.divconcalm {
  background-color: #fff;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.sumb {
  text-align: center;
  background-color: #ff6500;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px;
}

.cmrtext {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Intelo, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 31px;
}

.dicamcl {
  padding: 20px;
}

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

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

.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-2 {
  margin-bottom: 24px;
}

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

.contenedorbig {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.contenedorbig.soel {
  background-color: #fff;
}

.contenfiltros {
  width: 25%;
}

.contenfiltros.meme {
  width: 50%;
}

.contenproduct {
  background-color: #fff;
  border: 1px solid #00000012;
  border-radius: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  display: flex;
}

.contenproduct.simle {
  border-width: 0;
  width: 45%;
}

.cardproducto {
  color: #707070;
  width: 100%;
  margin-bottom: 0;
  padding: 15px;
  font-style: normal;
  text-decoration: none;
  display: block;
}

.cardproducto.dosbig {
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.cardproducto.completi {
  display: flex;
}

.fotobig {
  transition: all 2s;
}

.fotobig:hover {
  transform: scale(1.2);
}

.contdecrop.sinqque {
  padding-left: 20px;
}

.contfotobig {
  display: block;
  overflow: hidden;
}

.preciobi {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.preciobi.peli {
  text-align: left;
}

.descriom {
  text-decoration: none;
}

.descriom.semp {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
}

.linkblobick {
  width: 33%;
  margin-bottom: 30px;
  text-decoration: none;
}

.linkblobick.dosbig {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.linkblobick.complet {
  width: 100%;
}

.contindifiltro {
  background-color: #fff;
  border: 1px solid #00000012;
  border-radius: 6px;
  padding: 96px 20px 20px;
  position: relative;
}

.contindifiltro.iltrom2 {
  margin-top: 40px;
}

.form-block-2 {
  margin-bottom: 0;
}

.select-field {
  background-color: #fff;
  border: 1px solid #0000001c;
  margin-bottom: 20px;
}

.select-field.sinmen {
  margin-bottom: 0;
}

.cajaletrero {
  background-color: #ffd800;
  width: 90%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  position: absolute;
  top: 0;
  left: 0;
}

.letram1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.didryiy {
  background-color: #00000017;
  width: 100%;
  height: 1px;
}

.conticonos {
  width: 100%;
  padding: 10px;
  display: flex;
}

.botonime {
  cursor: pointer;
  border: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding-top: 0;
  display: flex;
}

.botonime.leftm {
  margin-left: 20px;
}

.botonime.marki {
  background-color: #ffd800;
}

.imasin {
  width: 20px;
}

.hero-without-image-3 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

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

.hero-wrapper-two-3 {
  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-3 {
  margin-bottom: 24px;
}

.margin-bottom-24px-3.samm {
  color: #fff;
  font-family: Intelo, sans-serif;
  font-size: 19px;
  line-height: 25px;
}

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

.slide-nav {
  font-size: 10px;
}

.imnmm1 {
  width: 100%;
}

.mask-4, .slide {
  padding-top: 0;
}

.slider {
  height: 370px;
  padding-top: 0;
}

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

.kutup-nav-link {
  color: var(--kütüp-library--dark-slate-grey);
  padding: 15px;
  font-size: 17px;
  font-weight: 700;
  transition: opacity .3s;
}

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

.kutup-dropdown-link {
  color: var(--kütüp-library--dark-slate-grey-x);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 700;
}

.kutup-dropdown-link:hover {
  color: var(--kütüp-library--dark-slate-grey);
}

.kutup-dropdown-list {
  padding: 2px;
}

.kutup-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eeece9;
  border-radius: 5px;
  padding: 10px 5px;
}

.kutup-dropdown-arrow {
  color: var(--kütüp-library--dark-slate-grey-x);
  margin-right: 12px;
  font-size: 12px;
  font-weight: 300;
}

.kutup-dropdown-toggle {
  color: #264653;
  padding: 15px 30px 15px 15px;
  font-size: 17px;
  font-weight: 600;
}

.kutup-dropdown-toggle:hover {
  color: #264653cc;
}

.kutup-dropdown {
  font-weight: 700;
}

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

.kutup-shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.kutup-first-element {
  order: -1;
}

.kutup-nav-container-2 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.kutup-nav-component-2 {
  background-color: #fff;
  padding: 25px 3%;
}

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

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

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

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

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

.kutup-footer-vertical-flex {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

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

.kutup-footer-sub-title {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.kutup-footer-grid-1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: ". . Area"
  / 4fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.kutup-footer-2 {
  background-color: #fff;
  padding: 60px 5% 30px;
}

.kutup-x-button {
  background-color: var(--kütüp-library--dark-slate-grey-x);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .3s;
  display: flex;
}

.kutup-x-button:hover {
  opacity: .54;
}

.kutup-white-link {
  color: #fff;
}

.kutup-announcement-text {
  color: var(--kütüp-library--white);
  font-size: 15px;
  font-weight: 700;
}

.kutup-announcement-bar-2 {
  z-index: 10;
  grid-column-gap: 20px;
  background-color: var(--kütüp-library--dark-slate-grey);
  justify-content: center;
  align-items: center;
  padding: 12px 2%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.kutup-small-tag {
  background-color: var(--kütüp-library--white);
  color: var(--kütüp-library--slate-blue);
  border-radius: 30px;
  padding: 7px 19px;
  font-size: 13px;
}

.kutup-announcement-bar-1 {
  z-index: 10;
  grid-column-gap: 15px;
  background-color: var(--kütüp-library--slate-blue);
  justify-content: center;
  align-items: center;
  padding: 15px 2%;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

.hero-without-image-4.ddolesin {
  background-color: #1a1b1f;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.hero-wrapper-two-4 {
  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-4 {
  color: #1a1b1f;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffd800;
  border-radius: 8px;
  padding: 12px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.celusi, .celusi.flechi1, .consilder {
  display: none;
}

.text-block {
  color: #fff;
  font-family: Intelo, sans-serif;
}

.icon-3 {
  color: #fff;
}

.dropdown-list {
  background-color: #ff6500;
}

.dropdown-list.w--open {
  color: #fff;
  background-color: #ff650000;
  border-radius: 8px;
  padding-top: 15px;
  font-family: Intelo, sans-serif;
  font-weight: 700;
  top: auto;
}

.dropdown-link {
  color: #fff;
  background-color: #ff6500;
  border-radius: 8px;
  justify-content: center;
  transition: all 1s;
  display: flex;
}

.dropdown-link:hover {
  background-color: #000042;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-4, .icon-5 {
  display: none;
}

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

.img-container-4 {
  z-index: 5;
  display: block;
  position: absolute;
  transform: scale(.9)translate(-20%);
}

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

.testimonial-slider-left-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  top: 61px;
  left: -95px;
}

.testimonial-slider-left-3:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-left-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.paamc-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
}

.paamc-3.doseln {
  text-align: left;
  font-family: Intelo, sans-serif;
  line-height: 27px;
}

.mask-7 {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 35px;
}

.testimonial-slide-wrapper-3 {
  max-width: 48%;
  margin-right: 4%;
}

.img-wrapper-4 {
  color: #fff;
  text-align: center;
  background-color: #d6626200;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
  box-shadow: -11px 11px 15px #0003;
}

.icon-10 {
  display: none;
}

.testimonial-card-3 {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #ffffff26;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  transition: all .6s;
  display: flex;
}

.testimonial-card-3:hover {
  transform: scale(1.03);
}

.testimonial-author-3 {
  color: #fff;
  margin-bottom: 2px;
  font-family: Intelo, sans-serif;
}

.testimonial-slider-3 {
  background-color: #0000;
  max-width: 1000px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-display-4 {
  color: #010161;
  margin-top: 0;
  font-family: Intelo, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
}

.icon-11 {
  display: none;
}

.kutup-faq-title-3 {
  color: #fff;
  font-family: Intelo, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.img-wrapper-5 {
  color: #fff;
  background-color: #92a4c200;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 500px;
  font-size: 150px;
  line-height: 150px;
  display: flex;
  position: relative;
}

.mask-9 {
  height: auto;
}

.img-container-5 {
  z-index: 4;
  position: absolute;
  transform: scale(.8)translate(-35%);
}

.testimonial-slider-right-3 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  top: 61px;
  right: -85px;
}

.testimonial-slider-right-3:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.container-14 {
  z-index: 2;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.icon-14 {
  color: #fff;
}

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

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

.image-62 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

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

.kutup-stripe-5 {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.testimonial-slider-small-3 {
  background-color: #fff;
  border-bottom: 0 solid #e4ebf3;
  padding: 0 30px 95px;
  position: relative;
}

.testimonial-slider-small-3.mm {
  background-color: #fafafa;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 20px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #000042;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    list-style-type: none;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .hero-heading-right.miye {
    padding-top: 97px;
  }

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

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

  .hero-split.clim {
    max-width: 100%;
  }

  .hero-split.siml {
    width: 100%;
    max-width: 100%;
  }

  .hero-split.porm {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .hero-split.herrml.mn {
    padding-left: 0;
  }

  .divcontim {
    display: none;
  }

  .h1prin.vemo {
    font-size: 50px;
  }

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

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

  .hero-without-image.hermi.mvil {
    padding-bottom: 100px;
  }

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

  .servicen {
    margin-bottom: 70px;
  }

  .divconcen {
    flex-flow: column;
    width: 100%;
    margin-top: 19px;
    padding-left: 115px;
  }

  .divconcen.bd2 {
    margin-top: 13px;
  }

  .cuadrbla1.simle {
    width: 100%;
  }

  .conbasic.box {
    width: 100%;
    margin-bottom: 88px;
  }

  .team-slide-wrapper {
    width: 40%;
    margin-right: 16%;
  }

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

  .divml.celum {
    display: none;
  }

  .container-7, .container-8 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .icon {
    color: #fff;
  }

  .grid {
    left: 66px;
  }

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

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

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }

  .container-10, .container-11 {
    max-width: 728px;
  }

  .kutup-menu-button {
    order: 1;
    padding-top: 15px;
    padding-left: 30px;
  }

  .kutup-menu-button.w--open {
    background-color: #0000;
  }

  .kutup-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown-arrow {
    margin-right: 30px;
  }

  .kutup-dropdown-toggle {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .kutup-dropdown {
    width: 100%;
  }

  .kutup-nav-menu {
    background-color: #fff;
  }

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

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

  .celusi {
    display: block;
  }

  .slider-3 {
    background-color: #ddd0;
    height: auto;
  }

  .icon-6, .icon-7 {
    font-size: 0;
  }

  .left-arrow, .right-arrow {
    width: 100%;
  }

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

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

  .icon-8 {
    font-size: 0;
  }

  .testimonial-slider-left-3 {
    left: -20px;
  }

  .icon-9 {
    font-size: 0;
  }

  .testimonial-slider-right-3 {
    right: -20px;
  }

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

  .icon-13 {
    color: #fff;
  }

  .slider-4 {
    background-color: #ddd0;
    height: auto;
  }

  .container-15, .container-16, .container-17, .container-18 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .hero-heading-right {
    padding: 60px 15px;
  }

  .hero-heading-right.miye {
    padding-top: 112px;
  }

  .hero-split.clim {
    max-width: 100%;
  }

  .hero-split.siml, .hero-split.vim1, .hero-split.porm {
    width: 100%;
    max-width: 100%;
  }

  .hero-split.herrml.mn {
    padding-left: 0;
  }

  .divcontim {
    display: none;
  }

  .h1prin {
    font-size: 46px;
    line-height: 62px;
  }

  .h1prin.vemo {
    font-size: 39px;
    line-height: 47px;
  }

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

  .hero-without-image.hermi.mvil {
    padding-bottom: 37px;
  }

  .cajapaso.cajamen {
    width: 100%;
  }

  .servicen {
    margin-bottom: 70px;
  }

  .divconcen {
    flex-flow: column;
    width: 100%;
    margin-top: 18px;
    margin-right: auto;
    padding-left: 119px;
    padding-right: 80px;
  }

  .divconcen.bd2 {
    margin-top: 0;
  }

  .cuadrbla1.simle {
    width: 100%;
  }

  .conbasic.box {
    width: 100%;
    margin-bottom: 85px;
  }

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

  .team-slider-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 14px;
    display: flex;
  }

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

  .team-slider-arrow {
    width: 50px;
    right: 1px;
  }

  .team-slider-arrow.mas {
    width: 40px;
    left: 37px;
  }

  .team-slider-arrow.mas.sd {
    left: 4px;
    right: auto;
  }

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

  .hero-heading-center.gils.somn {
    padding-top: 51px;
  }

  .divml.celum {
    display: none;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
  }

  .flemimm {
    display: none;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .icon {
    color: #fff;
  }

  .container-homepage {
    display: none;
  }

  .section-homepage.dobm {
    padding-top: 66px;
    padding-bottom: 47px;
  }

  .mask-2 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .testimonial-column-light {
    padding: 60px 15px;
  }

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

  .testimonial-info-three {
    flex-direction: row;
  }

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .slidem {
    height: auto;
  }

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

  .kutup-announcement-bar-2, .kutup-announcement-bar-1 {
    padding: 13px 3%;
  }

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

  .celusi {
    display: block;
  }

  .celusi.flechi1 {
    height: auto;
    display: block;
  }

  .slider-2 {
    background-color: #ddd0;
    width: 70%;
    height: auto;
  }

  .mask-5 {
    height: auto;
  }

  .consilder {
    justify-content: center;
    width: 100%;
    margin-top: 71px;
    display: flex;
  }

  .lefro.dols {
    left: auto;
    right: -82px;
  }

  .lefro.trol {
    left: -82px;
  }

  .icon-2 {
    color: #010161;
  }

  .icon-4, .icon-5 {
    color: #010161;
    display: block;
  }

  .slider-3 {
    background-color: #ddd0;
    height: auto;
  }

  .mask-6 {
    height: auto;
  }

  .testimonial-slider-left-3 {
    left: -10px;
  }

  .mask-7 {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonial-slide-wrapper-3 {
    max-width: 100%;
    margin-right: 0%;
  }

  .icon-10 {
    color: #010161;
    display: block;
  }

  .testimonial-card-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .icon-11 {
    color: #010161;
    display: block;
  }

  .mask-8 {
    height: auto;
  }

  .icon-12 {
    color: #010161;
  }

  .testimonial-slider-right-3 {
    right: -10px;
  }

  .icon-13 {
    color: #fff;
  }

  .mask-10 {
    height: auto;
  }

  .slider-4 {
    background-color: #ddd0;
    height: auto;
  }

  .testimonial-slider-small-3 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left-container.shadow-three {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .navbar-wrapper {
    justify-content: space-around;
  }

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

  .hero-heading-right.miye {
    padding-top: 100px;
    padding-bottom: 172px;
    overflow: hidden;
  }

  .hero-heading-right.sinlm {
    overflow: hidden;
  }

  .hero-split {
    width: 100%;
  }

  .hero-split.clim, .hero-split.siml, .hero-split.vim1, .hero-split.porm {
    width: 100%;
    max-width: 100%;
  }

  .hero-split.herrml.mn {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
  }

  .hero-split.vem {
    width: 100%;
    max-width: 100%;
  }

  .margin-bottom-24px.samm {
    margin-bottom: 0;
  }

  .divcontim {
    background-color: #00004200;
    width: auto;
  }

  .h1prin {
    font-size: 40px;
    line-height: 45px;
  }

  .h1prin.vemo {
    font-size: 35px;
    line-height: 41px;
  }

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

  .hero-wrapper-2.brilam {
    margin-bottom: 0;
  }

  .h2tirl {
    font-size: 38px;
    line-height: 47px;
  }

  .h2tirl.masgm {
    font-size: 40px;
    line-height: 43px;
  }

  .h2tirl.masgm.sm {
    font-size: 35px;
  }

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

  .hero-without-image.cem {
    padding-bottom: 65px;
  }

  .hero-without-image.hermi {
    padding-top: 55px;
    padding-bottom: 61px;
  }

  .hero-without-image.hermi.mvil {
    overflow: hidden;
  }

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

  .fftiel2 {
    font-size: 38px;
    line-height: 45px;
  }

  .fftiel2.dosim {
    font-size: 34px;
    line-height: 45px;
  }

  .fftiel2.dosim.domik.prom {
    margin-bottom: 0;
    font-size: 35px;
    line-height: 42px;
  }

  .fftiel2.pasom {
    margin-bottom: 10px;
  }

  .con3pasos {
    flex-flow: column;
    margin-top: 7px;
  }

  .cajapaso {
    width: 100%;
    margin-bottom: 40px;
  }

  .cajapaso.cajamen {
    width: 100%;
    margin-bottom: 0;
  }

  .cajapaso.cajamen:hover {
    transform: scale(1);
  }

  .logounin {
    width: 140px;
  }

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

  .servim {
    font-size: 40px;
  }

  .servicen {
    margin-bottom: 61px;
  }

  .divconcen {
    flex-flow: column;
    margin-top: 0;
    margin-right: 0;
    padding-left: 53px;
    padding-right: 97px;
  }

  .divconcen.bd2 {
    margin-top: 0;
  }

  .conbasic {
    margin-bottom: 67px;
    bottom: auto;
    left: 29%;
  }

  .conbasic.box:hover {
    box-shadow: none;
  }

  .heading.sim.dom {
    font-size: 15px;
    line-height: 20px;
  }

  .team-slider {
    padding-top: 40px;
    padding-bottom: 70px;
  }

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

  .team-slider-wrapper {
    margin-top: 76px;
  }

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

  .team-block {
    width: 100%;
  }

  .team-slider-arrow {
    width: 50px;
    height: 50px;
    top: -468px;
    right: 15px;
  }

  .team-slider-arrow.mas {
    top: -468px;
    right: -69%;
  }

  .team-slider-arrow.mas.sd {
    left: 245px;
  }

  .team-slider-nav {
    color: #ff4800;
    position: absolute;
    bottom: -48px;
  }

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

  .diviconm {
    flex-flow: column;
    margin-top: 8px;
  }

  .divicomyy {
    margin-bottom: 40px;
  }

  .hero-heading-center {
    padding-top: 10px;
  }

  .hero-heading-center.gils.somn {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

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

  .divml.celum {
    display: none;
  }

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

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

  .hem55 {
    color: #fff;
  }

  .dosicon {
    justify-content: flex-start;
  }

  .iconplta {
    width: 100px;
    margin-left: 0;
  }

  .iconplta.dosm {
    margin-left: 20px;
  }

  .flemimm {
    width: 15px;
    display: none;
    right: -28px;
  }

  .testimonial-slider-small {
    padding-top: 0;
  }

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

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

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

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    top: -563px;
    left: auto;
    right: 70px;
  }

  .testimonial-slider-right {
    height: 100px;
    top: -563px;
    right: 17px;
  }

  .conpalcar {
    flex-flow: column;
    padding-top: 39px;
    padding-bottom: 0;
  }

  .diflerfcar {
    width: 100%;
  }

  .difricard {
    width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .imalom {
    position: relative;
    top: auto;
    left: auto;
  }

  .icon {
    color: #fff;
  }

  .marker-container, .container-homepage {
    display: none;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    top: -281px;
    bottom: auto;
    left: -66%;
  }

  .section-homepage.dobm {
    margin-bottom: 0;
    padding-top: 54px;
    padding-bottom: 74px;
    overflow: visible;
  }

  .img-wrapper-1 {
    box-shadow: none;
  }

  .showcase-images-container {
    top: 16px;
    left: 72%;
  }

  .showcase-slider-container {
    display: block;
  }

  .menu-item-text {
    font-size: 19px;
  }

  .backgroundplis.mil {
    display: none;
  }

  .mask-2 {
    padding-right: 0;
  }

  .anilabajam {
    bottom: 0;
  }

  .body {
    overflow: hidden;
  }

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

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

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

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

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

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

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .slidem {
    height: auto;
  }

  .container-10, .container-11 {
    max-width: none;
  }

  .margin-bottom-24px-3.samm {
    margin-bottom: 0;
  }

  .kutup-mobile-portrait-hide {
    display: none;
  }

  .kutup-nav-component-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

  .kutup-x-button {
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .kutup-announcement-bar-2 {
    flex-direction: column;
  }

  .kutup-small-tag {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .kutup-announcement-bar-1 {
    flex-direction: column;
  }

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

  .celusi.flechi1 {
    display: block;
  }

  .slider-2 {
    background-color: #ddd0;
    width: 90%;
    height: auto;
    margin-top: 60px;
    display: flex;
  }

  .mask-5 {
    height: auto;
  }

  .consilder {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .lefro {
    width: 50px;
    height: 50px;
    top: -439px;
    right: 0%;
  }

  .lefro.dols {
    top: -464px;
  }

  .lefro.dols.fefe {
    right: 0;
  }

  .lefro.trol {
    top: -464px;
    left: -36px;
    right: -65%;
  }

  .icon-2 {
    color: #010161;
    font-size: 26px;
    font-weight: 700;
  }

  .icon-4, .icon-5 {
    color: #010161;
    font-size: 29px;
    font-weight: 700;
    display: block;
  }

  .slider-3 {
    background-color: #ddd0;
    height: auto;
  }

  .image-61 {
    width: 100%;
  }

  .mask-6 {
    height: auto;
  }

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

  .testimonial-slider-left-3 {
    top: -563px;
    left: auto;
    right: 70px;
  }

  .mask-7 {
    padding-right: 0;
  }

  .testimonial-slide-wrapper-3 {
    max-width: 100%;
    margin-right: 0%;
  }

  .img-wrapper-4 {
    box-shadow: none;
  }

  .icon-10 {
    color: #010161;
    font-size: 29px;
    font-weight: 700;
    display: block;
  }

  .testimonial-card-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

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

  .icon-11 {
    color: #010161;
    font-size: 29px;
    font-weight: 700;
    display: block;
  }

  .mask-8 {
    height: auto;
  }

  .icon-12 {
    color: #010161;
    font-size: 26px;
    font-weight: 700;
  }

  .testimonial-slider-right-3 {
    height: 100px;
    top: -563px;
    right: 17px;
  }

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

  .icon-13 {
    color: #fff;
  }

  .mask-10 {
    height: auto;
  }

  .slider-4 {
    background-color: #ddd0;
    height: auto;
  }

  .container-15, .container-16, .container-17, .container-18 {
    max-width: none;
  }

  .testimonial-slider-small-3 {
    padding-top: 0;
  }
}

#w-node-c6eaa047-afb6-f8e2-5a53-bdef67baf921-d40cb570 {
  align-self: center;
}

#w-node-c6eaa047-afb6-f8e2-5a53-bdef67baf925-d40cb570 {
  align-self: end;
}

#w-node-cf662b54-873a-c4ad-665a-c32173bed4a3-a8845953, #w-node-cf662b54-873a-c4ad-665a-c32173bed4b0-a8845953, #w-node-cf662b54-873a-c4ad-665a-c32173bed4bd-a8845953, #w-node-cd8915b3-0a81-e61d-dbae-611bdfb6edc1-a8845953, #w-node-cf662b54-873a-c4ad-665a-c32173bed4a3-5672dfc7, #w-node-cf662b54-873a-c4ad-665a-c32173bed4b0-5672dfc7, #w-node-cf662b54-873a-c4ad-665a-c32173bed4bd-5672dfc7, #w-node-cd8915b3-0a81-e61d-dbae-611bdfb6edc1-5672dfc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c890f254-deba-2b6a-1e08-e6d912091ea4-2d0ca9bf {
  align-self: center;
}

#w-node-c890f254-deba-2b6a-1e08-e6d912091ea8-2d0ca9bf {
  align-self: end;
}


@font-face {
  font-family: 'Intelo';
  src: url('../fonts/Intelo-Bold.eot') format('embedded-opentype'), url('../fonts/Intelo-Bold.ttf') format('truetype'), url('../fonts/Intelo-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelo';
  src: url('../fonts/Intelo-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelo';
  src: url('../fonts/Intelo-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intelo Hairline';
  src: url('../fonts/Intelo-Hairline.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}