:root {
  --floral-white: #fffbf5;
  --text-dark: #272531;
  --copy-grey: #747474;
  --sun-yellow: #ffde89;
  --misty-rose: #dfd7d4;
  --silver: #c8c8ca;
  --dark-orange: #ff8000;
  --antique-white: #e4d7c9;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--floral-white);
  color: var(--text-dark);
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 32px;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 28px;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 20px;
  line-height: 1.2em;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2em;
}

h5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.2em;
}

h6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  line-height: 1.2em;
}

p {
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 1.4em;
}

a {
  color: var(--text-dark);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  text-align: left;
  font-size: 16px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.p-md-start {
  padding-top: 5.5em;
}

.copy-large {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
}

.copy-large.text-bold.v2 {
  color: var(--floral-white);
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.copy-large.text-medium {
  text-align: center;
  font-size: 1.6em;
  font-weight: 400;
}

.copy-large.text-medium.r-nler {
  color: var(--text-dark);
  text-align: center;
}

.copy-large.text-medium.mid-text {
  text-align: center;
}

.copy-large.text-medium.cms {
  color: var(--copy-grey);
  text-align: left;
  margin-top: 2rem;
  font-size: 1.3em;
  font-weight: 400;
}

.copy-large.manrope-600 {
  color: #ff8000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.styleguide-button {
  background-color: #e6e6e6;
}

.btn-description {
  z-index: 1;
  letter-spacing: .03em;
  font-size: 1em;
  position: relative;
}

.button {
  border: .15em solid var(--text-dark);
  background-color: var(--text-dark);
  color: var(--sun-yellow);
  text-align: center;
  border-radius: 999em;
  margin-bottom: 0;
  padding: .9em 1.6em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .3s cubic-bezier(.215, .61, .355, 1);
}

.button:hover {
  opacity: .9;
  color: var(--sun-yellow);
}

.button:active {
  transform: scale(.95);
}

.button.tiny {
  font-size: .7em;
  line-height: 1em;
}

.button.tiny.is-secondary {
  border-width: .2em;
}

.button.bright {
  background-color: var(--floral-white);
  color: #1c2532;
}

.button.small {
  background-color: var(--text-dark);
  color: var(--misty-rose);
  cursor: pointer;
  border-style: none;
  padding-top: .8em;
  padding-bottom: .8em;
  transition-duration: .5s;
}

.button.small:hover {
  color: #ff8000;
}

.button.small.r-n-panelleri {
  color: var(--floral-white);
  background-color: #ff8000;
  border-width: 1em;
  font-size: .9em;
}

.button.small.d.k-manlar {
  padding: .7em 1.3em;
  font-size: .9em;
}

.button.is-secondary {
  color: var(--text-dark);
  background-color: #0000;
  padding-top: .6em;
  padding-bottom: .6em;
  font-weight: 700;
}

.button.is-secondary:hover {
  background-color: var(--text-dark);
  opacity: 1;
  color: #ff8000;
  border-color: #0000;
}

.button.is-secondary.v2 {
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.p-sm-end {
  padding-bottom: 3em;
}

.p-sm-end.r-nler {
  padding-bottom: 1em;
}

.infotext {
  color: #7d7d7d;
  font-size: .875em;
  line-height: 1.4em;
}

.p-md-end {
  padding-bottom: 5.5em;
}

.p-md-end.hide {
  display: none;
}

.p-xxs-start {
  padding-top: 1.1em;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.container-w2.gutter-outside.hakk-m-zda {
  padding-left: 7em;
  padding-right: 7em;
}

.title1 {
  margin-bottom: 1rem;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.1;
}

.title1.home-header {
  color: var(--floral-white);
  font-size: 3.75rem;
}

.p-xs-start {
  padding-top: 1.6em;
}

.p-xs-start.hide {
  display: block;
}

.container-w3 {
  width: 100%;
  max-width: 60em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.bilgi-bankas {
  padding-bottom: 3em;
}

.container-w3.r-nler {
  margin-top: 1.6em;
}

.gutter-description {
  text-align: center;
  background-color: #eaeaea;
  padding-top: 3em;
  padding-bottom: 3em;
}

.styleguide-item {
  border-bottom: .1em solid #bdbdbd;
  padding: 3em 0;
}

.title6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.2em;
}

.input-field {
  color: #272727;
  background-color: #fff;
  border: 2px solid #e9e9e9;
  border-radius: 999em;
  min-height: 66px;
  margin-bottom: 2.5em;
  padding-left: 1.3em;
  padding-right: 1.3em;
  font-size: 1.2em;
  line-height: 1.2em;
  transition: all .25s;
}

.input-field:hover {
  border-color: #b6b6b6;
}

.input-field:active {
  transform: scale(.985);
}

.input-field:focus {
  border-width: 2px;
  border-color: #7d7d7d;
}

.input-field::placeholder {
  color: #7d7d7d;
}

.title2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1em;
}

.bg-copy-bright {
  background-color: #f8eed8;
}

.text-grey {
  color: var(--copy-grey);
}

.grid {
  grid-template-rows: auto auto;
}

.gutter-outside {
  padding-left: 7em;
  padding-right: 7em;
}

.gutter-outside.home-2em-pad {
  padding-left: 6em;
  padding-right: 0;
}

.gutter-outside.mono {
  flex-direction: column;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.gutter-outside.mono.anasayfa {
  justify-content: space-between;
  align-items: center;
}

.title4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2em;
}

.title4.text-regular {
  font-size: 1.8em;
}

.title4.text-regular.home-text {
  color: var(--floral-white);
  font-size: 1.8em;
}

.title4.text-regular.home-text._w-dth-100 {
  width: 550px;
  font-size: 1.5em;
}

.title4.text-regular.r-nler, .title4.text-regular.ileti-im {
  width: 550px;
}

.copy-medium {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45em;
}

.copy-medium.text-grey.no-underline {
  color: #ff8000;
  cursor: pointer;
  display: flex;
}

.copy-medium.text-semibold {
  font-size: 18px;
  font-weight: 500;
}

.copy-medium.text-semibold.slide-text {
  font-size: 1.3em;
}

.copy-medium.text-semibold.anasayfa {
  display: flex;
}

.rich-text-custom h1 {
  margin-top: 2em;
  margin-bottom: .4em;
}

.rich-text-custom p {
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.45em;
}

.rich-text-custom h2 {
  margin-top: 2em;
  margin-bottom: .5em;
}

.rich-text-custom h3 {
  margin-top: 2em;
  margin-bottom: .6em;
}

.rich-text-custom h4 {
  margin-top: 2em;
  margin-bottom: .8em;
}

.rich-text-custom h6 {
  margin-top: 3em;
  margin-bottom: 1.3em;
}

.rich-text-custom blockquote {
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 1.3em;
  line-height: 1.45em;
}

.rich-text-custom li {
  margin-top: .3em;
  margin-bottom: .3em;
  line-height: 1.45em;
}

.rich-text-custom ul, .rich-text-custom ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.3em;
}

.rich-text-custom figure {
  margin-top: 4em;
  margin-bottom: 4em;
}

.rich-text-custom a {
  color: var(--text-dark);
}

.rich-text-custom a:hover {
  text-decoration: none;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.distance-big {
  padding-top: 6.5em;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.input-label {
  margin-bottom: 1em;
  padding-left: 1.3em;
  font-size: 1.1em;
  font-weight: 600;
}

.copy-small {
  line-height: 1.4em;
}

.copy-small.text-grey.left-align {
  text-align: left;
}

.p-sm-start {
  padding-top: 3em;
}

.p-xl-start {
  padding-top: 6em;
}

.p-xl-start.p-xl-end.bilgi-bankas {
  padding: 0 0 5em;
}

.p-xl-start.p-xl-end {
  text-align: left;
  padding: 8em 4em;
  display: flex;
}

.p-xl-start.p-xl-end.vurunler {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.p-xl-start.bilgi-bankas {
  padding-top: 3em;
}

.button-dark-bg-demo {
  background-color: #1c2532;
  justify-content: space-between;
  align-items: center;
  padding: 59px;
  display: flex;
}

.extra-large {
  color: #272531;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.05;
}

.extra-large.r-nler {
  color: var(--text-dark);
  text-align: center;
  justify-content: center;
  display: flex;
}

.text-link {
  color: #00e;
  padding-bottom: 1px;
  text-decoration: underline;
  transition: all .15s;
}

.text-link:hover, .text-link.arrow-after.title3:hover {
  text-decoration: none;
}

.title3 {
  margin-bottom: .5rem;
  font-size: 1.8em;
  font-weight: 600;
  line-height: 1.2em;
}

.title3.text-regular {
  font-size: 1.6em;
}

.title3.text-regular.v2 {
  width: 60rem;
}

.title5 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2em;
}

.container-w1 {
  width: 100%;
  max-width: 110em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1.gutter-outside.bilgi-bankas {
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.container-w1.hero-width {
  max-width: 120em;
}

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

.text-center.v2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.display-none {
  display: none;
}

.p-xxxs-start {
  padding-top: .5em;
}

.p-xxxs-start.p-xxxs-end.hero-text {
  padding-top: 1.6em;
}

.p-xxxs-end {
  padding-bottom: .5em;
}

.bg-copy-grey {
  background-color: var(--copy-grey);
}

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

.width-50 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.video-teaser-wrapper {
  grid-column-gap: 2.5em;
  align-items: flex-start;
  padding-left: 7.2em;
  padding-right: 5em;
  display: flex;
}

.video-teaser-wrapper.let-m {
  justify-content: center;
  margin-top: 5em;
  padding-left: 0;
  padding-right: 0;
}

.video-teaser-wrapper.hide {
  display: none;
}

.video-teaser-wrapper.video {
  margin-top: 3em;
  padding-left: 0;
  padding-right: 0;
}

.video-teaser-wrapper.backgrounds {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-right: 0;
}

.video-teaser-caption-wrapper {
  text-align: left;
  border-radius: 10px;
  flex: 1;
  padding: 2rem;
}

.video-teaser-video {
  z-index: 1;
  border-radius: 10px;
  height: 0;
  padding-top: 70%;
}

.video-teaser-video-wrapper {
  width: 18em;
  position: relative;
}

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

.arrow-after.external-link {
  font-size: 1em;
}

.arrow-after.external-link.haberler {
  font-size: .8em;
}

.no-underline {
  text-decoration: none;
}

.play-button {
  color: var(--text-dark);
  background-color: #ff8000;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  transition: all .2s;
  display: none;
}

.play-button:hover {
  transform: scale(1.1);
}

.play-icon {
  color: #fff;
  align-items: center;
  width: .6em;
  height: 1em;
  margin-left: .2em;
}

.video-teaser-play-wrapper {
  z-index: 1;
  display: block;
  position: absolute;
  inset: auto auto 1em 1em;
}

.section-stage {
  height: 200vh;
  position: relative;
}

.stage-wrapper {
  background-image: linear-gradient(to bottom, var(--silver), var(--misty-rose) 18%, #f5f0ea 76%, #c8c8ca80);
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.stage-wrapper.r-nler {
  background-image: linear-gradient(#bbb, #fff 46% 73%, #c8c8ca80);
}

.stage-car-wrapper {
  width: 66%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 4% 9% auto;
}

.stage-car-wrapper.hakk-m-zda {
  bottom: 22%;
  right: -8%;
}

.stage-car {
  z-index: 2;
  transform-style: preserve-3d;
  width: 100%;
  max-width: 80%;
  padding-left: 0%;
  padding-right: 5%;
  position: relative;
  transform: translate3d(0, 0, 2px);
}

.stage-car.politika-g {
  max-width: 60%;
  top: 150px;
}

.stage-car-shadow {
  width: 100%;
  position: relative;
}

.stage-shapes-wrapper {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
}

.stage-shape-right {
  transform-style: preserve-3d;
  width: 100%;
  height: 55vh;
  min-height: 30em;
  max-height: 45em;
  margin-bottom: 18%;
  position: absolute;
  transform: rotateX(0)rotateY(-11deg)rotateZ(0);
}

.stage-copy-wrapper {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  width: 35.8em;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0;
}

.stage-copy-inner {
  width: 100%;
  margin-top: -2vh;
}

.stage-inner {
  perspective: 1200px;
  perspective-origin: 62% 70%;
  width: 100%;
  height: 100%;
}

.overflow-hidden {
  overflow: hidden;
}

.stage-car-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: 5rem;
}

.stage-car-inner.ileti-im {
  justify-content: center;
  display: flex;
}

.stage-shape-right-wrapper {
  perspective: 1200px;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.stage-car-floor-wrapper {
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stage-car-floor {
  width: 88%;
  position: absolute;
  top: auto;
  bottom: 4.5%;
  right: -5%;
}

.stage-car-shadow-wrapper {
  z-index: 0;
  transform-style: preserve-3d;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 0;
  transform: translate3d(0, 0, 1px);
}

.stage-car-shine {
  z-index: 3;
  background-image: radial-gradient(circle closest-side at 50% 50%, var(--sun-yellow), #e7e7e700);
  opacity: 0;
  mix-blend-mode: overlay;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.gallery-item-inner {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.gallery-item-inner.hero-slider {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-item-inner.hero-slider.hakk-m-zda {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-item-inner.anasayfa {
  flex-direction: row;
  justify-content: space-between;
}

.gallery-item-media {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-item-media-gradient {
  z-index: 2;
  background-color: #00000026;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gallery-item-media-gradient.arge-ve-lab {
  background-color: #0000008c;
}

.gallery-item-content-wrapper {
  z-index: 3;
  align-items: center;
  max-width: 40%;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.gallery-item-content-wrapper.mono-bifacial {
  justify-content: space-between;
  align-items: flex-end;
  max-width: 60%;
  position: relative;
}

.gallery-item-content-wrapper.mono-bifacial.r-nler {
  align-items: center;
  width: 100%;
  max-width: 100vw;
  min-height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-left: 7em;
  padding-right: 7em;
  position: static;
}

.gallery-item-content-wrapper.mono-bifacial.tablet {
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  max-width: 60%;
}

.gallery-item-content-wrapper.r-nler {
  align-items: flex-end;
}

.gallery-item-content-wrapper.hakk-m-zda {
  align-items: center;
}

.text-medium {
  font-weight: 500;
}

.text-semibold {
  font-weight: 600;
}

.cta-link {
  color: var(--text-dark);
  border-bottom-style: solid;
  border-bottom-width: .1em;
  text-decoration: none;
}

.cta-link.is-bright {
  color: var(--floral-white);
  font-size: 1em;
}

.gallery-item-content-inner {
  width: 100%;
  padding-top: 10em;
  padding-bottom: 10em;
}

.gallery-item-content-inner.bilgi-bankas {
  align-self: flex-end;
}

.gallery-item-content-inner.mono {
  background-image: linear-gradient(#00000026, #00000026);
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-end;
  width: 50%;
  margin-right: 2em;
  padding: 2em;
  transition: border-color 1s;
  display: flex;
}

.gallery-item-content-inner.mono.r-nler {
  background-image: none;
  align-items: center;
  width: 100%;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s ease-in-out;
}

.gallery-item-content-inner.mono.r-nler:hover {
  background-color: #86868626;
}

.gallery-item-content-inner.mono.r-nler.right-block-1 {
  margin-right: 0;
}

.gallery-item-content-inner.mono.mobile {
  align-items: center;
  width: 24rem;
  padding: 1.5em;
  text-decoration: none;
}

.gallery-item-content-inner.mobile.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.stage-objects-wrapper {
  perspective: 1200px;
  perspective-origin: 62% 70%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.stage-object-inner {
  perspective: 1200px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hide-tablet-down {
  display: block;
}

.section-powerbank {
  padding-top: 5rem;
}

.container-w4 {
  width: 100%;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
}

.container-w4.gutter-outside.home {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 80em;
  margin-bottom: 5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-power-sharing {
  background-image: linear-gradient(to bottom, var(--silver), var(--misty-rose) 42%, #fffbf500);
}

.power-bank-gradient {
  background-image: linear-gradient(to bottom, #e0e0e000, var(--silver));
  height: 20%;
  display: inline;
  position: absolute;
  inset: auto 0% 0%;
}

.has-parallax-effect {
  background-color: #000;
  position: relative;
}

.feature-tabs-nav-wrapper {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 37%;
  min-width: 26em;
  margin-right: 9em;
  display: flex;
}

.feature-tab-nav-link {
  opacity: .6;
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2em;
  transition: opacity .2s;
  display: block;
}

.feature-tab-nav-link:hover {
  opacity: 1;
}

.feature-tab-nav-link.w--current {
  border-left-color: var(--text-dark);
  opacity: 1;
  background-color: #0000;
}

.feature-tabs-component {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: none;
}

.feature-tabs-component.mobil-hide {
  display: flex;
}

.section-feature-tabs {
  margin-top: 8em;
}

.section-feature-tabs.anasayfa {
  margin-top: 0;
}

.section-feature-tabs.anasayfa-margin {
  margin-top: 4em;
}

.feature-tab-media {
  border-radius: 10px;
  width: 100%;
  height: 0%;
  padding-top: 100%;
}

.feature-tab-media.haberler {
  display: none;
}

.feature-tab-content-wrapper {
  flex: 1;
}

.play-pause-state {
  justify-content: flex-start;
  align-items: center;
}

.pause-icon {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  align-items: center;
  width: .6em;
  height: 1em;
}

.feature-tab-copy-wrapper {
  display: none;
}

.gallery-item-sticky {
  color: var(--floral-white);
  background-color: #1f1f1f;
  width: 100%;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.gallery-item-sticky.bgnone {
  background-color: #1f1f1f00;
}

.gallery-item-sticky.bgnone.r-nler {
  background-color: #e6e3e1;
  align-self: flex-end;
  align-items: flex-end;
  height: auto;
  padding-top: 8em;
  padding-bottom: 1em;
}

.gallery-item-sticky.bgnone.anasayfa-urunler {
  margin-left: auto;
  margin-right: auto;
  padding-right: 7em;
}

.gallery-item-sticky.hero-slider {
  background-color: var(--floral-white);
  color: var(--text-dark);
  background-image: linear-gradient(#c8c8ca80, #66666742 48%, #c8c8ca00);
  height: 90vh;
}

.gallery-item-sticky.hero-slider.mobile {
  height: auto;
}

.gallery-item-sticky.hero-slider.hakkimizda {
  height: 100vh;
}

.gallery-item-sticky.hero-slider.ileti-iim {
  background-image: linear-gradient(#c9c9c9b0, #66666742 48%, #c8c8ca00);
}

.hero-gallery-item {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.gallery-scroll-distance {
  height: 100vh;
  position: relative;
}

.popup-close {
  z-index: 2;
  background-color: var(--text-dark);
  color: var(--sun-yellow);
  cursor: pointer;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-close:hover {
  transform: scale(1.1);
}

.popup-toggle {
  color: var(--text-dark);
  cursor: pointer;
  text-decoration: none;
  transition: all .2s;
}

.popup-toggle:hover {
  opacity: .75;
}

.popup-background {
  z-index: 0;
  background-color: #e4d7c9f0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header-button {
  color: #edebd1;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 999em;
  padding: 1em 1.6em;
  font-size: .65em;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: all .35s cubic-bezier(.165, .84, .44, 1);
  display: inline-block;
}

.header-button:hover {
  padding-left: 3.5em;
  padding-right: 3.5em;
}

.header-button.secondary {
  color: var(--floral-white);
  text-align: center;
  background-color: #0000;
  border-style: none;
  border-width: 1px;
  padding-left: 0;
  padding-right: 0;
  font-size: .9em;
  font-weight: 600;
}

.header-button.secondary:hover {
  color: var(--copy-grey);
}

.header-button.secondary.w--current {
  cursor: pointer;
  border-style: none;
  font-size: .9em;
}

.header-button.secondary.w--current:hover {
  color: var(--copy-grey);
}

.header-inner {
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 0;
  display: flex;
}

.header-button-wrapper {
  grid-column-gap: 1.5em;
  padding-right: 1.5em;
  display: flex;
}

.header-button-wrapper.is-portfolio.dsktop {
  padding-right: 0;
}

.nav {
  z-index: 10;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav.makale-header {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #000;
  border-radius: 10px;
  position: fixed;
  top: 1%;
  left: 1%;
  right: 1%;
}

.sun-art-1 {
  width: 100%;
  height: 2.1em;
  display: block;
}

.hero-gallery-item--animasyonsuz {
  width: 100%;
  max-width: 100%;
  margin-top: -100vh;
  position: relative;
}

.hero-gallery-item--animasyonsuz.header-z-index {
  z-index: 11;
}

.hero-gallery-item--animasyonsuz.header-z-index.ileti-im {
  margin-top: 0;
}

.hero-gallery-item-2 {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.hero-gallery-item-2.r-nler {
  margin-left: auto;
  display: flex;
}

.hero-gallery-item-2.mobil {
  display: none;
}

.savesion-type-2 {
  align-items: center;
  display: flex;
}

.gutter-outside-2 {
  padding-left: 0;
}

.underlinetitle {
  border-bottom: 1px solid #fffbf5;
}

.underlinetitle.vreverse {
  color: #fff;
  border-bottom-style: none;
  border-bottom-color: #272531;
}

.specs-image-2 {
  width: 100%;
  max-height: 100%;
}

.title6-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
}

.title6-2.margintop {
  color: #747474;
  margin-top: 1rem;
  font-family: Montserrat, sans-serif;
}

.title6-2.margintop.white-theme {
  color: #747474;
}

.section-3 {
  color: #fffbf5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-3.vreverse {
  color: #272531;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-3.vreverse.monofacial {
  display: block;
}

.section-3.vreverse.monofacial._530-540 {
  background-color: #000;
  display: flex;
}

.section-3.vreverse.monofacial._530-540.no-padding {
  padding-bottom: 0;
}

.section-3.vreverse.hammadde {
  background-color: #fff;
  padding-top: 0;
}

.vpadding {
  padding: 10px;
}

.vpadding.monofacial {
  padding-left: 0;
}

.link-block-4 {
  z-index: 9999999;
  position: relative;
}

.copy-medium-4 {
  color: #747474;
  flex: 1;
  width: 80%;
  font-family: Montserrat, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
}

.copy-medium-4.lessopacity {
  color: #fff9;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.copy-medium-4.lessopacity.madde {
  color: #fff9;
}

.copy-medium-4.vleft {
  text-align: right;
  font-size: 1.1em;
  line-height: 1.2em;
}

.copy-medium-4.vleft.bold {
  font-size: 1.2em;
  font-weight: 900;
}

.copy-medium-4.vleft.bold.lightunderline {
  color: #ffffffe6;
  border-bottom: 2px solid #363636;
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.copy-medium-4.vleft.kys {
  color: #fff;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5em;
}

.copy-medium-4.vleft.lightunderline.madde {
  color: #fff9;
  border-bottom-color: #fff3;
}

.copy-medium-4.vleft.lightunderline.h-cre {
  color: #0006;
}

.copy-medium-4.vleft.kys {
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.5em;
}

.copy-medium-4.vleft.kys.hammadde {
  color: #0009;
}

.copy-medium-4.vleft.lightunderline.backsheet {
  color: #0009;
}

.copy-medium-4.vleft.underline {
  color: #fffbf5b3;
  border-bottom: 1px solid #0003;
  font-family: Manrope, sans-serif;
  text-decoration: none;
}

.copy-medium-4.vleft.underline.madde {
  color: #000000b3;
}

.copy-medium-4.vleft.r-n {
  border-bottom: 1px solid #0003;
}

.copy-medium-4.vleft.lightunderline {
  color: #27253199;
  border-bottom: 1px solid #27253133;
  font-family: Manrope, sans-serif;
}

.copy-medium-4.lessopacity.h-cre {
  color: #0006;
}

.copy-medium-4.lessopacityblack {
  color: #fffbf599;
  font-family: Manrope, sans-serif;
}

.copy-medium-4.lessopacityblack.backsheet {
  color: #0009;
}

.copy-medium-4.lessopacity {
  color: #27253199;
  font-family: Manrope, sans-serif;
}

.copy-medium-4.lessopacity.backsheet {
  color: #0009;
}

.div-block-42 {
  justify-content: center;
  margin-bottom: 2rem;
  display: flex;
}

.politikalartablerighttitle {
  border-top: 1px solid #0003;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  align-items: center;
  padding: 10px;
  display: flex;
}

.title3-3 {
  z-index: 3;
  color: #747474;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.title3-3.vleft {
  color: #272531;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.title3-3.vleft.politikalar {
  font-family: Manrope, sans-serif;
}

.div-block-41 {
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 2.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.polititkalaricerikdiv {
  grid-row-gap: 3rem;
  border: 1px solid #27253133;
  border-radius: 20px;
  flex-direction: column;
  padding: 2rem;
  display: flex;
}

.polititkalaricerikdiv.outside {
  box-shadow: none;
  border-style: none;
}

.politikalartablelefttitle {
  border-top: 1px solid #0003;
  border-left: 1px solid #0003;
  align-items: center;
  padding: 10px;
  display: flex;
}

.politikalarlist {
  position: relative;
  left: 20px;
}

.underline {
  text-decoration: underline;
}

.paragraph-3 {
  color: #00000080;
  font-size: 1.3em;
}

.tab-pane-tab-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.politikalarheading {
  border-bottom-width: 1px;
  border-bottom-color: #2725314d;
  padding-bottom: 20px;
}

.politikalarright {
  color: #00000080;
  border-top: 1px solid #0003;
  border-left: 1px solid #0003;
  border-right: 1px solid #0003;
  align-items: center;
  padding: 10px;
  font-size: 1.15em;
  line-height: 1.3;
  display: flex;
}

.politikalarright.last {
  color: #00000080;
  border-bottom: 1px solid #0003;
  font-family: Montserrat, sans-serif;
}

.politikalarh3 {
  text-transform: uppercase;
  font-size: 1.5em;
}

.politikalarleft {
  border-top: 1px solid #0003;
  border-left: 1px solid #0003;
  align-items: center;
  padding: 10px;
  display: flex;
}

.politikalarleft.last {
  border-bottom: 1px solid #0003;
}

.feature-tab-nav-link-2 {
  opacity: .6;
  background-color: #0000;
  border-left: 1px solid #27253100;
  padding: 0 0 0 0;
  transition: opacity .2s;
  display: block;
}

.feature-tab-nav-link-2:hover {
  opacity: 1;
}

.feature-tab-nav-link-2.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-style: none;
  border-left-color: #272531;
  padding-left: 0;
}

.feature-tab-nav-link-2.politikalar {
  padding: 1em 1em 1em 2em;
}

.container-w1-4 {
  width: 100%;
  max-width: 110em;
  margin-left: auto;
  margin-right: auto;
}

.container-w1-4.gutter-outside {
  max-width: 1400px;
  padding-left: 0;
  padding-right: 0;
}

.container-w1-4.gutter-outside.vfooter {
  color: #fffbf5;
  background-color: #0d0d11;
  max-width: none;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-w1-4.gutter-outside.vfooter.footer-2 {
  z-index: 3;
  color: #000;
  background-color: #000;
  border-radius: 15px;
  width: 98%;
  padding-bottom: 1rem;
  padding-left: 7em;
  padding-right: 7em;
}

.container-w1-4.gutter-outside.vurunler {
  flex-direction: column;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.politikalarparagraph {
  color: #00000080;
  font-size: 1.3em;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 1400px;
  padding-top: 5rem;
  padding-left: 2rem;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 0;
}

.paragraph-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 2.25em;
  line-height: 32px;
}

.contact-heading {
  color: #1c2122;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.2em;
  font-weight: 700;
  line-height: 86px;
}

.container-large {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.ileti-im-margin {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  margin-bottom: 8em;
  padding: 1em;
  display: flex;
}

.container-large.hakk-m-zda {
  padding-top: 10em;
}

.paragraph-regular {
  width: 100%;
  font-size: 1.6em;
  line-height: 1.4;
}

.contact-card {
  outline-offset: 0px;
  border-radius: 24px;
  outline: 1px solid #ccd4d6;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  transition: all .3s;
  display: flex;
}

.contact-card:hover {
  mix-blend-mode: normal;
  outline: 1px solid #ff800073;
}

.text-weight-semibold {
  margin-bottom: 24px;
  font-weight: 600;
}

.text-weight-semibold.evre-politikas {
  text-align: left;
}

.margin-bottom-32 {
  margin-top: 1em;
  margin-bottom: 32px;
}

.icon-medium {
  color: #ff8000;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.heading-wrapper-large {
  text-align: center;
  max-width: 100%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.heading-wrapper-large.ileti-im {
  margin-bottom: 8em;
  display: block;
}

.section-large {
  margin-top: 10.9em;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.section-large.hakk-m-zda {
  margin-top: 0;
}

.section-large.ielti-im {
  background-image: linear-gradient(#fffbf5, #e7e7e7);
  justify-content: center;
  width: 100vw;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
  display: flex;
}

.margin-bottom-24 {
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.margin-bottom-24.hakk-m-zda {
  margin-bottom: 0;
}

.contact-text {
  font-size: 1.3em;
  font-weight: 500;
  line-height: 24px;
}

.contact-text.evre-politikas {
  text-align: left;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.4;
}

.contact-text.evre-politikas.ileti-im {
  text-decoration: none;
}

.grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-icon-wrap {
  color: #323c3e;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 24px;
  display: flex;
}

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

.textarea {
  border: 0 solid #000;
  border-radius: 10px;
  margin-bottom: 3em;
  font-family: Montserrat, sans-serif;
}

.textarea:focus-visible, .textarea[data-wf-focus-visible] {
  background-color: var(--text-dark);
  color: var(--floral-white);
}

.content-column {
  display: none;
}

.div-block-96 {
  width: 100%;
}

.html-embed-2 {
  filter: grayscale();
}

.html-embed-2:hover {
  filter: grayscale(0%);
}

.text-field-3 {
  border: 0 solid #000;
  border-radius: 10px;
  margin-right: .5em;
  font-family: Montserrat, sans-serif;
}

.text-field-3:focus-visible, .text-field-3[data-wf-focus-visible] {
  background-color: var(--text-dark);
  color: var(--floral-white);
}

.heading-17 {
  margin-bottom: 1em;
  font-size: 32px;
}

.grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 100%;
  margin-top: 1em;
}

.submit-button {
  background-color: #272531;
  border-radius: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 600;
}

.div-block-94 {
  width: 100%;
  margin-bottom: 1px;
  display: flex;
}

.form {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.text-field-2 {
  border: 0 solid #000;
  border-radius: 10px;
  margin-left: .5em;
  font-family: Montserrat, sans-serif;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  background-color: var(--text-dark);
  color: var(--floral-white);
}

.map-large {
  border-radius: 24px;
  max-width: 510px;
  max-height: 320px;
  margin-bottom: 32px;
}

.div-block-98 {
  width: 20%;
}

.div-block-99 {
  width: 55%;
}

.m-logo-section-full {
  background-color: #2725310f;
  border-radius: 20px;
  margin-top: 5em;
  margin-bottom: 5em;
  padding: 10px;
  display: none;
  position: relative;
}

.logo-carousel-card {
  color: #717384;
  background-color: #c8c8ca36;
  border: 1px solid #ccd4d6;
  border-radius: 14px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 24px 16px;
  transition: all .3s;
  display: flex;
}

.logo-carousel-card:hover {
  color: #fff;
  background-color: #c8c8ca36;
  justify-content: space-between;
}

.m-logo-carousel {
  display: none;
}

.carousel-icon-wrap {
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
}

.m-logo-looped {
  grid-row-gap: 24px;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.integration-wrapper-reverse {
  flex: none;
  display: flex;
}

.m-logo-logo-icon {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 64px;
  display: flex;
}

.integration-row {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.integration-wrapper {
  flex-direction: row;
  flex: none;
  display: flex;
}

.logo-badge {
  color: var(--copy-grey);
  text-align: center;
  background-color: #ff8000;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: auto;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.background-video-3 {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.background-video-3.monofacial {
  z-index: 0;
  max-width: none;
  height: 100vh;
  position: sticky;
  left: auto;
  right: auto;
}

.background-video-3.monofacial.v2 {
  height: 70vh;
  position: relative;
}

.div-block-105 {
  height: 1px;
  position: absolute;
}

.background-video-4 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-81 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-6 {
  text-align: left;
  width: 350px;
  font-size: 1.3em;
}

.div-block-80 {
  border-radius: 20px;
  margin-right: 20px;
  padding: 20px;
  display: flex;
}

.image-25 {
  width: 100px;
}

.div-block-79 {
  justify-content: center;
  margin-top: 5em;
  display: flex;
}

.heading-13 {
  text-align: left;
  margin-bottom: .5em;
  font-size: 1.75em;
}

.image-26 {
  width: 100px;
}

.div-block-83 {
  border-radius: 20px;
  margin-left: 20px;
  padding: 20px;
  display: flex;
}

.div-block-82 {
  margin-right: 40px;
}

.div-block-107, .div-block-108, .div-block-109 {
  height: 1px;
  position: absolute;
}

.footer-logo {
  width: 170px;
  margin-bottom: 32px;
}

.social-icon-small {
  background-color: var(--copy-grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 10px;
  padding: 8px;
  transition: all .3s;
  display: flex;
}

.social-icon-small.makale {
  background-color: var(--dark-orange);
  border-radius: 22%;
  width: 36px;
  min-width: 36px;
  height: 36px;
  margin-right: 0;
}

.social-icon-small.footer {
  background-color: #74747400;
}

.footer-text-link {
  color: var(--misty-rose);
  letter-spacing: -.01em;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 32px;
  text-decoration: none;
  transition: color .3s;
}

.footer-text-link:hover {
  color: var(--floral-white);
}

.footer-text-link.black {
  color: #fff;
}

.footer-text-link.black.text {
  color: #000;
}

.paragraph-footer {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-footer.subtext {
  color: #fff;
}

.grid-socials {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-socials.makale {
  grid-column-gap: 6px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  position: sticky;
  inset: 10% auto auto;
}

.social-link {
  color: var(--floral-white);
  background-color: #ffffff0f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.social-link:hover {
  color: #b62d84;
}

.social-link.twitter {
  background-color: #ffffff0f;
}

.social-link.twitter:hover {
  color: #4283ec;
}

.social-link.twitter.black, .social-link.black {
  background-color: #0000000f;
}

.social-link.makale {
  padding: 0;
}

.footer-title-light {
  color: #fff;
  letter-spacing: -.01em;
  border-bottom: 1px solid #fff;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-title-light.black {
  color: #000;
  border-bottom-color: #000;
}

.footer-grid {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

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

.section-footer {
  background-color: #000;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-footer.white {
  background-color: #f3f3f3;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-column.politikalar.white-footer {
  margin-right: 4em;
}

.footer-column.desktop {
  flex-direction: row;
  justify-content: center;
}

.footer-column.desktop._3em-mrg {
  margin-left: 7em;
}

.footer-column.desktop._3em-mrg.black-footer {
  justify-content: center;
}

.text-block-6 {
  color: #fff;
  font-size: 16px;
}

.text-block-6:hover {
  color: var(--floral-white);
}

.text-block-6.black {
  color: #000;
}

.text-block-7 {
  color: #fff;
  font-size: 16px;
}

.text-block-7.black {
  color: #000;
}

.splide__slide {
  flex: none;
  width: 33.3333%;
}

.splide__slide.five-cards {
  margin: 0;
}

.splide__list {
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 0;
  display: flex;
}

.splide__arrows {
  justify-content: flex-start;
  align-items: stretch;
  display: none;
}

.embed {
  position: absolute;
}

.embed.right {
  width: 100px;
  height: 100px;
  right: 0;
}

.embed.left {
  width: 100px;
  height: 100px;
  position: static;
  left: 0;
}

.splide__track {
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider2 {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
  position: relative;
}

.slider-square {
  text-align: left;
  background-color: #cecece33;
  border-radius: 10px;
  padding: 20px;
  transition: color .35s;
}

.slider-square._1 {
  background-color: #cecece33;
  margin-left: 20px;
}

.slider-square_img {
  transform-origin: 50% 0;
  width: 100%;
  height: 300px;
  margin-bottom: 1em;
  transition: transform .35s;
  position: relative;
  overflow: hidden;
}

.slider-square_photo {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: transform .35s;
  position: absolute;
  inset: 0%;
  transform: none;
}

.link-block-5 {
  text-align: center;
  width: 100%;
  font-weight: 400;
  text-decoration: none;
}

.heading-10 {
  color: var(--text-dark);
  text-align: left;
  width: 100%;
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 600;
}

.section-7 {
  max-width: 100%;
  padding-bottom: 3em;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 15px;
  flex-direction: column;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper {
  width: 100%;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
}

.collection-list-makaleler {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.div-block-111 {
  height: 1px;
  position: absolute;
}

.div-block-112 {
  justify-content: flex-end;
  width: 25%;
  display: flex;
}

.div-block-112.footer {
  justify-content: flex-start;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.html-embed-3 {
  color: #ff8000;
  width: 17px;
  margin-right: 10px;
}

.html-embed-3.dok-manlar {
  color: #ff8000;
  width: 15px;
}

.html-embed-3.dok-manlar.footer {
  color: #fff;
  margin-right: 0;
}

.html-embed-3.dok-manlar.footer.black {
  color: #000;
  margin-right: 1vw;
}

.html-embed-3.dok-manlar.footer.no-margin {
  margin-left: 0;
}

.html-embed-3.footer {
  color: var(--floral-white);
}

.html-embed-3.b2b {
  margin-right: 0;
}

.link-block-6 {
  color: var(--floral-white);
  background-color: #00000014;
  border-radius: 20px;
  align-self: flex-end;
  margin-right: 13px;
  padding: 8px 20px;
  text-decoration: none;
  transition: color .5s, background-color .5s ease-in-out;
  display: flex;
}

.link-block-6:hover {
  color: #ff8000;
}

.link-block-6.let-m {
  border-radius: 30px;
  align-self: center;
}

.link-block-6.let-m.w--current {
  background-color: #0000000f;
}

.link-block-6.let-m.w--current:hover {
  background-color: #0003;
}

.link-block-6.let-m.b2b {
  margin-right: 0;
}

.link-block-6.footer {
  background-color: #ff8000;
  margin-bottom: 0;
}

.link-block-6.footer:hover {
  color: var(--misty-rose);
}

.link-block-6.footer.dokumanlaar {
  background-color: #ffffff0f;
}

.link-block-6.footer.dokumanlaar:hover {
  background-color: #ff8000;
}

.link-block-6.footer.dokumanlaar.black {
  background-color: #0000000f;
  padding-left: 0;
  padding-right: 0;
}

.text-block-8 {
  align-self: center;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
}

.div-block-114 {
  margin-top: 5em;
}

.text-block-9 {
  color: var(--floral-white);
}

.text-block-10, .text-block-11 {
  color: #fff;
}

.div-block-121, .div-block-122 {
  display: flex;
}

.one-item-list-text {
  width: 100%;
}

.one-link-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.plus-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.one-tags-text {
  color: #1a1a1a;
  letter-spacing: 3px;
  white-space: normal;
  margin-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.one-item-img {
  object-fit: fill;
  object-position: 50% 50%;
  width: 100%;
  display: inline-block;
}

.one-item-display {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.one-item-list-image {
  width: 66.6667%;
  display: none;
}

.one-item-list-tags {
  flex-flow: wrap;
  width: 66.6667%;
  padding: 15px 25px;
  display: flex;
}

.one-trigger {
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.one-trigger.r-nler {
  justify-content: flex-end;
}

.arrow-black {
  width: 75%;
}

.one-item {
  border-bottom-width: 1px;
  border-bottom-color: #8f8f8f;
  position: relative;
}

.one-item.r-nler {
  color: #fff;
}

.one-item-list-wrap {
  flex-direction: row;
  display: flex;
}

.one-item-list {
  z-index: 2222;
  transform-origin: 50% 0;
  background-color: #0000;
  width: 100%;
  margin-top: .5em;
  display: block;
  position: relative;
  overflow: hidden;
}

.one-name-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75em;
  font-weight: 400;
  line-height: 100%;
}

.one-name-text.white-bg.r-nler {
  color: #fff;
}

.one-item-list-wrap-two {
  width: 100%;
  display: none;
}

.one-item-link {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding-right: 10px;
  display: flex;
}

.one-name {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 66.6667%;
  text-decoration: none;
  display: flex;
}

.one-name.white-bg.r-nler {
  color: #fff;
}

.one-item-display-white-bg {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.one-item-display-white-bg.hover-x {
  border-bottom: 1px solid var(--silver);
  cursor: pointer;
  color: #fff;
  cursor: pointer;
  border-bottom: 1px solid #c8c8ca;
  width: 100%;
}

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

.heading-18.r-nler {
  color: var(--text-dark);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.7em;
}

.image-36 {
  width: 80%;
  margin-top: 2em;
}

.image-36.r-nler {
  z-index: 123;
  width: 70%;
  position: static;
}

.image-36.mg-width-100 {
  width: 20rem;
  max-width: 20rem;
  margin-top: 1.5em;
}

.heading-21 {
  color: #ff8000;
  text-transform: capitalize;
  margin-bottom: 1em;
}

.text-block-12 {
  color: var(--copy-grey);
  margin-top: 3em;
  margin-bottom: .5em;
}

.section-8 {
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 7em;
  display: block;
}

.div-block-128 {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7em;
  padding-right: 7em;
  display: flex;
}

.grid-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-129 {
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.heading-22 {
  text-align: center;
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.3em;
}

.text-block-13 {
  margin-top: 0;
  margin-bottom: .5em;
}

.text-block-13.ozellikler {
  color: var(--copy-grey);
  text-align: center;
  margin-top: .5em;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
}

.image-37 {
  width: 100%;
}

.div-block-133 {
  background-color: #adadad;
  width: 100%;
  height: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
}

.div-block-134 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3em;
  display: flex;
}

.html-embed-5 {
  width: 50px;
  margin-bottom: .5em;
}

.bold-text {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
}

.bold-text-2 {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.6em;
}

.div-block-135 {
  cursor: default;
  background-color: #7e7e7e12;
  border-radius: 20px;
  align-self: flex-start;
  padding: .6em 1em;
  font-size: 1em;
  text-decoration: none;
  display: flex;
}

.div-block-135.anasayfa {
  background-color: #7e7e7e00;
  padding: 0;
}

.div-block-135.ileti-im {
  cursor: auto;
  background-color: #7e7e7e12;
}

.div-block-137 {
  width: 80%;
  margin-top: 5em;
  margin-bottom: 5em;
}

.heading-23 {
  color: var(--copy-grey);
  text-transform: capitalize;
  margin-bottom: 2em;
  font-weight: 400;
}

.div-block-138 {
  margin-bottom: .5em;
  display: flex;
}

.paragraph-9 {
  color: var(--copy-grey);
}

.divider-3 {
  background-color: var(--silver);
  width: 95%;
  height: 1px;
  margin-top: 2em;
  margin-bottom: 2em;
}

._5-5px-div {
  height: 5.5px;
}

.slider-2 {
  background-color: #ddd0;
  width: 21rem;
  height: 100%;
  margin-bottom: 3em;
}

.right-arrow-2 {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 65px;
  margin-bottom: 0;
  display: flex;
  inset: auto 0% 0% auto;
}

.left-arrow-2 {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 65px;
  margin-bottom: 0;
  display: flex;
  inset: auto auto 0% 0%;
}

.html-embed-6 {
  color: #ff8000;
  width: 15px;
}

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

.div-block-141 {
  z-index: 1;
  background-color: #344f7f;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-141.siyah-h-cre {
  background-color: #000;
}

.div-block-142 {
  background-color: #2e2e2e12;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin-bottom: .5em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.div-block-143 {
  background-color: #f6f6ff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  margin-top: -9px;
  margin-left: -17px;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.div-block-143.siyah-backsheet {
  background-color: #000;
}

.div-block-143.siyah-backsheet.a-k-siyah {
  background-color: #000000b5;
}

.div-block-143.transparent-backsheet {
  background-color: #4f78c0;
}

.div-block-144 {
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: .5em 1em;
  display: flex;
}

.div-block-149 {
  border-radius: 10px;
  justify-content: center;
  display: flex;
}

.div-block-155 {
  flex-direction: column;
  display: flex;
}

.div-block-155.white-footer {
  margin-right: 4em;
}

.section-10 {
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 100vh;
}

.body {
  background-color: var(--silver);
  background-image: linear-gradient(#0c0c0ce6, #0c0c0ce6), url('../images/sunart-panel-img-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  height: 100%;
}

.main {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 6vw;
}

.right-block-login {
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  display: flex;
}

.heading-24 {
  font-weight: 400;
}

.text-field-4 {
  border-radius: 10px;
  height: 45px;
}

.text-field-4:focus-visible, .text-field-4[data-wf-focus-visible] {
  color: var(--floral-white);
  background-color: #000;
}

.text-field-5 {
  cursor: text;
  border-radius: 10px;
  height: 45px;
}

.text-field-5:focus-visible, .text-field-5[data-wf-focus-visible] {
  color: var(--floral-white);
  background-color: #000;
}

.submit-button-2 {
  background-color: #ff8000;
  border-radius: 20px;
  width: 35%;
  margin-top: 1em;
}

.html-embed-7 {
  color: var(--floral-white);
  align-self: flex-end;
  width: 55px;
}

.heading-25 {
  color: var(--floral-white);
  margin-right: .5em;
  font-weight: 400;
}

.div-block-156 {
  margin-top: .5em;
  display: flex;
}

.div-block-157 {
  margin-bottom: 3em;
}

.form-block {
  margin-top: 2em;
}

.field-label, .field-label-2 {
  color: var(--floral-white);
  margin-bottom: .5em;
  font-size: 1.2rem;
}

.success-message {
  background-color: #ff8000;
  border-radius: 10px;
}

.text-block-14 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.error-message {
  background-color: #ff800000;
  border-radius: 10px;
  padding: 20px;
}

.text-block-15 {
  color: #ff8000;
  font-size: 1.2rem;
  font-weight: 600;
}

.success-message-2 {
  background-color: #ff8000;
  border-radius: 10px;
}

.text-block-16 {
  color: var(--floral-white);
  font-size: 1.2rem;
  font-weight: 600;
}

.error-message-2 {
  background-color: #ffdede00;
  border-radius: 10px;
  padding: 20px;
}

.text-block-17 {
  color: #ff8000;
  font-weight: 600;
}

.mask-2 {
  border-radius: 10px;
}

.div-block-159 {
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-160 {
  flex-direction: column;
  display: flex;
}

.div-block-161 {
  position: relative;
}

.bold-text-4 {
  color: var(--floral-white);
}

.text-block-18 {
  color: #fffbf5;
  margin-right: .5em;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 1.1em;
}

.text-block-18.anasayfa {
  margin-right: 0;
  padding-left: 1em;
  font-size: 1.7em;
  font-weight: 700;
}

.text-block-18.anasayfa.monofacial-panel {
  margin-bottom: 0;
  padding-left: 0;
}

.text-block-18.ileti-im {
  color: var(--dark-orange);
}

.div-block-165 {
  flex-direction: row;
  display: flex;
}

.html-embed-8 {
  color: #fff;
  background-color: #ffffff0f;
  border-radius: 100%;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: .5em;
  padding: 5px 10px;
  display: flex;
}

.html-embed-8.black {
  color: #000;
  background-color: #0000000f;
}

.html-embed-9 {
  color: #fff;
  background-color: #ffffff0f;
  border-radius: 100%;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: .5em;
  padding: 5px 10px;
  display: flex;
}

.html-embed-9.black {
  color: #000;
  background-color: #0000000f;
}

.div-block-166 {
  margin-top: 1em;
  margin-bottom: 1em;
  display: flex;
}

.html-embed-10 {
  color: #fff;
  background-color: #ffffff0f;
  border-radius: 100%;
  align-self: flex-start;
  width: 35px;
  height: 35px;
  margin-right: .5em;
  padding-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.html-embed-10.black {
  color: #000;
  background-color: #0000000f;
  align-self: flex-start;
}

.div-block-167 {
  align-items: center;
  display: flex;
}

.html-embed-11 {
  color: #fff;
  width: 28px;
  height: 22px;
}

.html-embed-11.black {
  color: #000;
}

.html-embed-12 {
  color: #fff;
  align-self: flex-start;
  width: 18px;
}

.html-embed-12.black {
  color: #000;
}

.div-block-168 {
  margin-right: 3em;
}

.div-block-169 {
  margin-left: 3em;
}

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

.text-span-9 {
  font-size: 1.3em;
  line-height: 1.6em;
}

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

.text-span-10 {
  font-size: 1.3em;
  line-height: 1.6em;
}

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

.text-span-11 {
  font-size: 1.3em;
  line-height: 1.6em;
}

.text-block-22 {
  text-align: center;
  font-size: 1.3em;
  line-height: 1.6em;
}

.bold-text-5 {
  font-weight: 600;
}

.bold-text-6 {
  color: #747474;
  background-color: #e4d7c900;
  font-size: 1.3em;
  font-weight: 600;
}

.bold-text-6.white {
  color: #fff;
  font-size: 18px;
}

.bold-text-7, .bold-text-8 {
  font-weight: 600;
}

.grid-4 {
  grid-template-rows: auto;
}

._1, ._2, ._3, ._4, ._5, ._6, ._7, ._8, ._9 {
  background-color: #cecece80;
  border-radius: 10px;
  height: 100%;
  margin-bottom: 0;
  padding: 2em;
}

.text-span-12 {
  font-size: 1.3em;
}

.div-block-171 {
  margin-bottom: 3em;
}

.body-3, .body-4 {
  padding-bottom: .125em;
}

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

.body-6 {
  padding-bottom: .125em;
}

.text-block-29 {
  letter-spacing: .011em;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}

.sub-nav {
  z-index: 1995;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1279px;
  height: 66px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 8px;
  display: flex;
  position: relative;
}

.text-block {
  opacity: .5;
  text-align: left;
  letter-spacing: -.01em;
  font-size: 12px;
  line-height: 1.3;
}

.sub-nav-item {
  justify-content: center;
  align-items: center;
  display: flex;
}

.sub-nav-item.right {
  flex-direction: column;
  align-items: flex-start;
}

.left-sub-nav-text {
  color: #1d1d1f;
  letter-spacing: -.011em;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.left-sub-nav-text:hover {
  color: #ff8000;
}

.left-sub-nav-text.w--current {
  opacity: .6;
}

.left-sub-nav-text.cta {
  color: #fff;
  background-color: #ff8000;
  border-radius: 100px;
  padding: 4px 11px;
}

.nav-2 {
  z-index: 100;
  background-color: #ffffffe6;
  border-bottom: 1px solid #0000;
  justify-content: center;
  position: fixed;
  inset: 0% 0% auto;
}

.hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero-headline {
  background-image: url('../images/MONOFACIAL-TEXT-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  align-self: center;
  width: 98%;
  height: 50vh;
  margin-top: -150px;
}

.hero-headline.bifacial-bg {
  z-index: 2;
  background-image: url('../images/bifacial-hero-text_.png');
  background-position: 50%;
  background-size: 2100px;
  margin-top: 0;
}

.hero-headline.bifacial-bg.animasyon-i-in-gerekli {
  z-index: 5;
  position: absolute;
}

.image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-image {
  background-image: url('../images/mavi-hücre-.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 650px;
  height: 700px;
  margin-top: 100px;
  transform: translate(0);
}

.hero-image.bifacial {
  background-image: url('../images/Solar2.webp');
  background-position: 50% 100%;
  align-self: center;
  width: 350px;
  height: 600px;
  margin-top: 80px;
}

.hero-image.bifacial.bifacial-1 {
  z-index: 2;
  background-image: url('../images/Solar.webp');
  position: relative;
}

.sub-hero {
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-top: 160px;
  display: flex;
}

.container-2 {
  flex-direction: column;
  width: 100%;
  max-width: 1228px;
  margin-top: -125px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container-2.centered {
  justify-content: center;
  align-items: center;
  position: relative;
}

.container-2.centered.s2-video {
  z-index: 2;
  color: #fff;
  justify-content: space-around;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-2.section3 {
  margin-top: 182px;
}

.container-2.wide {
  max-width: 90%;
}

.container-2.white {
  color: #fff;
}

.paragraph {
  text-align: center;
  letter-spacing: .002em;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25059;
}

.video-animation-wrapper._2, .video-animation-wrapper._3 {
  background-color: #cecece00;
}

.video-animation-wrapper._4 {
  background-color: #cecece00;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.video-animation-wrapper._1 {
  background-color: #cecece00;
}

.section2 {
  background-color: #1d1d1f;
  justify-content: center;
  align-items: center;
  height: 300vh;
  display: flex;
  position: relative;
}

.video-heading {
  text-align: center;
  letter-spacing: -.009em;
  max-width: 20ch;
  font-size: 64px;
  font-weight: 600;
  line-height: 1.0625;
}

.video-cta {
  color: var(--floral-white);
  cursor: pointer;
  background-color: #ff8000;
  border-radius: 100px;
  margin-top: 20px;
  padding: 18px 31px;
  font-weight: 600;
  transition: all .3s;
}

.video-cta:hover {
  opacity: .8;
}

.about-subheading {
  letter-spacing: .011em;
  margin-bottom: 2rem;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.about-subheading.hammadde {
  color: #000;
}

.big-heading {
  letter-spacing: -2px;
  font-size: 180px;
  font-weight: 700;
  line-height: 1.1;
  display: block;
}

.big-heading.heading {
  letter-spacing: -2px;
  margin-bottom: 2rem;
  line-height: 1.1;
}

.big-heading.hammadde {
  color: #000;
}

.paragraph-10 {
  text-align: center;
  letter-spacing: .002em;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25059;
}

.paragraph-10.section3 {
  z-index: 12421;
  text-align: left;
  max-width: 36ch;
  margin-top: 80px;
  margin-bottom: 0;
  margin-left: auto;
  position: relative;
}

.animated-headphones-wrapper {
  transform-origin: 50% 0;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.grid-item {
  width: 275px;
  margin-left: 61px;
}

.grid-item._3 {
  background-color: #cecece00;
  margin-left: 250px;
}

.grid-item._2, .grid-item._1 {
  background-color: #cecece00;
}

.grid-item.wide {
  text-align: center;
  width: 450px;
  margin-bottom: 100px;
  margin-left: 0;
}

.headphones-image {
  opacity: 0;
  transform-origin: 50% 0;
  background-image: url('../images/sunart-01169.jpg');
  background-position: 50%;
  background-size: cover;
  width: 28%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.headphones-image.bifacial {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.content-wrapper {
  height: 100vh;
  position: sticky;
  top: 100px;
  bottom: 100px;
}

.section4 {
  height: 200vh;
  position: relative;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 80px;
  grid-template-rows: auto auto auto;
}

.grid-text {
  color: #1d1d1f99;
  letter-spacing: .011em;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.grid-text.s6 {
  letter-spacing: 0;
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.19048;
}

.headphones-lottie {
  width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.section5 {
  margin-top: 10rem;
  margin-bottom: 6rem;
}

.section6 {
  padding-top: 100px;
}

.grid-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.grid-item-s6 {
  overflow: hidden;
}

.section9 {
  background-color: #000;
  padding-top: 300px;
  padding-bottom: 0;
}

.section9.hammade {
  background-color: #fff;
}

.paragraph-11 {
  text-align: center;
  letter-spacing: .002em;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25059;
}

.paragraph-11.section3 {
  text-align: left;
  max-width: 36ch;
  margin-top: 80px;
  margin-bottom: 100px;
  margin-left: auto;
}

.paragraph-11.section3.hammadde {
  color: #000;
}

.animation-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: auto;
}

.image {
  transform-origin: 100% 100%;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: scale(1.1)translate(-200px, -300px);
}

.image._3, .image._2 {
  background-color: #cecece00;
  display: none;
}

.s10-text-block {
  color: #1d1d1f99;
  letter-spacing: .011em;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.19048;
}

.s10-text-block.white {
  color: #fff9;
  max-width: 25ch;
}

.s10-text-block.white.top {
  display: none;
  position: relative;
  top: 180px;
}

.s10-text-block.white.mid {
  display: none;
}

.s10-text-block.white.bot {
  display: block;
  position: relative;
  top: -180px;
}

.s10-text {
  align-items: center;
  display: flex;
}

.text-wrapper {
  position: relative;
}

.s10-headphones {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.span-white {
  color: #fff;
}

.section10 {
  background-color: #000;
  height: 200vh;
  display: none;
}

.grid-7 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: block;
}

.about-link {
  color: #06c;
  margin-top: 20px;
  font-size: 32px;
  line-height: 1.1;
  text-decoration: none;
}

.about-link:hover {
  text-decoration: underline;
}

.body-7 {
  background-color: #fff;
}

.section-12 {
  z-index: 2002;
  background-color: #ffffffe6;
  align-items: center;
  margin-top: 7em;
  display: flex;
  position: sticky;
  top: 0%;
}

.men-hide-men-show {
  height: 1px;
  position: absolute;
}

.div-block-173 {
  z-index: 1;
  background-color: #0000004d;
  width: 100%;
  height: 300vh;
  position: absolute;
}

.text-span-15, .text-span-17, .text-span-18, .text-span-19 {
  color: #ff8000;
}

.image-39, .image-40 {
  border-radius: 10px;
}

.text-span-20 {
  color: #ff8000;
}

.image-41 {
  border-radius: 10px;
  width: 100%;
}

.div-block-174 {
  justify-content: center;
  margin-top: 10em;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.grid-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.div-block-175 {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-175.v2 {
  flex-direction: row;
  display: flex;
}

.html-embed-13 {
  color: #fff;
  width: 45px;
}

.text-block-30 {
  color: #fff9;
  text-align: center;
  line-height: 1.6em;
}

.text-block-30.v2 {
  color: #747474;
  text-align: left;
  margin-left: 2rem;
  font-size: 1.2rem;
}

.bold-text-9 {
  text-align: center;
  font-size: 1.3em;
  font-weight: 600;
}

.div-block-176 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.html-embed-14 {
  color: #fff;
  width: 45px;
}

.text-block-31 {
  color: #fff9;
  text-align: center;
  line-height: 1.6em;
}

.bold-text-10 {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.6em;
}

.div-block-177 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-177.v2 {
  flex-direction: row;
}

.text-block-32 {
  color: #fff9;
  text-align: center;
  margin-top: .25em;
  line-height: 1.6em;
}

.text-block-32.v2 {
  color: #747474;
  text-align: left;
  margin-left: 2rem;
  font-size: 1.2rem;
}

.title3-5 {
  z-index: 3;
  color: #747474;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.title3-5.vleft {
  color: #272531;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.title3-5.vleft.margin {
  color: #fffbf5;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.title3-5.vleft.margin.white {
  font-size: 24px;
  font-weight: 700;
}

.title5-3 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.title5-3.lessopacity {
  letter-spacing: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 500;
}

.div-block-179 {
  border-bottom: 1px solid #fffbf533;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-179.vurunozellik1 {
  border-bottom: 1px solid #fffbf533;
  padding-top: 1.5rem;
}

.div-block-179.vurunozellik1.light {
  border-bottom-style: none;
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.div-block-180 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  display: flex;
}

.div-block-180.rightshort {
  min-width: 30%;
  max-width: 30%;
}

.div-block-182 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  max-width: 40%;
  display: flex;
}

.title3-6 {
  z-index: 3;
  color: #747474;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.2em;
}

.title3-6.vleft {
  color: #272531;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 1.3em;
  font-weight: 600;
}

.title3-6.vleft.margin {
  color: #fffbf5;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.title3-6.vleft.margin.white.backsheet, .title3-6.vleft.margin.white.madde {
  color: #fff;
}

.title3-6.vleft.margin.white.center {
  text-align: center;
}

.title3-6.vleft.margin.white.hammadde {
  margin-top: 0;
}

.title3-6.vleft.margin.white.h-cre {
  color: #000;
}

.title3-6.vleft.margin.white.backsheet {
  color: #000;
}

.title3-6.vleft.margin.white.bigger {
  font-size: 1.7em;
}

.title3-6.vleft.margin.white {
  color: #272531;
  font-weight: 700;
}

.title5-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.div-block-188 {
  color: #fffbf5;
  width: 50%;
}

.div-block-188.left {
  width: 100%;
  margin-right: 10px;
}

.div-block-189 {
  border-bottom: 1px solid #fffbf533;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-189.vurunozellik1 {
  border-bottom: 1px solid #fffbf533;
  padding-top: 1.5rem;
}

.div-block-189.vurunozellik1.light {
  border-bottom-style: solid;
}

.div-block-190 {
  text-align: right;
  flex: 1;
}

.div-block-191 {
  background-color: #0d1b26;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  padding: 2rem;
}

.div-block-191.lessmargin {
  padding: 1rem;
}

.div-block-191.lessmargin.white {
  background-color: #0d1b2600;
  border-style: none;
}

.title4-4 {
  text-align: left;
  width: 100%;
  font-size: 1.75em;
  font-weight: 500;
  line-height: 1.2em;
  display: inline-block;
}

.title4-4.margin {
  color: #fff;
  margin-bottom: 20px;
}

.specs-image-wrapper-3 {
  flex: 1;
  align-self: center;
  min-width: 35%;
  max-width: 35%;
}

.specs-image-wrapper-3.vhide {
  display: none;
}

.extra-large-3 {
  color: #272531;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.05;
}

.extra-large-3.text-medium {
  color: #fff;
  text-align: left;
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
}

.extra-large-3.text-medium.hammadde {
  color: #000;
}

.extra-large-3.text-medium.white.backsheet {
  color: #000;
}

.extra-large-3.text-medium.eva {
  color: #000;
}

.extra-large-3.text-medium.white {
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.extra-large-3.text-medium.white.madde {
  color: #000;
}

.extra-large-3.text-medium {
  text-align: left;
  font-family: Manrope, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
}

.extra-large-3.text-medium.ribbon {
  color: #000;
}

.extra-large-3.text-medium.white {
  color: #fffbf5;
  font-family: Manrope, sans-serif;
  font-weight: 400;
}

.extra-large-3.text-medium.white.box {
  color: #000;
}

.divider-4 {
  background-color: #c8c8ca;
  width: 100%;
  height: 1px;
}

.divider-4.short {
  width: 90%;
  margin-top: 10px;
}

.divider-4.short.black {
  background-color: #272531;
}

.div-block-200 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  padding: 15px 10px;
  display: grid;
}

.div-block-200.twocolumn {
  grid-template-columns: auto auto;
}

.specs-cms-data-wrapper-3 {
  width: 63%;
}

.specs-cms-data-wrapper-3.vurunler {
  width: 100%;
}

.image-45 {
  padding: 2rem;
  position: sticky;
  top: 0;
}

.image-45.vmorepadding {
  padding-left: 5rem;
  padding-right: 5rem;
  top: 6%;
}

.image-45.vmorepadding.glass {
  width: 70%;
}

.title5-6 {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 1.2em;
}

.title5-6.lightunderline.madde {
  color: #fff;
  border-bottom-color: #fff3;
}

.title5-6.lessopacity, .title5-6.lessopacity.madde {
  color: #fff;
}

.title5-6.bold {
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.4em;
}

.title5-6.bold.lightunderline {
  color: #fff;
  border-bottom: 2px solid #363636;
  font-family: Manrope, sans-serif;
  font-weight: 700;
}

.title5-6.r-nler {
  color: #fff;
}

.title5-6.lightunderline {
  color: #ffffffb3;
  border-bottom: 1px solid #27253133;
  padding-bottom: 10px;
  font-weight: 600;
}

.title5-6.lightunderline.h-cre {
  color: #000000b3;
}

.title5-6.lessopacity.h-cre {
  color: #000c;
}

.title5-6.lessopacityblack {
  color: #fffbf5b3;
}

.title5-6.lessopacityblack.backsheet {
  color: #000000b3;
}

.title5-6.underline {
  color: #000c;
  border-bottom: 1px solid #0003;
  padding-bottom: 10px;
  text-decoration: none;
}

.title5-6.underline.r-n {
  color: #000c;
}

.title5-6.lightunderline.backsheet {
  color: #000000b3;
}

.title5-6.lessopacity {
  color: #272531cc;
}

.title5-6.lessopacity.backsheet {
  color: #000c;
}

.title5-6.underline {
  color: #fffbf5cc;
  border-bottom: 1px solid #0003;
  text-decoration: none;
}

.title5-6.underline.titlev {
  border-bottom-style: none;
  font-weight: 600;
}

.title5-6.underline.titlev.madde {
  color: #000c;
  border-bottom-style: solid;
  border-bottom-color: #0003;
}

.title5-6.lightunderline {
  color: #272531b3;
  border-bottom: 1px solid #27253133;
  font-weight: 600;
}

.specs-wrapper-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.section-tech-specs-4.vurunler {
  justify-content: center;
  width: 55%;
  display: flex;
}

.bar-1-4 {
  background-color: #fffbf5;
  width: 30px;
  height: 2px;
  position: static;
  inset: 0%;
  transform: translate(0, -1px);
}

.bar-1-4.white-bg {
  background-color: #fff;
}

.div-block-220 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-221 {
  color: #fffbf5;
  width: 50%;
}

.div-block-221.left {
  width: 100%;
  margin-right: 10px;
}

.div-block-221.left.vreverse {
  color: #fff;
}

.div-block-221.right {
  width: 100%;
  margin-left: 0;
}

.div-block-221.right.vreverse {
  color: #272531;
  margin-left: 0;
}

.div-block-222 {
  border-bottom: 1px solid #fffbf533;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-222.vurunozellik6 {
  border-bottom-color: #fffbf533;
}

.div-block-222.vurunozellik6.light {
  border-bottom-color: #27253133;
}

.div-block-222.vurunozellik9 {
  border-bottom-color: #fffbf533;
}

.div-block-222.vurunozellik9.light, .div-block-222.vurunozellik5.light {
  border-bottom-color: #27253133;
}

.div-block-222.vurunozellik8 {
  border-bottom-color: #fffbf533;
}

.div-block-222.vurunozellik8.light, .div-block-222.vurunozellik2.light, .div-block-222.vurunozellik4.light {
  border-bottom-color: #27253133;
}

.div-block-222.vurunozellik7 {
  border-bottom-color: #fffbf533;
}

.div-block-222.vurunozellik7.light, .div-block-222.vurunozellik3.light {
  border-bottom-color: #27253133;
}

.div-block-222.vurunozellik1 {
  border-bottom: 1px solid #fffbf533;
  padding-top: 1.5rem;
}

.div-block-222.vurunozellik1.light {
  border-bottom-color: #5f5f5f33;
}

.bar-2-4 {
  background-color: #fffbf5;
  width: 30px;
  height: 2px;
  position: static;
  inset: 0%;
  transform: translate(0, 1px);
}

.bar-2-4.white-bg {
  background-color: #fff;
}

.div-block-223 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-225 {
  background-color: #0d1b26;
  border: 1px solid #fff3;
  border-radius: 8px;
  margin-top: 30px;
  padding: 2rem;
}

.div-block-225.white {
  background-color: #36363666;
  border-color: #27253133;
  border-radius: 10px;
}

.div-block-226 {
  width: 100%;
  padding: 2rem;
  display: flex;
  position: static;
}

.div-block-226.vreversecolumn {
  color: #272531;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 1400px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

.div-block-227 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-228 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  display: flex;
}

.div-block-228.rightshort {
  min-width: auto;
  max-width: 40%;
}

.div-block-229 {
  grid-column-gap: 10px;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: none;
}

.div-block-230 {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-230.vurunler {
  width: 45%;
}

.div-block-231 {
  background-color: #0d1b26;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  padding: 2rem;
}

.div-block-231.lessmargin {
  padding: 1rem;
}

.div-block-231.white {
  background-color: #36363666;
  border-color: #27253133;
  border-radius: 10px;
}

.div-block-231.white.bifacial {
  display: none;
}

.div-block-232 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 45%;
  max-width: 70%;
  display: flex;
}

.div-block-232.leftlong {
  min-width: auto;
  max-width: 80%;
}

.div-block-233 {
  background-color: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
}

.image-48 {
  max-width: 60%;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(0);
}

.div-block-234 {
  padding-top: 25%;
  position: relative;
}

.bold-text-11 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.bold-text-12 {
  color: #fff;
  font-size: 18px;
}

.div-block-235 {
  background-color: #36363666;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 1em;
  padding: 1em;
  display: flex;
}

.div-block-235.v2 {
  background-color: #36363600;
  width: 9rem;
}

.div-block-236, .div-block-237 {
  background-color: #36363666;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 1em;
  padding: 1em;
  display: flex;
}

.div-block-237.v2 {
  background-color: #fff0;
  width: 7rem;
}

.div-block-238 {
  background-color: #36363666;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-bottom: 1em;
  padding: 1em;
  display: flex;
}

.div-block-239 {
  align-items: center;
  width: 37%;
  display: flex;
}

.heading-26 {
  color: #fff;
  font-size: 48px;
}

.div-block-240 {
  align-self: center;
}

.div-block-241 {
  background-color: #36363666;
  border-radius: 10px;
  margin-top: 4rem;
  padding: 2em;
  display: flex;
}

.div-block-244 {
  border-bottom: 1px solid #fffbf533;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-244.vurunozellik6 {
  border-bottom-color: #fffbf533;
}

.div-block-244.vurunozellik6.light {
  border-bottom-color: #27253133;
}

.div-block-244.vurunozellik9 {
  border-bottom-color: #fffbf533;
}

.div-block-244.vurunozellik9.light, .div-block-244.vurunozellik5.light {
  border-bottom-color: #27253133;
}

.div-block-244.vurunozellik8 {
  border-bottom-color: #fffbf533;
}

.div-block-244.vurunozellik8.light, .div-block-244.vurunozellik2.light, .div-block-244.vurunozellik4.light {
  border-bottom-color: #27253133;
}

.div-block-244.vurunozellik7 {
  border-bottom-color: #fffbf533;
}

.div-block-244.vurunozellik7.light, .div-block-244.vurunozellik3.light {
  border-bottom-color: #27253133;
}

.div-block-244.vurunozellik1 {
  border-bottom: 1px solid #fffbf533;
  padding-top: 1.5rem;
}

.div-block-244.vurunozellik1.light {
  border-bottom-color: #27253133;
}

.div-block-245 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-247 {
  width: 100%;
  padding: 2rem;
  display: flex;
  position: static;
}

.div-block-247.vreversecolumn {
  color: #272531;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 1400px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 0;
  position: static;
}

.div-block-248 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-248.h-cre {
  margin-top: 1.5em;
}

.div-block-249 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  display: flex;
}

.div-block-250 {
  grid-column-gap: 10px;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.div-block-251 {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-251.vurunler {
  width: 45%;
}

.div-block-252 {
  background-color: #0d1b26;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  padding: 2rem;
}

.div-block-252.lessmargin {
  padding: 1rem;
}

.div-block-252.lessmargin.white {
  border-style: none;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 2rem;
  display: flex;
}

.div-block-252.white {
  background-color: #f3f3f3;
  border-style: none;
  border-color: #27253133;
}

.div-block-252.white.margintop {
  margin-top: 4rem;
}

.div-block-253 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  max-width: 40%;
  display: flex;
}

.image-49 {
  border-radius: 10px;
  max-width: 60%;
}

.image-50 {
  border-radius: 10px;
  width: 60%;
}

.div-block-254 {
  border-bottom: 1px solid #fffbf533;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-254.vurunozellik2, .div-block-254.vurunozellik4, .div-block-254.vurunozellik3 {
  border-bottom-color: #0003;
}

.div-block-254.vurunozellik1 {
  border-bottom: 1px solid #fffbf533;
  padding-top: 1.5rem;
}

.div-block-254.vurunozellik1.backsheet {
  border-bottom-color: #0003;
}

.div-block-255 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-257 {
  width: 100%;
  padding: 2rem;
  display: flex;
  position: static;
}

.div-block-257.vurun {
  color: #fffbf5;
  max-width: 1400px;
  padding: 4rem 0;
}

.div-block-258 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-258.h-cre {
  margin-top: 1.5em;
  margin-bottom: 30px;
}

.div-block-259 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  display: flex;
}

.div-block-260 {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-260.vurunler {
  width: 45%;
}

.div-block-261 {
  background-color: #f3f3f3;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  padding: 2rem;
}

.div-block-262 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  max-width: 40%;
  display: flex;
}

.image-51 {
  width: 50%;
}

.div-block-263 {
  border-bottom: 1px solid #fffbf533;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-263.vurunozellik6 {
  border-bottom-color: #fffbf533;
}

.div-block-263.vurunozellik6.light, .div-block-263.vurunozellik5.light, .div-block-263.vurunozellik2.light, .div-block-263.vurunozellik4.light {
  border-bottom-color: #27253133;
}

.div-block-263.vurunozellik7 {
  border-bottom-color: #fffbf533;
}

.div-block-263.vurunozellik7.light, .div-block-263.vurunozellik3.light {
  border-bottom-color: #27253133;
}

.div-block-263.vurunozellik1 {
  border-bottom: 1px solid #fffbf533;
  padding-top: 1.5rem;
}

.div-block-263.vurunozellik1.light {
  border-bottom-color: #27253133;
}

.div-block-264 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-265 {
  width: 100%;
  padding: 2rem;
  display: flex;
  position: static;
}

.div-block-265.vreversecolumn {
  color: #272531;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 1400px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

.div-block-266 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  display: flex;
}

.div-block-267 {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-267.vurunler {
  width: 45%;
}

.div-block-268 {
  background-color: #0d1b26;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  padding: 2rem;
}

.div-block-268.white {
  background-color: #f3f3f3;
  border-color: #27253133;
}

.div-block-268.white.backsheet {
  border-style: none;
  border-radius: 10px;
}

.div-block-269 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  max-width: 40%;
  display: flex;
}

.div-block-270 {
  border-bottom: 1px solid #fffbf533;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-270.vurunozellik2, .div-block-270.vurunozellik4, .div-block-270.vurunozellik3 {
  border-bottom-color: #0003;
}

.div-block-270.vurunozellik1 {
  border-bottom: 1px solid #0003;
  padding-top: 1.5rem;
}

.div-block-271 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-273 {
  width: 100%;
  padding: 2rem;
  display: flex;
  position: static;
}

.div-block-273.vurun {
  color: #fffbf5;
  max-width: 1400px;
  padding: 4rem 0;
}

.div-block-274 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-274.h-cre {
  margin-top: 1.5em;
}

.div-block-275 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  display: flex;
}

.div-block-276 {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-276.vurunler {
  width: 45%;
}

.div-block-277 {
  background-color: #f3f3f3;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  padding: 2rem;
}

.div-block-278 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  max-width: 40%;
  display: flex;
}

.div-block-279 {
  border-bottom: 1px solid #fffbf533;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-279.vurunozellik6 {
  border-bottom-color: #fffbf533;
}

.div-block-279.vurunozellik6.light, .div-block-279.vurunozellik5.light, .div-block-279.vurunozellik2.light, .div-block-279.vurunozellik4.light {
  border-bottom-color: #27253133;
}

.div-block-279.vurunozellik7 {
  border-bottom-color: #fffbf533;
}

.div-block-279.vurunozellik7.light, .div-block-279.vurunozellik3.light {
  border-bottom-color: #27253133;
}

.div-block-279.vurunozellik1 {
  border-bottom: 1px solid #fffbf533;
  padding-top: 1.5rem;
}

.div-block-279.vurunozellik1.light {
  border-bottom-color: #27253133;
}

.section-13 {
  color: #fffbf5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-13.vreverse {
  color: #272531;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-280 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-282 {
  width: 100%;
  padding: 2rem;
  display: flex;
  position: static;
}

.div-block-282.vreversecolumn {
  color: #272531;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 1400px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

.div-block-283 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-284 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  display: flex;
}

.image-52 {
  width: 50%;
}

.div-block-285 {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-285.vurunler {
  width: 45%;
}

.div-block-286 {
  background-color: #0d1b26;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  padding: 2rem;
}

.div-block-286.white {
  background-color: #f3f3f3;
  border-color: #27253133;
}

.div-block-286.white.center {
  border-style: none;
  border-width: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-287 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  max-width: 40%;
  display: flex;
}

.div-block-287.full {
  flex: 1;
}

.div-block-288 {
  border-bottom: 1px solid #fffbf533;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-288.vurunozellik2, .div-block-288.vurunozellik4, .div-block-288.vurunozellik3 {
  border-bottom-color: #0003;
}

.div-block-288.vurunozellik1 {
  border-bottom: 1px solid #0003;
  padding-top: 1.5rem;
}

.div-block-289 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-291 {
  width: 100%;
  padding: 2rem;
  display: flex;
  position: static;
}

.div-block-291.vurun {
  color: #fffbf5;
  max-width: 1400px;
  padding: 4rem 0;
}

.div-block-292 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-293 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  display: flex;
}

.div-block-294 {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-294.vurunler {
  width: 45%;
}

.div-block-295 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  max-width: 40%;
  display: flex;
}

.div-block-296 {
  border-bottom: 1px solid #fffbf533;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-296.vurunozellik6 {
  border-bottom-color: #fffbf533;
}

.div-block-296.vurunozellik6.light, .div-block-296.vurunozellik5.light, .div-block-296.vurunozellik2.light, .div-block-296.vurunozellik4.light {
  border-bottom-color: #27253133;
}

.div-block-296.vurunozellik7 {
  border-bottom-color: #fffbf533;
}

.div-block-296.vurunozellik7.light, .div-block-296.vurunozellik3.light {
  border-bottom-color: #27253133;
}

.section-14 {
  color: #fffbf5;
  background-color: #0f1f2c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-14.vreverse {
  color: #272531;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-297 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-299 {
  width: 100%;
  padding: 2rem;
  display: flex;
  position: static;
}

.div-block-299.vreversecolumn {
  color: #272531;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 1400px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

.div-block-300 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-301 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  display: flex;
}

.div-block-302 {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-302.vurunler {
  width: 45%;
}

.div-block-303 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  max-width: 40%;
  display: flex;
}

.div-block-304 {
  border-bottom: 1px solid #fffbf533;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-304.vurunozellik2, .div-block-304.vurunozellik4, .div-block-304.vurunozellik4.flux, .div-block-304.vurunozellik3 {
  border-bottom-color: #0003;
}

.div-block-304.vurunozellik1 {
  border-bottom: 1px solid #0003;
  padding-top: 1.5rem;
}

.section-15 {
  color: #fffbf5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.div-block-305 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-306 {
  width: 100%;
  padding: 2rem;
  display: flex;
  position: static;
}

.div-block-306.vurun {
  color: #fffbf5;
  max-width: 1400px;
  padding: 4rem 0;
}

.div-block-307 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  display: flex;
}

.div-block-308 {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-308.vurunler {
  width: 45%;
}

.div-block-309 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  max-width: 40%;
  display: flex;
}

.div-block-310 {
  border-bottom: 1px solid #fffbf533;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-310.vurunozellik6 {
  border-bottom-color: #fffbf533;
}

.div-block-310.vurunozellik6.light, .div-block-310.vurunozellik5.light, .div-block-310.vurunozellik2.light, .div-block-310.vurunozellik4.light, .div-block-310.vurunozellik3.light {
  border-bottom-color: #27253133;
}

.section-16 {
  color: #fffbf5;
  background-color: #0f1f2c;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.section-16.vreverse {
  color: #272531;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-311 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.div-block-313 {
  width: 100%;
  padding: 2rem;
  display: flex;
  position: static;
}

.div-block-313.vreversecolumn {
  color: #272531;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  max-width: 1400px;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: static;
}

.div-block-314 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.div-block-315 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  min-width: 50%;
  max-width: 70%;
  display: flex;
}

.div-block-316 {
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.div-block-316.vurunler {
  width: 45%;
}

.div-block-317 {
  background-color: #0d1b26;
  border: 1px solid #fff3;
  border-radius: 8px;
  width: 100%;
  padding: 2rem;
}

.div-block-317.white {
  background-color: #f3f3f3;
  border: 0 solid #27253133;
}

.div-block-318 {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  min-width: 30%;
  max-width: 40%;
  display: flex;
}

.image-53 {
  max-width: 60%;
}

.html-embed-15 {
  color: var(--text-dark);
  width: 40px;
}

.html-embed-15.verimlilik {
  width: 45px;
}

.html-embed-15.verimlilik.white {
  color: #fff;
  width: 45px;
}

.html-embed-15.black {
  color: #fff;
}

.text-span-22, .text-span-23, .text-span-24, .text-span-25, .text-span-26 {
  color: #ff8000;
}

.footer {
  margin-left: 1vw;
  margin-right: 1vw;
}

.div-block-320 {
  background-color: #f3f3f3;
  border-radius: 15px;
  width: 98%;
  margin: 5em 1vw 1em;
  padding-left: 7em;
  padding-right: 7em;
}

.div-block-322 {
  background-image: url('../images/6478b33a415289920e8833b9_MONOFACIAL-TEXT_.png');
  justify-content: center;
  margin-top: 0;
}

.div-block-322.animasyon-i-in-gerekli {
  z-index: 2;
  background-image: url('../images/6478b33a415289920e8833b9_MONOFACIAL-TEXT_.png');
  margin-top: 0;
  position: absolute;
}

.div-block-323 {
  position: absolute;
  top: 20%;
}

.div-block-323.mobile {
  display: none;
}

.text-block-33 {
  color: var(--silver);
  margin-bottom: 0;
  font-size: 2rem;
}

.bold-text-14 {
  font-weight: 500;
}

.html-embed-16 {
  align-items: center;
  margin-left: .5em;
  display: flex;
  transform: rotate(-45deg);
}

.image-54 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 1em;
}

.heading-27 {
  margin-bottom: 1em;
  font-size: 1.2em;
  font-weight: 600;
}

.div-block-325 {
  height: 100%;
}

.div-block-326 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.navbar {
  display: none;
}

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

.body-8 {
  padding-bottom: .125em;
}

.section-19 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}

.html-embed-17 {
  color: var(--dark-orange);
  width: 15px;
  transform: rotate(-45deg);
}

.html-embed-17.anasayfa {
  color: var(--floral-white);
  align-self: center;
  padding-top: 3px;
}

.html-embed-17.anasayfa.head1 {
  color: var(--dark-orange);
  width: 30px;
  transform: rotate(45deg);
}

.html-embed-17.anasayfa.ar-ge {
  color: var(--dark-orange);
  align-self: flex-start;
  width: 15px;
}

.html-embed-17.anasayfa.v2 {
  color: var(--text-dark);
  transform: none;
}

.text-block-34 {
  border-bottom: .1em solid var(--floral-white);
  color: var(--floral-white);
  margin-right: .5em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.45em;
  text-decoration: none;
}

.text-block-34.ar-ge {
  border-bottom-color: var(--floral-white);
  color: var(--floral-white);
  font-size: 1em;
}

.link-block-7 {
  text-decoration: none;
  display: flex;
}

.grid-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
}

.grid-9.son {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  margin-bottom: 16px;
}

.div-block-327 {
  background-image: url('../images/bifacial-yakin-cekim.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.div-block-327.eva {
  background-image: url('../images/sunart-kalite-kontrol.webp');
}

.div-block-327.potansiyel-kaynakl-bozulma {
  background-color: #ddd;
  background-image: url('../images/monofacial-urunler1-.webp');
}

.div-block-328 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 9rem 2rem 2rem;
  display: flex;
}

.text-block-35 {
  color: var(--dark-orange);
  margin-bottom: 1rem;
  font-weight: 500;
}

.text-block-35.eva {
  padding-left: 0;
}

.text-block-35.solar-cam, .text-block-35.ribbon {
  padding-left: 2rem;
}

.heading-28 {
  margin-bottom: 3rem;
  padding-left: .5em;
  font-size: 1.8em;
}

.heading-28.head-1 {
  margin-bottom: 0;
  margin-right: .5em;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.1em;
}

.heading-28.head-1.eva {
  font-size: 2.2em;
}

.heading-28.eva {
  padding-left: 0;
  font-size: 1.8em;
}

.heading-28.h-cre {
  padding-left: 0;
}

.heading-28.h-cre.solar-cam, .heading-28.h-cre.ribbon {
  padding-left: 2rem;
}

.heading-28.solar-cam {
  padding-left: 0;
}

.heading-28.heading-1 {
  margin-bottom: 0;
  margin-right: .5rem;
  font-size: 2.2em;
  font-weight: 500;
  line-height: 1.1em;
}

.paragraph-14 {
  margin-bottom: 1.5rem;
  font-size: 1.1em;
}

.paragraph-14.eva {
  padding-left: 0;
}

.paragraph-14.uv {
  padding-right: 2em;
}

.paragraph-15 {
  border-left: 3px solid var(--dark-orange);
  background-color: #ff80001a;
  margin-bottom: 1.5rem;
  padding: 10px;
  font-size: 1.1em;
}

.paragraph-16 {
  margin-bottom: 1.5rem;
  font-size: 1.1em;
}

.div-block-329 {
  padding: 1em;
}

.div-block-330 {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 2rem;
  padding-left: 2rem;
  padding-right: 9rem;
  position: relative;
}

.div-block-330.uv {
  padding-right: 2rem;
}

.div-block-330.solar-cam, .div-block-330.ribbon {
  padding-left: 0;
}

.grid-10 {
  grid-template-rows: auto;
}

.image-57 {
  max-width: 70%;
}

.image-57.test {
  max-width: 30%;
}

.image-57.test.solar-glass {
  max-width: 41%;
}

.div-block-331 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-331.solar-glass {
  justify-content: flex-start;
}

.grid-11 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 2em;
}

.grid-11.ba-lang {
  margin-top: 2em;
}

.div-block-332 {
  background-color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  padding: 1em;
  text-decoration: none;
  display: flex;
}

.div-block-332.uv {
  flex-direction: column;
  text-decoration: none;
}

.div-block-333 {
  background-color: #ffc891;
  border-radius: 100%;
  flex-direction: column;
  align-items: center;
  width: 30px;
  padding: 5px 10px;
  display: flex;
}

.div-block-333.uv {
  margin-bottom: .5em;
}

.text-block-36 {
  align-self: center;
  font-weight: 500;
}

.text-block-37 {
  color: var(--dark-orange);
}

.div-block-334.uv {
  margin-bottom: 1em;
}

.div-block-335 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-12 {
  border-bottom: 1px solid var(--silver);
  grid-template-rows: auto;
  padding-top: 1.7em;
  padding-bottom: 2em;
}

.text-block-38 {
  color: var(--floral-white);
  font-size: 3em;
  line-height: 1.3;
}

.text-block-38.seo-metinleri-alt {
  color: var(--text-dark);
  font-size: 2.7rem;
}

.text-span-27 {
  color: var(--dark-orange);
}

.div-block-336 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-337 {
  background-color: #313131;
  border-radius: 10px;
  margin-top: 4em;
  margin-bottom: 4em;
  padding-left: 2em;
  padding-right: 2em;
}

.div-block-337.seo-metinleri {
  background-color: #c8c8ca57;
  justify-content: center;
  align-items: center;
  width: 98%;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding: 4rem;
  display: flex;
}

.div-block-338 {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 1em;
  display: flex;
}

.image-58 {
  max-width: 40%;
}

.body-9 {
  background-color: #f7f7f7;
  padding-bottom: 1em;
}

.div-block-339, .div-block-340 {
  align-items: center;
  display: flex;
}

.lottie-animation {
  width: 45rem;
}

.div-block-342, .div-block-343 {
  padding-left: 2rem;
}

.section-stage-2 {
  height: 200vh;
  display: none;
  position: relative;
}

.image-60 {
  opacity: 1;
  width: 44.6rem;
  max-width: none;
  display: block;
  position: absolute;
}

.lottie-animation-2, .lottie-animation-3, .lottie-animation-4 {
  z-index: 12;
  width: 5rem;
}

.lottie-animation-5, .lottie-animation-6, .lottie-animation-7 {
  z-index: 12;
  width: 5rem;
  overflow: auto;
}

.div-block-345 {
  color: var(--floral-white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 22%;
  left: 8%;
}

.div-block-346 {
  color: var(--floral-white);
  border-radius: 30px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 30%;
  right: 40%;
}

.div-block-347 {
  color: var(--floral-white);
  align-items: center;
  display: flex;
  position: absolute;
  top: 45%;
  left: 5%;
}

.div-block-348 {
  color: var(--floral-white);
  border-radius: 20px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 45%;
  right: 30%;
}

.div-block-349 {
  color: var(--floral-white);
  border-radius: 30px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 60%;
  left: 11%;
}

.div-block-360 {
  color: var(--floral-white);
  border-radius: 30px;
  align-items: center;
  display: flex;
  position: absolute;
  top: 60%;
  right: 30%;
}

.paragraph-17 {
  background-color: var(--dark-orange);
  opacity: 0;
  border-radius: 20px;
  padding: 1rem;
}

.heading-30 {
  font-size: 32px;
}

.heading-31 {
  font-size: 28px;
}

.heading-32 {
  font-size: 24px;
}

.heading-33 {
  font-size: 20px;
}

.heading-34 {
  font-size: 18px;
}

.section-20 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  height: 50rem;
  position: relative;
}

.div-block-363 {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 100%;
  margin: -11rem auto 2rem;
  padding: 2rem;
  display: flex;
  position: relative;
}

.h1-hero {
  color: #fff;
  text-align: center;
  width: 800px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  font-weight: 600;
}

.div-block-364 {
  width: 54.4rem;
}

.link {
  color: var(--copy-grey);
  align-self: center;
  margin-right: .5rem;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.link.v2-text {
  color: var(--dark-orange);
}

.text-block-42 {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.div-block-373 {
  color: var(--dark-orange);
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  padding-top: .7rem;
  padding-bottom: .7rem;
  padding-right: .7rem;
  display: flex;
}

.section-23 {
  justify-content: center;
  display: flex;
}

.overline {
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.overline.text-color-blue-500 {
  background-color: var(--floral-white);
  color: var(--dark-orange);
  border-radius: 10px;
  padding: .2rem .7rem;
  display: inline-block;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large-2.text-weight-bold {
  white-space: normal;
  width: auto;
  font-weight: 600;
}

.blog-date {
  color: #6d767e;
  font-size: 12px;
  font-weight: 500;
}

.wrap-v-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.blog-thumbnail-x-small {
  border-radius: 8px;
  flex: none;
  width: 100%;
  overflow: hidden;
}

.blog-card-small {
  color: #000;
  background-color: #00000014;
  border: .5px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  width: 280px;
  height: 100%;
  margin-right: 1rem;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.blog-card-small:hover {
  box-shadow: 0 24px 64px #e0e0e07a;
}

.blog-card-small.w--current {
  background-color: #00000014;
  flex-direction: column;
  width: 280px;
  margin-bottom: 0;
  margin-right: 1rem;
}

.blog-author-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.div-block-380 {
  width: 100%;
  display: flex;
}

.heading-46 {
  text-align: center;
  margin-bottom: 2em;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.2em;
}

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

.div-block-381 {
  background-image: linear-gradient(#0006, #0006), url('../images/sunartpv-image-2.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  height: 300px;
  padding: 1rem;
  display: flex;
}

.div-block-381.v2 {
  background-image: linear-gradient(#0006, #0006), url('../images/sunart-img.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
}

.div-block-381.v2._404 {
  width: 300px;
}

.div-block-381.v2._404.v3 {
  background-image: linear-gradient(#0000, #000), url('../images/solar-cell-farm-power-station-alternative-energy-from-sun-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 150px;
  text-decoration: none;
  transition: all .7s ease-in-out;
}

.div-block-381.v2._404.v3:hover {
  background-image: linear-gradient(#0000, #ff8000cc), url('../images/solar-cell-farm-power-station-alternative-energy-from-sun-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.02);
}

.div-block-381.v3 {
  background-image: linear-gradient(#0006, #0006), url('../images/sunart-kalite-kontrol.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
}

.div-block-381.v3._404 {
  box-shadow: none;
  width: 300px;
}

.div-block-381.v3._404.v4 {
  background-image: linear-gradient(#0000, #000), url('../images/sunart-solar-panel-lab-.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 150px;
  text-decoration: none;
  transition: all .7s ease-in-out;
}

.div-block-381.v3._404.v4:hover {
  background-image: linear-gradient(#0000, #ff8000cc), url('../images/sunart-solar-panel-lab-.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.02);
}

.div-block-381.v4 {
  background-image: linear-gradient(#0006, #0006), url('../images/645668d176abb29857fa4e90_solar-energy-2022-12-15-19-23-47-utc.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 300px;
}

.div-block-381._404 {
  background-image: linear-gradient(#0000, #000), url('../images/solar-2344550_1920.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 300px;
  height: 150px;
  text-decoration: none;
  transition: all .7s ease-in-out;
}

.div-block-381._404:hover {
  background-image: linear-gradient(#0000, #ff8000cc), url('../images/solar-2344550_1920.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.02);
}

.grid-17 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.div-block-382 {
  background-color: #fff;
  border-radius: 100%;
  padding: .25rem .5rem;
  display: inline-block;
}

.div-block-383 {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.div-block-384 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}

.div-block-385 {
  background-color: #74747430;
  border-radius: 10px;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.grid-18 {
  background-color: #fffbf599;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 5rem;
  padding: 1rem;
}

.div-block-386 {
  flex-direction: column;
  align-items: stretch;
  padding: 1rem;
  display: flex;
}

.heading-47 {
  text-align: left;
  margin-bottom: 2rem;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1em;
}

.div-block-387 {
  background-image: url('../images/sunart-vizyon-jpeg.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.div-block-387.v2 {
  background-image: url('../images/Sunart-Vizyon.webp');
  background-position: 50% 65%;
}

.utility-page-wrap {
  background-image: linear-gradient(#000c, #000c), url('../images/Proje-Hero-İmage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  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;
  display: flex;
}

.div-block-388 {
  background-color: #00000059;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.collection-list-3 {
  display: flex;
}

.div-block-389 {
  justify-content: flex-end;
  display: flex;
}

.div-block-390 {
  margin-top: 1rem;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-right: .2rem;
}

.html-embed-15-black {
  color: #fff;
  width: 40px;
}

.section-24 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/sunartpv-proje-hero-img.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100vh;
}

.div-block-391 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-49 {
  color: var(--dark-orange);
  text-align: center;
  margin-bottom: .5rem;
  font-weight: 400;
}

.heading-50 {
  color: var(--floral-white);
  text-align: center;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 500;
}

.div-block-393 {
  justify-content: center;
  width: 100%;
  max-width: 80em;
  height: 100%;
  display: flex;
}

.section-25 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-394 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  display: flex;
}

.heading-51 {
  text-align: center;
  font-size: 3.75rem;
  font-weight: 600;
}

.grid-20 {
  grid-column-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 3rem;
}

.image-67, .image-68, .image-69, .image-70 {
  opacity: .6;
  width: 100%;
  max-width: 7rem;
}

.heading-52 {
  color: var(--dark-orange);
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 400;
}

.bold-text-17 {
  font-weight: 700;
}

.div-block-396 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80em;
  display: flex;
}

.section-26 {
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

.div-block-397 {
  background-color: var(--dark-orange);
  width: 250px;
  height: 600px;
}

.image-71 {
  width: 100%;
  max-width: 35rem;
  margin-left: -10rem;
}

.div-block-398 {
  width: 50%;
  padding: 4rem;
}

.heading-53 {
  font-size: 3rem;
}

.grid-21 {
  grid-template-rows: auto;
  margin-top: 2rem;
}

.bold-text-18 {
  color: var(--dark-orange);
  font-weight: 500;
}

.text-block-47 {
  color: var(--copy-grey);
  font-size: 3.75rem;
}

.div-block-399 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-27 {
  width: 100%;
  margin-top: 5rem;
}

.div-block-400 {
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-401 {
  position: relative;
}

.heading-54 {
  color: var(--floral-white);
  font-size: 3.75rem;
  font-weight: 400;
}

.section-28 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6.2rem;
  margin-bottom: 1rem;
  display: flex;
}

.text-block-48 {
  color: #ff8000bf;
  margin-bottom: 1rem;
}

.div-block-402 {
  border: .1rem solid var(--text-dark);
  width: 6rem;
  height: .1rem;
  margin-bottom: 1rem;
}

.div-block-403 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80em;
  height: 100%;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.heading-55 {
  width: 20rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.image-72 {
  object-fit: cover;
  border-radius: 8px;
  width: 20rem;
  height: 10rem;
}

.text-block-49 {
  color: var(--floral-white);
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.div-block-404 {
  border: 1px solid var(--dark-orange);
  background-color: #ff8000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 136px;
  padding: .4rem .5rem;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 3% 3%;
}

.div-block-404.w--current {
  justify-content: center;
  align-items: center;
  width: 8rem;
  padding-left: .5rem;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
}

.div-block-405 {
  flex-direction: column;
  display: flex;
}

.paragraph-19 {
  width: 20rem;
  margin-top: 1rem;
  margin-bottom: 0;
}

.div-block-406 {
  width: 100%;
  max-width: 80em;
  height: 100%;
}

.section-29 {
  justify-content: center;
  margin-top: 5rem;
  display: flex;
}

.collection-list-5, .collection-list-6 {
  justify-content: space-between;
  display: flex;
}

.collection-list-wrapper-4 {
  width: 100%;
}

.div-block-407 {
  border: .1rem solid #000;
  width: 6rem;
  margin-bottom: 1rem;
}

.text-block-50 {
  color: var(--dark-orange);
  margin-bottom: 1rem;
}

.div-block-411 {
  background-color: #c8c8ca3d;
  background-image: linear-gradient(#ff800061, #fff);
  border-radius: 10px;
  width: 100%;
  max-width: 80em;
  padding: 10rem;
}

.div-block-411.custom-div {
  background-color: #dfd7d400;
  background-image: none;
  max-width: 100%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0;
}

.div-block-411.custom-div.v2 {
  background-image: none;
  max-width: 100%;
  margin-left: 1%;
  margin-right: 1%;
}

.div-block-411.custom-div.teknikozellik {
  max-width: 80em;
}

.div-block-411.relative {
  background-color: #0006;
  background-image: none;
  max-width: 100%;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
}

.heading-56 {
  color: var(--floral-white);
  margin-bottom: 1rem;
  font-size: 4rem;
}

.section-30 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

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

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

.div-block-413 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  height: 400px;
}

.div-block-414, .div-block-415 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.div-block-416 {
  width: 100%;
  max-width: 80em;
}

.div-block-416.custom-div {
  background-color: #c8c8ca3d;
  border-radius: 10px;
  max-width: 100%;
  margin-bottom: 1rem;
  padding: 3rem;
  box-shadow: 0 2px 5px #0003;
}

.div-block-416.custom-div-2 {
  border-radius: 10px;
  max-width: 100%;
  margin-bottom: 1rem;
  margin-left: 1%;
  margin-right: 1%;
}

.section-31 {
  justify-content: center;
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
}

.section-31.custom-sec {
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1%;
  padding-right: 1%;
}

.div-block-417 {
  position: relative;
}

.collection-list-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.heading-57 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
}

.div-block-418 {
  background-color: #c8c8ca3d;
  border-radius: 10px;
  padding: 2rem;
}

.grid-23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.div-block-419 {
  align-items: center;
  display: flex;
}

.heading-58 {
  color: var(--text-dark);
  margin-bottom: 0;
  font-weight: 600;
}

.div-block-420 {
  justify-content: flex-end;
  display: flex;
}

.text-block-52 {
  color: var(--text-dark);
  font-weight: 500;
}

.heading-59 {
  color: #fff;
  font-size: 15rem;
}

.blog-three-block.overflow-off {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.blog-three-image {
  background-color: var(--antique-white);
  background-image: url('../images/solar-panel-.webp');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  padding-right: 0;
}

.blog-bg.autofit.responsive-full-height {
  object-fit: cover;
  width: 100%;
  height: 303px;
}

.blog-three-overlay.responsive-full-height {
  background-color: #000000b3;
  height: 303px;
  padding-bottom: 0;
}

.blog-three-text {
  position: relative;
}

.blog-three-text-main {
  margin: 30px;
  display: flex;
}

.blog-three-author {
  border-right: 1px solid #ffffff80;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-right: 50px;
  display: flex;
}

.body-font.uppercase.color-white.letter-spacing.padding-bottom-ten {
  color: var(--floral-white);
  letter-spacing: .2em;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-size: 1.0625rem;
  line-height: 1.875em;
}

.body-font.color-white.padding-bottom-twenty {
  color: var(--floral-white);
  letter-spacing: .024em;
  padding-bottom: 20px;
  font-size: 1.0625rem;
  line-height: 1.875em;
}

.heading-five.color-white {
  color: var(--floral-white);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.75rem;
  font-weight: 500;
}

.blog-three-title {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  display: flex;
}

.heading-four.color-white {
  color: #fffbf5c2;
  letter-spacing: .04px;
  text-transform: none;
  font-size: 1.5rem;
  line-height: 2.8125rem;
}

.div-block-422 {
  width: 90%;
}

.link-block-8 {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
}

.image-73 {
  width: 1.5rem;
}

.paragraph-20 {
  color: var(--floral-white);
  font-size: 1.3rem;
}

.background {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.image-75, .image-76 {
  width: 100%;
  max-width: 4rem;
}

.header-content {
  width: 100%;
  max-width: 486px;
}

.button-header {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6173e5;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #eeeffc;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 8px 24px 8px 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

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

.header-button-group {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  display: flex;
}

.button-play-icon {
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.caption-m {
  color: #353b41;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.header-avatar {
  border-radius: 99px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.play-button-2 {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  display: flex;
  position: absolute;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.header-heading-detail {
  grid-column-gap: 12px;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.h6-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.4;
}

.header-video {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-section {
  padding: 80px 5% 0;
  position: relative;
}

.container-large-3 {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.header-grid-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 68px;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.h3-heading {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.navigation-wrapper {
  width: 100%;
  display: none;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integration-icon-wrap {
  align-items: center;
  display: flex;
}

.dropdown-card-xl {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #141414;
  background-image: radial-gradient(circle at 0 100%, #5e5e5e24, #5e5e5e00), radial-gradient(circle at 50% 100%, #ffffff12, #fff0 62%);
  border-radius: 16px;
  flex-direction: column;
  min-width: 686px;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.paragraph-small {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
}

.paragraph-small.text-color-gray-500 {
  color: #ababab;
}

.nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.integration-row-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.badge-purple-s {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #dacff7;
  background-color: #36178ca3;
  border: 1px solid #ffffff1f;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.nav-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.navigation {
  z-index: 999;
  background-color: #000;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 10px 5%;
  display: flex;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.nav-link-6 {
  color: #f0f0f0;
  letter-spacing: -.25px;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
}

.nav-link-6:hover {
  background-color: #52525252;
}

.nav-link-6.w--current {
  color: #642eff;
}

.navigation-grid-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 50% 100%, #ffffff12, #fff0 30%), linear-gradient(#ffffff14, #ffffff14);
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 10px 32px;
  display: flex;
  position: relative;
}

.icon-small-2 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.integration-primary {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  display: flex;
}

.integration-primary.integration-secondary {
  margin-left: -8px;
}

.navigation-grid-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.dropdown-list {
  background-color: #0000;
  padding-top: 32px;
}

.nav-wrapper {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.nav-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.navigation-grid-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.button-secondary-s {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #3d3d3da3;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-s.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.dropdown-block-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #ffffff14;
  background-image: radial-gradient(circle closest-corner at 50% 100%, #5e5e5e0a, #5e5e5e00);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.dropdown-block-link:hover {
  background-image: radial-gradient(circle closest-corner at 50% 100%, #5e5e5e24, #5e5e5e00);
}

.logo-image {
  width: 48px;
}

.caption {
  letter-spacing: .04px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.caption.text-color-gray-500 {
  color: #ababab;
}

.caption.text-color-gray-300 {
  color: #d1d1d1;
}

.dropdown-title-wrap {
  color: #858585;
  padding: 8px;
  font-weight: 500;
  line-height: 18px;
}

.navigation-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #f0f0f0;
  letter-spacing: -.25px;
  border-radius: 8px;
  align-items: center;
  padding: 8px 12px 8px 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-toggle:hover {
  background-color: #52525252;
}

.navigation-toggle.w--current {
  color: #642eff;
}

.navigation-toggle.w--open {
  background-color: #52525252;
}

.button-secondary-l {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  color: #fff;
  letter-spacing: -.25px;
  background-color: #3d3d3da3;
  border-radius: 12px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 105px;
  height: 48px;
  padding: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-secondary-l.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.dropdown-block-small {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #ffffff14;
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.wrap-h-x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.wrap-h-x-small.align-center {
  align-items: center;
}

.paragraph-regular-3 {
  color: #fff;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 20px;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.grid-text-v2 {
  color: #1d1d1f99;
  letter-spacing: .011em;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.grid-text-v2.s6 {
  letter-spacing: 0;
  margin-top: 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.19048;
}

.div-block-425 {
  width: 100%;
  max-width: 80em;
  margin-top: 10rem;
}

.section-32 {
  justify-content: center;
  align-items: center;
  margin-top: 7rem;
  display: flex;
}

.heading-60 {
  font-size: 32px;
  font-weight: 600;
}

.grid-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.div-block-426 {
  background-color: #272727;
  border-radius: 20px 0 0 20px;
  padding: 3rem;
}

.heading-61 {
  color: var(--floral-white);
  font-size: 64px;
}

.link-3 {
  color: var(--floral-white);
}

.text-block-53 {
  color: var(--dark-orange);
  margin-bottom: 1rem;
  font-weight: 300;
  position: static;
}

.div-block-427 {
  background-image: url('../images/sunart-project-kategorileri.webp');
  background-position: 50%;
  background-size: cover;
}

.collection-list-wrapper-5 {
  width: 100%;
  max-width: 80em;
}

.collection-item {
  margin-bottom: 2rem;
}

.grid-25 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.div-block-428 {
  background-color: #e0e0e0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 3rem 3rem 2rem;
}

.button-2 {
  opacity: 1;
  color: #fff;
  background-color: #0000008c;
  border-radius: 0 10px 10px 0;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  display: flex;
}

.button-2.w--current {
  background-color: var(--dark-orange);
  border-radius: 5px;
}

.text-block-54 {
  font-weight: 500;
}

.collection-item-2 {
  margin-bottom: 2rem;
}

.collection-list-wrapper-6 {
  width: 100%;
  max-width: 100%;
  margin-right: 1%;
  padding-left: 1%;
}

.text-block-55 {
  font-weight: 500;
}

.text-block-56 {
  color: var(--dark-orange);
  margin-bottom: 1rem;
  font-weight: 500;
}

.div-block-429 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  justify-content: flex-end;
  display: flex;
}

.heading-62 {
  margin-bottom: 1rem;
  font-size: 64px;
}

.text-block-57 {
  margin-bottom: 2rem;
}

.div-block-430 {
  color: #d3d2d2;
}

.div-block-430.siyah {
  color: #474747;
}

.div-block-431 {
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.text-block-58 {
  color: #c08225;
}

.text-block-59 {
  color: #353433;
}

.text-block-60 {
  color: #505050;
}

.div-block-432 {
  width: 110em;
}

.section-33 {
  z-index: 100;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0006;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-26 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-433 {
  background-color: var(--floral-white);
  border-radius: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.image-77 {
  border-radius: .7rem;
  margin-bottom: 1.2rem;
}

.text-block-61 {
  color: var(--dark-orange);
  text-align: center;
  margin-bottom: .9rem;
  font-weight: 500;
}

.image-78 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3%;
  right: 3%;
}

@media screen and (min-width: 1440px) {
  .collection-list-makaleler:nth-child(2n) {
    flex-direction: row-reverse;
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .87rem;
  }

  .copy-large.manrope-600.tablet {
    font-size: 20px;
  }

  .container-w2.gutter-outside.hakk-m-zda {
    padding-left: 0;
    padding-right: 0;
  }

  .gutter-outside {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .gutter-outside.home-2em-pad {
    padding-left: 0;
  }

  .p-xl-start.p-xl-end {
    padding-top: 0;
    padding-bottom: 0;
  }

  .p-xl-start.p-xl-end.vurunler {
    width: 100%;
    padding: 2em 0 4em;
  }

  .extra-large {
    font-size: 4.25em;
  }

  .title3 {
    font-size: 1.2em;
  }

  .p-xxxs-start.p-xxxs-end {
    justify-content: center;
    display: flex;
  }

  .p-xxxs-start.p-xxxs-end.hero-text {
    justify-content: flex-start;
  }

  .p-xxxs-start.p-xxxs-end.ar-ge {
    padding-right: 40px;
  }

  .stage-wrapper {
    min-height: 63em;
  }

  .stage-wrapper.r-nler {
    height: 100vh;
    min-height: auto;
  }

  .stage-car-wrapper {
    width: 90%;
    height: 20rem;
    top: 276px;
    bottom: 0%;
  }

  .stage-copy-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    top: 4%;
  }

  .stage-copy-inner {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .stage-car-inner {
    top: 18.3rem;
  }

  .stage-car-floor {
    width: 100%;
    right: 0%;
  }

  .gallery-item-inner {
    justify-content: flex-end;
  }

  .gallery-item-inner.anasayfa {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .gallery-item-media-gradient {
    width: 100%;
  }

  .gallery-item-content-wrapper {
    align-items: flex-start;
    max-width: 100%;
    min-height: 100vh;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-item-content-wrapper.mono-bifacial {
    align-items: stretch;
    max-width: 100%;
  }

  .gallery-item-content-wrapper.mono-bifacial.r-nler {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-item-content-wrapper.tablet {
    align-items: center;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .gallery-item-content-wrapper.mobil {
    align-items: center;
    margin-left: 5vw;
    margin-right: auto;
  }

  .gallery-item-content-inner.bilgi-bankas {
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hide-tablet-down {
    display: none;
  }

  .container-w4.gutter-outside.home {
    height: 80vh;
  }

  .feature-tabs-nav-wrapper {
    width: 100%;
    min-width: auto;
  }

  .feature-tab-nav-link {
    border-bottom: 2px solid #0000;
    border-left-width: 0;
    padding-left: 0;
  }

  .feature-tab-nav-link.w--current {
    border-bottom: 2px solid #000;
    border-left-width: 0;
  }

  .feature-tabs-component {
    flex-direction: column;
    display: block;
  }

  .feature-tabs-component.mobil-hide {
    display: none;
  }

  .section-feature-tabs.anasayfa-margin {
    margin-bottom: 4em;
  }

  .feature-tab-content-wrapper {
    flex: none;
    width: 100%;
    margin-top: 2em;
  }

  .feature-tab-copy-wrapper {
    padding-bottom: 2em;
  }

  .feature-tab-nav-title-wrapper {
    font-size: 1.3em;
  }

  .gallery-item-sticky.bgnone.r-nler {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .gallery-item-sticky.bgnone.anasayfa-urunler {
    padding-right: 0;
  }

  .gallery-item-sticky.hero-slider {
    height: 110vh;
  }

  .gallery-item-sticky.hero-slider.hakkimizda {
    height: 120vh;
  }

  .hero-gallery-item {
    margin-top: -107.1vh;
  }

  .gallery-scroll-distance {
    height: 105vh;
  }

  .header-button:hover {
    padding-left: 1.6em;
    padding-right: 1.6em;
  }

  .header-button:active {
    transform: scale(.94);
  }

  .nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 10px;
    padding-left: 1.4em;
    padding-right: 0;
  }

  .nav.makale-header {
    background-color: #000;
    border-radius: 14px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 0;
    top: 3%;
    left: 3%;
    right: 3%;
  }

  .sun-art-1 {
    height: auto;
  }

  .gutter-outside-2 {
    text-align: left;
    padding-left: 0;
    padding-right: 6vw;
  }

  .section-3 {
    padding-bottom: 0;
  }

  .copy-medium-4.text-bold {
    width: 100%;
  }

  .title3-3.vleft {
    font-size: 1.2em;
  }

  .polititkalaricerikdiv.outside {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feature-tab-nav-link-2 {
    border-bottom: 2px solid #0000;
    border-left-width: 0;
    padding-left: 0;
  }

  .feature-tab-nav-link-2.w--current {
    border-bottom: 2px solid #000;
    border-left-width: 0;
  }

  .container-w1-4.gutter-outside.vfooter.footer-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .container-w1-4.gutter-outside.vurunler {
    max-width: none;
  }

  .contact-heading {
    font-size: 4.25em;
  }

  .grid-three-column {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .div-block-98 {
    display: none;
  }

  .div-block-99 {
    width: 77%;
    display: none;
  }

  .paragraph-6 {
    width: auto;
  }

  .div-block-80 {
    flex-direction: column;
    margin-right: 0;
    padding: 40px;
  }

  .div-block-83 {
    flex-direction: column;
    margin-left: 0;
  }

  .div-block-82 {
    margin-bottom: 1em;
    margin-right: 0;
  }

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

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

  .footer-column {
    flex-direction: column;
  }

  .footer-column.desktop._3em-mrg {
    width: 100%;
    margin-left: 0;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__slide.five-cards {
    width: 33.3333%;
  }

  .splide.slider2 {
    padding-left: 6vw;
    padding-right: 6vw;
    left: 2%;
    right: 1%;
  }

  .div-block-112 {
    width: 95%;
    display: none;
  }

  .div-block-112.mobile {
    justify-content: flex-end;
    display: flex;
  }

  .link-block-6 {
    margin-right: 10px;
  }

  .link-block-6.let-m.b2b.hide {
    display: none;
  }

  .plus-wrap {
    width: 40px;
    height: 20px;
  }

  .one-tags-text {
    letter-spacing: 2px;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 700;
  }

  .one-item-list-tags {
    flex-flow: wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-8 {
    padding-left: 6vw;
    padding-right: 6vw;
    display: none;
  }

  .div-block-128 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .grid-2 {
    width: 100%;
  }

  .sub-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-headline.bifacial-bg {
    background-size: 1000px;
    width: 100%;
    height: 50vh;
    margin-top: -200px;
  }

  .hero-image.bifacial {
    height: 600px;
    margin-top: 300px;
  }

  .hero-image.bifacial.bifacial-1 {
    height: 400px;
    margin-top: 400px;
  }

  .container-2.centered.s2-video {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2.centered.tablet, .container-2.section3, .container-2.white {
    padding-left: 2em;
    padding-right: 2em;
  }

  .big-heading, .big-heading.heading {
    font-size: 90px;
  }

  .grid-item._3 {
    margin-left: 172px;
  }

  .grid-item._2, .grid-item._1 {
    margin-left: 35px;
  }

  .section4, .section4.bifacial {
    margin-top: 180px;
  }

  .grid-5 {
    display: none;
  }

  .title3-5.vleft, .title3-6.vleft {
    font-size: 1.2em;
  }

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

  .title4-4.margin {
    text-align: left;
  }

  .specs-image-wrapper-3 {
    order: 1;
    width: 100%;
    padding-top: 0;
  }

  .extra-large-3 {
    font-size: 4.25em;
  }

  .specs-cms-data-wrapper-3 {
    width: 100%;
  }

  .image-45 {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .image-45.vmorepadding {
    max-width: 60%;
    padding-top: 0;
    padding-left: 15%;
    padding-right: 15%;
  }

  .specs-wrapper-4 {
    grid-row-gap: 5em;
    flex-direction: column;
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
  }

  .section-tech-specs-4.vurunler {
    width: 100%;
  }

  .div-block-223 {
    flex-direction: column;
    align-items: center;
    padding-bottom: 4rem;
    display: flex;
  }

  .div-block-226, .div-block-226.vreversecolumn {
    flex-direction: column;
  }

  .div-block-230, .div-block-230.vurunler, .div-block-231.white {
    width: 100%;
  }

  .div-block-231.white.tablet {
    width: 80%;
  }

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

  .div-block-234 {
    padding-top: 45%;
  }

  .div-block-239 {
    width: 70%;
    margin-bottom: 2em;
  }

  .div-block-241 {
    flex-direction: column;
  }

  .div-block-245 {
    padding-bottom: 4rem;
  }

  .div-block-247, .div-block-247.vreversecolumn {
    flex-direction: column;
  }

  .div-block-251, .div-block-251.vurunler {
    width: 100%;
  }

  .div-block-255 {
    padding-bottom: 4rem;
  }

  .div-block-257 {
    flex-direction: column;
  }

  .div-block-257.vurun {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-260, .div-block-260.vurunler {
    width: 100%;
  }

  .div-block-264 {
    padding-bottom: 4rem;
  }

  .div-block-265, .div-block-265.vreversecolumn {
    flex-direction: column;
  }

  .div-block-267, .div-block-267.vurunler {
    width: 100%;
  }

  .div-block-271 {
    padding-bottom: 4rem;
  }

  .div-block-273 {
    flex-direction: column;
  }

  .div-block-273.vurun {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-276, .div-block-276.vurunler {
    width: 100%;
  }

  .section-13 {
    padding-bottom: 0;
  }

  .div-block-280 {
    padding-bottom: 4rem;
  }

  .div-block-282, .div-block-282.vreversecolumn {
    flex-direction: column;
  }

  .div-block-285, .div-block-285.vurunler {
    width: 100%;
  }

  .div-block-289 {
    padding-bottom: 4rem;
  }

  .div-block-291 {
    flex-direction: column;
  }

  .div-block-291.vurun {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-294, .div-block-294.vurunler {
    width: 100%;
  }

  .section-14 {
    padding-bottom: 0;
  }

  .div-block-297 {
    padding-bottom: 4rem;
  }

  .div-block-299, .div-block-299.vreversecolumn {
    flex-direction: column;
  }

  .div-block-302, .div-block-302.vurunler {
    width: 100%;
  }

  .section-15 {
    padding-bottom: 0;
  }

  .div-block-305 {
    padding-bottom: 4rem;
  }

  .div-block-306 {
    flex-direction: column;
  }

  .div-block-306.vurun {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-308, .div-block-308.vurunler {
    width: 100%;
  }

  .section-16 {
    padding-bottom: 0;
  }

  .div-block-311 {
    padding-bottom: 4rem;
  }

  .div-block-313, .div-block-313.vreversecolumn {
    flex-direction: column;
  }

  .div-block-316, .div-block-316.vurunler {
    width: 100%;
  }

  .div-block-321 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .navbar {
    background-color: #ddd0;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    display: flex;
  }

  .image-55 {
    width: 100%;
    max-width: 12rem;
  }

  .icon-2 {
    color: var(--dark-orange);
  }

  .brand {
    align-self: center;
  }

  .container-3 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .menu-button {
    background-color: #0000003b;
    border-radius: 8px;
    align-self: center;
    height: 2.6rem;
    padding: 10px;
  }

  .menu-button:hover, .menu-button:active, .menu-button:focus {
    background-color: #0000003b;
  }

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

  .nav-menu {
    background-color: #000;
    border-radius: 10px;
    margin-top: -10px;
    padding: 20px;
    display: block;
    overflow: visible;
  }

  .nav-link.w--current {
    color: var(--floral-white);
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    font-weight: 500;
    display: none;
  }

  .nav-link.w--current:hover {
    color: var(--dark-orange);
  }

  .nav-link.w--current:visited {
    color: var(--dark-orange);
    font-weight: 500;
  }

  .nav-link.tblt.w--current {
    display: block;
  }

  .nav-link-2 {
    color: var(--floral-white);
    margin: 0;
    font-size: 1rem;
    font-weight: 500;
    display: none;
  }

  .nav-link-2:hover, .nav-link-2:visited {
    color: var(--dark-orange);
  }

  .nav-link-2.tblt {
    display: block;
  }

  .nav-link-3 {
    color: var(--floral-white);
    font-size: 1rem;
    font-weight: 500;
  }

  .nav-link-3:hover {
    color: var(--dark-orange);
  }

  .nav-link-4 {
    color: var(--floral-white);
    font-size: 1rem;
    font-weight: 500;
  }

  .nav-link-4:hover {
    color: var(--dark-orange);
  }

  .nav-link-5 {
    color: var(--floral-white);
    font-size: 1rem;
    font-weight: 500;
  }

  .nav-link-5:hover {
    color: var(--dark-orange);
  }

  .div-block-328 {
    padding-right: 2rem;
  }

  .heading-28.head-1 {
    padding-left: 0;
    font-size: 1.8em;
  }

  .heading-28.head-1.eva {
    font-size: 1.8em;
  }

  .div-block-330 {
    padding-right: 2rem;
  }

  .div-block-330.uv {
    padding-right: 0;
  }

  .div-block-332, .div-block-332.w--current {
    flex-direction: column;
  }

  .div-block-334 {
    margin-bottom: 1em;
  }

  .div-block-337.seo-metinleri {
    margin-top: 2rem;
  }

  .div-block-339, .div-block-340 {
    flex-direction: column;
  }

  .lottie-animation, .image-60, .lottie-animation-2, .lottie-animation-3, .lottie-animation-4, .lottie-animation-5, .lottie-animation-6, .lottie-animation-7, .div-block-345, .div-block-346, .div-block-347, .div-block-348, .div-block-349, .div-block-360 {
    display: none;
  }

  .image-61 {
    width: 20rem;
  }

  .div-block-361 {
    margin-top: 5.6rem;
  }

  .section-20 {
    padding-top: 7.5rem;
  }

  .div-block-363 {
    padding: 2rem;
  }

  .div-block-364 {
    width: 100%;
  }

  .blog-card-small {
    padding: 24px;
  }

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

  .utility-page-content {
    justify-content: center;
    align-items: center;
  }

  .header-content {
    max-width: none;
  }

  .button-header {
    display: flex;
  }

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

  .button-primary {
    display: flex;
  }

  .navigation-wrapper {
    display: block;
  }

  .dropdown-card-xl {
    min-width: auto;
  }

  .nav-menu-button {
    color: #fff;
    background-color: #000000a3;
    background-image: radial-gradient(circle at 50% 220%, #ffffff4a, #fff0);
    border-radius: 12px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #36178c;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-menu-2 {
    color: #393b6a;
    background-color: #000;
    border: 1px solid #ffffff14;
    border-radius: 12px;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
  }

  .nav-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-link-6 {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .dropdown-list.w--open {
    padding-top: 8px;
    position: relative;
  }

  .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .dropdown {
    width: 100%;
  }

  .navigation-toggle {
    justify-content: space-between;
    width: 100%;
  }

  .div-block-423 {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .link-2 {
    color: var(--floral-white);
    padding: 10px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: .65rem;
  }

  h1 {
    font-size: 3.4em;
  }

  h2 {
    font-size: 2.7em;
  }

  h3 {
    font-size: 2em;
  }

  h4 {
    font-size: 1.5em;
  }

  h5 {
    font-size: 1.1em;
  }

  h6 {
    font-size: .9em;
  }

  .p-md-start {
    padding-top: 4em;
  }

  .copy-large {
    font-size: 1.3em;
  }

  .p-sm-end {
    padding-bottom: 2.3em;
  }

  .infotext {
    font-size: 1em;
    line-height: 1.3em;
  }

  .p-md-end {
    padding-bottom: 4em;
  }

  .title1 {
    font-size: 3.4em;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .title6 {
    font-size: .9em;
  }

  .input-field {
    min-height: 4.5em;
    font-size: 1em;
  }

  .title2 {
    font-size: 2.7em;
  }

  .title4 {
    font-size: 1.5em;
  }

  .copy-medium {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .distance-big {
    padding-top: 6em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .input-label {
    margin-bottom: .8em;
  }

  .p-sm-start {
    padding-top: 2.3em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .extra-large {
    font-size: 3.4em;
  }

  .title3 {
    font-size: 2em;
  }

  .title5 {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .styleguide-wrapper {
    overflow: hidden;
  }

  .video-teaser-wrapper {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .video-teaser-caption-wrapper {
    text-align: center;
  }

  .video-teaser-video-wrapper {
    flex: none;
    width: 50%;
  }

  .section-stage {
    height: auto;
    min-height: 100vh;
  }

  .stage-wrapper {
    flex-direction: column;
    justify-content: center;
    height: auto;
    min-height: 100vh;
    display: flex;
    position: relative;
  }

  .stage-car-wrapper {
    position: static;
  }

  .stage-shape-right {
    min-height: 20em;
    margin-bottom: 0%;
    bottom: 53%;
  }

  .stage-copy-wrapper {
    align-items: flex-start;
    height: auto;
    padding-top: 20vh;
    padding-bottom: 11vh;
    position: relative;
  }

  .savesion-type-wrapper {
    width: 100%;
  }

  .stage-shape-right-wrapper {
    display: block;
    position: static;
  }

  .stage-car-floor {
    bottom: -7.5%;
  }

  .stage-objects-wrapper {
    height: auto;
    padding-bottom: 5em;
    position: relative;
  }

  .stage-object-inner {
    height: auto;
    position: static;
  }

  .stage-copy-title-wrapper {
    font-size: 1.5em;
  }

  .powered-by-the-sun-content-wrapper {
    margin-top: -3em;
  }

  .feature-tabs-component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .mobile-down-100 {
    width: 100%;
  }

  .gallery-scroll-distance {
    height: 102vh;
  }

  .header-button.secondary {
    width: 100%;
  }

  .header-inner {
    grid-column-gap: .6em;
    padding: 1em;
  }

  .header-button-wrapper {
    flex: 1;
  }

  .nav {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #fffbf5e8;
    border-radius: 2em 2em 0 0;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: auto 0% -1px;
    box-shadow: 0 12px 3em #00000012;
  }

  .gutter-outside-2 {
    width: 100%;
  }

  .title6-2 {
    font-size: .9em;
  }

  .copy-medium-4 {
    font-size: 1.3em;
    line-height: 1.4em;
  }

  .title3-3 {
    font-size: 2em;
  }

  .contact-heading {
    font-size: 50px;
    line-height: 56px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .grid-three-column, .grid-two-column {
    grid-template-columns: 1fr;
  }

  .div-block-80 {
    width: 50%;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-79 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .div-block-83 {
    width: 50%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .splide__slide, .splide__slide.five-cards {
    width: 100%;
  }

  .collection-list {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .plus-wrap {
    height: 15px;
  }

  .one-tags-text {
    letter-spacing: 1px;
    margin-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
  }

  .one-item-list-tags {
    padding: 5px;
  }

  .one-item-display-white-bg.hover-x {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .title3-5 {
    font-size: 2em;
  }

  .title5-3 {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .title3-6 {
    font-size: 2em;
  }

  .title5-4 {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .title4-4 {
    font-size: 1.5em;
  }

  .extra-large-3 {
    font-size: 3.4em;
  }

  .title5-6 {
    font-size: 1.1em;
    line-height: 1.1em;
  }

  .div-block-226.vreversecolumn {
    flex-direction: column;
  }

  .div-block-230.vurunler {
    width: 100%;
  }

  .div-block-247.vreversecolumn {
    flex-direction: column;
  }

  .div-block-251.vurunler {
    width: 100%;
  }

  .div-block-257.vurun {
    align-items: center;
  }

  .div-block-260.vurunler {
    width: 100%;
  }

  .div-block-265.vreversecolumn {
    flex-direction: column;
  }

  .div-block-267.vurunler {
    width: 100%;
  }

  .div-block-273.vurun {
    align-items: center;
  }

  .div-block-276.vurunler {
    width: 100%;
  }

  .div-block-282.vreversecolumn {
    flex-direction: column;
  }

  .div-block-285.vurunler {
    width: 100%;
  }

  .div-block-291.vurun {
    align-items: center;
  }

  .div-block-294.vurunler {
    width: 100%;
  }

  .div-block-299.vreversecolumn {
    flex-direction: column;
  }

  .div-block-302.vurunler {
    width: 100%;
  }

  .div-block-306.vurun {
    align-items: center;
  }

  .div-block-308.vurunler {
    width: 100%;
  }

  .div-block-313.vreversecolumn {
    flex-direction: column;
  }

  .div-block-316.vurunler {
    width: 100%;
  }

  .nav-link-2 {
    color: var(--text-dark);
  }

  .nav-link-2:hover, .nav-link-2:visited {
    color: var(--dark-orange);
  }

  .nav-link-3 {
    color: var(--text-dark);
    font-weight: 500;
  }

  .nav-link-3:hover, .nav-link-3:visited {
    color: var(--dark-orange);
    font-weight: 500;
  }

  .nav-link-4 {
    font-weight: 500;
  }

  .nav-link-4:hover, .nav-link-4:visited {
    color: var(--dark-orange);
  }

  .nav-link-5 {
    font-weight: 500;
  }

  .nav-link-5:hover, .nav-link-5:visited {
    color: var(--dark-orange);
  }

  .section-stage-2 {
    height: auto;
    min-height: 100vh;
  }

  .blog-card-small {
    grid-template-columns: 1fr;
  }

  .header-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  h5 {
    font-size: 16px;
  }

  li {
    font-size: 14px;
  }

  .copy-large.text-bold {
    font-size: 1.8em;
  }

  .copy-large.text-bold.mobil {
    font-size: 1.5em;
  }

  .copy-large.text-medium {
    text-align: center;
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 1.8em;
  }

  .copy-large.text-medium.r-nler, .copy-large.text-medium.mobile, .copy-large.text-medium.cms {
    padding-left: 0;
    padding-right: 0;
  }

  .button.small {
    font-size: 1.4em;
  }

  .button.small.r-n-panelleri {
    font-size: 1.2em;
  }

  .button.small.d.k-manlar {
    font-size: 1.1em;
  }

  .button.is-secondary {
    font-size: 1.4em;
  }

  .button.is-secondary.v2 {
    margin-bottom: 2rem;
  }

  .container-w2.gutter-outside {
    padding-top: 2rem;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .title1 {
    font-size: 3em;
  }

  .title1.home-header {
    width: 90%;
    font-size: 2.7rem;
  }

  .title1.home-header.mobil {
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .title1.home-header.v2 {
    width: 100%;
    font-size: 2.5rem;
  }

  .title1.politikalar-m-z {
    font-size: 2.4em;
  }

  .p-xs-start.mobil {
    justify-content: flex-start;
    display: flex;
  }

  .gutter-outside {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .gutter-outside.mono.anasayfa {
    width: 100%;
  }

  .gutter-outside.padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gutter-outside.padding.custom {
    flex-direction: column;
    align-items: flex-start;
  }

  .title4.text-regular.home-text.mobil {
    text-align: left;
  }

  .title4.text-regular.r-nler, .title4.text-regular.ileti-im {
    width: 100%;
  }

  .copy-medium.text-grey.no-underline.mobile {
    display: inline-block;
  }

  .copy-medium.text-semibold, .copy-medium.text-semibold.slide-text, .copy-medium.text-semibold.haberler {
    font-size: 1.8em;
  }

  .copy-medium.etkinlikler {
    font-size: 1.6em;
  }

  .distance-big {
    padding-top: 5em;
  }

  .copy-small.text-grey {
    font-size: 1rem;
  }

  .p-xl-start {
    padding-top: 0;
  }

  .p-xl-start.p-xl-end {
    height: 510px;
    padding-top: 0;
  }

  .p-xl-start.p-xl-end.bilgi-bankas {
    height: auto;
    padding-bottom: 1em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .p-xl-start.p-xl-end.etkinlikler {
    height: auto;
    padding-top: 0;
  }

  .p-xl-start.p-xl-end {
    padding: 6em 0 2em;
  }

  .p-xl-start.p-xl-end.vurunler.bifacial {
    height: auto;
  }

  .extra-large {
    font-size: 2.75em;
  }

  .extra-large.hakk-m-zda {
    font-size: 3em;
  }

  .title3 {
    margin-bottom: 1rem;
    font-size: 1.2em;
  }

  .title3.text-regular {
    font-size: 1.8em;
  }

  .title3.text-regular.mobile {
    font-size: 1.2em;
  }

  .title3.text-regular.v2 {
    width: auto;
  }

  .title3.mobile {
    font-size: 1em;
  }

  .title3.etkinlikler {
    font-size: 2em;
  }

  .title3.hide {
    display: none;
  }

  .container-w1.gutter-outside {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .container-w1.gutter-outside.bilgi-bankas {
    padding-left: 0;
    padding-right: 0;
  }

  .container-w1.gutter-outside.ileti-im {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .text-center.v2 {
    padding-bottom: 0;
  }

  .p-xxxs-start.p-xs-end {
    padding-top: 0;
  }

  .p-xxxs-start.p-xxxs-end {
    justify-content: flex-start;
  }

  .video-teaser-wrapper.let-m {
    margin-top: 2em;
  }

  .video-teaser-caption-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .video-teaser-caption-wrapper.no-bottom {
    padding-bottom: 0;
  }

  .video-teaser-video-wrapper {
    width: 80%;
    max-width: 25em;
  }

  .arrow-after.external-link {
    font-size: 1.2em;
  }

  .arrow-after.external-link.mobil {
    font-size: .8em;
  }

  .arrow-after.external-link.haberler {
    font-size: 1.2em;
  }

  .section-stage {
    min-height: 90vh;
  }

  .section-stage.mobile-hide {
    display: none;
  }

  .stage-wrapper {
    background-image: linear-gradient(to bottom, var(--silver), var(--misty-rose) 18%, #f5f0ea 76%, #c8c8ca80);
    flex-direction: column;
    justify-content: center;
  }

  .stage-wrapper.r-nler {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3vw;
    padding-right: 6vw;
  }

  .stage-wrapper.politikalar-m-z {
    margin-left: auto;
    margin-right: auto;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .stage-car {
    max-width: 100%;
  }

  .stage-car.politika-g {
    max-width: 100%;
    top: 0;
  }

  .stage-copy-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .stage-copy-inner {
    align-items: center;
    width: 100%;
    margin-top: 15vh;
    margin-left: 1em;
    margin-right: 1em;
  }

  .stage-inner {
    display: none;
  }

  .stage-car-inner {
    top: 0;
  }

  .stage-car-shadow-wrapper {
    display: none;
  }

  .gallery-item-inner.hero-slider.hakk-m-zda.ileti-im {
    justify-content: flex-start;
  }

  .gallery-item-inner.r-nler {
    justify-content: flex-start;
    padding-top: 3rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-item-inner.anasayfa {
    height: auto;
  }

  .gallery-item-content-wrapper.mono-bifacial.r-nler {
    flex-direction: column;
  }

  .gallery-item-content-wrapper.mono-bifacial.tablet {
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .gallery-item-content-wrapper.r-nler {
    min-height: auto;
  }

  .gallery-item-content-wrapper.hakk-m-zda {
    min-height: 85vh;
  }

  .gallery-item-content-wrapper.mobil {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2em;
    padding-right: 2em;
  }

  .gallery-item-content-wrapper.ileti-im {
    min-height: 70vh;
    padding-left: 3em;
    padding-right: 3em;
  }

  .cta-link.is-bright {
    font-size: 1.2em;
  }

  .gallery-item-content-inner, .gallery-item-content-inner.bilgi-bankas {
    align-self: center;
  }

  .gallery-item-content-inner.mono {
    width: 100%;
  }

  .gallery-item-content-inner.mono.mobile {
    width: 100%;
    margin-bottom: 1em;
    margin-right: 0;
  }

  .gallery-item-content-inner.mobile {
    padding-top: 14em;
    padding-bottom: 4em;
  }

  .gallery-item-content-inner.mobile.padding {
    padding-top: 4em;
  }

  .gallery-item-content-inner.custom {
    align-self: center;
  }

  .stage-objects-wrapper {
    padding-bottom: 0;
  }

  .stage-copy-title-wrapper {
    font-size: 1.3em;
  }

  .powered-by-the-sun-content-wrapper.ileti-im, .powered-by-the-sun-content-wrapper.hakk-m-zda {
    margin-top: 0;
  }

  .section-powerbank {
    padding-top: 2rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container-w4.gutter-outside.home {
    height: auto;
    margin-bottom: 2rem;
    padding-left: 1em;
    padding-right: 1em;
  }

  .section-power-sharing.mobil2 {
    display: none;
  }

  .section-power-sharing.mobile {
    background-image: none;
    margin-top: 4rem;
  }

  .power-bank-gradient {
    display: none;
  }

  .feature-tabs-component {
    grid-template-columns: 1fr;
  }

  .feature-tabs-component.mobil-hide {
    display: none;
  }

  .gallery-item-sticky.bgnone {
    height: 90vh;
  }

  .gallery-item-sticky.bgnone.r-nler {
    padding-top: 0;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .gallery-item-sticky.bgnone.anasayfa-urunler {
    height: auto;
  }

  .gallery-item-sticky.hero-slider {
    height: 130vh;
  }

  .gallery-item-sticky.hero-slider.hakkimizda {
    height: auto;
    padding-top: 3em;
  }

  .gallery-item-sticky.hero-slider.ileti-iim {
    height: auto;
  }

  .header-button.secondary {
    text-align: left;
    width: auto;
    padding: .5em;
    font-size: 1.3em;
  }

  .header-button.secondary.w--current {
    width: auto;
    padding-right: 0;
    font-size: 1.3em;
  }

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

  .nav {
    z-index: 2147483647;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #0000;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    inset: 0% auto auto;
  }

  .nav.makale-header {
    background-color: #000;
    border-radius: 14px;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: 3%;
    left: 3%;
    right: 3%;
  }

  .nav.makale-header.v2 {
    display: none;
    top: 1%;
  }

  .hero-gallery-item--animasyonsuz.header-z-index.ileti-im {
    margin-top: 0;
  }

  .hero-gallery-item-2.mobil {
    display: block;
  }

  .hero-gallery-item-2.mobil-hide {
    display: none;
  }

  .savesion-type-2 {
    margin-left: 16px;
  }

  .gutter-outside-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-3.vreverse.monofacial._530-540.no-padding {
    overflow: hidden;
  }

  .section-3.vreverse.monofacial._530-540.no-padding.mono {
    padding-left: 1em;
    padding-right: 1em;
  }

  .copy-medium-4 {
    width: 100%;
    font-size: 1.4em;
    font-weight: 500;
  }

  .copy-medium-4.lessopacity.madde {
    font-size: 16px;
  }

  .copy-medium-4.vleft.kys {
    font-size: 1.3em;
  }

  .tabs-content {
    padding: 20px 15px 50px;
  }

  .title3-3 {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .title3-3.vleft.politikalar {
    font-size: 1.5em;
  }

  .polititkalaricerikdiv {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .polititkalaricerikdiv.outside {
    padding-left: 0;
    padding-right: 0;
  }

  .politikalarlist {
    left: 10px;
  }

  .politikalarheading {
    padding-bottom: 0;
  }

  .politikalarleft.last {
    font-family: Montserrat, sans-serif;
  }

  .feature-tab-nav-link-2.politikalar.w--current {
    padding-left: 0;
  }

  .container-w1-4.gutter-outside {
    padding-left: 0;
    padding-right: 0;
  }

  .container-w1-4.gutter-outside.vfooter.footer-2 {
    flex-direction: column;
    width: 100%;
  }

  .politikalarparagraph {
    font-size: 1.5em;
  }

  .tabs {
    flex-direction: column;
    order: -1;
    align-items: stretch;
    padding-top: 2rem;
    padding-left: 0;
    display: flex;
  }

  .tabs-menu {
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .paragraph-large {
    font-size: 2.5em;
  }

  .contact-heading {
    font-size: 2.1em;
    line-height: 1.2;
  }

  .container-large.ileti-im-margin {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-regular {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1em;
  }

  .margin-bottom-32 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .icon-medium {
    color: #ff8000;
    display: block;
  }

  .section-large {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-large.hakk-m-zda {
    margin-top: 4em;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-large.ielti-im {
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1em;
    padding-right: 1em;
  }

  .contact-text.evre-politikas {
    font-size: 1.8em;
  }

  .contact-text.evre-politikas.ileti-im {
    font-size: 1.6em;
  }

  .grid-three-column {
    grid-template-rows: auto auto;
  }

  .div-block-95 {
    flex-direction: column;
  }

  .div-block-96 {
    width: 100%;
    display: block;
  }

  .text-field-3 {
    margin-right: 0;
  }

  .grid-two-column {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-94 {
    flex-direction: column;
    width: auto;
  }

  .text-field-2 {
    margin-left: 0;
  }

  .div-block-98 {
    display: none;
  }

  .div-block-99 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .m-logo-section-full {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .div-block-105 {
    display: none;
  }

  .paragraph-6 {
    width: auto;
    font-size: 1rem;
  }

  .div-block-80 {
    width: 100%;
    margin-right: 0;
    padding: 20px;
  }

  .div-block-79 {
    flex-direction: column;
    margin-top: 1em;
    padding: 0 20px 20px;
  }

  .div-block-83 {
    width: 100%;
    margin-left: 0;
  }

  .div-block-107, .div-block-108, .div-block-109 {
    display: none;
  }

  .paragraph-footer {
    width: 100%;
    max-width: none;
  }

  .grid-socials {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .grid-socials.makale {
    display: flex;
  }

  .footer-title-light, .footer-title-light.black {
    display: inline-block;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section-footer.white {
    width: 100%;
  }

  .footer-column {
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-column.politikalar {
    flex-direction: column;
    width: 100%;
    margin-bottom: 2em;
    display: block;
  }

  .footer-column.politikalar.mobile {
    display: none;
  }

  .footer-column.desktop._3em-mrg {
    flex-direction: column;
  }

  .splide__slide.five-cards {
    padding-left: 0;
    padding-right: 0;
  }

  .splide.slider2 {
    padding-left: 0;
    padding-right: 0;
    top: 0;
    left: 0%;
    right: 0%;
  }

  .slider-square._1 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-10 {
    text-align: left;
    font-size: 1.5em;
  }

  .section-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .collection-list {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .collection-list-makaleler {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-112 {
    justify-content: center;
    display: none;
  }

  .div-block-112.mobile {
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .link-block-6 {
    background-color: #ffffff2e;
  }

  .link-block-6.let-m {
    margin-right: 13px;
  }

  .link-block-6.let-m.b2b {
    display: inline-block;
  }

  .link-block-6.let-m.b2b.h-de {
    display: none;
  }

  .link-block-6.let-m._100, .link-block-6._100 {
    justify-content: center;
    width: 100%;
  }

  .text-block-8 {
    font-size: .7rem;
  }

  .div-block-114 {
    margin-bottom: 5em;
  }

  .div-block-121, .div-block-122 {
    display: flex;
  }

  .one-item-list-image {
    padding-left: 10px;
  }

  .one-item-list-tags {
    padding-left: 15px;
  }

  .one-trigger {
    width: 16.6667%;
    padding-right: 20px;
  }

  .one-item-list {
    padding-left: 0;
  }

  .one-name-text {
    font-size: 5vw;
  }

  .one-name {
    width: 83.3333%;
    padding-left: 20px;
  }

  .one-name.white-bg.r-nler {
    padding-left: 0;
  }

  .heading-18 {
    font-size: 1.4em;
  }

  .heading-18.r-nler {
    font-size: 2em;
  }

  .image-36.r-nler {
    width: 90%;
  }

  .image-36.mg-width-100 {
    width: 10rem;
  }

  .heading-21 {
    font-size: 1.2em;
  }

  .text-block-12 {
    font-size: 1.4em;
  }

  .text-block-12.panel {
    font-size: 1.2em;
  }

  .section-8 {
    display: none;
  }

  .div-block-128 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-129 {
    margin-right: 0;
  }

  .heading-22 {
    font-size: 2em;
  }

  .text-block-13 {
    font-size: 1.2em;
  }

  .text-block-13.ozellikler {
    font-size: 1.5em;
    line-height: 1.2;
  }

  .image-37 {
    width: 79%;
    display: block;
  }

  .bold-text, .bold-text-2 {
    font-size: 1.5em;
  }

  .div-block-137 {
    width: 90%;
  }

  .paragraph-9 {
    font-size: 1.5em;
  }

  .div-block-155 {
    flex-direction: column;
    display: none;
  }

  .bold-text-3 {
    font-size: 2em;
    line-height: 1.2;
  }

  .section-10 {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .main {
    margin-left: 0;
    margin-right: 0;
    padding-left: 3em;
    padding-right: 3em;
  }

  .right-block-login {
    width: 100%;
  }

  .submit-button-2 {
    font-size: 1rem;
  }

  .text-block-18.anasayfa {
    padding-left: 0;
  }

  .text-block-18.ileti-im {
    align-self: center;
    font-size: 1.6em;
  }

  .html-embed-8 {
    padding-top: 10px;
    display: block;
  }

  .html-embed-8.black {
    align-self: center;
    display: block;
  }

  .html-embed-8.black.numara {
    align-self: center;
    padding-top: 10px;
    display: block;
  }

  .html-embed-9, .html-embed-9.black {
    padding-top: 10px;
    display: block;
  }

  .html-embed-9.black.mail {
    align-self: center;
    padding-top: 10px;
    display: block;
  }

  .html-embed-10 {
    width: 50px;
    height: auto;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .div-block-168 {
    margin-right: 0;
  }

  .div-block-169 {
    margin-left: 0;
  }

  .bold-text-6 {
    font-size: 18px;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .body-2 {
    padding-bottom: 0;
  }

  .nav-2 {
    z-index: 1000001;
  }

  .hero {
    align-items: flex-start;
    height: 80vh;
  }

  .hero-headline.bifacial-bg {
    display: none;
  }

  .image-container {
    display: flex;
    top: -45%;
    left: auto;
    right: auto;
  }

  .hero-image.bifacial {
    width: 250px;
    margin-top: 0;
  }

  .hero-image.bifacial.bifacial-1 {
    height: 600px;
    margin-top: 0;
  }

  .sub-hero {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .container-2.centered, .container-2.section3 {
    margin-top: 0;
  }

  .container-2.white {
    margin-bottom: 3em;
  }

  .paragraph {
    font-size: 18px;
  }

  .video-heading {
    font-size: 32px;
  }

  .video-cta {
    font-size: .8rem;
  }

  .section3 {
    margin-top: 50px;
  }

  .about-subheading {
    font-size: 16px;
  }

  .big-heading, .big-heading.heading {
    font-size: 45px;
  }

  .paragraph-10.section3 {
    margin-top: 20px;
    font-size: 18px;
  }

  .grid-item._3 {
    display: none;
  }

  .grid-item._2.mobile {
    margin-left: 0;
  }

  .grid-item._2.bifacial-mobile {
    display: none;
  }

  .grid-item._1 {
    margin-left: 0;
  }

  .grid-item.wide {
    width: 100%;
  }

  .grid-item.wide.mobile {
    width: auto;
  }

  .headphones-image {
    width: 80%;
    height: 80%;
    margin-top: 20%;
  }

  .content-wrapper {
    top: 60px;
  }

  .section4 {
    margin-top: 0;
  }

  .grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 60px;
    display: grid;
  }

  .grid-text {
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
  }

  .grid-text.s6 {
    font-size: 18px;
  }

  .grid-text.mobile {
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
  }

  .grid-text.hide {
    display: none;
  }

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

  .grid-6 {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }

  .grid-item-s6.mobile-hide {
    display: none;
  }

  .section9 {
    padding-top: 200px;
    overflow: hidden;
  }

  .paragraph-11.section3 {
    margin-top: 40px;
    margin-bottom: 1em;
    font-size: 18px;
  }

  .section-12, .men-hide-men-show {
    display: none;
  }

  .div-block-174 {
    margin-top: 1em;
  }

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

  .text-block-30 {
    font-size: .9rem;
  }

  .text-block-30.v2 {
    margin-left: 1rem;
    font-size: 1rem;
  }

  .bold-text-9 {
    font-size: 18px;
  }

  .text-block-31 {
    font-size: .9rem;
  }

  .bold-text-10 {
    font-size: 1.5em;
  }

  .div-block-177 {
    font-size: .9rem;
  }

  .text-block-32.v2 {
    margin-left: .5rem;
    font-size: 1rem;
  }

  .title3-5, .title3-6 {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
  }

  .title3-6.vleft.margin {
    margin-top: 0;
    font-size: 1.6em;
  }

  .div-block-188.left {
    width: 100%;
  }

  .div-block-191 {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-191.lessmargin.white {
    grid-row-gap: 0px;
  }

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

  .title4-4.margin {
    text-align: left;
  }

  .extra-large-3 {
    font-size: 2.8em;
  }

  .extra-large-3.text-medium, .extra-large-3.text-medium.white, .extra-large-3.text-medium, .extra-large-3.text-medium, .extra-large-3.text-medium.white, .extra-large-3.text-medium, .extra-large-3.text-medium.white {
    font-size: 3em;
  }

  .image-45 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-45.vmorepadding.mobile {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-45.vmorepadding {
    max-width: 100%;
  }

  .title5-6.lessopacity.madde {
    font-size: 1.2em;
  }

  .specs-wrapper-4.mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .bar-1-4 {
    width: 20px;
  }

  .div-block-221.left {
    width: 100%;
  }

  .div-block-221.right {
    width: 100%;
    margin-left: 0;
  }

  .bar-2-4 {
    width: 20px;
  }

  .div-block-223 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-223.mobile {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-225 {
    padding: 1rem;
  }

  .div-block-226 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-226.vreversecolumn {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-229 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-block-230 {
    justify-content: flex-start;
    padding: 0;
  }

  .div-block-230.vurunler {
    width: 100%;
  }

  .div-block-231 {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-231.lessmargin.white {
    grid-row-gap: 0px;
  }

  .div-block-231.white {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .div-block-231.white.tablet {
    width: 100%;
    overflow: hidden;
  }

  .image-48 {
    max-width: 90%;
  }

  .div-block-235.v2 {
    margin-bottom: 0;
  }

  .div-block-237.v2 {
    width: 28%;
    margin-bottom: 0;
    padding: .5rem;
  }

  .div-block-239 {
    width: 100%;
  }

  .heading-26 {
    font-size: 24px;
  }

  .div-block-240 {
    margin-top: 20px;
  }

  .div-block-241 {
    overflow: hidden;
  }

  .div-block-245 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-247 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-247.vreversecolumn {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .div-block-250 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .div-block-251 {
    justify-content: flex-start;
    padding: 0;
  }

  .div-block-251.vurunler {
    width: 100%;
  }

  .div-block-252 {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-252.lessmargin.white {
    grid-row-gap: 0px;
  }

  .div-block-252.white {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .div-block-255 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-257 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-257.vurun {
    align-items: center;
    max-width: 100%;
    padding-top: 0;
  }

  .div-block-260 {
    justify-content: flex-start;
    padding: 0;
  }

  .div-block-260.vurunler {
    width: 100%;
  }

  .div-block-261 {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-264 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-265 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-265.vreversecolumn {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .div-block-267 {
    justify-content: flex-start;
    padding: 0;
  }

  .div-block-267.vurunler {
    width: 100%;
  }

  .div-block-268 {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-268.white {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .div-block-271 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-273 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-273.vurun {
    align-items: center;
    max-width: 100%;
    padding-top: 0;
  }

  .div-block-276 {
    justify-content: flex-start;
    padding: 0;
  }

  .div-block-276.vurunler {
    width: 100%;
  }

  .div-block-277 {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .section-13 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-280 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-282 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-282.vreversecolumn {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .div-block-285 {
    justify-content: flex-start;
    padding: 0;
  }

  .div-block-285.vurunler {
    width: 100%;
  }

  .div-block-286 {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-286.white {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .div-block-289 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-291 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-291.vurun {
    align-items: center;
    max-width: 100%;
    padding-top: 0;
  }

  .div-block-294 {
    justify-content: flex-start;
    padding: 0;
  }

  .div-block-294.vurunler {
    width: 100%;
  }

  .section-14 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-297 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-299 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-299.vreversecolumn {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .div-block-302 {
    justify-content: flex-start;
    padding: 0;
  }

  .div-block-302.vurunler {
    width: 100%;
  }

  .section-15 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-305 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-306 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-306.vurun {
    align-items: center;
    max-width: 100%;
    padding-top: 0;
  }

  .div-block-308 {
    justify-content: flex-start;
    padding: 0;
  }

  .div-block-308.vurunler {
    width: 100%;
  }

  .section-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .div-block-311 {
    max-width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-313 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-313.vreversecolumn {
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .div-block-316 {
    justify-content: flex-start;
    padding: 0;
  }

  .div-block-316.vurunler {
    width: 100%;
  }

  .div-block-317 {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .div-block-317.white {
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .html-embed-15 {
    width: 35px;
  }

  .div-block-320 {
    padding-left: 2em;
    padding-right: 2em;
    overflow: hidden;
  }

  .bold-text-13 {
    font-size: 2em;
  }

  .div-block-322 {
    background-position: 50%;
    background-size: 260px;
    align-items: flex-start;
    width: 98%;
    height: 15vh;
    display: none;
  }

  .div-block-323 {
    text-align: center;
    line-height: 1.2;
    display: none;
    top: 10%;
  }

  .div-block-323.mobile {
    display: block;
    top: 20%;
  }

  .text-block-33 {
    font-size: 2.5rem;
  }

  .heading-27 {
    font-size: 2em;
  }

  .div-block-325 {
    width: 100%;
  }

  .bold-text-15 {
    color: var(--text-dark);
  }

  .navbar {
    z-index: 2147483647;
    background-color: #0000;
    display: block;
  }

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

  .icon-2 {
    color: #ff8000;
    justify-content: flex-end;
    display: flex;
  }

  .brand {
    align-self: center;
    width: 50%;
  }

  .container-3 {
    display: flex;
  }

  .menu-button {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    height: 2.7rem;
  }

  .menu-button:hover, .menu-button:active, .menu-button:focus, .menu-button:focus-visible, .menu-button[data-wf-focus-visible] {
    background-color: #0000003b;
  }

  .menu-button.w--open {
    z-index: 123;
    background-color: #0000;
  }

  .nav-menu {
    color: var(--floral-white);
    background-color: #000;
    border-radius: 14px;
    flex-direction: column;
    width: 100%;
    margin-top: -7px;
    display: block;
  }

  .nav-link {
    color: var(--floral-white);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1rem;
    font-weight: 500;
  }

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

  .nav-link:visited {
    color: var(--dark-orange);
    display: block;
  }

  .nav-link.w--current {
    display: block;
  }

  .nav-link.tblt.w--current {
    display: none;
  }

  .nav-link-2 {
    color: #fff;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1rem;
    display: block;
  }

  .nav-link-2:hover {
    color: #fff;
  }

  .nav-link-2:active {
    color: var(--floral-white);
  }

  .nav-link-2:visited {
    color: var(--dark-orange);
  }

  .nav-link-2.tblt {
    display: none;
  }

  .nav-link-3 {
    color: #fffbf5;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1rem;
    display: block;
  }

  .nav-link-3:hover, .nav-link-3:active {
    color: var(--floral-white);
  }

  .nav-link-3:focus {
    color: #fff;
  }

  .nav-link-4, .nav-link-5 {
    color: var(--floral-white);
    margin-bottom: 10px;
    padding: 10px;
    font-size: 1rem;
    display: block;
  }

  .section-19 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .text-block-34 {
    font-size: 1em;
  }

  .text-block-34.ar-ge {
    font-size: 1.6em;
  }

  .text-block-34.hakk-mz-da {
    font-size: 1.1em;
  }

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

  .div-block-327 {
    height: 300px;
  }

  .div-block-328 {
    padding: 1rem;
  }

  .text-block-35 {
    padding-left: 1em;
    font-size: 1rem;
  }

  .text-block-35.eva {
    font-size: 1rem;
  }

  .heading-28 {
    margin-bottom: 1rem;
  }

  .heading-28.head-1 {
    font-size: 2.5em;
  }

  .heading-28.eva {
    margin-bottom: 1rem;
    font-size: 2.5em;
  }

  .heading-28.h-cre {
    padding-left: .6em;
    font-size: 2.5em;
  }

  .paragraph-14, .paragraph-14.eva, .paragraph-15, .paragraph-16 {
    font-size: 1.8em;
  }

  .div-block-330 {
    padding-right: 0;
  }

  .image-57.test.solar-glass {
    max-width: 100%;
  }

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

  .grid-11.ba-lang {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-333.uv {
    width: 30px;
  }

  .text-block-36 {
    font-size: 1rem;
  }

  .text-block-37 {
    font-size: 1rem;
    line-height: 1.1;
  }

  .text-block-38.seo-metinleri-alt {
    padding-bottom: 1rem;
    font-size: 2rem;
  }

  .div-block-337.seo-metinleri {
    flex-direction: column;
    margin: 1rem;
    padding: 2rem 1rem 0;
  }

  .image-58 {
    max-width: 100%;
  }

  .div-block-341 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .form-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .section-stage-2 {
    min-height: auto;
    display: flex;
  }

  .image-61 {
    width: 15rem;
  }

  .image-62 {
    width: auto;
  }

  .div-block-362 {
    margin-top: 2rem;
  }

  .image-63 {
    display: none;
  }

  .image-64 {
    margin-top: 1rem;
  }

  .section-20 {
    padding-top: 3.9rem;
  }

  .div-block-363 {
    justify-content: flex-start;
    width: 90%;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h1-hero {
    width: 100%;
    font-size: 1.5rem;
  }

  .link.v2-text {
    align-self: flex-start;
    margin-top: 1rem;
    line-height: 1.4em;
  }

  .text-block-42 {
    font-size: .8rem;
  }

  .div-block-373 {
    flex-direction: column;
  }

  .blog-thumbnail-x-small {
    width: 100%;
  }

  .blog-card-small {
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1rem;
  }

  .blog-card-small.w--current {
    width: 100%;
    margin-bottom: 1rem;
  }

  .div-block-380 {
    padding-top: 0;
  }

  .heading-46 {
    font-size: 2.75em;
  }

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

  .div-block-385 {
    padding: .5rem;
  }

  .grid-18 {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .div-block-387 {
    height: 150px;
  }

  .collection-list-3 {
    flex-direction: column;
  }

  .div-block-389 {
    flex-direction: row;
  }

  .html-embed-15-black {
    width: 35px;
  }

  .heading-59 {
    font-size: 9rem;
  }

  .image-75 {
    max-width: 3rem;
  }

  .image-76 {
    max-width: 7rem;
  }

  .button-header, .button-primary {
    width: 100%;
  }

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

  .banner {
    display: none;
  }

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

  .nav-button-wrap {
    display: none;
  }

  .dropdown-block-link, .dropdown-block-small {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-423 {
    display: none;
  }

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

  .link-2 {
    color: var(--floral-white);
    width: 100%;
    padding: 10px;
    font-family: Manrope, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
  }

  .grid-text-v2 {
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
  }

  .grid-text-v2.s6 {
    font-size: 18px;
  }

  .grid-text-v2.mobile {
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
  }

  .grid-text-v2.hide {
    display: none;
  }

  .div-block-430 {
    padding-bottom: 7px;
  }

  .div-block-431 {
    flex-direction: column;
    font-size: .8rem;
  }

  .section-33 {
    padding: 1rem;
    display: none;
  }

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

  .div-block-433 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .image-77 {
    display: none;
  }

  .text-block-61 {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5em;
  }
}

#w-node-cc1ec037-6e0e-7c23-0b53-c23ebe097232-4693149c, #w-node-_74e91045-e3b0-eff7-1edc-0036b7443391-4693149c, #w-node-c1d2af7e-55ec-ae77-a522-fb7f77770ae0-4693149c, #w-node-fe96a9ff-cc72-7e4b-b1b9-9f77e1bde2e6-4693149c, #w-node-b92989c7-541f-1fb5-0a5d-85540897208c-4693149c, #w-node-_52b850dd-b304-0816-95f8-74faa6a6a224-4693149c, #w-node-fd6eff3c-b392-6cec-d679-dc390d1bd55f-4693149c, #w-node-_185f8623-5049-e8e5-b5df-340f56b48d78-4693149c, #w-node-_2ad6b713-c761-d606-a2a2-6973e0baa1cd-4693149c, #w-node-dd342cfe-7de0-9134-4fef-e64ee6f441b4-4693149c, #w-node-dd342cfe-7de0-9134-4fef-e64ee6f441b7-4693149c, #w-node-dd342cfe-7de0-9134-4fef-e64ee6f441bd-4693149c, #w-node-_0a4aaebe-c448-fced-e359-53e28fd519df-4693149c, #w-node-_0a4aaebe-c448-fced-e359-53e28fd519e2-4693149c, #w-node-_0a4aaebe-c448-fced-e359-53e28fd519e8-4693149c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a91650f-2d69-8766-a511-4522d3244eb2-4693149c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_2a91650f-2d69-8766-a511-4522d3244eb5-4693149c, #w-node-_2a91650f-2d69-8766-a511-4522d3244ebb-4693149c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f17b5ab9-f491-debb-fc08-fa18d91bf797-4693149c, #w-node-afdc1bce-eda7-ce28-1d21-1d07075699c9-4693149c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb6e7609-02f9-141d-db41-6ad9573b9782-a21791ad, #w-node-fda309e7-fc6f-ac8b-8bed-ff9f770761c5-a21791ad {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fb6e7609-02f9-141d-db41-6ad9573b97ad-a21791ad {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4c9854df-15ad-f2e3-404d-827d03180920-4693149d, #art-lab.w-node-_2607a4d6-d493-cd5d-1e28-3fd497975df1-4693149d, #hucre-verimlilik.w-node-_1593432e-bfd9-fdc3-530a-3e21cdfbbd21-4693149d, #w-node-_4f2c64a1-04a6-c01a-8fae-8d28fbe3604a-4693149d, #w-node-ac7b2059-91c4-f724-8ec3-62b84581e0d6-4693149d, #aluminyum-cerceve.w-node-_62dd7b05-8380-9da1-da0d-894d02fb3c90-4693149d, #w-node-_62dd7b05-8380-9da1-da0d-894d02fb3c96-4693149d, #w-node-_62dd7b05-8380-9da1-da0d-894d02fb3c9c-4693149d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c51edd1-2b44-6616-9b72-76aaeea40da2-4693149d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2b35b32e-3deb-0695-e6ae-8dcdbd4a022e-4693149d, #w-node-_19e1df0d-8009-42cc-78cf-5c9865487c07-4693149d, #eva.w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00ee5-4693149d, #w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00ef7-4693149d, #solar-cam.w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00ef8-4693149d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00efe-4693149d, #w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00f0d-4693149d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#ribbon-soyma-testi.w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00f0f-4693149d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00f16-4693149d, #w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00f1f-4693149d, #w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00f21-4693149d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00f23-4693149d, #w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00f2c-4693149d, #w-node-_76567bf0-4368-095b-fac2-f7217c2c5733-4693149d, #Potansiyel-Kaynakli-Bozulma.w-node-_76567bf0-4368-095b-fac2-f7217c2c5734-4693149d, #UV-Hizlandirilmis-Yaslandirma-Test-Cihaz.w-node-_76567bf0-4368-095b-fac2-f7217c2c573f-4693149d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76567bf0-4368-095b-fac2-f7217c2c5745-4693149d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#solar-cam-testleri.w-node-_76567bf0-4368-095b-fac2-f7217c2c574d-4693149d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_76567bf0-4368-095b-fac2-f7217c2c5754-4693149d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ebe7f85-c706-8324-616c-5df1e4d6581c-4693149e {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_9ebe7f85-c706-8324-616c-5df1e4d6581e-4693149e, #w-node-_9ebe7f85-c706-8324-616c-5df1e4d65825-4693149e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89eb-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89ed-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89ef-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89f1-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89f3-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89f5-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89f7-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89f9-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89fb-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89fd-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a01-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a05-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a6d-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a6f-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a71-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a73-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a75-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a77-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a79-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a7b-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a7d-4693149e, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a7f-4693149e, #w-node-_1fd23cb1-500b-7067-ee25-7819c17e1ed1-4693149e, #w-node-_1fd23cb1-500b-7067-ee25-7819c17e1ee3-4693149e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1fd23cb1-500b-7067-ee25-7819c17e1ee4-4693149e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2a3e5748-097f-2bf2-5b8d-c629541b8d37-4693149f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07f0dc4d-bae0-9d5b-d9fb-7c8648cad0f5-4693149f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_53df5d7d-0538-ed42-106d-5e0f9ffe3e34-4693149f {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_8b5653d3-1d73-dd82-1836-e6c0e045b52f-4693149f, #w-node-_4cdb7ab6-a29d-f45c-924d-ffcfa5a0152d-469314a1, #w-node-b604abad-7d2d-47d9-622a-156762b975ae-469314a2, #w-node-b604abad-7d2d-47d9-622a-156762b975ba-469314a2, #w-node-b604abad-7d2d-47d9-622a-156762b975c6-469314a2, #w-node-_31ab3fb8-035d-169b-e2f6-73dc90ddedeb-469314a3, #w-node-_31ab3fb8-035d-169b-e2f6-73dc90ddedf7-469314a3, #w-node-_31ab3fb8-035d-169b-e2f6-73dc90ddee04-469314a3, #w-node-a8596b2f-a0a1-37e4-397c-df4d625197b3-469314a3, #w-node-a8596b2f-a0a1-37e4-397c-df4d625197b6-469314a3, #w-node-_279051e1-3f5e-9397-0c38-2573fc05441e-469314a3, #w-node-c02a65b2-794f-7f5b-85d3-aa59eb854f22-469314a4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ebe7f85-c706-8324-616c-5df1e4d6581c-469314a6 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_9ebe7f85-c706-8324-616c-5df1e4d6581e-469314a6, #w-node-_9ebe7f85-c706-8324-616c-5df1e4d65825-469314a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89eb-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89ed-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89ef-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89f1-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89f3-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89f5-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89f7-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89f9-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89fb-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa89fd-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a01-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a05-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a6d-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a6f-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a71-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a73-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a75-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a77-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a79-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a7b-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a7d-469314a6, #w-node-_4928bc25-fd1a-7b17-ad8d-8dfcddfa8a7f-469314a6, #w-node-_0a5d4d4e-e119-19b0-f6f6-8d2963c8f32c-469314a6, #w-node-_0a5d4d4e-e119-19b0-f6f6-8d2963c8f33e-469314a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a5d4d4e-e119-19b0-f6f6-8d2963c8f33f-469314a6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7935c2b8-a282-3ff4-5a91-056f385e353b-469314a7 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

#w-node-_7935c2b8-a282-3ff4-5a91-056f385e3555-469314a7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_99feb19d-cdf4-c7cf-256d-b5aa44cb3562-469314a9, #w-node-_99feb19d-cdf4-c7cf-256d-b5aa44cb3563-469314a9, #w-node-_01dce27e-d699-40fc-6efc-7d5f11e2b7fc-469314a9, #w-node-_01dce27e-d699-40fc-6efc-7d5f11e2b7fd-469314a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_01dce27e-d699-40fc-6efc-7d5f11e2b829-469314a9, #w-node-_01dce27e-d699-40fc-6efc-7d5f11e2b833-469314a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1f6be687-b72c-3db8-41e4-961705eddb16-469314a9, #w-node-_062fe112-5ae2-06c5-cc08-5fddbf5d204a-469314a9, #w-node-_062fe112-5ae2-06c5-cc08-5fddbf5d2076-469314a9, #w-node-cca4a4e6-4afd-75b9-e651-da9079ed3349-469314a9, #w-node-cca4a4e6-4afd-75b9-e651-da9079ed334a-469314a9, #w-node-_01c83394-0305-b617-e3be-f4791109f49e-469314a9, #w-node-_01c83394-0305-b617-e3be-f4791109f4e3-469314a9, #w-node-de9724df-4adb-e19d-2e17-87f628cafffc-469314a9, #w-node-de9724df-4adb-e19d-2e17-87f628cafffd-469314a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4fd5c9c5-d9f3-0a8b-d08c-4a88ee1bb08f-469314a9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4fd5c9c5-d9f3-0a8b-d08c-4a88ee1bb093-469314a9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_888b91e8-7a7b-f9ff-48e7-4cbd399410a9-469314a9, #w-node-_888b91e8-7a7b-f9ff-48e7-4cbd39941159-469314a9, #w-node-_888b91e8-7a7b-f9ff-48e7-4cbd39941206-469314a9, #w-node-b0583e4f-668b-ba96-4776-f9c760d52fea-08fa105d, #w-node-b0583e4f-668b-ba96-4776-f9c760d52ff0-08fa105d, #w-node-b0583e4f-668b-ba96-4776-f9c760d52ff6-08fa105d, #w-node-b0583e4f-668b-ba96-4776-f9c760d52ffc-08fa105d, #w-node-b0583e4f-668b-ba96-4776-f9c760d53002-08fa105d, #w-node-b0583e4f-668b-ba96-4776-f9c760d5300b-08fa105d, #w-node-_4e37bfdc-6ce9-ac8d-e857-a3d1d6e9e701-846707f5, #w-node-_34aa1de8-eabd-575c-8353-1326b3f39617-846707f5, #w-node-f3b491b8-70b8-f4f4-7d51-57cda65c3ed9-846707f5, #w-node-f451e912-d269-06da-7da6-5a035cfc7137-a368a504, #w-node-_403eff87-477c-777e-87e1-f8474982087d-a368a504, #w-node-fae7e7e0-4faf-35c2-446c-b4a3d6ae0459-a368a504, #w-node-b02b2e94-9278-294e-0965-bc2ae8a2cf3f-a368a504, #w-node-b02b2e94-9278-294e-0965-bc2ae8a2cf41-a368a504, #w-node-b02b2e94-9278-294e-0965-bc2ae8a2cf44-a368a504, #w-node-_5823286f-4acd-0035-3f43-dbe71b0369b2-a368a504, #w-node-_5823286f-4acd-0035-3f43-dbe71b0369b3-a368a504, #w-node-_5823286f-4acd-0035-3f43-dbe71b0369b4-a368a504, #w-node-_5c595fd4-8341-944e-bea9-12402d04fcf7-a368a504 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c1a3d06d-3af5-45eb-d867-4c4ec392a37e-a368a504, #w-node-_5f3e943f-7042-6348-19dc-2a6fa7b05dc3-a368a504 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d13daaa0-57c5-485f-b35f-84d56196a0be-a368a504 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_92cf31de-ddbd-7975-10ce-9b749339810f-932bb1e6, #w-node-ee3611b6-d1b6-1385-19bb-25887b31d213-932bb1e6, #w-node-b604abad-7d2d-47d9-622a-156762b975ae-2c7f528e, #w-node-b604abad-7d2d-47d9-622a-156762b975ba-2c7f528e, #w-node-b604abad-7d2d-47d9-622a-156762b975c6-2c7f528e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-fb6e7609-02f9-141d-db41-6ad9573b9782-a21791ad, #w-node-fda309e7-fc6f-ac8b-8bed-ff9f770761c5-a21791ad, #w-node-fb6e7609-02f9-141d-db41-6ad9573b9793-a21791ad, #w-node-_4f2c64a1-04a6-c01a-8fae-8d28fbe3604a-4693149d, #w-node-ac7b2059-91c4-f724-8ec3-62b84581e0d6-4693149d, #w-node-_62dd7b05-8380-9da1-da0d-894d02fb3c96-4693149d, #w-node-_62dd7b05-8380-9da1-da0d-894d02fb3c9c-4693149d, #w-node-_76567bf0-4368-095b-fac2-f7217c2c5754-4693149d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1fd23cb1-500b-7067-ee25-7819c17e1ed1-4693149e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1fd23cb1-500b-7067-ee25-7819c17e1ee3-4693149e {
    grid-column: span 7 / span 7;
  }

  #w-node-_1fd23cb1-500b-7067-ee25-7819c17e1f03-4693149e, #w-node-_53df5d7d-0538-ed42-106d-5e0f9ffe3e34-4693149f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b604abad-7d2d-47d9-622a-156762b975c6-469314a2, #w-node-_31ab3fb8-035d-169b-e2f6-73dc90ddee04-469314a3 {
    grid-column: span 2 / span 2;
  }

  #w-node-_0a5d4d4e-e119-19b0-f6f6-8d2963c8f32c-469314a6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0a5d4d4e-e119-19b0-f6f6-8d2963c8f33e-469314a6 {
    grid-column: span 7 / span 7;
  }

  #w-node-_0a5d4d4e-e119-19b0-f6f6-8d2963c8f35a-469314a6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b604abad-7d2d-47d9-622a-156762b975c6-2c7f528e {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fb6e7609-02f9-141d-db41-6ad9573b9782-a21791ad, #w-node-_1fd23cb1-500b-7067-ee25-7819c17e1ed1-4693149e, #w-node-_0a5d4d4e-e119-19b0-f6f6-8d2963c8f32c-469314a6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2a91650f-2d69-8766-a511-4522d3244eb2-4693149c {
    grid-column: span 1 / span 1;
  }

  #w-node-fb6e7609-02f9-141d-db41-6ad9573b9782-a21791ad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb6e7609-02f9-141d-db41-6ad9573b9793-a21791ad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4cec0e76-35cf-b0f5-4cc1-dc01c4f8cb10-4693149d, #w-node-_93c09edb-fbf2-e4d3-8754-952a30ac8dd4-4693149d, #w-node-_60d929b1-0fdb-d3cb-5843-2b1e27924d70-4693149d, #w-node-_4c9854df-15ad-f2e3-404d-827d03180920-4693149d, #art-lab.w-node-_2607a4d6-d493-cd5d-1e28-3fd497975df1-4693149d, #hucre-verimlilik.w-node-_1593432e-bfd9-fdc3-530a-3e21cdfbbd21-4693149d, #aluminyum-cerceve.w-node-_62dd7b05-8380-9da1-da0d-894d02fb3c90-4693149d, #w-node-_2b35b32e-3deb-0695-e6ae-8dcdbd4a022e-4693149d, #w-node-_19e1df0d-8009-42cc-78cf-5c9865487c07-4693149d, #eva.w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00ee5-4693149d, #w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00ef7-4693149d, #solar-cam.w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00ef8-4693149d, #ribbon-soyma-testi.w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00f0f-4693149d, #w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00f23-4693149d, #w-node-_3843cc1f-3aad-b71c-5356-bebc8fc00f2c-4693149d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1fd23cb1-500b-7067-ee25-7819c17e1ed1-4693149e {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_1fd23cb1-500b-7067-ee25-7819c17e1f03-4693149e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_07f0dc4d-bae0-9d5b-d9fb-7c8648cad0f5-4693149f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b604abad-7d2d-47d9-622a-156762b975c6-469314a2, #w-node-_31ab3fb8-035d-169b-e2f6-73dc90ddee04-469314a3 {
    grid-column: span 1 / span 1;
  }

  #w-node-a8596b2f-a0a1-37e4-397c-df4d625197b6-469314a3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9ebe7f85-c706-8324-616c-5df1e4d6581e-469314a6, #w-node-_9ebe7f85-c706-8324-616c-5df1e4d65825-469314a6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_0a5d4d4e-e119-19b0-f6f6-8d2963c8f32c-469314a6 {
    grid-area: span 1 / span 7 / span 1 / span 7;
  }

  #w-node-_0a5d4d4e-e119-19b0-f6f6-8d2963c8f35a-469314a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b604abad-7d2d-47d9-622a-156762b975c6-2c7f528e {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Bold.ttf') format('truetype'), url('../fonts/Manrope-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}