@import url('https://fonts.googleapis.com/css?family=Inter:400,500,600,700&display=swap');
@import "/themes/custom/feza_gursey/css/global-defaults.css";
/* Global mixins*/
.fitimg {
  width: 100%;
  height: auto;
  display: block;
}
.fit {
  float: left;
  width: 100%;
}
/* Variables */
:root {
  --fg-blue: #154377;
  --fg-red: #E20A17;
  --fg-blue-dark: #154377;
  --fg-livid: #5E6E78;
  --fg-livid-light: #AFB7BC;
  --fg-white: #D6D6DD;
  --fg-black: #111111;
  --fg-gray: #838383;
  --fg-gray-dark: #333333;
  --fg-gray-light: #E0E0E0;
  --fg-font-size: 14px;
  --fg-round: 16px;
}
.roundit {
  -webkit-border-radius: var(--fg-round);
  -moz-border-radius: var(--fg-round);
  border-radius: var(--fg-round);
}
/* Form objects */
.button {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: var(--fg-livid);
  font-size: .9rem;
  font-weight: 600;
  color: #FFF;
  padding: 10px 65px 10px 40px;
  display: flex;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: none;
  font-size: var(--fg-font-size);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  font-family: 'Inter', sans-serif;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDcyIDcyIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0yNi43MyA1OS43NiA0Ni4yOSA0MC4yYzIuMzEtMi4zMSAyLjMxLTYuMDkgMC04LjRMMjYuNzMgMTIuMjQiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.button:hover {
  background-color: var(--fg-blue);
}
.buttonBlue {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: var(--fg-blue);
  font-size: .9rem;
  font-weight: 600;
  color: #FFF;
  padding: 15px 65px 15px 40px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDcyIDcyIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0yNi43MyA1OS43NiA0Ni4yOSA0MC4yYzIuMzEtMi4zMSAyLjMxLTYuMDkgMC04LjRMMjYuNzMgMTIuMjQiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.buttonWhite {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #FFF;
  font-size: .9rem;
  font-weight: 600;
  color: var(--fg-blue);
  padding: 15px 65px 15px 40px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' fill='none' viewBox='0 0 72 72'%3e%3cpath stroke='%23154377' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='3' d='M26.73 59.76 46.29 40.2c2.31-2.31 2.31-6.09 0-8.4L26.73 12.24' opacity='.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.js-form-type-textfield,
.js-form-type-textarea,
.js-form-type-email,
.js-form-type-number,
.js-form-type-tel,
.js-form-type-url,
.js-form-type-select,
.js-form-type-search,
.js-form-type-password .js-form-type-date,
.js-form-type-password {
  margin-bottom: 20px;
}
.js-form-type-textfield > label,
.js-form-type-textarea > label,
.js-form-type-email > label,
.js-form-type-number > label,
.js-form-type-tel > label,
.js-form-type-url > label,
.js-form-type-select > label,
.js-form-type-search > label,
.js-form-type-password .js-form-type-date > label,
.js-form-type-password > label {
  margin-left: 10px;
}
.form-text,
.form-textarea,
.form-search,
.form-email,
.form-number,
.form-tel,
.form-url,
.form-date {
  padding: 5px 20px;
  border: none;
  width: 100%;
  box-sizing: border-box;
  font-family: 'Inter', sans-serif;
  border: 1px solid var(--fg-gray-light);
  background: none;
  font-size: 1rem;
  height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.form-text:focus,
.form-textarea:focus,
.form-search:focus,
.form-email:focus,
.form-number:focus,
.form-tel:focus,
.form-url:focus,
.form-date:focus {
  border: 1px solid var(--fg-gray);
}
.form-date {
  padding-right: 5px;
  min-width: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cpath fill='%23D6D6DD' d='M5.833 1.667h.834A.833.833 0 0 1 7.5 2.5v.833h4.167V2.5a.834.834 0 0 1 .833-.833h.833a.833.833 0 0 1 .834.833v.833a2.5 2.5 0 0 1 2.5 2.5V15a2.5 2.5 0 0 1-2.5 2.5H5A2.5 2.5 0 0 1 2.5 15V5.833a2.5 2.5 0 0 1 2.5-2.5V2.5a.833.833 0 0 1 .833-.833ZM12.5 3.333h.833V2.5H12.5v.833Zm-5.833 0V2.5h-.834v.833h.834ZM5 4.167a1.667 1.667 0 0 0-1.667 1.666v.834h12.5v-.834a1.667 1.667 0 0 0-1.666-1.666H5ZM3.333 15A1.667 1.667 0 0 0 5 16.667h9.167A1.667 1.667 0 0 0 15.833 15V7.5h-12.5V15ZM10 10.833h4.167V15H10v-4.167Zm.833.834v2.5h2.5v-2.5h-2.5Z'/%3e%3c/svg%3e");
  background-position: right 7px center;
  background-repeat: no-repeat;
  background-size: 16px auto;
}
.form-date::-webkit-calendar-picker-indicator {
  background: none;
}
.form-time {
  border-left: none;
  padding-right: 10px;
  min-width: auto;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23D6D6DD' d='M10 0c5.523 0 10 4.477 10 10s-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0Zm0 1.395a8.605 8.605 0 1 0 0 17.21 8.605 8.605 0 0 0 0-17.21Zm-.93 4.186c.385 0 .697.313.697.698v4.884h4.884a.698.698 0 0 1 0 1.395H9.07a.698.698 0 0 1-.698-.698V6.28c0-.386.312-.699.698-.699Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h20v20H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-position: right 11px center;
  background-repeat: no-repeat;
  background-size: 13px auto;
}
.form-time::-webkit-calendar-picker-indicator {
  background: none;
}
.field--type-datetime > .js-form-item {
  border: none;
}
.field--type-datetime > .js-form-item .fieldset-wrapper > div {
  display: flex;
  align-items: center;
}
.form-textarea {
  min-height: 80px;
  font-family: 'Inter', sans-serif;
}
.form-select {
  padding: 5px 40px 5px 20px;
  font-size: 1rem;
  height: 40px;
  width: 100%;
  border: 1px solid var(--fg-gray-light);
  font-family: 'Inter', sans-serif;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='12' fill='none' viewBox='0 0 24 12'%3e%3cpath stroke='%23CCC' stroke-linecap='round' stroke-width='3' d='m2 2 10 8 10-8'/%3e%3c/svg%3e");
  background-size: auto 8px;
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.form-select:focus {
  border: 1px solid var(--fg-gray);
}
.form-select option {
  font-size: .8rem;
}
.form-radio {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--fg-gray-light);
  width: 16px;
  height: 16px;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transform: translate(5px, 2px);
  -moz-transform: translate(5px, 2px);
  -o-transform: translate(5px, 2px);
  -ms-transform: translate(5px, 2px);
  transform: translate(5px, 2px);
}
.form-radio + label {
  padding-left: 7px;
  cursor: pointer;
}
.form-radio:hover,
.form-radio:focus {
  border-color: var(--fg-gray);
  cursor: pointer;
}
.form-radio:checked {
  background: var(--fg-gray);
  border: 1px solid var(--fg-gray);
}
.form-checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid var(--fg-gray-light);
  width: 16px;
  height: 16px;
  outline: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-transform: translate(5px, 2px);
  -moz-transform: translate(5px, 2px);
  -o-transform: translate(5px, 2px);
  -ms-transform: translate(5px, 2px);
  transform: translate(5px, 2px);
}
.form-checkbox + label {
  padding-left: 7px;
  cursor: pointer;
}
.form-checkbox:hover,
.form-checkbox:focus {
  border-color: var(--fg-gray);
  cursor: pointer;
}
.form-checkbox:checked {
  background: var(--fg-gray);
  border: 1px solid var(--fg-gray);
  /*box-shadow: inset 0 0 0 3px #fff;*/
}
.form-submit {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: var(--fg-livid);
  font-size: .9rem;
  font-weight: 600;
  color: #FFF;
  padding: 10px 65px 10px 40px;
  display: flex;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: none;
  font-size: var(--fg-font-size);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  font-family: 'Inter', sans-serif;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDcyIDcyIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0yNi43MyA1OS43NiA0Ni4yOSA0MC4yYzIuMzEtMi4zMSAyLjMxLTYuMDkgMC04LjRMMjYuNzMgMTIuMjQiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.form-submit:hover {
  background-color: var(--fg-blue);
}
.black-overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.3);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  --webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.black-overlay.active {
  opacity: 1;
  pointer-events: all;
}
/* Default objects */
.description {
  font-size: .8rem;
}
h1 {
  font-weight: 600;
  font-size: 2.25rem;
  color: var(--fg-blue);
  margin-top: 0;
}
@media screen and (max-width: 900px) {
  h1 {
    font-size: 1.6rem;
    line-height: 150%;
    padding-right: 30px;
  }
}
h2 {
  font-weight: 600;
  font-size: 2rem;
  color: var(--fg-blue);
}
h3 {
  font-weight: 600;
  font-size: 1.25rem;
  color: var(--fg-blue);
}
.swiper {
  margin: 0;
}
.swiper-pagination-bullet {
  background-color: var(--fg-gray-light);
  width: 15px;
  height: 15px;
  margin: 10px 5px;
  opacity: 1 !important;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--fg-blue);
}
.pagination-wrapper {
  display: flex;
  align-items: center;
}
.pagination-wrapper .pagination-inner {
  order: 2;
}
.pagination-wrapper .swiper-pagination-next {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  cursor: pointer;
  order: 3;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='83' height='83' fill='none' viewBox='0 0 83 83'%3e%3cpath stroke='%230A619B' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='5' d='m30.814 68.89 22.548-22.548c2.663-2.663 2.663-7.02 0-9.684L30.814 14.11'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.pagination-wrapper .swiper-pagination-prev {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  cursor: pointer;
  order: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='83' height='83' fill='none' viewBox='0 0 83 83'%3e%3cpath stroke='%230A619B' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='5' d='M52.186 14.11 29.638 36.658c-2.663 2.663-2.663 7.02 0 9.684L52.186 68.89'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.swiper-pagination-bullets {
  display: flex;
  align-items: center;
}
.field--name-field-media-oembed-video {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 0;
  -webkit-border-radius: var(--fg-round);
  -moz-border-radius: var(--fg-round);
  border-radius: var(--fg-round);
  overflow: hidden;
}
.field--name-field-media-oembed-video .video-close {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #FFF;
  right: 1px;
  top: 1px;
  cursor: pointer;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
  z-index: 99;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none' viewBox='0 0 34 34'%3e%3cpath stroke='%235E6E78' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m12.757 12.728 8.486 8.485m-8.486 0 8.486-8.485'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150% auto;
}
.field--name-field-media-oembed-video iframe {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
table thead tr th {
  text-align: left;
  border-bottom: 1px solid var(--fg-livid);
  padding: 8px;
  font-weight: 600;
  font-size: .9rem;
}
table tbody tr td {
  border-bottom: 1px solid var(--fg-livid-light);
  padding: 8px;
  font-size: .9rem;
}
.view .pager .pager__items {
  margin: 0;
  padding: 50px 0;
  display: flex;
  justify-content: center;
}
.view .pager .pager__items .pager__item a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  font-weight: 600;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-border-radius: var(--fg-round);
  -moz-border-radius: var(--fg-round);
  border-radius: var(--fg-round);
  -webkit-box-shadow: 0px 0px 20px -10px #000000;
  -moz-box-shadow: 0px 0px 20px -10px #000000;
  box-shadow: 0px 0px 20px -10px #000000;
}
.view .pager .pager__items .pager__item a span {
  display: block;
}
.view .pager .pager__items .pager__item a:hover {
  background-color: #EEE;
}
.view .pager .pager__items .pager__item.is-active a {
  background-color: var(--fg-blue);
  color: #FFF;
}
.social-sharing-buttons {
  justify-content: flex-start;
}
.social-sharing-buttons .social-share-label {
  font-weight: 600;
  margin-right: 10px;
  color: var(--fg-livid-light);
  font-size: .8rem;
}
.social-sharing-buttons a {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 10px;
  opacity: .6;
}
.social-sharing-buttons a:hover {
  opacity: 1;
}
.social-sharing-buttons .share-facebook {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%235E6E78' d='M14 13.35h2.143L17 9.75h-3v-1.8c0-.927 0-1.8 1.714-1.8H17V3.126A23.005 23.005 0 0 0 14.551 3c-2.327 0-3.98 1.491-3.98 4.23v2.52H8v3.6h2.571V21H14v-7.65Z'/%3e%3c/svg%3e");
}
.social-sharing-buttons .share-x {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%235E6E78' d='M17.176 5h2.76l-6.03 6.777L21 21h-5.555l-4.35-5.593L6.115 21h-2.76l6.45-7.25L3 5h5.695l3.932 5.113L17.174 5h.002Zm-.969 14.375h1.53L7.864 6.54h-1.64l9.983 12.836Z'/%3e%3c/svg%3e");
}
.social-sharing-buttons .share-linkedin {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%235E6E78' d='M6.94 5a2 2 0 1 1-4-.002 2 2 0 0 1 4 .002ZM7 8.48H3V21h4V8.48Zm6.32 0H9.34V21h3.94v-6.57c0-3.66 4.77-4 4.77 0V21H22v-7.93c0-6.17-7.06-5.94-8.72-2.91l.04-1.68Z'/%3e%3c/svg%3e");
}
.social-sharing-buttons .share-email {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%235E6E78' d='M4.875 3.75A3.375 3.375 0 0 0 1.5 7.125v9.75a3.375 3.375 0 0 0 3.375 3.375h14.25a3.375 3.375 0 0 0 3.375-3.375v-9.75a3.375 3.375 0 0 0-3.375-3.375H4.875ZM21 7.802l-9 4.846-9-4.846v-.677A1.875 1.875 0 0 1 4.875 5.25h14.25A1.875 1.875 0 0 1 21 7.125v.677ZM3 9.506l8.645 4.655a.75.75 0 0 0 .71 0L21 9.506v7.369a1.875 1.875 0 0 1-1.875 1.875H4.875A1.875 1.875 0 0 1 3 16.875v-7.37Z'/%3e%3c/svg%3e");
}
.field--name-field-kapak-gorseli {
  -webkit-border-radius: var(--fg-round);
  -moz-border-radius: var(--fg-round);
  border-radius: var(--fg-round);
  overflow: hidden;
}
.field--name-field-kapak-gorseli img,
.field--name-field-kapak-gorseli a {
  width: 100%;
  height: auto;
  display: block;
}
.field--name-field-hide-sidebar {
  display: none !important;
}
.linkk-hidden {
  display: none;
}
.node-type-cagri .field--name-field-basvuru-araligi,
.node-type-cagri .field--name-field-cagri-kodu,
.node-type-cagri .field--name-field-ilgili-icerik {
  margin-bottom: 20px;
}
.node-type-cagri .field--name-field-basvuru-araligi .field__label,
.node-type-cagri .field--name-field-cagri-kodu .field__label,
.node-type-cagri .field--name-field-ilgili-icerik .field__label {
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.node-type-cagri .field--name-field-basvuru-baglantisi {
  margin-bottom: 20px;
}
.node-type-cagri .field--name-field-basvuru-baglantisi .field__label {
  display: none;
}
.node-type-cagri .field--name-field-basvuru-baglantisi a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: var(--fg-livid);
  font-size: .9rem;
  font-weight: 600;
  color: #FFF;
  padding: 10px 65px 10px 40px;
  display: flex;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: none;
  font-size: var(--fg-font-size);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  font-family: 'Inter', sans-serif;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDcyIDcyIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0yNi43MyA1OS43NiA0Ni4yOSA0MC4yYzIuMzEtMi4zMSAyLjMxLTYuMDkgMC04LjRMMjYuNzMgMTIuMjQiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px center;
  display: inline-flex;
  color: #FFF !important;
  height: 30px;
}
.node-type-cagri .field--name-field-basvuru-baglantisi a:hover {
  background-color: var(--fg-blue);
}
.node-type-cagri .field--name-field-bilesenler {
  margin-top: 20px;
}
.sliding-popup-bottom {
  left: 0px !important;
  bottom: 0px !important;
  width: auto !important;
  max-width: 600px;
  padding: 20px;
  height: auto !important;
  background-color: transparent !important;
  right: 0px;
}
.sliding-popup-bottom .eu-cookie-compliance-banner-info {
  background-color: var(--fg-livid-light);
  -webkit-border-radius: var(--fg-round);
  -moz-border-radius: var(--fg-round);
  border-radius: var(--fg-round);
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}
.sliding-popup-bottom .eu-cookie-compliance-content {
  max-width: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.sliding-popup-bottom .eu-cookie-compliance-content .eu-cookie-compliance-message {
  margin-top: 0;
  margin-bottom: 20px;
}
.sliding-popup-bottom .eu-cookie-compliance-content p {
  font-weight: 400;
  margin-bottom: 20px;
}
.sliding-popup-bottom .eu-cookie-compliance-buttons {
  margin: 0;
}
.sliding-popup-bottom .eu-cookie-compliance-buttons .agree-button {
  margin: 0;
  text-shadow: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  appearance: unset;
}
.sliding-popup-bottom .eu-cookie-compliance-buttons .agree-button:hover {
  background-color: var(--fg-blue) !important;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDcyIDcyIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0yNi43MyA1OS43NiA0Ni4yOSA0MC4yYzIuMzEtMi4zMSAyLjMxLTYuMDkgMC04LjRMMjYuNzMgMTIuMjQiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
/* Site global styles */
html {
  font-size: var(--fg-font-size);
}
body {
  margin: 0;
  font-family: 'Inter', sans-serif, sans-serif;
  font-size: var(--fg-font-size);
  color: var(--fg-livid);
  font-weight: 400;
}
.dialog-off-canvas-main-canvas {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .dialog-off-canvas-main-canvas {
    overflow: hidden;
  }
}
.dialog-off-canvas-main-canvas a:link,
.dialog-off-canvas-main-canvas a:visited {
  text-decoration: none;
  color: var(--fg-blue);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.dialog-off-canvas-main-canvas a:hover,
.dialog-off-canvas-main-canvas a:active,
.dialog-off-canvas-main-canvas a.active,
.dialog-off-canvas-main-canvas a.is-active {
  color: var(--fg-blue);
}
#pageTop {
  background: url(/themes/custom/feza_gursey/images/header-bg.webp) no-repeat bottom center;
  background-size: cover;
  padding-top: 120px;
}
@media screen and (max-width: 900px) {
  #pageTop {
    padding-top: 70px;
  }
}
.front #pageTop {
  padding-top: 0;
  background: none;
}
@media screen and (max-width: 900px) {
  .not-front #pageTop {
    padding-top: 100px;
  }
}
#headerHolder {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 103;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#headerHolder .region-header {
  float: none;
  width: calc(100% - 40px);
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 20px;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 900px) {
  #headerHolder .region-header {
    padding: 10px 20px;
  }
}
.gin--horizontal-toolbar #headerHolder {
  top: 53px;
}
.scroll #headerHolder .region-header {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  --webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 0;
  border-right: 2px solid #FFF;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  -webkit-box-shadow: 0 0 40px -30px #000000;
  -moz-box-shadow: 0 0 40px -30px #000000;
  box-shadow: 0 0 40px -30px #000000;
}
#featuredHolder {
  float: left;
  width: 100%;
  position: relative;
}
#contentHolder {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
#contentHolder .region-featuredcontent {
  width: 100%;
  padding: 40px 0;
  -webkit-box-shadow: 0px -10px 40px -40px #000000 inset;
  -moz-box-shadow: 0px -10px 40px -40px #000000 inset;
  box-shadow: 0px -10px 40px -40px #000000 inset;
}
#contentHolder .content-wrapper {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  padding-top: 70px;
}
@media screen and (max-width: 900px) {
  #contentHolder .content-wrapper {
    padding-top: 20px;
  }
}
#contentHolder .content-wrapper .region-content {
  width: 68%;
  position: relative;
}
@media screen and (max-width: 900px) {
  #contentHolder .content-wrapper .region-content {
    width: 100%;
  }
}
#contentHolder .content-wrapper .region-sidebar {
  width: 29%;
  border-left: 1px solid var(--fg-livid-light);
  box-sizing: border-box;
  padding: 0 20px 50px 30px;
  position: sticky;
  top: 90px;
  background-color: #FFF;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
@media screen and (max-width: 900px) {
  #contentHolder .content-wrapper .region-sidebar {
    position: fixed;
    right: -300px;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 300px;
    z-index: 100;
    height: 100vh;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 10px;
    border-top: 1px solid var(--fg-livid-light);
  }
  #contentHolder .content-wrapper .region-sidebar.active {
    right: 0;
    overflow: auto;
    padding-bottom: 110px;
  }
}
.front #contentHolder {
  float: left;
  width: 100%;
}
.front #contentHolder .content-wrapper {
  width: 100%;
  max-width: none;
}
.front #contentHolder .content-wrapper .region-content {
  width: 100%;
}
.front #contentHolder .content-wrapper .region-sidebar {
  display: none;
}
.hide-sidebar #contentHolder .content-wrapper .region-content {
  width: 100% !important;
}
.hide-sidebar #contentHolder .content-wrapper .region-sidebar {
  display: none !important;
}
#footerHolder {
  float: left;
  width: 100%;
  margin-top: auto;
  background: url(/themes/custom/feza_gursey/images/header-bg.webp) no-repeat bottom center;
  background-size: cover;
}
#footerHolder .region-footer {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 0;
}
#footerHolder .region-footer #block-feza-gursey-footerleft {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 70%;
}
@media screen and (max-width: 1000px) {
  #footerHolder .region-footer #block-feza-gursey-footerleft {
    width: 100%;
  }
}
#footerHolder .region-footer #block-feza-gursey-footerright {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 30%;
}
@media screen and (max-width: 1000px) {
  #footerHolder .region-footer #block-feza-gursey-footerright {
    width: 100%;
    margin-top: 40px;
  }
}
.paragraph {
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .paragraph {
    margin-bottom: 30px;
  }
}
.paragraph .field--name-field-baslik {
  font-weight: 600;
  font-size: 1.25rem;
  border-bottom: 1px solid var(--fg-livid);
  padding: 5px 0;
  margin-bottom: 10px;
}
.paragraph--type--dosya-listesi .field--name-field-dosyalar .field__item,
.paragraph--type--dosya-listesi-media .field--name-field-dosyalar .field__item,
.paragraph--type--dosya-listesi .field--name-field-media-document .field__item,
.paragraph--type--dosya-listesi-media .field--name-field-media-document .field__item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--fg-livid-light);
  align-items: center;
  padding: 5px 0;
}
.paragraph--type--dosya-listesi .field--name-field-dosyalar .field__item .file-size,
.paragraph--type--dosya-listesi-media .field--name-field-dosyalar .field__item .file-size,
.paragraph--type--dosya-listesi .field--name-field-media-document .field__item .file-size,
.paragraph--type--dosya-listesi-media .field--name-field-media-document .field__item .file-size {
  font-size: .7rem;
  white-space: nowrap;
  display: block;
  opacity: .5;
}
.paragraph--type--dosya-listesi .field--name-field-dosyalar .field__item .file-link a,
.paragraph--type--dosya-listesi-media .field--name-field-dosyalar .field__item .file-link a,
.paragraph--type--dosya-listesi .field--name-field-media-document .field__item .file-link a,
.paragraph--type--dosya-listesi-media .field--name-field-media-document .field__item .file-link a {
  width: 25px;
  height: 25px;
  text-indent: -5555px;
  overflow: hidden;
  display: block;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%235E6E78' stroke-linecap='round' stroke-linejoin='round' d='M7.5 18.333h5c4.167 0 5.833-1.666 5.833-5.833v-5c0-4.167-1.666-5.833-5.833-5.833h-5c-4.167 0-5.833 1.666-5.833 5.833v5c0 4.167 1.666 5.833 5.833 5.833Z'/%3e%3cpath stroke='%235E6E78' stroke-linecap='round' stroke-linejoin='round' d='m7.5 9.592 2.5 2.5 2.5-2.5m-2.5 2.5V5.425m-5 8.333a15.79 15.79 0 0 0 10 0'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
}
.paragraph--type--dosya-listesi .field--name-field-dosyalar .field__item .file,
.paragraph--type--dosya-listesi-media .field--name-field-dosyalar .field__item .file,
.paragraph--type--dosya-listesi .field--name-field-media-document .field__item .file,
.paragraph--type--dosya-listesi-media .field--name-field-media-document .field__item .file {
  font-size: .9rem;
  box-sizing: border-box;
  padding: 5px 40px;
  white-space: normal;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: left center;
}
.paragraph--type--dosya-listesi .field--name-field-dosyalar .field__item .file.file--application-pdf,
.paragraph--type--dosya-listesi-media .field--name-field-dosyalar .field__item .file.file--application-pdf,
.paragraph--type--dosya-listesi .field--name-field-media-document .field__item .file.file--application-pdf,
.paragraph--type--dosya-listesi-media .field--name-field-media-document .field__item .file.file--application-pdf {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3e%3cpath fill='%235E6E78' d='M5.001 5a2.5 2.5 0 0 1 2.5-2.5h5.731a1.875 1.875 0 0 1 1.327.55l4.892 4.893c.352.35.55.827.55 1.325v2.084a1.875 1.875 0 0 1 1.248 1.768v5.004A1.875 1.875 0 0 1 20 19.89V20a2.5 2.5 0 0 1-2.5 2.5h-10A2.5 2.5 0 0 1 5 20v-.109a1.875 1.875 0 0 1-1.25-1.766v-5.004A1.875 1.875 0 0 1 5 11.354L5.001 5Zm13.75 5h-4.375A1.875 1.875 0 0 1 12.5 8.125V3.75h-5A1.25 1.25 0 0 0 6.25 5v6.245h12.5V10h.001ZM6.25 19.999A1.25 1.25 0 0 0 7.5 21.25h10a1.25 1.25 0 0 0 1.25-1.251H6.25Zm7.5-15.99v4.116a.625.625 0 0 0 .625.625h4.115l-4.74-4.741Zm-8.122 8.486a.625.625 0 0 0-.625.625v5.004a.625.625 0 0 0 .625.625h13.746a.625.625 0 0 0 .625-.625V13.12a.625.625 0 0 0-.625-.625H5.628Z'/%3e%3cg fill='%23BF2A30'%3e%3cpath d='M7.258 17.71v-4h1.983c.341 0 .64.058.896.175a1.4 1.4 0 0 1 .596.495c.143.212.214.46.214.744 0 .286-.074.534-.22.744a1.39 1.39 0 0 1-.613.484c-.262.113-.567.17-.917.17H8.012v-.844h.933a.948.948 0 0 0 .375-.066.511.511 0 0 0 .325-.488.496.496 0 0 0-.325-.48.948.948 0 0 0-.375-.067h-.44v3.133H7.259Z'/%3e%3cpath d='M12.667 17.71h-1.768v-4h1.75c.473 0 .881.08 1.225.24.345.159.612.388.799.687.188.299.283.656.283 1.073 0 .416-.094.774-.281 1.074a1.822 1.822 0 0 1-.794.687c-.343.16-.747.239-1.214.239Zm-.52-.922h.475c.227 0 .421-.032.581-.096a.697.697 0 0 0 .368-.33c.085-.156.128-.374.128-.652 0-.279-.043-.496-.13-.653a.705.705 0 0 0-.377-.33 1.682 1.682 0 0 0-.606-.095h-.44v2.156Zm2.88.922v-4h3.231v.875h-1.983v.687h1.786v.875h-1.786v1.563h-1.248Z'/%3e%3c/g%3e%3c/svg%3e");
}
.paragraph--type--dosya-listesi .field--name-field-dosyalar .field__item .file.file--x-office-document,
.paragraph--type--dosya-listesi-media .field--name-field-dosyalar .field__item .file.file--x-office-document,
.paragraph--type--dosya-listesi .field--name-field-media-document .field__item .file.file--x-office-document,
.paragraph--type--dosya-listesi-media .field--name-field-media-document .field__item .file.file--x-office-document {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3e%3cpath fill='%235E6E78' d='M5.001 5a2.5 2.5 0 0 1 2.5-2.5h5.731a1.875 1.875 0 0 1 1.327.55l4.892 4.893c.352.35.55.827.55 1.325v2.084a1.875 1.875 0 0 1 1.248 1.768v5.004A1.875 1.875 0 0 1 20 19.89V20a2.5 2.5 0 0 1-2.5 2.5h-10A2.5 2.5 0 0 1 5 20v-.109a1.875 1.875 0 0 1-1.25-1.766v-5.004A1.875 1.875 0 0 1 5 11.354L5.001 5Zm13.75 5h-4.375A1.875 1.875 0 0 1 12.5 8.125V3.75h-5A1.25 1.25 0 0 0 6.25 5v6.245h12.5V10h.001ZM6.25 19.999A1.25 1.25 0 0 0 7.5 21.25h10a1.25 1.25 0 0 0 1.25-1.251H6.25Zm7.5-15.99v4.116a.625.625 0 0 0 .625.625h4.115l-4.74-4.741Zm-8.122 8.486a.625.625 0 0 0-.625.625v5.004a.625.625 0 0 0 .625.625h13.746a.625.625 0 0 0 .625-.625V13.12a.625.625 0 0 0-.625-.625H5.628Z'/%3e%3cpath fill='%232C74FF' d='M8.218 17.763h-1.64v-3.894h1.624c.438 0 .817.078 1.136.234.32.155.567.378.74.67.175.29.262.637.262 1.043 0 .405-.086.754-.26 1.045-.173.29-.418.514-.736.67-.318.154-.693.232-1.126.232Zm-.482-.898h.44c.212 0 .391-.03.54-.093a.658.658 0 0 0 .34-.321c.08-.152.12-.364.12-.635s-.04-.483-.121-.635a.664.664 0 0 0-.35-.321 1.493 1.493 0 0 0-.562-.094h-.407v2.1Zm6.799-1.049c0 .433-.093.799-.277 1.097a1.789 1.789 0 0 1-.747.675 2.372 2.372 0 0 1-1.049.228c-.388 0-.739-.077-1.052-.23a1.806 1.806 0 0 1-.745-.677c-.183-.298-.275-.662-.275-1.093 0-.434.092-.799.275-1.095.184-.298.433-.523.745-.675.313-.153.664-.23 1.052-.23.386 0 .736.076 1.049.23.314.152.562.377.747.675.184.296.277.661.277 1.095Zm-1.19 0c0-.233-.034-.43-.102-.59a.756.756 0 0 0-.298-.365.877.877 0 0 0-.483-.125.887.887 0 0 0-.484.125.771.771 0 0 0-.298.365c-.066.16-.1.357-.1.59 0 .233.034.43.1.591.068.16.167.281.298.365a.898.898 0 0 0 .484.124.887.887 0 0 0 .483-.124.768.768 0 0 0 .298-.365 1.52 1.52 0 0 0 .102-.591Zm5.234-.486h-1.173a.678.678 0 0 0-.067-.242.55.55 0 0 0-.146-.187.622.622 0 0 0-.222-.121.936.936 0 0 0-.298-.044.895.895 0 0 0-.493.13.81.81 0 0 0-.304.37 1.489 1.489 0 0 0-.101.58c0 .238.034.438.104.599.07.16.172.28.305.36.133.08.294.12.48.12.108 0 .203-.011.288-.035a.698.698 0 0 0 .22-.109.574.574 0 0 0 .152-.17.64.64 0 0 0 .082-.225l1.173.007a1.355 1.355 0 0 1-.152.504c-.087.17-.211.327-.372.472-.16.143-.357.258-.593.346-.236.087-.51.13-.822.13a2.34 2.34 0 0 1-1.053-.23 1.753 1.753 0 0 1-.734-.676c-.18-.298-.268-.662-.268-1.093 0-.434.091-.799.274-1.095.183-.298.43-.523.74-.675.311-.153.658-.23 1.041-.23.269 0 .517.033.743.1.226.068.424.166.595.295.17.128.308.286.412.474.104.187.167.402.189.644Z'/%3e%3c/svg%3e");
}
.paragraph--type--dosya-listesi .field--name-field-dosyalar .field__item .file.file--x-office-spreadsheet,
.paragraph--type--dosya-listesi-media .field--name-field-dosyalar .field__item .file.file--x-office-spreadsheet,
.paragraph--type--dosya-listesi .field--name-field-media-document .field__item .file.file--x-office-spreadsheet,
.paragraph--type--dosya-listesi-media .field--name-field-media-document .field__item .file.file--x-office-spreadsheet {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' fill='none' viewBox='0 0 25 25'%3e%3cpath fill='%235E6E78' d='M5.001 5a2.5 2.5 0 0 1 2.5-2.5h5.731a1.875 1.875 0 0 1 1.327.55l4.892 4.893c.352.35.55.827.55 1.325v2.084a1.875 1.875 0 0 1 1.248 1.768v5.004A1.875 1.875 0 0 1 20 19.89V20a2.5 2.5 0 0 1-2.5 2.5h-10A2.5 2.5 0 0 1 5 20v-.109a1.875 1.875 0 0 1-1.25-1.766v-5.004A1.875 1.875 0 0 1 5 11.354L5.001 5Zm13.75 5h-4.375A1.875 1.875 0 0 1 12.5 8.125V3.75h-5A1.25 1.25 0 0 0 6.25 5v6.245h12.5V10h.001ZM6.25 19.999A1.25 1.25 0 0 0 7.5 21.25h10a1.25 1.25 0 0 0 1.25-1.251H6.25Zm7.5-15.99v4.116a.625.625 0 0 0 .625.625h4.115l-4.74-4.741Zm-8.122 8.486a.625.625 0 0 0-.625.625v5.004a.625.625 0 0 0 .625.625h13.746a.625.625 0 0 0 .625-.625V13.12a.625.625 0 0 0-.625-.625H5.628Z'/%3e%3cg fill='%2300A64C'%3e%3cpath d='m9.18 13.74.596 1.058h.028l.604-1.058h1.1l-1.086 1.818 1.13 1.819h-1.13l-.618-1.08h-.028l-.618 1.08H8.036l1.115-1.819-1.08-1.818H9.18Z'/%3e%3cpath d='M11.534 17.377V13.74h.988v2.841h1.47v.796h-2.458Z'/%3e%3cpath d='M15.951 14.877a.384.384 0 0 0-.133-.277c-.078-.067-.197-.1-.357-.1a.712.712 0 0 0-.25.037.301.301 0 0 0-.142.098.242.242 0 0 0-.048.142.233.233 0 0 0 .023.12.287.287 0 0 0 .089.093c.04.027.091.052.154.075.063.022.137.042.224.06l.298.064c.201.043.374.099.517.169.143.07.26.152.351.246a.882.882 0 0 1 .2.317c.045.117.067.245.068.383 0 .24-.06.442-.179.607a1.097 1.097 0 0 1-.508.379 2.16 2.16 0 0 1-.79.13 2.24 2.24 0 0 1-.827-.141 1.153 1.153 0 0 1-.547-.432c-.13-.195-.194-.445-.195-.749h.937a.557.557 0 0 0 .083.28c.05.076.12.134.21.173.091.039.2.059.325.059a.773.773 0 0 0 .264-.04.357.357 0 0 0 .162-.108.255.255 0 0 0 .057-.158.224.224 0 0 0-.055-.145.426.426 0 0 0-.17-.114 1.815 1.815 0 0 0-.322-.096l-.362-.078c-.322-.07-.576-.187-.762-.35-.185-.164-.276-.389-.275-.673a1 1 0 0 1 .184-.605c.126-.174.3-.31.52-.407.223-.097.478-.146.766-.146.294 0 .548.05.762.148.214.098.38.237.495.415.117.178.177.386.178.624h-.945Z'/%3e%3c/g%3e%3c/svg%3e");
}
.paragraph--type--gorsel-icerik .paragraph-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .paragraph--type--gorsel-icerik .paragraph-wrapper {
    flex-wrap: wrap;
  }
}
.paragraph--type--gorsel-icerik .paragraph-wrapper .paragraph-image {
  width: 48%;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 600px) {
  .paragraph--type--gorsel-icerik .paragraph-wrapper .paragraph-image {
    width: 100%;
  }
}
.paragraph--type--gorsel-icerik .paragraph-wrapper .paragraph-image img {
  max-width: 100%;
  height: auto;
}
.paragraph--type--gorsel-icerik .paragraph-wrapper .paragraph-content {
  width: 50%;
}
@media screen and (max-width: 600px) {
  .paragraph--type--gorsel-icerik .paragraph-wrapper .paragraph-content {
    width: 100%;
  }
}
.paragraph--type--gorsel-icerik .paragraph-wrapper .paragraph-content .field--name-field-icerik {
  line-height: normal;
}
.paragraph--type--gorsel-icerik .paragraph-wrapper.sag {
  flex-direction: row-reverse;
}
.paragraph--type--kisi-karti .paragraph-top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.paragraph--type--kisi-karti .paragraph-top .kisi-vesika {
  width: 20%;
  margin-right: 30px;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .paragraph--type--kisi-karti .paragraph-top .kisi-vesika {
    width: 25%;
  }
}
.paragraph--type--kisi-karti .paragraph-top .kisi-vesika img {
  width: 100%;
  height: auto;
  display: block;
}
.paragraph--type--kisi-karti .paragraph-top .kisi-info {
  width: 80%;
}
.paragraph--type--kisi-karti .paragraph-top .kisi-info .field--name-field-ad-soyad {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .paragraph--type--kisi-karti .paragraph-top .kisi-info .field--name-field-ad-soyad {
    font-size: 1.5rem;
  }
}
.paragraph--type--kisi-karti .paragraph-top .kisi-info .field--name-field-dogum-yeri-tarihi {
  display: flex;
  font-size: 1.3rem;
  color: var(--fg-livid-light);
}
@media screen and (max-width: 600px) {
  .paragraph--type--kisi-karti .paragraph-top .kisi-info .field--name-field-dogum-yeri-tarihi {
    font-size: 1rem;
  }
}
.paragraph--type--kisi-karti .paragraph-top .kisi-info .field--name-field-dogum-yeri-tarihi .field__label {
  display: none;
}
.paragraph--type--kisi-karti .paragraph-top .kisi-info .kisi-toggle {
  cursor: pointer;
  color: var(--fg-blue);
  padding-top: 20px;
}
.paragraph--type--kisi-karti .paragraph-bottom {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.paragraph--type--kisi-karti .paragraph-bottom.active {
  max-height: 2000px;
}
.paragraph--type--kisi-karti .paragraph-bottom .field--name-field-egitim .field__label,
.paragraph--type--kisi-karti .paragraph-bottom .field--name-field-gorevler .field__label {
  font-weight: 600;
}
.paragraph--type--kisi-karti .paragraph-bottom .field--name-field-egitim .field__item,
.paragraph--type--kisi-karti .paragraph-bottom .field--name-field-gorevler .field__item {
  line-height: 170%;
}
.paragraph--type--fotograf-galerisi .field--name-field-fotograflar {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.paragraph--type--fotograf-galerisi .field--name-field-fotograflar .field__item {
  -webkit-border-radius: var(--fg-round);
  -moz-border-radius: var(--fg-round);
  border-radius: var(--fg-round);
  overflow: hidden;
}
.paragraph--type--fotograf-galerisi .field--name-field-fotograflar .field__item img,
.paragraph--type--fotograf-galerisi .field--name-field-fotograflar .field__item a {
  width: 100%;
  height: auto;
  display: block;
}
.paragraph--type--gorsel-tam-genislik .field--name-field-media-image {
  -webkit-border-radius: var(--fg-round);
  -moz-border-radius: var(--fg-round);
  border-radius: var(--fg-round);
  overflow: hidden;
}
.paragraph--type--gorsel-tam-genislik .field--name-field-media-image img,
.paragraph--type--gorsel-tam-genislik .field--name-field-media-image a {
  width: 100%;
  height: auto;
  display: block;
}
.paragraph--type--duz-metin .field--name-field-icerik {
  line-height: 170%;
}
.paragraph--type--duz-metin .field--name-field-icerik strong {
  font-weight: 600;
}
.paragraph--type--duz-metin .field--name-field-icerik img {
  max-width: 100%;
  height: auto;
}
.paragraph--type--sikca-sorulan-sorular .field--name-field-baslik {
  margin-bottom: 30px;
}
.paragraph--type--soru-cevap {
  margin-bottom: 30px;
  border: 1px solid var(--fg-livid-light);
  box-sizing: border-box;
  padding: 10px 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  line-height: 200%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%235E6E78' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='M19.92 15.05 13.4 8.53c-.77-.77-2.03-.77-2.8 0l-6.52 6.52'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px top 10px;
}
.paragraph--type--soru-cevap .field--name-field-soru {
  font-weight: 600;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 30px;
}
.paragraph--type--soru-cevap .field--name-field-cevap {
  font-size: .9rem;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  box-sizing: border-box;
  padding: 0 20px;
}
.paragraph--type--soru-cevap.active {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%235E6E78' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='m4.08 8.95 6.52 6.52c.77.77 2.03.77 2.8 0l6.52-6.52'/%3e%3c/svg%3e");
}
.paragraph--type--soru-cevap.active .field--name-field-cevap {
  max-height: 1000px;
}
.view-sag-menu-nid,
.view-ar-ge-faaliyetleri {
  padding-bottom: 30px;
}
.view-sag-menu-nid .views-field-id,
.view-ar-ge-faaliyetleri .views-field-id {
  display: none;
}
.view-sag-menu-nid h3,
.view-ar-ge-faaliyetleri h3 {
  font-weight: 500;
  margin: 15px 0;
}
.view-sag-menu-nid .views-field-field-baslik,
.view-ar-ge-faaliyetleri .views-field-field-baslik,
.view-sag-menu-nid .views-field-title,
.view-ar-ge-faaliyetleri .views-field-title {
  cursor: pointer;
  padding: 5px 5px 5px 20px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.view-sag-menu-nid .views-field-field-baslik:hover,
.view-ar-ge-faaliyetleri .views-field-field-baslik:hover,
.view-sag-menu-nid .views-field-title:hover,
.view-ar-ge-faaliyetleri .views-field-title:hover {
  color: var(--fg-blue);
}
.view-sag-menu-nid .views-field-field-baslik a,
.view-ar-ge-faaliyetleri .views-field-field-baslik a,
.view-sag-menu-nid .views-field-title a,
.view-ar-ge-faaliyetleri .views-field-title a {
  color: var(--fg-livid);
}
.view-sag-menu-nid .views-field-field-baslik a:hover,
.view-ar-ge-faaliyetleri .views-field-field-baslik a:hover,
.view-sag-menu-nid .views-field-title a:hover,
.view-ar-ge-faaliyetleri .views-field-title a:hover {
  color: var(--fg-blue);
}
#block-feza-gursey-views-block-ar-ge-faaliyetleri-block-1 h2 {
  font-weight: 500;
  margin: 15px 0;
  font-size: 1.25rem;
}
.view-header-gorseli-nid .views-field-field-header-gorseli img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 900px) {
  .view-header-gorseli-nid .views-field-field-header-gorseli img {
    width: 200%;
    margin-left: -50%;
  }
}
.view-haberler,
.view-duyurular {
  position: relative;
  padding: 20px;
  margin: -20px;
}
.view-haberler .view-filters .views-exposed-form,
.view-duyurular .view-filters .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 650px) {
  .view-haberler .view-filters .views-exposed-form,
  .view-duyurular .view-filters .views-exposed-form {
    margin-bottom: 40px;
  }
}
.view-haberler .view-filters .views-exposed-form > .form-item,
.view-duyurular .view-filters .views-exposed-form > .form-item {
  margin: 0 30px 30px 0;
}
.view-haberler .view-filters .views-exposed-form .form-actions .form-submit,
.view-duyurular .view-filters .views-exposed-form .form-actions .form-submit {
  padding-top: 10px;
  padding-bottom: 10px;
}
.view-haberler .view-filters .views-exposed-form .select-wrapper,
.view-duyurular .view-filters .views-exposed-form .select-wrapper {
  margin: 0;
  z-index: 2;
  position: relative;
}
.view-haberler .view-filters .views-exposed-form .select-wrapper select,
.view-duyurular .view-filters .views-exposed-form .select-wrapper select {
  width: auto;
}
@media screen and (max-width: 650px) {
  .view-haberler .view-filters .views-exposed-form .select-wrapper select,
  .view-duyurular .view-filters .views-exposed-form .select-wrapper select {
    margin: 0 5px 5px 0;
  }
}
@media screen and (min-width: 650px) {
  .view-haberler .view-filters .views-exposed-form .select-wrapper.select-wrapper--level-0 select,
  .view-duyurular .view-filters .views-exposed-form .select-wrapper.select-wrapper--level-0 select {
    margin-left: 0 !important;
    padding-left: 20px !important;
  }
  .view-haberler .view-filters .views-exposed-form .select-wrapper:last-child:not(:first-child),
  .view-duyurular .view-filters .views-exposed-form .select-wrapper:last-child:not(:first-child) {
    z-index: 0;
  }
  .view-haberler .view-filters .views-exposed-form .select-wrapper:last-child:not(:first-child) select,
  .view-duyurular .view-filters .views-exposed-form .select-wrapper:last-child:not(:first-child) select {
    padding-left: 40px;
    margin-left: -30px;
  }
  .view-haberler .view-filters .views-exposed-form .select-wrapper.select-wrapper--level-1:not(:last-child),
  .view-duyurular .view-filters .views-exposed-form .select-wrapper.select-wrapper--level-1:not(:last-child) {
    z-index: 1;
  }
  .view-haberler .view-filters .views-exposed-form .select-wrapper.select-wrapper--level-1:not(:last-child) select,
  .view-duyurular .view-filters .views-exposed-form .select-wrapper.select-wrapper--level-1:not(:last-child) select {
    padding-left: 40px;
    margin-left: -30px;
  }
  .view-haberler .view-filters .views-exposed-form .select-wrapper.select-wrapper--level-2,
  .view-duyurular .view-filters .views-exposed-form .select-wrapper.select-wrapper--level-2 {
    z-index: 0;
  }
  .view-haberler .view-filters .views-exposed-form .select-wrapper.select-wrapper--level-2 select,
  .view-duyurular .view-filters .views-exposed-form .select-wrapper.select-wrapper--level-2 select {
    padding-left: 40px;
    margin-left: -30px;
  }
}
.view-haberler .view-footer,
.view-duyurular .view-footer {
  display: flex;
  justify-content: center;
  padding: 20px;
  margin-top: 20px;
}
.view-haberler .view-footer a,
.view-duyurular .view-footer a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: var(--fg-blue);
  font-size: .9rem;
  font-weight: 600;
  color: #FFF;
  padding: 15px 65px 15px 40px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDcyIDcyIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0yNi43MyA1OS43NiA0Ni4yOSA0MC4yYzIuMzEtMi4zMSAyLjMxLTYuMDkgMC04LjRMMjYuNzMgMTIuMjQiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.view-haberler .view-content .views-row,
.view-duyurular .view-content .views-row {
  -webkit-border-radius: var(--fg-round);
  -moz-border-radius: var(--fg-round);
  border-radius: var(--fg-round);
  -webkit-box-shadow: 0px 0px 38px -20px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 38px -20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 38px -20px rgba(0, 0, 0, 0.25);
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.view-haberler .view-content .views-row .views-field-field-fotograflar,
.view-duyurular .view-content .views-row .views-field-field-fotograflar {
  width: 100%;
  -webkit-border-top-right-radius: var(--fg-round);
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: var(--fg-round);
  -moz-border-radius-topright: var(--fg-round);
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: var(--fg-round);
  border-top-right-radius: var(--fg-round);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: var(--fg-round);
  overflow: hidden;
}
.view-haberler .view-content .views-row .views-field-field-fotograflar img,
.view-duyurular .view-content .views-row .views-field-field-fotograflar img,
.view-haberler .view-content .views-row .views-field-field-fotograflar a,
.view-duyurular .view-content .views-row .views-field-field-fotograflar a {
  width: 100%;
  height: auto;
  display: block;
}
.view-haberler .view-content .views-row .views-field-created,
.view-duyurular .view-content .views-row .views-field-created {
  padding: 20px 20px 0 20px;
  font-size: .8rem;
  color: var(--fg-livid);
  opacity: .6;
}
.view-haberler .view-content .views-row .views-field-field-kategori,
.view-duyurular .view-content .views-row .views-field-field-kategori {
  padding: 20px 0 0 0;
  font-size: .8rem;
  color: var(--fg-livid);
  opacity: .6;
}
.view-haberler .view-content .views-row .views-field-title,
.view-duyurular .view-content .views-row .views-field-title {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
}
.view-haberler .view-content .views-row .views-field-title a,
.view-duyurular .view-content .views-row .views-field-title a {
  font-size: 1.25rem;
  color: var(--fg-livid);
  font-weight: 500;
  line-height: 150%;
}
.view-haberler .view-content .views-row .views-field-field-ozet,
.view-duyurular .view-content .views-row .views-field-field-ozet {
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 170%;
  font-size: .9rem;
}
.view-haberler .view-content .views-row .views-field-view-node,
.view-duyurular .view-content .views-row .views-field-view-node {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0 30px 20px;
}
.view-haberler .view-content .views-row .views-field-view-node a,
.view-duyurular .view-content .views-row .views-field-view-node a {
  font-weight: 500;
  position: relative;
}
.view-haberler .view-content .views-row .views-field-view-node a::after,
.view-duyurular .view-content .views-row .views-field-view-node a::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 1px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE5IDE5Ij48cGF0aCBzdHJva2U9IiMwMjlCRDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0ibTcuMDU0IDE1Ljc3IDUuMTYxLTUuMTYyYTEuNTcgMS41NyAwIDAgMCAwLTIuMjE2TDcuMDU0IDMuMjMiLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
}
.view-haberler.view-display-id-block_3 {
  padding: 0;
  margin: 0;
}
.view-haberler.view-display-id-block_3 .view-content {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.view-haberler.view-display-id-block_4 .view-content .views-row {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
  align-items: center;
}
.view-haberler.view-display-id-block_4 .view-content .views-row .views-field-field-fotograflar {
  width: 25%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.view-haberler.view-display-id-block_4 .view-content .views-row .views-field-nothing {
  width: 75%;
  box-sizing: border-box;
  padding-left: 20px;
}
.view-haberler.view-display-id-block_4 .view-content .views-row .views-field-nothing .h-date {
  color: var(--fg-livid-light);
  font-size: .7rem;
  margin-bottom: 5px;
}
.view-haberler.view-display-id-block_4 .view-content .views-row .views-field-nothing .h-date {
  color: var(--fg-livid-light);
  font-size: .7rem;
  margin-bottom: 5px;
}
.view-duyurular.view-display-id-block_3 .view-content .views-row {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-bottom: 30px;
  align-items: center;
}
.view-duyurular.view-display-id-block_3 .view-content .views-row .views-field-field-fotograflar {
  width: 25%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.view-duyurular.view-display-id-block_3 .view-content .views-row .views-field-nothing {
  width: 75%;
  box-sizing: border-box;
  padding-left: 20px;
}
.view-duyurular.view-display-id-block_3 .view-content .views-row .views-field-nothing .h-date {
  color: var(--fg-livid-light);
  font-size: .7rem;
  margin-bottom: 5px;
}
.view-duyurular.view-display-id-block_3 .view-content .views-row .views-field-nothing .h-date {
  color: var(--fg-livid-light);
  font-size: .7rem;
  margin-bottom: 5px;
}
.view-duyurular.view-display-id-block_4 {
  padding: 0;
  margin: 0;
}
.view-duyurular.view-display-id-block_4 .view-content {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.view-mevzuat .view-content {
  padding-top: 30px;
}
.view-mevzuat .view-content .views-row {
  padding: 10px 0;
}
.view-mevzuat .view-content .views-row .views-field-field-dis-baglanti a,
.view-mevzuat .view-content .views-row .views-field-field-dosya a {
  font-size: 1.2rem;
  font-weight: 500;
}
.view-mevzuat .view-content .views-row .views-field-field-dis-baglanti .file-link,
.view-mevzuat .view-content .views-row .views-field-field-dosya .file-link {
  display: none;
}
.view-mevzuat .view-content .views-row .views-field-field-dis-baglanti .file-size,
.view-mevzuat .view-content .views-row .views-field-field-dosya .file-size {
  font-size: .8rem;
  opacity: .6;
  display: none;
}
.view-mevzuat .view-content .views-row .views-field-changed {
  opacity: .6;
}
.view-fotograf-arsivi .view-content .views-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0;
}
.view-fotograf-arsivi .view-content .views-row .views-field-field-fotograflar {
  width: 25%;
}
.view-fotograf-arsivi .view-content .views-row .views-field-field-fotograflar .field-content {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
}
.view-fotograf-arsivi .view-content .views-row .views-field-field-fotograflar img,
.view-fotograf-arsivi .view-content .views-row .views-field-field-fotograflar a {
  width: 100%;
  height: auto;
  display: block;
}
.view-fotograf-arsivi .view-content .views-row .views-field-nothing {
  width: 72%;
}
.view-fotograf-arsivi .view-content .views-row .views-field-nothing .fa-baslik a {
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 0;
  display: block;
}
@media screen and (max-width: 600px) {
  .view-fotograf-arsivi .view-content .views-row .views-field-nothing .fa-baslik a {
    font-size: 1.5rem;
  }
}
.view-fotograf-arsivi .view-content .views-row .views-field-nothing .fa-ozet {
  line-height: 170%;
}
.view-fotograf-arsivi .view-content .views-row .views-field-nothing .fa-link {
  display: flex;
}
.view-fotograf-arsivi .view-content .views-row .views-field-nothing .fa-link a {
  font-weight: 600;
  padding: 20px 0;
  font-size: 1.2rem;
}
.view-video-arsivi .view-content {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.view-video-arsivi .view-content .views-row .views-field-field-video {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 1200px;
  z-index: 1001;
  opacity: 0;
  pointer-events: none;
  margin-top: -50px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -webkit-box-shadow: 0 0 50px 0px #000000;
  -moz-box-shadow: 0 0 50px 0px #000000;
  box-shadow: 0 0 50px 0px #000000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px;
}
.view-video-arsivi .view-content .views-row .views-field-field-video.active {
  opacity: 1;
  pointer-events: all;
  margin-top: 0;
}
.view-video-arsivi .view-content .views-row .views-field-field-video-1 {
  cursor: pointer;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
.view-video-arsivi .view-content .views-row .views-field-field-video-1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='112' height='112' fill='none' viewBox='0 0 112 112'%3e%3cg fill='white' clip-path='url(%23a)'%3e%3cpath d='M56 105a49 49 0 1 1 0-98 49 49 0 0 1 0 98Zm0 7A56 56 0 1 0 56 0a56 56 0 0 0 0 112Z'/%3e%3cpath d='M43.897 35.385a3.5 3.5 0 0 1 3.64.266l24.5 17.5a3.501 3.501 0 0 1 0 5.698l-24.5 17.5A3.5 3.5 0 0 1 42 73.5v-35a3.5 3.5 0 0 1 1.897-3.115Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h112v112H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70px auto;
}
.view-video-arsivi .view-content .views-row .views-field-field-video-1:hover {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.view-video-arsivi .view-content .views-row .views-field-field-video-1 img {
  width: 100%;
  height: auto;
  display: block;
}
.view-video-arsivi .view-content .views-row .views-field-title {
  line-height: 170%;
  font-weight: 500;
  padding: 10px;
  box-sizing: border-box;
}
.view-tto-ilanlari .view-content .views-row {
  padding: 20px 0;
}
.view-tto-ilanlari .view-content .views-row .views-field-title a {
  font-weight: 500;
  font-size: 1.2rem;
}
.view-tto-ilanlari .view-content .views-row .views-field-created {
  font-size: .8rem;
  opacity: .6;
  padding: 10px 0;
}
.view-tto-ilanlari .view-content .views-row .views-field-field-ozet {
  line-height: 150%;
}
.view-tto-ilanlari .view-content .views-row .views-field-view-node {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
}
.view-tto-ilanlari .view-content .views-row .views-field-view-node a {
  font-weight: 500;
  position: relative;
}
.view-tto-ilanlari .view-content .views-row .views-field-view-node a::after {
  content: "";
  position: absolute;
  right: -25px;
  top: -1px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE5IDE5Ij48cGF0aCBzdHJva2U9IiMwMjlCRDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0ibTcuMDU0IDE1Ljc3IDUuMTYxLTUuMTYyYTEuNTcgMS41NyAwIDAgMCAwLTIuMjE2TDcuMDU0IDMuMjMiLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
}
#block-feza-gursey-fontcontrols {
  position: absolute;
  z-index: 9;
  right: 0px;
  top: 10px;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-fontcontrols {
    width: 100%;
    position: static;
    margin: 10px 0;
  }
}
#block-feza-gursey-fontcontrols .field--name-field-content {
  display: flex;
  align-items: center;
}
#block-feza-gursey-fontcontrols .field--name-field-content .font-up,
#block-feza-gursey-fontcontrols .field--name-field-content .font-down,
#block-feza-gursey-fontcontrols .field--name-field-content .font-reset {
  width: 24px;
  height: 24px;
  margin: 0 5px;
  cursor: pointer;
  border: 1px solid var(--fg-livid-light);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  opacity: .6;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-indent: -555px;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-fontcontrols .field--name-field-content .font-up,
  #block-feza-gursey-fontcontrols .field--name-field-content .font-down,
  #block-feza-gursey-fontcontrols .field--name-field-content .font-reset {
    margin: 0 10px 0 0;
  }
}
#block-feza-gursey-fontcontrols .field--name-field-content .font-up:hover,
#block-feza-gursey-fontcontrols .field--name-field-content .font-down:hover,
#block-feza-gursey-fontcontrols .field--name-field-content .font-reset:hover {
  opacity: 1;
}
#block-feza-gursey-fontcontrols .field--name-field-content .font-up {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%235E6E78' d='M18 12.998h-5v5a1 1 0 0 1-2 0v-5H6a1 1 0 0 1 0-2h5v-5a1 1 0 0 1 2 0v5h5a1 1 0 0 1 0 2Z'/%3e%3c/svg%3e");
}
#block-feza-gursey-fontcontrols .field--name-field-content .font-down {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%235E6E78' d='M18 12.998H6a1 1 0 0 1 0-2h12a1 1 0 0 1 0 2Z'/%3e%3c/svg%3e");
}
#block-feza-gursey-fontcontrols .field--name-field-content .font-reset {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%235E6E78' d='M7.207 2.543a1 1 0 0 1 0 1.414L5.414 5.75h7.836a8 8 0 1 1-8 8 1 1 0 1 1 2 0 6 6 0 1 0 6-6H5.414l1.793 1.793a1 1 0 0 1-1.414 1.414l-3.5-3.5a1 1 0 0 1 0-1.414l3.5-3.5a1 1 0 0 1 1.414 0Z'/%3e%3c/svg%3e");
}
#block-feza-gursey-views-block-haberler-block-1 h2,
#block-feza-gursey-views-block-duyurular-block-2 h2 {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 101;
  flex-wrap: wrap;
}
#block-feza-gursey-views-block-haberler-block-1 h2 .swiper-pagination-bullets,
#block-feza-gursey-views-block-duyurular-block-2 h2 .swiper-pagination-bullets {
  width: auto;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  #block-feza-gursey-views-block-haberler-block-1 h2 .swiper-pagination-bullets,
  #block-feza-gursey-views-block-duyurular-block-2 h2 .swiper-pagination-bullets {
    margin-left: 0;
  }
  #block-feza-gursey-views-block-haberler-block-1 h2 .swiper-pagination-bullets .swiper-pagination-bullet,
  #block-feza-gursey-views-block-duyurular-block-2 h2 .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
#block-feza-gursey-views-block-haberler-block-1 > div,
#block-feza-gursey-views-block-duyurular-block-2 > div {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#block-feza-gursey-views-block-duyurular-block-2 {
  margin-bottom: 50px;
}
#block-feza-gursey-views-block-haberler-block-1 {
  padding: 50px 0;
}
#block-feza-gursey-views-block-haberler-block-2 > div {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#block-feza-gursey-views-block-haberler-block-2 .view-haberler {
  padding: 0;
  margin: 0;
}
#block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-cube-shadow,
#block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide-shadow-left,
#block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide-shadow-right {
  display: none;
}
#block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide .views-field-field-fotograflar {
  width: 48%;
  -webkit-border-radius: var(--fg-round);
  -moz-border-radius: var(--fg-round);
  border-radius: var(--fg-round);
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide .views-field-field-fotograflar {
    width: 100%;
    margin-bottom: 20px;
  }
}
#block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide .views-field-field-fotograflar img,
#block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide .views-field-field-fotograflar a {
  width: 100%;
  height: auto;
  display: block;
}
#block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide .views-field-nothing {
  width: 48%;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide .views-field-nothing {
    width: 100%;
  }
}
#block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide .views-field-nothing .slide-basligi {
  font-size: 2rem;
  color: var(--fg-blue);
  font-weight: 600;
  max-width: 450px;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide .views-field-nothing .slide-basligi {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
#block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide .views-field-nothing .slide-icerigi {
  line-height: 200%;
  padding-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide .views-field-nothing .slide-icerigi {
    padding-bottom: 20px;
  }
}
#block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide .views-field-nothing .slide-linki {
  padding-left: 20px;
  padding-bottom: 20px;
  display: flex;
}
#block-feza-gursey-views-block-haberler-block-2 .view-haberler .swiper-slide .views-field-nothing .slide-linki a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: var(--fg-blue);
  font-size: .9rem;
  font-weight: 600;
  color: #FFF;
  padding: 15px 65px 15px 40px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDcyIDcyIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0yNi43MyA1OS43NiA0Ni4yOSA0MC4yYzIuMzEtMi4zMSAyLjMxLTYuMDkgMC04LjRMMjYuNzMgMTIuMjQiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
#block-feza-gursey-views-block-haberler-block-2 .pagination-wrapper {
  justify-content: center;
  padding-top: 25px;
}
#block-feza-gursey-views-block-haberler-block-2 .swiper-pagination-h-list {
  bottom: 0;
  padding: 0 0 0 0;
  display: flex;
  justify-content: center;
  width: auto;
}
@media screen and (max-width: 1000px) {
  #block-feza-gursey-views-block-haberler-block-2 .swiper-pagination-h-list {
    background-size: 100% auto;
  }
}
.view-etkinlikler {
  position: relative;
}
@media screen and (max-width: 600px) {
  .view-etkinlikler {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.view-etkinlikler::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #EEE;
}
.view-etkinlikler .view-content .views-row {
  width: 250px;
  position: relative;
  padding-right: 40px;
  display: flex;
  align-items: flex-start;
}
.view-etkinlikler .view-content .views-row::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  left: 70px;
  top: 10px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: var(--fg-blue);
  border: 5px solid #FFF;
}
.view-etkinlikler .view-content .views-row .views-field-field-fotograflar {
  width: 35%;
  -webkit-border-radius: 300px;
  -moz-border-radius: 300px;
  border-radius: 300px;
  overflow: hidden;
}
.view-etkinlikler .view-content .views-row .views-field-field-fotograflar img,
.view-etkinlikler .view-content .views-row .views-field-field-fotograflar a {
  width: 100%;
  height: auto;
  display: block;
}
.view-etkinlikler .view-content .views-row .views-field-title {
  width: 65%;
  box-sizing: border-box;
  padding-left: 20px;
}
.view-etkinlikler .view-content .views-row .views-field-title .e-tarih {
  font-size: 0.9rem;
  color: var(--fg-livid);
  opacity: .4;
  padding-bottom: 20px;
}
.view-etkinlikler .view-content .views-row .views-field-title .e-baslik a {
  color: var(--fg-livid);
  line-height: 170%;
}
.leaflet-container .leaflet-attribution-flag {
  display: none !important;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 {
  display: flex;
  flex-direction: column;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-filters {
  order: 2;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-filters .views-exposed-form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-filters .js-form-item {
  margin-right: 20px;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-filters .js-form-wrapper {
  margin-right: 20px;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-filters .js-form-wrapper fieldset {
  padding: 0;
  margin: 0;
  border: none;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-filters .js-form-wrapper fieldset .fieldset-wrapper {
  display: flex;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-filters .js-form-wrapper fieldset .fieldset-wrapper label {
  display: none;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-filters .js-form-wrapper fieldset .fieldset-wrapper .form-text {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='%23E0E0E0' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath stroke-miterlimit='10' stroke-width='1.5' d='M8 2v3m8-3v3M3.5 9.09h17m.5-.59V17c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5V8.5c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5Z'/%3e%3cpath stroke-width='2' d='M15.695 13.7h.009m-.009 3h.009m-3.709-3h.01m-.01 3h.01m-3.711-3h.01m-.01 3h.01'/%3e%3c/g%3e%3c/svg%3e");
  background-position: right 15px center;
  background-repeat: no-repeat;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 > .view-content {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  order: 1;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer {
  order: 3;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row {
  display: flex;
  align-items: center;
  padding: 15px 5px;
  border-bottom: 1px solid var(--fg-livid-light);
}
@media screen and (max-width: 1000px) {
  .view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-field-fotograflar {
  max-width: 100px;
  margin-right: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-field-fotograflar img,
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-field-fotograflar a {
  width: 100%;
  height: auto;
  display: block;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-title {
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-title {
    margin-right: 0;
  }
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-title .et-title {
  margin-bottom: 5px;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-title .et-title a {
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 20px;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-title .et-location {
  font-size: .9rem;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-field-baslangic-ve-bitis-tarihi {
  font-size: .9rem;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-view-node {
  margin-left: 20px;
}
@media screen and (max-width: 1000px) {
  .view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-view-node {
    margin-left: 0;
    margin-top: 20px;
  }
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-view-node a {
  padding-right: 25px;
  font-weight: 500;
  position: relative;
}
.view-etkinlikler-sayfasi.view-display-id-block_1 .view-footer .view-content .views-row .views-field-view-node a::after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE5IDE5Ij48cGF0aCBzdHJva2U9IiMwMjlCRDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0ibTcuMDU0IDE1Ljc3IDUuMTYxLTUuMTYyYTEuNTcgMS41NyAwIDAgMCAwLTIuMjE2TDcuMDU0IDMuMjMiLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
}
#block-feza-gursey-views-block-etkinlikler-block-1 {
  padding: 100px 0 50px 0;
  overflow: hidden;
}
#block-feza-gursey-views-block-etkinlikler-block-1 h2 {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 101;
}
#block-feza-gursey-views-block-etkinlikler-block-1 h2 .swiper-pagination-etkinlikler {
  width: auto;
  margin-left: auto;
}
#block-feza-gursey-views-block-etkinlikler-sayfasi-block-2 .views-field-field-fotograflar {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
#block-feza-gursey-views-block-etkinlikler-sayfasi-block-2 .views-field-field-fotograflar img,
#block-feza-gursey-views-block-etkinlikler-sayfasi-block-2 .views-field-field-fotograflar a {
  width: 100%;
  height: auto;
  display: block;
}
.node-type-etkinlik #block-feza-gursey-content .field {
  margin-bottom: 30px;
}
.node-type-etkinlik #block-feza-gursey-content .field .field__label {
  font-size: 1.125rem;
  font-weight: 500;
}
.node-type-etkinlik #block-feza-gursey-content .field--name-body {
  line-height: 170%;
}
.node-type-etkinlik #block-feza-gursey-content .field--name-field-konum {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
#block-feza-gursey-logo {
  max-width: 60px;
  height: 60px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  position: relative;
  margin-top: -2px;
  /*&::before{
        content: "BETA"; font-weight: 400; font-size: 10px; color: #FFF; position: absolute;
        bottom: -16px; left: 50%; transform: translateX(-50%); white-space: nowrap;
    }*/
}
#block-feza-gursey-logo .block-image img,
#block-feza-gursey-logo .block-image a {
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  width: auto;
  height: 60px;
}
.scroll #block-feza-gursey-logo {
  height: 60px;
}
.scroll #block-feza-gursey-logo::before {
  color: var(--fg-black);
  bottom: -10px;
  font-size: 8px;
}
.front:not(.scroll) #block-feza-gursey-logo .block-image img {
  filter: brightness(0) invert(1);
}
#block-feza-gursey-mobilesidebartoggler {
  position: absolute;
  top: 100px;
  left: -39px;
  background-color: #FFF;
  width: 40px;
  height: 50px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-topleft: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  border: 1px solid var(--fg-livid-light);
  border-right: none;
  display: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-mobilesidebartoggler {
    display: block;
  }
}
#block-feza-gursey-mobilesidebartoggler .block-content {
  width: 38px;
  height: 49px;
  cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23AFB7BC' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='M15 19.92 8.48 13.4c-.77-.77-.77-2.03 0-2.8L15 4.08'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
}
#block-feza-gursey-mobilesidebartoggler.active {
  top: 50px;
  left: 10px;
  -webkit-border-top-right-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -webkit-border-bottom-left-radius: 50px;
  -webkit-border-top-left-radius: 50px;
  -moz-border-radius-topright: 50px;
  -moz-border-radius-bottomright: 50px;
  -moz-border-radius-bottomleft: 50px;
  -moz-border-radius-topleft: 50px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  width: 50px;
  border-right: 1px solid var(--fg-livid-light);
}
#block-feza-gursey-mobilesidebartoggler.active .block-content {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  margin-left: 7px;
}
#block-feza-gursey-dipnot {
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-dipnot {
    margin-bottom: 10px;
  }
}
#block-feza-gursey-dipnot > .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#block-feza-gursey-dipnot .menu-item--expanded {
  margin-right: 60px;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-dipnot .menu-item--expanded {
    margin-bottom: 40px;
  }
  #block-feza-gursey-dipnot .menu-item--expanded:nth-child(3) {
    margin-bottom: 0;
  }
}
#block-feza-gursey-dipnot .menu-item--expanded > span {
  color: var(--fg-blue);
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
}
#block-feza-gursey-dipnot .menu-item--expanded .menu {
  display: block;
}
#block-feza-gursey-dipnot .menu-item--expanded .menu a {
  color: var(--fg-livid);
  padding: 5px 0;
  display: block;
}
#block-feza-gursey-dipnot .menu-item--expanded .menu a:hover,
#block-feza-gursey-dipnot .menu-item--expanded .menu a.is-active {
  color: var(--fg-blue);
}
#block-feza-gursey-dipnot .menu-item--expanded .menu .linkk-cagri-merkezi {
  font-size: 2.25rem;
  font-weight: 700;
  color: var(--fg-blue);
  padding-left: 45px;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none' viewBox='0 0 34 34'%3e%3cg stroke='%23154377' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' clip-path='url(%23a)'%3e%3cpath d='M10.929 18.214H8.5a2.429 2.429 0 0 0-2.429 2.429v9.714A2.429 2.429 0 0 0 8.5 32.786h2.429a2.429 2.429 0 0 0 2.428-2.429v-9.714a2.429 2.429 0 0 0-2.428-2.429Zm14.571 0h-2.429a2.429 2.429 0 0 0-2.428 2.429v9.714a2.429 2.429 0 0 0 2.428 2.429H25.5a2.429 2.429 0 0 0 2.429-2.429v-9.714a2.429 2.429 0 0 0-2.429-2.429Z'/%3e%3cpath d='M1.214 23.071V17a15.786 15.786 0 0 1 31.572 0v6.071'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h34v34H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
}
#block-feza-gursey-dipnot .menu-item--expanded .menu .menu-item--expanded > span {
  display: none;
}
#block-feza-gursey-dipnot .menu-item--expanded .menu .menu-item--expanded .menu {
  display: flex;
}
#block-feza-gursey-dipnot .menu-item--expanded .menu .menu-item--expanded .menu a {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -555px;
  overflow: hidden;
  padding: 5px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
#block-feza-gursey-dipnot .menu-item--expanded .menu .menu-item--expanded .menu .linkk-facebook {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3e%3cpath fill='%23154377' d='M12.833 12.375h2.292l.917-3.667h-3.209V6.875c0-.944 0-1.833 1.834-1.833h1.375v-3.08c-.3-.04-1.428-.129-2.62-.129-2.488 0-4.255 1.52-4.255 4.309v2.566h-2.75v3.667h2.75v7.792h3.666v-7.792Z'/%3e%3c/svg%3e");
}
#block-feza-gursey-dipnot .menu-item--expanded .menu .menu-item--expanded .menu .linkk-twitter {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23154377' d='M14.176.865h2.76l-6.03 6.892L18 17.135h-5.555l-4.35-5.689-4.978 5.688H.356l6.45-7.372L0 .866h5.696l3.932 5.199 4.548-5.2Zm-.969 14.618h1.53L4.864 2.43h-1.64l9.983 13.053Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h18v18H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
#block-feza-gursey-dipnot .menu-item--expanded .menu .menu-item--expanded .menu .linkk-linkedin {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%23154377' d='M6.94 5a2 2 0 1 1-4-.002 2 2 0 0 1 4 .002ZM7 8.48H3V21h4V8.48Zm6.32 0H9.34V21h3.94v-6.57c0-3.66 4.77-4 4.77 0V21H22v-7.93c0-6.17-7.06-5.94-8.72-2.91l.04-1.68Z'/%3e%3c/svg%3e");
}
#block-feza-gursey-dipnot .menu-item--expanded .menu .menu-item--expanded .menu .linkk-instagram {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%23154377' d='M12.001 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0-2a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm6.5-.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM12.001 4c-2.474 0-2.878.007-4.029.058-.784.037-1.31.142-1.798.332-.408.15-.778.39-1.08.703a2.89 2.89 0 0 0-.704 1.08c-.19.49-.295 1.015-.331 1.798C4.007 9.075 4 9.461 4 12c0 2.475.007 2.878.058 4.029.037.783.142 1.31.331 1.797.17.435.37.748.702 1.08.337.336.65.537 1.08.703.494.191 1.02.297 1.8.333C9.075 19.994 9.461 20 12 20c2.475 0 2.878-.007 4.029-.058.782-.037 1.308-.142 1.797-.331a2.91 2.91 0 0 0 1.08-.703c.337-.336.538-.649.704-1.08.19-.492.296-1.018.332-1.8.052-1.103.058-1.49.058-4.028 0-2.474-.007-2.878-.058-4.029-.037-.782-.143-1.31-.332-1.798a2.912 2.912 0 0 0-.703-1.08 2.884 2.884 0 0 0-1.08-.704c-.49-.19-1.016-.295-1.798-.331C14.926 4.006 14.541 4 12.001 4Zm0-2c2.717 0 3.056.01 4.123.06 1.064.05 1.79.217 2.427.465.66.254 1.216.598 1.772 1.153.508.5.902 1.105 1.153 1.772.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.884 4.884 0 0 1-1.153 1.772c-.5.508-1.105.902-1.772 1.153-.637.247-1.363.415-2.427.465-1.067.047-1.406.06-4.123.06-2.717 0-3.056-.01-4.123-.06-1.064-.05-1.789-.218-2.427-.465a4.89 4.89 0 0 1-1.772-1.153 4.904 4.904 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428-.048-1.066-.06-1.405-.06-4.122 0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772 4.897 4.897 0 0 1 1.772-1.153c.637-.248 1.362-.415 2.427-.465C8.945 2.013 9.284 2 12.001 2Z'/%3e%3c/svg%3e");
}
#block-feza-gursey-dipnot .menu-item--expanded .menu .menu-item--expanded .menu .linkk-youtube {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%23154377' fill-rule='evenodd' d='M9.935 14.628v-5.62l5.403 2.82-5.403 2.8ZM21.8 8.035s-.195-1.379-.795-1.986c-.76-.796-1.613-.8-2.004-.847C16.203 5 12.004 5 12.004 5h-.008s-4.198 0-6.997.202c-.391.047-1.243.05-2.004.847-.6.607-.795 1.986-.795 1.986S2 9.653 2 11.272v1.517c0 1.618.2 3.237.2 3.237s.195 1.378.795 1.985c.76.797 1.76.771 2.205.855 1.6.153 6.8.2 6.8.2s4.203-.006 7.001-.208c.391-.047 1.244-.05 2.004-.847.6-.607.795-1.985.795-1.985s.2-1.619.2-3.237v-1.517c0-1.619-.2-3.237-.2-3.237Z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
#block-feza-gursey-dipnot .menu-item--expanded .menu .menu-item--expanded .menu .linkk-bulten {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none' viewBox='0 0 15 15'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23154377' d='M13.543 1.4c-1.974.01-3.44.281-4.502.75-.792.351-1.102.616-1.102 1.514v9.412c1.213-1.095 2.29-1.402 6.537-1.402V1.402h-.934ZM1.4 1.4c1.973.01 3.44.281 4.502.75.792.351 1.102.616 1.102 1.514v9.412C5.79 11.98 4.715 11.674.467 11.674V1.402h.934Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h14.943v14.943H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
#block-feza-gursey-tcsanayiveteknolojibakanligilogo {
  margin-left: 30px;
  overflow: hidden;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-tcsanayiveteknolojibakanligilogo {
    display: none;
  }
}
#block-feza-gursey-tcsanayiveteknolojibakanligilogo .block-image img,
#block-feza-gursey-tcsanayiveteknolojibakanligilogo .block-image a {
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  width: auto;
  height: 48px;
}
.front:not(.scroll) #block-feza-gursey-tcsanayiveteknolojibakanligilogo .block-image img {
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  filter: brightness(0) invert(1);
}
.scroll #block-feza-gursey-tcsanayiveteknolojibakanligilogo {
  height: 48px;
}
#block-feza-gursey-teknofest {
  margin-right: 100px;
}
#block-feza-gursey-teknofest .block-image {
  max-width: 150px;
}
#block-feza-gursey-teknofest .block-image img,
#block-feza-gursey-teknofest .block-image a {
  width: 100%;
  height: auto;
  display: block;
}
#block-feza-gursey-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  padding: 15px 20px 15px 0;
  align-items: center;
}
#block-feza-gursey-breadcrumbs ol li {
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--fg-gray);
  font-size: .85rem;
}
#block-feza-gursey-breadcrumbs ol li a {
  padding-right: 30px;
  color: var(--fg-livid-light);
  font-size: .85rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' fill='none' viewBox='0 0 6 10'%3e%3cpath stroke='%23AFB7BC' stroke-linecap='round' stroke-linejoin='round' d='m1 1 4 4-4 4'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
#block-feza-gursey-breadcrumbs ol li a:hover {
  color: var(--fg-blue);
}
#block-feza-gursey-breadcrumbs ol li:first-child a {
  display: block;
  width: 20px;
  height: 20px;
  text-indent: -555px;
  overflow: hidden;
  position: relative;
}
#block-feza-gursey-breadcrumbs ol li:first-child a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23AFB7BC' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.2' d='m7.51667 2.36667-4.49167 3.5c-.75.58333-1.35833 1.825-1.35833 2.76666v6.17497c0 1.9334 1.575 3.5167 3.50833 3.5167h9.65c1.9333 0 3.5083-1.5833 3.5083-3.5083V8.75c0-1.00833-.675-2.3-1.5-2.875l-5.15-3.60833c-1.1666-.81667-3.04163-.775-4.16663.1ZM10 14.9917v-2.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#block-feza-gursey-breadcrumbs ol li:last-child a {
  background-image: none;
}
#block-feza-gursey-tubimer {
  max-width: 370px;
}
#block-feza-gursey-tubimer .block-image {
  max-width: 150px;
}
#block-feza-gursey-tubimer .block-image img,
#block-feza-gursey-tubimer .block-image a {
  width: 100%;
  height: auto;
  display: block;
}
#block-feza-gursey-tubimer .block-content {
  font-size: .875rem;
  line-height: 170%;
}
#block-feza-gursey-copyright {
  width: 100%;
  margin-top: 30px;
  font-size: .875rem;
  line-height: 170%;
}
#block-feza-gursey-logo-2 {
  max-width: 80px;
}
#block-feza-gursey-logo-2 img,
#block-feza-gursey-logo-2 a {
  width: 100%;
  height: auto;
  display: block;
}
#block-feza-gursey-tcsanayiveteknolojibakanligilogofooter {
  margin-left: 50px;
}
#block-feza-gursey-tcsanayiveteknolojibakanligilogofooter .block-image {
  max-width: 152px;
}
#block-feza-gursey-tcsanayiveteknolojibakanligilogofooter .block-image img,
#block-feza-gursey-tcsanayiveteknolojibakanligilogofooter .block-image a {
  width: 100%;
  height: auto;
  display: block;
}
#block-feza-gursey-tcsanayiveteknolojibakanligilogofooter .block-content {
  font-size: .7rem;
  margin-top: 10px;
}
#block-feza-gursey-tcsanayiveteknolojibakanligilogofooter .block-content p {
  margin: 0;
}
#block-feza-gursey-bizeulasinfooter {
  padding-top: 30px;
}
@media screen and (max-width: 1000px) {
  #block-feza-gursey-bizeulasinfooter {
    width: 100%;
  }
}
#block-feza-gursey-bizeulasinfooter h2 {
  color: var(--fg-livid);
  font-size: 1rem;
  font-weight: 700;
}
#block-feza-gursey-bizeulasinfooter .menu {
  display: block;
  max-width: 300px;
}
#block-feza-gursey-bizeulasinfooter .menu a {
  background-repeat: no-repeat;
  background-position: left top 3px;
  padding: 5px 0 15px 35px;
  display: block;
  color: var(--fg-livid);
  font-size: 1.25rem;
}
#block-feza-gursey-bizeulasinfooter .menu .linkk-address {
  font-size: 1rem;
  margin-bottom: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='%235E6E78' stroke-width='1.5'%3e%3cpath d='M12 13.43a3.12 3.12 0 1 0 0-6.24 3.12 3.12 0 0 0 0 6.24Z'/%3e%3cpath d='M3.62 8.49c1.97-8.66 14.8-8.65 16.76.01 1.15 5.08-2.01 9.38-4.78 12.04a5.193 5.193 0 0 1-7.21 0c-2.76-2.66-5.92-6.97-4.77-12.05Z'/%3e%3c/g%3e%3c/svg%3e");
}
#block-feza-gursey-bizeulasinfooter .menu .linkk-tel {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%235E6E78' stroke-miterlimit='10' stroke-width='1.5' d='M21.97 18.33c0 .36-.08.73-.25 1.09-.17.36-.39.7-.68 1.02-.49.54-1.03.93-1.64 1.18-.6.25-1.25.38-1.95.38-1.02 0-2.11-.24-3.26-.73s-2.3-1.15-3.44-1.98a28.75 28.75 0 0 1-3.28-2.8 28.414 28.414 0 0 1-2.79-3.27c-.82-1.14-1.48-2.28-1.96-3.41C2.24 8.67 2 7.58 2 6.54c0-.68.12-1.33.36-1.93.24-.61.62-1.17 1.15-1.67C4.15 2.31 4.85 2 5.59 2c.28 0 .56.06.81.18.26.12.49.3.67.56l2.32 3.27c.18.25.31.48.4.7.09.21.14.42.14.61 0 .24-.07.48-.21.71-.13.23-.32.47-.56.71l-.76.79c-.11.11-.16.24-.16.4 0 .08.01.15.03.23.03.08.06.14.08.2.18.33.49.76.93 1.28.45.52.93 1.05 1.45 1.58.54.53 1.06 1.02 1.59 1.47.52.44.95.74 1.29.92.05.02.11.05.18.08.08.03.16.04.25.04.17 0 .3-.06.41-.17l.76-.75c.25-.25.49-.44.72-.56.23-.14.46-.21.71-.21.19 0 .39.04.61.13.22.09.45.22.7.39l3.31 2.35c.26.18.44.39.55.64.1.25.16.5.16.78Z'/%3e%3c/svg%3e");
}
#block-feza-gursey-bizeulasinfooter .menu .linkk-mail {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='%235E6E78' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5'%3e%3cpath d='M17 20.5H7c-3 0-5-1.5-5-5v-7c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v7c0 3.5-2 5-5 5Z'/%3e%3cpath d='m17 9-3.13 2.5c-1.03.82-2.72.82-3.75 0L7 9'/%3e%3c/g%3e%3c/svg%3e");
}
#block-feza-gursey-bizeulasinfooter .menu .linkk-kep {
  font-size: .875rem;
  margin-top: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='M17 20.5H7c-3 0-5-1.5-5-5v-7c0-3.5 2-5 5-5h10c3 0 5 1.5 5 5v7c0 3.5-2 5-5 5Z'/%3e%3cg fill='%23555' fill-rule='evenodd' clip-path='url(%23a)' clip-rule='evenodd'%3e%3cpath d='M19 12.767c-.202.545-.54 1.037-.946 1.464-1.004 1.054-2.52 1.633-4.224 1.374-2.472-.373-4.628-1.983-5.288-3.979 0 .002-1.77 1.059-1.955 1.173C8.07 14.264 9.99 15.474 12.011 16 9.595 15.732 6.574 14.578 5 12.603l.892-.54L9.456 9.9c.02.4.078.816.175 1.24a5.158 5.158 0 0 0 2.09 3.083c1.06.735 2.4 1.071 3.67.871 1.424-.223 2.33-1.294 2.699-2.648.087-.32.148-.654.175-.997L19 12.767Z'/%3e%3cpath d='M12.31 9.218C10.262 8 10.121 7.632 9.847 7c-.007.003.24.256.64.34.795.168 2.196.36 3.478.81 1.134.399 2.189.984 2.75 1.496 1.01.926.947 2.415-.135 3.538.232-1.287-.088-2.658-1.139-3.398-.455-.32-.947-.568-1.44-.797-.461-.215-.934-.396-1.403-.578-.593-.23-1.175-.336-1.76-.57.354.387.778.632 1.213.846.496.244.954.468 1.223.929-.14-.052-.41.01-.567.01a4.82 4.82 0 0 1-1.064-.106 7.951 7.951 0 0 0 1.626 1.25c-.365.095-.93.071-1.214.016-.284-.056-.27-.064-.396-.108.124.112.259.22.404.322.649.457 1.368.711 1.956.732-.59.06-1.347-.102-2.054-.481-.578-.31-1.02-.71-1.27-1.11a3.865 3.865 0 0 0 .845.228c.278.044.54.061.804.054a4.995 4.995 0 0 1-.479-.27c-.488-.304-1.005-.74-1.304-1.255.19.091.42.168.677.223h.001l.006.001.02.005.02.004.011.002c.354.07.652.097 1.012.085Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h14v9H0z' transform='translate(5 7)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
#block-feza-gursey-dildegistirici {
  margin-right: 20px;
  position: relative;
}
#block-feza-gursey-dildegistirici .contextual {
  display: none;
}
#block-feza-gursey-dildegistirici ul,
#block-feza-gursey-dildegistirici li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-feza-gursey-dildegistirici .links li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  color: var(--fg-livid);
  padding: 5px;
  box-sizing: border-box;
}
#block-feza-gursey-dildegistirici .links li.is-active {
  display: none;
}
.front:not(.scroll) #block-feza-gursey-dildegistirici .links li a {
  color: #FFF;
}
#block-feza-gursey-menutoggler {
  z-index: 110;
  margin-left: 45px;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-menutoggler {
    margin-left: 20px;
  }
}
#block-feza-gursey-menutoggler .block-content {
  position: relative;
  width: 40px;
  height: 30px;
  cursor: pointer;
}
#block-feza-gursey-menutoggler .block-content .line {
  position: absolute;
  height: 3px;
  -webkit-border-radius: var(--fg-round);
  -moz-border-radius: var(--fg-round);
  border-radius: var(--fg-round);
  background-color: var(--fg-blue);
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-feza-gursey-menutoggler .block-content .line-1 {
  top: 0;
  width: 25px;
}
#block-feza-gursey-menutoggler .block-content .line-2 {
  top: 14px;
  width: 40px;
}
#block-feza-gursey-menutoggler .block-content .line-3 {
  bottom: 0;
  width: 30px;
}
#block-feza-gursey-menutoggler .block-content:hover .line-1 {
  width: 30px;
}
#block-feza-gursey-menutoggler .block-content:hover .line-2 {
  width: 25px;
}
#block-feza-gursey-menutoggler .block-content:hover .line-3 {
  width: 40px;
}
#block-feza-gursey-menutoggler .block-content.active .line-1 {
  width: 40px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
}
#block-feza-gursey-menutoggler .block-content.active .line-2 {
  width: 0px;
}
#block-feza-gursey-menutoggler .block-content.active .line-3 {
  width: 40px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: 14px;
}
.front:not(.scroll) #block-feza-gursey-menutoggler .block-content .line {
  background-color: #FFF;
}
#block-feza-gursey-gosterilenformaramapage-1 {
  position: fixed;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 1001;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  opacity: 0;
  pointer-events: none;
}
#block-feza-gursey-gosterilenformaramapage-1 form {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  position: relative;
}
#block-feza-gursey-gosterilenformaramapage-1 form .search-close {
  position: absolute;
  right: 20px;
  top: -80px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.3s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.7, 0, 0.4, 1);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none' viewBox='0 0 34 34'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m12.757 12.728 8.486 8.485m-8.486 0 8.486-8.485'/%3e%3c/svg%3e");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150% auto;
  opacity: 0;
}
#block-feza-gursey-gosterilenformaramapage-1 form .search-close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#block-feza-gursey-gosterilenformaramapage-1 form .js-form-type-textfield {
  margin-bottom: 0;
  width: 100%;
}
#block-feza-gursey-gosterilenformaramapage-1 form .js-form-type-textfield .form-text {
  background-color: #FFF;
  border: none;
  -webkit-box-shadow: 0 0 70px -10px #000000;
  -moz-box-shadow: 0 0 70px -10px #000000;
  box-shadow: 0 0 70px -10px #000000;
  height: 50px;
}
#block-feza-gursey-gosterilenformaramapage-1 form .form-actions {
  position: absolute;
  right: 5px;
  top: 5px;
}
#block-feza-gursey-gosterilenformaramapage-1 form .form-actions .form-submit {
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
#block-feza-gursey-gosterilenformaramapage-1.active {
  opacity: 1;
  pointer-events: all;
  top: 200px;
}
#block-feza-gursey-gosterilenformaramapage-1.active form .search-close {
  top: -50px;
  opacity: 1;
}
#block-feza-gursey-hizlibaglantilar .menu a {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -555px;
  overflow: hidden;
  padding: 5px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
}
#block-feza-gursey-hizlibaglantilar .menu .linkk-search {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -555px;
  overflow: hidden;
  padding: 5px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDIxIDIxIj48cGF0aCBzdHJva2U9IiM1RTZFNzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik05LjU4MyAxNy41YTcuOTE3IDcuOTE3IDAgMSAwIDAtMTUuODMzIDcuOTE3IDcuOTE3IDAgMCAwIDAgMTUuODMzWk0yMCAyMGwtMy4zMzMtMy4zMzMiLz48L3N2Zz4=");
}
#block-feza-gursey-hizlibaglantilar .menu .linkk-facebook {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBmaWxsPSIjNUU2RTc4IiBkPSJNMTAuNDYgMTAuMDg3aDEuODY4bC43NDgtMi45ODlIMTAuNDZWNS42MDRjMC0uNzcgMC0xLjQ5NSAxLjQ5NS0xLjQ5NWgxLjEyVjEuNmEyMS4wNSAyMS4wNSAwIDAgMC0yLjEzNC0uMTA1Yy0yLjAyOSAwLTMuNDcgMS4yMzgtMy40NyAzLjUxMnYyLjA5MmgtMi4yNHYyLjk4OWgyLjI0djYuMzVoMi45OXYtNi4zNVoiLz48L3N2Zz4=");
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-hizlibaglantilar .menu .linkk-facebook {
    display: none;
  }
}
#block-feza-gursey-hizlibaglantilar .menu .linkk-twitter {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 18 18'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%235E6E78' d='M14.176.865h2.76l-6.03 6.892L18 17.135h-5.555l-4.35-5.689-4.978 5.688H.356l6.45-7.372L0 .866h5.696l3.932 5.199 4.548-5.2Zm-.969 14.618h1.53L4.864 2.43h-1.64l9.983 13.053Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h18v18H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-hizlibaglantilar .menu .linkk-twitter {
    display: none;
  }
}
#block-feza-gursey-hizlibaglantilar .menu .linkk-linkedin {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBmaWxsPSIjNUU2RTc4IiBkPSJNNS4xODUgMy43MzZhMS40OTQgMS40OTQgMCAxIDEtMi45ODgtLjAwMiAxLjQ5NCAxLjQ5NCAwIDAgMSAyLjk4OC4wMDJabS4wNDUgMi42SDIuMjQydjkuMzU1SDUuMjNWNi4zMzZabTQuNzIyIDBINi45OHY5LjM1NWgyLjk0M3YtNC45MWMwLTIuNzM0IDMuNTY0LTIuOTg4IDMuNTY0IDB2NC45MWgyLjk1MlY5Ljc2NmMwLTQuNjEtNS4yNzUtNC40MzktNi41MTYtMi4xNzVsLjAzLTEuMjU1WiIvPjwvc3ZnPg==");
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-hizlibaglantilar .menu .linkk-linkedin {
    display: none;
  }
}
#block-feza-gursey-hizlibaglantilar .menu .linkk-instagram {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBmaWxsPSIjNUU2RTc4IiBkPSJNOC45NjcgNi43MjVhMi4yNDIgMi4yNDIgMCAxIDAgMCA0LjQ4MyAyLjI0MiAyLjI0MiAwIDAgMCAwLTQuNDgzWm0wLTEuNDk1YTMuNzM2IDMuNzM2IDAgMSAxIDAgNy40NzIgMy43MzYgMy43MzYgMCAwIDEgMC03LjQ3MlptNC44NTYtLjE4N2EuOTM0LjkzNCAwIDEgMS0xLjg2NyAwIC45MzQuOTM0IDAgMCAxIDEuODY3IDBaTTguOTY3IDIuOTljLTEuODQ5IDAtMi4xNS4wMDUtMy4wMS4wNDMtLjU4Ni4wMjgtLjk4LjEwNi0xLjM0NC4yNDhhMi4xNTYgMi4xNTYgMCAwIDAtLjgwNy41MjUgMi4xNiAyLjE2IDAgMCAwLS41MjYuODA3Yy0uMTQyLjM2Ni0uMjIuNzU5LS4yNDcgMS4zNDQtLjA0LjgyNS0uMDQ0IDEuMTEzLS4wNDQgMy4wMSAwIDEuODUuMDA1IDIuMTUuMDQzIDMuMDEuMDI4LjU4NS4xMDYuOTguMjQ3IDEuMzQzLjEyNy4zMjUuMjc3LjU1OS41MjUuODA3LjI1Mi4yNTEuNDg2LjQwMS44MDcuNTI1LjM2OS4xNDMuNzYyLjIyMiAxLjM0NS4yNS44MjUuMDM4IDEuMTEzLjA0MiAzLjAxLjA0MiAxLjg1IDAgMi4xNS0uMDA1IDMuMDEtLjA0My41ODUtLjAyOC45NzgtLjEwNiAxLjM0My0uMjQ3LjMwNS0uMTEzLjU4LS4yOTIuODA3LS41MjZhMi4xMyAyLjEzIDAgMCAwIC41MjYtLjgwN2MuMTQyLS4zNjcuMjIxLS43Ni4yNDgtMS4zNDQuMDM5LS44MjUuMDQzLTEuMTE0LjA0My0zLjAxIDAtMS44NDgtLjAwNS0yLjE1LS4wNDMtMy4wMS0uMDI4LS41ODUtLjEwNy0uOTgtLjI0OC0xLjM0NGEyLjE3NSAyLjE3NSAwIDAgMC0uNTI1LS44MDcgMi4xNTUgMi4xNTUgMCAwIDAtLjgwNy0uNTI2Yy0uMzY2LS4xNDItLjc2LS4yMi0xLjM0NC0uMjQ3LS44MjQtLjAzOS0xLjExMS0uMDQzLTMuMDEtLjA0M1ptMC0xLjQ5NWMyLjAzIDAgMi4yODMuMDA4IDMuMDguMDQ1Ljc5NS4wMzggMS4zMzguMTYyIDEuODE0LjM0OC40OTMuMTkuOTA4LjQ0NiAxLjMyNC44NjEuMzguMzc0LjY3NC44MjUuODYxIDEuMzI0LjE4NS40NzYuMzEgMS4wMTguMzQ4IDEuODE0LjAzNS43OTcuMDQ1IDEuMDUuMDQ1IDMuMDggMCAyLjAzLS4wMDggMi4yODMtLjA0NSAzLjA4LS4wMzguNzk2LS4xNjMgMS4zMzctLjM0OCAxLjgxNGEzLjY1IDMuNjUgMCAwIDEtLjg2MSAxLjMyNGMtLjM3NC4zOC0uODI2LjY3NC0xLjMyNC44NjItLjQ3Ni4xODQtMS4wMTkuMzEtMS44MTQuMzQ3LS43OTcuMDM1LTEuMDUuMDQ1LTMuMDguMDQ1LTIuMDMgMC0yLjI4NC0uMDA4LTMuMDgtLjA0NS0uNzk2LS4wMzgtMS4zMzctLjE2My0xLjgxNC0uMzQ4YTMuNjUzIDMuNjUzIDAgMCAxLTEuMzI0LS44NjEgMy42NjUgMy42NjUgMCAwIDEtLjg2Mi0xLjMyNGMtLjE4NS0uNDc2LS4zMS0xLjAxOC0uMzQ3LTEuODE0LS4wMzYtLjc5Ny0uMDQ1LTEuMDUtLjA0NS0zLjA4IDAtMi4wMy4wMDgtMi4yODMuMDQ1LTMuMDguMDM3LS43OTYuMTYyLTEuMzM3LjM0Ny0xLjgxNC4xODctLjQ5OS40ODEtLjk1Ljg2Mi0xLjMyNGEzLjY1IDMuNjUgMCAwIDEgMS4zMjQtLjg2MWMuNDc2LS4xODYgMS4wMTctLjMxIDEuODEzLS4zNDguNzk3LS4wMzUgMS4wNS0uMDQ1IDMuMDgtLjA0NVoiLz48L3N2Zz4=");
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-hizlibaglantilar .menu .linkk-instagram {
    display: none;
  }
}
#block-feza-gursey-hizlibaglantilar .menu .linkk-youtube {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE4IDE4Ij48cGF0aCBmaWxsPSIjNUU2RTc4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjQyMyAxMC45M3YtNC4ybDQuMDM3IDIuMTA4LTQuMDM3IDIuMDkyWm04Ljg2NS00LjkyNnMtLjE0NS0xLjAzLS41OTQtMS40ODRjLS41NjgtLjU5NS0xLjIwNS0uNTk4LTEuNDk3LS42MzMtMi4wOS0uMTUxLTUuMjI4LS4xNTEtNS4yMjgtLjE1MWgtLjAwNnMtMy4xMzcgMC01LjIyOC4xNWMtLjI5Mi4wMzYtLjkyOS4wMzgtMS40OTcuNjM0LS40NDkuNDUzLS41OTQgMS40ODQtLjU5NCAxLjQ4NHMtLjE1IDEuMjA4LS4xNSAyLjQxOHYxLjEzNGMwIDEuMjA5LjE1IDIuNDE4LjE1IDIuNDE4cy4xNDUgMS4wMy41OTQgMS40ODNjLjU2OC41OTYgMS4zMTUuNTc2IDEuNjQ3LjY0IDEuMTk2LjExMyA1LjA4MS4xNDkgNS4wODEuMTQ5czMuMTQtLjAwNSA1LjIzMS0uMTU2Yy4yOTItLjAzNS45My0uMDM3IDEuNDk3LS42MzMuNDQ5LS40NTMuNTk0LTEuNDgzLjU5NC0xLjQ4M3MuMTUtMS4yMS4xNS0yLjQxOFY4LjQyMmMwLTEuMjEtLjE1LTIuNDE4LS4xNS0yLjQxOFoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-hizlibaglantilar .menu .linkk-youtube {
    display: none;
  }
}
#block-feza-gursey-hizlibaglantilar .menu .linkk-bulten {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE1IDE1Ij48ZyBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGZpbGw9IiM1RTZFNzgiIGQ9Ik0xMy41NDMgMS40Yy0xLjk3NC4wMS0zLjQ0LjI4MS00LjUwMi43NS0uNzkyLjM1MS0xLjEwMi42MTYtMS4xMDIgMS41MTR2OS40MTJjMS4yMTMtMS4wOTUgMi4yOS0xLjQwMiA2LjUzNy0xLjQwMlYxLjQwMmgtLjkzNFpNMS40IDEuNGMxLjk3My4wMSAzLjQ0LjI4MSA0LjUwMi43NS43OTIuMzUxIDEuMTAyLjYxNiAxLjEwMiAxLjUxNHY5LjQxMkM1Ljc5IDExLjk4IDQuNzE1IDExLjY3NC40NjcgMTEuNjc0VjEuNDAyaC45MzRaIi8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgxNC45NDN2MTQuOTQzSDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+");
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-hizlibaglantilar .menu .linkk-bulten {
    display: none;
  }
}
.front:not(.scroll) #block-feza-gursey-hizlibaglantilar .menu a,
.front:not(.scroll) #block-feza-gursey-hizlibaglantilar .menu span {
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-feza-gursey-main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 102;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  background: url(/themes/custom/feza_gursey/images/menu-bg.webp) no-repeat center #111111;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
}
#block-feza-gursey-main-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.7;
  background: linear-gradient(180deg, #001828 0%, rgba(0, 31, 52, 0) 100%);
}
#block-feza-gursey-main-menu::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transform: translateX(-450px);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='1107' height='748' fill='none' viewBox='0 0 1107 748'%3e%3cpath fill='white' d='M1107 0H0s91 534.159 281.5 667.593c190.5 133.434 825.5 60.53 825.5 60.53V0Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-main-menu::after {
    background-color: #FFF;
    transform: translateX(0);
    left: 280px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 50px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 50px;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 0;
  }
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu::after {
    left: 0;
  }
}
#block-feza-gursey-main-menu .baslik-menu {
  font-size: 1.25rem;
  font-weight: 600;
  padding: 12px 0;
  display: flex;
  position: relative;
  float: left;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu .baslik-menu {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--fg-livid) !important;
  }
}
#block-feza-gursey-main-menu .baslik-menu::before {
  content: "";
  position: absolute;
  width: 4000px;
  left: -4015px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #FFF;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  opacity: .05;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu .baslik-menu::before {
    display: none;
  }
}
#block-feza-gursey-main-menu .baslik-menu::after {
  content: "";
  position: absolute;
  width: 4000px;
  left: 110px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background-color: #FFF;
  pointer-events: none;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  opacity: .05;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu .baslik-menu::after {
    display: none;
  }
}
#block-feza-gursey-main-menu .baslik-menu.linkk-ar-ge {
  margin-bottom: 20px;
}
#block-feza-gursey-main-menu .baslik-menu.linkk-kurumsal::after {
  left: 106px;
}
#block-feza-gursey-main-menu .baslik-menu.linkk-destekler::after {
  left: 112px;
}
#block-feza-gursey-main-menu .baslik-menu.linkk-burslar::after {
  left: 93px;
}
#block-feza-gursey-main-menu .baslik-menu.linkk-ar-ge::after {
  left: 220px;
}
#block-feza-gursey-main-menu .baslik-menu.active {
  letter-spacing: 2px;
  padding-left: 10px;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu .baslik-menu.active {
    letter-spacing: 0;
    padding-left: 0;
  }
}
#block-feza-gursey-main-menu .baslik-menu.active::before {
  left: -4000px;
  opacity: 1;
}
#block-feza-gursey-main-menu .baslik-menu.active::after {
  opacity: 1;
}
#block-feza-gursey-main-menu .baslik-menu.active.linkk-kurumsal::after {
  left: 130px;
}
#block-feza-gursey-main-menu .baslik-menu.active.linkk-destekler::after {
  left: 137px;
}
#block-feza-gursey-main-menu .baslik-menu.active.linkk-burslar::after {
  left: 118px;
}
#block-feza-gursey-main-menu .baslik-menu.active.linkk-ar-ge::after {
  left: 272px;
}
#block-feza-gursey-main-menu .ikincil-link {
  padding: 13px 5px 13px 40px;
  display: block;
  background-position: left center;
  background-repeat: no-repeat;
}
#block-feza-gursey-main-menu .ikincil-link.linkk-haber-arsivi {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cg stroke='white' stroke-miterlimit='10'%3e%3cpath d='m18.058 11.917-.333 4.166c-.125 1.275-.225 2.25-2.483 2.25H4.758c-2.258 0-2.358-.975-2.483-2.25l-.333-4.166a2.526 2.526 0 0 1 .541-1.825l.017-.017a2.479 2.479 0 0 1 1.925-.908h11.15c.775 0 1.458.35 1.908.891.009.009.017.017.017.025a2.44 2.44 0 0 1 .558 1.834Z'/%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M2.917 9.525V5.233c0-2.833.708-3.541 3.541-3.541h1.059c1.058 0 1.3.316 1.7.85l1.058 1.416c.267.35.425.567 1.133.567h2.125c2.834 0 3.542.708 3.542 3.542v1.491m-9.217 4.609h4.284'/%3e%3c/g%3e%3c/svg%3e");
}
#block-feza-gursey-main-menu .ikincil-link.linkk-video-arsivi {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M4 12V8.44c0-4.42 3.13-6.23 6.96-4.02l3.09 1.78 3.09 1.78c3.83 2.21 3.83 5.83 0 8.04l-3.09 1.78-3.09 1.78C7.13 21.79 4 19.98 4 15.56V12Z'/%3e%3c/svg%3e");
}
#block-feza-gursey-main-menu .ikincil-link.linkk-fotograf-arsivi {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cg stroke='white' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M15.833 6.667a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-10 4.166H10m-4.167 3.334h7.5'/%3e%3cpath d='M11.667 1.667H7.5c-4.167 0-5.833 1.666-5.833 5.833v5c0 4.167 1.666 5.833 5.833 5.833h5c4.167 0 5.833-1.666 5.833-5.833V8.333'/%3e%3c/g%3e%3c/svg%3e");
}
#block-feza-gursey-main-menu .ikincil-link.linkk-kvkk {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3e%3cpath d='M21 7v10c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5V7c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5Z'/%3e%3cpath d='M15.5 2v7.86c0 .44-.52.66-.84.37l-2.32-2.14a.496.496 0 0 0-.68 0l-2.32 2.14c-.32.29-.84.07-.84-.37V2h7Zm-2.25 12h4.25M9 18h8.5'/%3e%3c/g%3e%3c/svg%3e");
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu .ikincil-link.linkk-haber-arsivi {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cg stroke='%23154377' stroke-miterlimit='10'%3e%3cpath d='m18.058 11.917-.333 4.166c-.125 1.275-.225 2.25-2.483 2.25H4.758c-2.258 0-2.358-.975-2.483-2.25l-.333-4.166a2.526 2.526 0 0 1 .541-1.825l.017-.017a2.479 2.479 0 0 1 1.925-.908h11.15c.775 0 1.458.35 1.908.891.009.009.017.017.017.025a2.44 2.44 0 0 1 .558 1.834Z'/%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M2.917 9.525V5.233c0-2.833.708-3.541 3.541-3.541h1.059c1.058 0 1.3.316 1.7.85l1.058 1.416c.267.35.425.567 1.133.567h2.125c2.834 0 3.542.708 3.542 3.542v1.491m-9.217 4.609h4.284'/%3e%3c/g%3e%3c/svg%3e");
  }
  #block-feza-gursey-main-menu .ikincil-link.linkk-video-arsivi {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath stroke='%23154377' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M4 12V8.44c0-4.42 3.13-6.23 6.96-4.02l3.09 1.78 3.09 1.78c3.83 2.21 3.83 5.83 0 8.04l-3.09 1.78-3.09 1.78C7.13 21.79 4 19.98 4 15.56V12Z'/%3e%3c/svg%3e");
  }
  #block-feza-gursey-main-menu .ikincil-link.linkk-fotograf-arsivi {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3e%3cg stroke='%23154377' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M15.833 6.667a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-10 4.166H10m-4.167 3.334h7.5'/%3e%3cpath d='M11.667 1.667H7.5c-4.167 0-5.833 1.666-5.833 5.833v5c0 4.167 1.666 5.833 5.833 5.833h5c4.167 0 5.833-1.666 5.833-5.833V8.333'/%3e%3c/g%3e%3c/svg%3e");
  }
  #block-feza-gursey-main-menu .ikincil-link.linkk-kvkk {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='%23154377' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10'%3e%3cpath d='M21 7v10c0 3-1.5 5-5 5H8c-3.5 0-5-2-5-5V7c0-3 1.5-5 5-5h8c3.5 0 5 2 5 5Z'/%3e%3cpath d='M15.5 2v7.86c0 .44-.52.66-.84.37l-2.32-2.14a.496.496 0 0 0-.68 0l-2.32 2.14c-.32.29-.84.07-.84-.37V2h7Zm-2.25 12h4.25M9 18h8.5'/%3e%3c/g%3e%3c/svg%3e");
  }
}
#block-feza-gursey-main-menu .social-link {
  width: 20px;
  height: 20px;
  display: block;
  text-indent: -555px;
  overflow: hidden;
  padding: 5px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30px;
}
#block-feza-gursey-main-menu .social-link.linkk-facebook {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3e%3cpath fill='%23FFFFFF' d='M12.833 12.375h2.292l.917-3.667h-3.209V6.875c0-.944 0-1.833 1.834-1.833h1.375v-3.08c-.3-.04-1.428-.129-2.62-.129-2.488 0-4.255 1.52-4.255 4.309v2.566h-2.75v3.667h2.75v7.792h3.666v-7.792Z'/%3e%3c/svg%3e");
}
#block-feza-gursey-main-menu .social-link.linkk-twitter {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23FFFFFF' d='M14.176.865h2.76l-6.03 6.892L18 17.135h-5.555l-4.35-5.689-4.978 5.688H.356l6.45-7.372L0 .866h5.696l3.932 5.199 4.548-5.2Zm-.969 14.618h1.53L4.864 2.43h-1.64l9.983 13.053Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h18v18H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
#block-feza-gursey-main-menu .social-link.linkk-linkedin {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%23FFFFFF' d='M6.94 5a2 2 0 1 1-4-.002 2 2 0 0 1 4 .002ZM7 8.48H3V21h4V8.48Zm6.32 0H9.34V21h3.94v-6.57c0-3.66 4.77-4 4.77 0V21H22v-7.93c0-6.17-7.06-5.94-8.72-2.91l.04-1.68Z'/%3e%3c/svg%3e");
}
#block-feza-gursey-main-menu .social-link.linkk-instagram {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%23FFFFFF' d='M12.001 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0-2a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm6.5-.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM12.001 4c-2.474 0-2.878.007-4.029.058-.784.037-1.31.142-1.798.332-.408.15-.778.39-1.08.703a2.89 2.89 0 0 0-.704 1.08c-.19.49-.295 1.015-.331 1.798C4.007 9.075 4 9.461 4 12c0 2.475.007 2.878.058 4.029.037.783.142 1.31.331 1.797.17.435.37.748.702 1.08.337.336.65.537 1.08.703.494.191 1.02.297 1.8.333C9.075 19.994 9.461 20 12 20c2.475 0 2.878-.007 4.029-.058.782-.037 1.308-.142 1.797-.331a2.91 2.91 0 0 0 1.08-.703c.337-.336.538-.649.704-1.08.19-.492.296-1.018.332-1.8.052-1.103.058-1.49.058-4.028 0-2.474-.007-2.878-.058-4.029-.037-.782-.143-1.31-.332-1.798a2.912 2.912 0 0 0-.703-1.08 2.884 2.884 0 0 0-1.08-.704c-.49-.19-1.016-.295-1.798-.331C14.926 4.006 14.541 4 12.001 4Zm0-2c2.717 0 3.056.01 4.123.06 1.064.05 1.79.217 2.427.465.66.254 1.216.598 1.772 1.153.508.5.902 1.105 1.153 1.772.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.884 4.884 0 0 1-1.153 1.772c-.5.508-1.105.902-1.772 1.153-.637.247-1.363.415-2.427.465-1.067.047-1.406.06-4.123.06-2.717 0-3.056-.01-4.123-.06-1.064-.05-1.789-.218-2.427-.465a4.89 4.89 0 0 1-1.772-1.153 4.904 4.904 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428-.048-1.066-.06-1.405-.06-4.122 0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772 4.897 4.897 0 0 1 1.772-1.153c.637-.248 1.362-.415 2.427-.465C8.945 2.013 9.284 2 12.001 2Z'/%3e%3c/svg%3e");
}
#block-feza-gursey-main-menu .social-link.linkk-youtube {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%23FFFFFF' fill-rule='evenodd' d='M9.935 14.628v-5.62l5.403 2.82-5.403 2.8ZM21.8 8.035s-.195-1.379-.795-1.986c-.76-.796-1.613-.8-2.004-.847C16.203 5 12.004 5 12.004 5h-.008s-4.198 0-6.997.202c-.391.047-1.243.05-2.004.847-.6.607-.795 1.986-.795 1.986S2 9.653 2 11.272v1.517c0 1.618.2 3.237.2 3.237s.195 1.378.795 1.985c.76.797 1.76.771 2.205.855 1.6.153 6.8.2 6.8.2s4.203-.006 7.001-.208c.391-.047 1.244-.05 2.004-.847.6-.607.795-1.985.795-1.985s.2-1.619.2-3.237v-1.517c0-1.619-.2-3.237-.2-3.237Z' clip-rule='evenodd'/%3e%3c/svg%3e");
}
#block-feza-gursey-main-menu .social-link.linkk-bulten {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none' viewBox='0 0 15 15'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23FFFFFF' d='M13.543 1.4c-1.974.01-3.44.281-4.502.75-.792.351-1.102.616-1.102 1.514v9.412c1.213-1.095 2.29-1.402 6.537-1.402V1.402h-.934ZM1.4 1.4c1.973.01 3.44.281 4.502.75.792.351 1.102.616 1.102 1.514v9.412C5.79 11.98 4.715 11.674.467 11.674V1.402h.934Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h14.943v14.943H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu .social-link.linkk-facebook {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' viewBox='0 0 22 22'%3e%3cpath fill='%23154377' d='M12.833 12.375h2.292l.917-3.667h-3.209V6.875c0-.944 0-1.833 1.834-1.833h1.375v-3.08c-.3-.04-1.428-.129-2.62-.129-2.488 0-4.255 1.52-4.255 4.309v2.566h-2.75v3.667h2.75v7.792h3.666v-7.792Z'/%3e%3c/svg%3e");
  }
  #block-feza-gursey-main-menu .social-link.linkk-twitter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23154377' d='M14.176.865h2.76l-6.03 6.892L18 17.135h-5.555l-4.35-5.689-4.978 5.688H.356l6.45-7.372L0 .866h5.696l3.932 5.199 4.548-5.2Zm-.969 14.618h1.53L4.864 2.43h-1.64l9.983 13.053Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h18v18H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  }
  #block-feza-gursey-main-menu .social-link.linkk-linkedin {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%23154377' d='M6.94 5a2 2 0 1 1-4-.002 2 2 0 0 1 4 .002ZM7 8.48H3V21h4V8.48Zm6.32 0H9.34V21h3.94v-6.57c0-3.66 4.77-4 4.77 0V21H22v-7.93c0-6.17-7.06-5.94-8.72-2.91l.04-1.68Z'/%3e%3c/svg%3e");
  }
  #block-feza-gursey-main-menu .social-link.linkk-instagram {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%23154377' d='M12.001 9a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0-2a5 5 0 1 1 0 10 5 5 0 0 1 0-10Zm6.5-.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM12.001 4c-2.474 0-2.878.007-4.029.058-.784.037-1.31.142-1.798.332-.408.15-.778.39-1.08.703a2.89 2.89 0 0 0-.704 1.08c-.19.49-.295 1.015-.331 1.798C4.007 9.075 4 9.461 4 12c0 2.475.007 2.878.058 4.029.037.783.142 1.31.331 1.797.17.435.37.748.702 1.08.337.336.65.537 1.08.703.494.191 1.02.297 1.8.333C9.075 19.994 9.461 20 12 20c2.475 0 2.878-.007 4.029-.058.782-.037 1.308-.142 1.797-.331a2.91 2.91 0 0 0 1.08-.703c.337-.336.538-.649.704-1.08.19-.492.296-1.018.332-1.8.052-1.103.058-1.49.058-4.028 0-2.474-.007-2.878-.058-4.029-.037-.782-.143-1.31-.332-1.798a2.912 2.912 0 0 0-.703-1.08 2.884 2.884 0 0 0-1.08-.704c-.49-.19-1.016-.295-1.798-.331C14.926 4.006 14.541 4 12.001 4Zm0-2c2.717 0 3.056.01 4.123.06 1.064.05 1.79.217 2.427.465.66.254 1.216.598 1.772 1.153.508.5.902 1.105 1.153 1.772.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.884 4.884 0 0 1-1.153 1.772c-.5.508-1.105.902-1.772 1.153-.637.247-1.363.415-2.427.465-1.067.047-1.406.06-4.123.06-2.717 0-3.056-.01-4.123-.06-1.064-.05-1.789-.218-2.427-.465a4.89 4.89 0 0 1-1.772-1.153 4.904 4.904 0 0 1-1.153-1.772c-.248-.637-.415-1.363-.465-2.428-.048-1.066-.06-1.405-.06-4.122 0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 0 1 1.153-1.772 4.897 4.897 0 0 1 1.772-1.153c.637-.248 1.362-.415 2.427-.465C8.945 2.013 9.284 2 12.001 2Z'/%3e%3c/svg%3e");
  }
  #block-feza-gursey-main-menu .social-link.linkk-youtube {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cpath fill='%23154377' fill-rule='evenodd' d='M9.935 14.628v-5.62l5.403 2.82-5.403 2.8ZM21.8 8.035s-.195-1.379-.795-1.986c-.76-.796-1.613-.8-2.004-.847C16.203 5 12.004 5 12.004 5h-.008s-4.198 0-6.997.202c-.391.047-1.243.05-2.004.847-.6.607-.795 1.986-.795 1.986S2 9.653 2 11.272v1.517c0 1.618.2 3.237.2 3.237s.195 1.378.795 1.985c.76.797 1.76.771 2.205.855 1.6.153 6.8.2 6.8.2s4.203-.006 7.001-.208c.391-.047 1.244-.05 2.004-.847.6-.607.795-1.985.795-1.985s.2-1.619.2-3.237v-1.517c0-1.619-.2-3.237-.2-3.237Z' clip-rule='evenodd'/%3e%3c/svg%3e");
  }
  #block-feza-gursey-main-menu .social-link.linkk-bulten {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' fill='none' viewBox='0 0 15 15'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill='%23154377' d='M13.543 1.4c-1.974.01-3.44.281-4.502.75-.792.351-1.102.616-1.102 1.514v9.412c1.213-1.095 2.29-1.402 6.537-1.402V1.402h-.934ZM1.4 1.4c1.973.01 3.44.281 4.502.75.792.351 1.102.616 1.102 1.514v9.412C5.79 11.98 4.715 11.674.467 11.674V1.402h.934Z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h14.943v14.943H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  }
}
#block-feza-gursey-main-menu > .menu {
  height: 100%;
  flex-direction: column;
  z-index: 99;
  position: relative;
  box-sizing: border-box;
  padding: 20px 0;
  margin-top: 160px;
  float: none;
  width: calc(100% - 40px);
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu > .menu {
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 200px;
    margin-top: 70px;
  }
}
#block-feza-gursey-main-menu > .menu > .menu-item > a {
  color: #FFF;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu > .menu > .menu-item > a {
    color: var(--fg-blue);
  }
}
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 {
  position: absolute;
  right: 0;
  top: 0;
  flex-wrap: wrap;
  width: 70%;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 {
    position: static;
    width: 100%;
    opacity: 1;
    transform: translateY(0);
    flex-direction: column;
  }
}
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2.active {
    overflow: auto;
    height: 100%;
    padding-bottom: 200px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2.active {
    overflow: visible;
    height: auto;
    padding-bottom: 0px;
  }
}
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 {
  max-width: 250px;
  margin: 20px;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 {
    margin: 0;
    width: 100%;
    position: relative;
    max-width: none;
  }
}
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 .mobile-sub-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  z-index: 99;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  display: none;
  padding: 8px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='%235E6E78' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3e%3cpath stroke-miterlimit='10' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z'/%3e%3cpath d='M8.47 10.74 12 14.26l3.53-3.52'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 .mobile-sub-toggler {
    display: block;
  }
}
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 .mobile-sub-toggler.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 > a,
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 > span {
  font-size: 1.2rem;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
  display: block;
  color: var(--fg-blue);
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 > a,
  #block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 > span {
    padding-left: 15px;
  }
}
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 > a::before,
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 > span::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: var(--fg-livid-light);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 > a::before,
  #block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 > span::before {
    width: 100%;
    height: 1px;
    background-color: var(--fg-gray-light);
    opacity: .5;
    bottom: auto;
    top: -15px;
  }
}
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 .menu-level-3 {
  padding-top: 15px;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 .menu-level-3 {
    margin-bottom: 15px;
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
    -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
    -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
    -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
    transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  }
  #block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 .menu-level-3.active {
    max-height: 900px;
    padding-bottom: 15px;
  }
}
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 .menu-level-3 a {
  color: var(--fg-livid);
  padding: 5px 0;
  display: block;
  font-size: .9rem;
}
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 .menu-level-3 a:hover,
#block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 .menu-level-3 a.is-active {
  color: var(--fg-blue);
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu > .menu > .menu-item:not(:last-child) > .menu-level-2 .menu-item-level-2 .menu-level-3 a {
    padding-left: 30px;
  }
}
#block-feza-gursey-main-menu.active {
  opacity: 1;
  pointer-events: all;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-main-menu.active .menu-level-2 {
    pointer-events: all !important;
  }
}
.lang-en #block-feza-gursey-main-menu .baslik-menu.linkk-kurumsal::after {
  left: 147px;
}
.lang-en #block-feza-gursey-main-menu .baslik-menu.active.linkk-kurumsal::after {
  left: 176px;
}
.lang-en #block-feza-gursey-main-menu .baslik-menu.linkk-destekler::after {
  left: 72px;
}
.lang-en #block-feza-gursey-main-menu .baslik-menu.active.linkk-destekler::after {
  left: 87px;
}
.lang-en #block-feza-gursey-main-menu .baslik-menu.linkk-burslar::after {
  left: 150px;
}
.lang-en #block-feza-gursey-main-menu .baslik-menu.active.linkk-burslar::after {
  left: 177px;
}
.lang-en #block-feza-gursey-main-menu .baslik-menu.linkk-ar-ge::after {
  left: 46px;
}
.lang-en #block-feza-gursey-main-menu .baslik-menu.active.linkk-ar-ge::after {
  left: 60px;
}
/*
#block-feza-gursey-main-menu{
    position: static;

    @media screen and (max-width: 900px){
        position: fixed; right: -120%; top: 0; background-color: #FFF; z-index: 109; height: 100vh; box-sizing: border-box;
        padding: 25px 40px 50px 30px; overflow-y: scroll; .transit; .box-shadow(0 0 60px -20px #000);

        &.active{
            right: 0;
        }
    }
    @media screen and (max-width: 600px){
        position: fixed; right: -120%; top: 0; background-color: #FFF; z-index: 109; height: 100vh; box-sizing: border-box;
        padding: 25px 30px 50px 20px; overflow-y: scroll; .transit;
    }

    .menu-item-level-1:first-child{ // sosyal medya menüsü
        overflow: hidden; .transit;

        @media screen and (max-width: 900px){
            padding: 50px 0 10px 0; height: auto !important; margin-bottom: 0px !important;
        }
    }

    & > .menu{
        display: block;

        & > .menu-item--expanded{

            & > span{
                display: none;
            }
            & > .menu{
                display: flex; justify-content: flex-end; align-items: center;
            }
        }
    }

    .menu-item-level-1:nth-child(2){

        .menu-item-level-2{

            & > a{
                display: block; font-size: 1.25rem; font-weight: 600; padding: 20px 5px 50px 5px; margin-left: 20px; margin-bottom: -50px;

                @media screen and (max-width: 900px){
                    padding: 20px 5px 20px 0;
                }
            }
    
            &:hover{
    
                .menu-level-3{
                    opacity: 1; pointer-events: all; margin-top: -10px;
                }
            }
        }

        .menu-level-2{
            
            @media screen and (max-width: 900px){
                display: block;
            }
        }
        .menu-level-3{
            position: absolute; width: 100%; height: auto; top: 100%; left: 0; min-height: 350px;
            box-sizing: border-box; background-color: #FFF; padding: 100px 50px; .rounded(16px); z-index: 99;
            display: flex; justify-content: space-evenly; .box-shadow(0px 0px 84px -21px rgba(0, 0, 0, 0.25));
            opacity: 0; pointer-events: none; margin-top: -30px; .transit;

            @media screen and (max-width: 900px){
                position: static; opacity: 1; pointer-events: all; .box-shadow(none); padding: 40px 20px 5px 20px; display: block;
                min-height: auto;
            }

            .menu-item-level-3{
                max-width: 250px; margin: 10px;

                @media screen and (max-width: 900px){
                    position: relative;
                }

                .mobile-sub-toggler{
                    width: 20px; height: 20px; cursor: pointer; position: absolute; right: 0; top: 0; z-index: 99; .transit; display: none;
                    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='%235E6E78' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3e%3cpath stroke-miterlimit='10' d='M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z'/%3e%3cpath d='M8.47 10.74 12 14.26l3.53-3.52'/%3e%3c/g%3e%3c/svg%3e");
                    background-repeat: no-repeat; background-position: center; background-size: contain;

                    @media screen and (max-width: 900px){
                        display: block;
                    }

                    &.active{
                        .rotation(180deg);
                    }
                }

                & > a, & > span{
                    font-size: 1.2rem; font-weight: 600; position: relative; padding-bottom: 15px; display: block; color: @blue; padding-right: 30px;

                    @media screen and (max-width: 900px){
                        color: @livid; font-weight: 500; padding-left: 20px; box-sizing: border-box; padding-bottom: 5px;
                    }

                    &::before{
                        content: ""; position: absolute; width: 40px; height: 2px; background-color: @lividLight; bottom: 0; left: 0;

                        @media screen and (max-width: 900px){
                            width: 10px; bottom: auto; top: 10px;
                        }
                    }
                }

                .menu-level-4{
                    padding-top: 15px; display: block; .transit;

                    @media screen and (max-width: 900px){
                        max-height: 0; overflow: hidden; padding-top: 0; .transit;

                        &.active{
                            max-height: 900px; padding: 10px 0;
                        }
                    }

                    a{
                        color: @livid; padding: 5px 0; display: block; font-size: .9rem;

                        @media screen and (max-width: 900px){
                            padding-left: 30px;
                        }

                        &:hover, &.is-active{
                            color: @blue;
                        }
                    }
                }
            }
        }
    }
}*/
#block-feza-gursey-bilimcocuk {
  margin: 100px 0 0 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='1440' height='536' fill='none' viewBox='0 0 1440 536'%3e%3cpath fill='url(%23a)' d='M0 23.98s107.526-61.586 464.89 12.634C1036.78 155.388 1440 53.984 1440 53.984v364.784s-262.49 60.327-666.764 104.223C368.96 566.887 0 485.618 0 485.618V23.98Z'/%3e%3cdefs%3e%3clinearGradient id='a' x1='0' x2='769.5' y1='485' y2='125.5' gradientUnits='userSpaceOnUse'%3e%3cstop offset='0' stop-color='%230196FD'/%3e%3cstop offset='0' stop-color='%230A619B'/%3e%3cstop offset='1' stop-color='%2328C7FE'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width: 600px) {
  #block-feza-gursey-bilimcocuk {
    background-size: 200% 100%;
    background-position: center;
  }
}
#block-feza-gursey-bilimcocuk .content {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#block-feza-gursey-bilimcocuk .content .block-image {
  width: 45%;
  margin-bottom: -50px;
}
@media screen and (max-width: 600px) {
  #block-feza-gursey-bilimcocuk .content .block-image {
    width: 100%;
    margin-bottom: -10px;
  }
}
#block-feza-gursey-bilimcocuk .content .block-image img,
#block-feza-gursey-bilimcocuk .content .block-image a {
  width: 100%;
  height: auto;
  display: block;
}
#block-feza-gursey-bilimcocuk .content .block-content {
  width: 45%;
  color: #FFF;
}
@media screen and (max-width: 600px) {
  #block-feza-gursey-bilimcocuk .content .block-content {
    width: 100%;
    padding-bottom: 50px;
  }
}
#block-feza-gursey-bilimcocuk .content .block-content .field--name-field-content strong {
  font-size: 1.2rem;
}
@media screen and (max-width: 1000px) {
  #block-feza-gursey-bilimcocuk .content .block-content .field--name-field-content img {
    width: 90px;
    height: auto;
    margin-right: 10px;
  }
}
#block-feza-gursey-views-block-sliderlar-block-2,
#block-feza-gursey-views-block-sliderlar-block-3 {
  background-color: var(--fg-blue);
  position: relative;
  margin: 0 0;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-views-block-sliderlar-block-2,
  #block-feza-gursey-views-block-sliderlar-block-3 {
    padding-bottom: 50px;
  }
}
#block-feza-gursey-views-block-sliderlar-block-2::before,
#block-feza-gursey-views-block-sliderlar-block-3::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' width='1440' height='121' fill='none' viewBox='0 0 1440 121'%3e%3cpath fill='white' d='M0 50.5s27-28.5 223.5-22 351 82 763.5 92.5c311.5 0 453-39.5 453-39.5V0H0v50.5Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-views-block-sliderlar-block-2::before,
  #block-feza-gursey-views-block-sliderlar-block-3::before {
    background-size: 200% auto;
    background-position: top left;
  }
}
@media screen and (max-width: 600px) {
  #block-feza-gursey-views-block-sliderlar-block-2::before,
  #block-feza-gursey-views-block-sliderlar-block-3::before {
    top: -10px;
  }
}
#block-feza-gursey-views-block-sliderlar-block-2::after,
#block-feza-gursey-views-block-sliderlar-block-3::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='143' fill='none' viewBox='0 0 1440 143'%3e%3cpath fill='white' d='M0 66.5s271.5 63.253 615 49S1440 0 1440 0v143H0V66.5Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-views-block-sliderlar-block-2::after,
  #block-feza-gursey-views-block-sliderlar-block-3::after {
    background-size: 200% auto;
    background-position: bottom center;
  }
}
@media screen and (max-width: 600px) {
  #block-feza-gursey-views-block-sliderlar-block-2::after,
  #block-feza-gursey-views-block-sliderlar-block-3::after {
    bottom: -10px;
  }
}
#block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide,
#block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-field-slide-gorseli,
#block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-field-slide-gorseli {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-field-slide-gorseli,
  #block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-field-slide-gorseli {
    width: 100%;
  }
}
#block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-field-slide-gorseli::before,
#block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-field-slide-gorseli::before {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(2, 155, 208, 0) 0%, var(--fg-blue) 100%);
}
#block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-field-slide-gorseli img,
#block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-field-slide-gorseli img,
#block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-field-slide-gorseli a,
#block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-field-slide-gorseli a {
  width: 100%;
  height: auto;
  display: block;
}
#block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-nothing,
#block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-nothing {
  width: 45%;
  color: #FFF;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-nothing,
  #block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-nothing {
    width: 100%;
    padding-top: 30px;
  }
}
#block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-nothing .field-content,
#block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-nothing .field-content {
  max-width: 500px;
  padding-left: 50px;
  display: block;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-nothing .field-content,
  #block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-nothing .field-content {
    padding-left: 0;
    float: none;
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
#block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-nothing .field-content .slide-basligi,
#block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-nothing .field-content .slide-basligi {
  font-size: 1.5rem;
  font-weight: 700;
}
#block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-nothing .field-content .slide-icerigi,
#block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-nothing .field-content .slide-icerigi {
  line-height: 170%;
  margin-top: 20px;
}
#block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-nothing .field-content .slide-linki,
#block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-nothing .field-content .slide-linki {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-nothing .field-content .slide-linki,
  #block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-nothing .field-content .slide-linki {
    padding-top: 20px;
  }
}
#block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-nothing .field-content .slide-linki a,
#block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-nothing .field-content .slide-linki a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #FFF;
  font-size: .9rem;
  font-weight: 600;
  color: var(--fg-blue);
  padding: 15px 65px 15px 40px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' fill='none' viewBox='0 0 72 72'%3e%3cpath stroke='%23154377' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='3' d='M26.73 59.76 46.29 40.2c2.31-2.31 2.31-6.09 0-8.4L26.73 12.24' opacity='.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-views-block-sliderlar-block-2 .view-content .swiper-slide .views-field-nothing .field-content .slide-linki a,
  #block-feza-gursey-views-block-sliderlar-block-3 .view-content .swiper-slide .views-field-nothing .field-content .slide-linki a {
    display: inline-block;
  }
}
#block-feza-gursey-views-block-sliderlar-block-2 .pagination-wrapper,
#block-feza-gursey-views-block-sliderlar-block-3 .pagination-wrapper {
  top: 4vw;
  bottom: auto;
  right: 30%;
  width: auto;
  left: auto;
  z-index: 101;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-views-block-sliderlar-block-2 .pagination-wrapper,
  #block-feza-gursey-views-block-sliderlar-block-3 .pagination-wrapper {
    top: -4vw;
  }
}
#block-feza-gursey-views-block-sliderlar-block-2 .pagination-wrapper .swiper-pagination-ikincil,
#block-feza-gursey-views-block-sliderlar-block-3 .pagination-wrapper .swiper-pagination-ikincil {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-views-block-sliderlar-block-2 .pagination-wrapper,
  #block-feza-gursey-views-block-sliderlar-block-3 .pagination-wrapper {
    right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar {
    padding-bottom: 60px;
  }
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-cube-shadow,
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide-shadow-left,
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide-shadow-right {
  display: none;
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli .field-content {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli .field-content {
    height: auto;
    display: none;
  }
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli .field-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 99;
  background: linear-gradient(102deg, #00101a 12.43%, rgba(0, 16, 26, 0) 84.56%);
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli .field-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: linear-gradient(180deg, #00101a 0%, rgba(9, 98, 154, 0.3) 45.17%, #00101a 100%);
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli .field-content img,
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli .field-content a {
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  #block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli .field-content img,
  #block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli .field-content a {
    height: auto;
  }
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli-1 {
  display: none;
}
@media screen and (max-width: 1000px) {
  #block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli-1 {
    display: block;
    height: 100vh;
  }
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: linear-gradient(102deg, #00101a 12.43%, rgba(0, 16, 26, 0) 84.56%);
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli-1::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: linear-gradient(180deg, #00101a 0%, rgba(9, 98, 154, 0.3) 100%);
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli-1 img,
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-gorseli-1 a {
  width: 100%;
  height: auto;
  display: block;
  height: 100vh;
  object-fit: cover;
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-videosu .field-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: linear-gradient(102deg, #00101a 12.43%, rgba(0, 16, 26, 0) 84.56%);
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-videosu .field-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: linear-gradient(180deg, #00101a 0%, rgba(9, 98, 154, 0.3) 100%);
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-field-slide-videosu video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-nothing {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  z-index: 101;
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-nothing .field-content {
  float: none;
  width: calc(100% - 40px);
  max-width: 1295px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-nothing .field-content .slide-basligi {
  font-size: 2rem;
  color: #FFF;
  font-weight: 600;
  max-width: 550px;
  line-height: 150%;
}
@media screen and (max-width: 1000px) {
  #block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-nothing .field-content .slide-basligi {
    font-size: 1.6rem;
  }
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-nothing .field-content .slide-icerigi {
  line-height: 200%;
  padding-bottom: 50px;
  color: #FFF;
  max-width: 550px;
}
#block-feza-gursey-views-block-sliderlar-block-1 .view-sliderlar .swiper-slide .views-field-nothing .field-content .slide-linki a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #FFF;
  font-size: .9rem;
  font-weight: 600;
  color: var(--fg-blue);
  padding: 15px 65px 15px 40px;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72' fill='none' viewBox='0 0 72 72'%3e%3cpath stroke='%23154377' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='3' d='M26.73 59.76 46.29 40.2c2.31-2.31 2.31-6.09 0-8.4L26.73 12.24' opacity='.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
}
#block-feza-gursey-views-block-sliderlar-block-1 .pagination-wrapper {
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 99;
  transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  #block-feza-gursey-views-block-sliderlar-block-1 .pagination-wrapper {
    right: 50%;
    transform: translateX(50%);
    bottom: 150px;
    top: auto;
  }
}
#block-feza-gursey-views-block-sliderlar-block-1 .pagination-wrapper .pagination-inner {
  order: 2;
}
#block-feza-gursey-views-block-sliderlar-block-1 .pagination-wrapper .swiper-navigation-main-slider-next {
  margin-left: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='83' height='83' fill='none' viewBox='0 0 83 83'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='5' d='m30.814 68.89 22.548-22.548c2.663-2.663 2.663-7.02 0-9.684L30.814 14.11'/%3e%3c/svg%3e");
}
#block-feza-gursey-views-block-sliderlar-block-1 .pagination-wrapper .swiper-navigation-main-slider-prev {
  margin-right: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='83' height='83' fill='none' viewBox='0 0 83 83'%3e%3cpath stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='5' d='M52.186 14.11 29.638 36.658c-2.663 2.663-2.663 7.02 0 9.684L52.186 68.89'/%3e%3c/svg%3e");
}
#block-feza-gursey-views-block-sliderlar-block-1 .swiper-pagination-home-list {
  right: 0;
  top: 0;
  bottom: auto;
  left: auto;
  width: 50px;
  height: 100%;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#block-feza-gursey-views-block-sliderlar-block-1 .swiper-pagination-home-list .swiper-pagination-bullet {
  margin: 5px;
}
@media screen and (max-width: 1000px) {
  #block-feza-gursey-views-block-sliderlar-block-1 .swiper-pagination-home-list {
    bottom: 120px;
    top: auto;
    height: auto;
    flex-direction: row;
    width: 100%;
  }
}
#block-feza-gursey-views-block-sliderlar-block-1 .swiper-main-slider-navigation {
  position: absolute;
  right: 50px;
  top: 49%;
  display: flex;
  z-index: 9;
}
@media screen and (max-width: 1000px) {
  #block-feza-gursey-views-block-sliderlar-block-1 .swiper-main-slider-navigation {
    right: auto;
    left: 50%;
    top: auto;
    bottom: 170px;
    transform: translateX(-50%);
  }
}
#block-feza-gursey-featuredmenu {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1271px) {
  #block-feza-gursey-featuredmenu {
    position: static;
    padding: 40px 0;
  }
}
#block-feza-gursey-featuredmenu .menu {
  flex-wrap: wrap;
  justify-content: center;
}
#block-feza-gursey-featuredmenu .menu .menu-item {
  position: relative;
  margin: 0 10px 20px 10px;
}
#block-feza-gursey-featuredmenu .menu .menu-item a {
  width: 107px;
  padding: 80px 0 10px 0;
  display: block;
  text-align: center;
  font-size: .85rem;
  font-weight: 500;
  color: #FFF;
}
@media screen and (max-width: 1271px) {
  #block-feza-gursey-featuredmenu .menu .menu-item a {
    padding: 120px 0 10px 0;
    color: var(--fg-livid);
  }
}
#block-feza-gursey-featuredmenu .menu .menu-item .menu-link-contentfeatured-menu {
  position: absolute;
  top: 0;
  left: 5px;
  width: 97px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
@media screen and (max-width: 1271px) {
  #block-feza-gursey-featuredmenu .menu .menu-item .menu-link-contentfeatured-menu {
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    background-color: #F9F9F9;
    border: 3px solid #FFF;
    -webkit-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 30px -10px rgba(0, 0, 0, 0.25);
  }
}
#block-feza-gursey-featuredmenu .menu .menu-item .menu-link-contentfeatured-menu img {
  width: 40px;
  height: auto;
  filter: brightness(0) invert(1);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
@media screen and (max-width: 1271px) {
  #block-feza-gursey-featuredmenu .menu .menu-item .menu-link-contentfeatured-menu img {
    filter: none;
  }
}
#block-feza-gursey-featuredmenu .menu .menu-item:hover .menu-link-contentfeatured-menu img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#block-feza-gursey-anasayfaburslar {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#block-feza-gursey-burslar {
  width: 65%;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-burslar {
    width: 100%;
  }
}
#block-feza-gursey-burslar h2 {
  margin-top: 0;
  margin-bottom: 50px;
}
#block-feza-gursey-burslar .menu {
  justify-content: space-between;
}
#block-feza-gursey-burslar .menu .menu-item--expanded {
  padding-right: 60px;
}
#block-feza-gursey-burslar .menu .menu-item--expanded > a {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 25px;
  display: block;
  position: relative;
}
#block-feza-gursey-burslar .menu .menu-item--expanded > a::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 3px;
  left: -35px;
  background-position: center;
  background-repeat: no-repeat;
}
#block-feza-gursey-burslar .menu .menu-item--expanded:nth-child(1) > a::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBzdHJva2U9IiM1RTZFNzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjciIG9wYWNpdHk9Ii40Ij48cGF0aCBkPSJNMTIgMTVjMy43MjggMCA2Ljc1LTIuOTEgNi43NS02LjVTMTUuNzI4IDIgMTIgMiA1LjI1IDQuOTEgNS4yNSA4LjUgOC4yNzIgMTUgMTIgMTVaIi8+PHBhdGggZD0ibTcuNTIgMTMuNTItLjAxIDcuMzhjMCAuOS42MyAxLjM0IDEuNDEuOTdsMi42OC0xLjI3Yy4yMi0uMTEuNTktLjExLjgxIDBsMi42OSAxLjI3Yy43Ny4zNiAxLjQxLS4wNyAxLjQxLS45N3YtNy41NiIvPjwvZz48L3N2Zz4=");
}
#block-feza-gursey-burslar .menu .menu-item--expanded:nth-child(2) > a::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBzdHJva2U9IiM1RTZFNzgiIHN0cm9rZS13aWR0aD0iMS43IiBvcGFjaXR5PSIuNCI+PHBhdGggZD0iTTEyIDE5YTMgMyAwIDEgMCAwLTYgMyAzIDAgMCAwIDAgNloiLz48cGF0aCBkPSJNOS4xMTMgMTUuOTYgOC4wNzMgMTdsLTEuNDc4IDEuNDE3Yy0uMzI0LjMxMS0uNDg2LjQ2Ni0uNTQyLjU5OGEuNjE3LjYxNyAwIDAgMCAuMjYuNzljLjEyMi4wNjkuMzQzLjA5Ljc4My4xMzQuMjQ4LjAyNC4zNzMuMDM2LjQ3Ny4wNzNhLjgyNy44MjcgMCAwIDEgLjUuNDhjLjAzOS4xLjA1Mi4yMTkuMDc3LjQ1OC4wNDUuNDIyLjA2OC42MzMuMTQuNzUuMTY0LjI2Ny41MTEuMzcyLjgyNC4yNS4xMzctLjA1NS4yOTktLjIxLjYyMy0uNTJMMTIgMTkuMjZsMi4yNjMgMi4xN2MuMzI0LjMxLjQ4Ni40NjUuNjIzLjUyLjMxMy4xMjIuNjYuMDE3LjgyNC0uMjUuMDcyLS4xMTcuMDk1LS4zMjguMTQtLjc1LjAyNS0uMjM5LjAzOC0uMzU4LjA3Ny0uNDU4YS44MjYuODI2IDAgMCAxIC41LS40OGMuMTA1LS4wMzcuMjI5LS4wNDkuNDc3LS4wNzMuNDQtLjA0My42NjEtLjA2NS43ODMtLjEzNGEuNjE3LjYxNyAwIDAgMCAuMjYtLjc5Yy0uMDU2LS4xMzItLjIxOC0uMjg3LS41NDItLjU5OEwxNS45MjYgMTcgMTUgMTYuMDczIi8+PHBhdGggZD0iTTE3LjMyIDE3Ljk5NmMxLjk3Mi0uMDIxIDMuMDcyLS4xNDUgMy44MDEtLjg3NUMyMiAxNi4yNDMgMjIgMTQuODI4IDIyIDEyVjhjMC0yLjgyOCAwLTQuMjQzLS44NzktNS4xMjFDMjAuMjQzIDIgMTguODI4IDIgMTYgMkg4Yy0yLjgyOCAwLTQuMjQzIDAtNS4xMjEuODc5QzIgMy43NTcgMiA1LjE3MiAyIDh2NGMwIDIuODI4IDAgNC4yNDMuODc5IDUuMTIxLjc2OC43NjkgMS45NDYuODY1IDQuMTIxLjg3NyIvPjxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTkgNmg2TTcgOS41aDEwIi8+PC9nPjwvc3ZnPg==");
}
#block-feza-gursey-burslar .menu .menu-item--expanded:nth-child(3) > a::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDI0IDI0Ij48ZyBzdHJva2U9IiM1RTZFNzgiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNyIgb3BhY2l0eT0iLjQiPjxwYXRoIGQ9Ik0yMSA3djEwYzAgMy0xLjUgNS01IDVIOGMtMy41IDAtNS0yLTUtNVY3YzAtMyAxLjUtNSA1LTVoOGMzLjUgMCA1IDIgNSA1WiIvPjxwYXRoIGQ9Ik0xNS41IDJ2Ny44NmMwIC40NC0uNTIuNjYtLjg0LjM3bC0yLjMyLTIuMTRhLjQ5Ni40OTYgMCAwIDAtLjY4IDBsLTIuMzIgMi4xNGMtLjMyLjI5LS44NC4wNy0uODQtLjM3VjJoN1ptLTIuMjUgMTJoNC4yNU05IDE4aDguNSIvPjwvZz48L3N2Zz4=");
}
#block-feza-gursey-burslar .menu .menu {
  display: block;
}
#block-feza-gursey-burslar .menu .menu a {
  color: var(--fg-livid);
  font-size: 1rem;
  padding: 10px 0;
  display: block;
  position: relative;
}
#block-feza-gursey-burslar .menu .menu a::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 18px;
  width: 10px;
  height: 1px;
  background-color: rgba(94, 110, 120, 0.4);
}
#block-feza-gursey-views-block-duyurular-block-1 {
  width: 30%;
  padding-left: 50px;
  position: relative;
  border-left: 2px solid rgba(94, 110, 120, 0.3);
}
#block-feza-gursey-views-block-duyurular-block-1::before {
  content: "";
  position: absolute;
  left: -18px;
  top: -4px;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDM1IDM1Ij48Y2lyY2xlIGN4PSIxNy41IiBjeT0iMTMuNSIgcj0iOS41IiBmaWxsPSIjZmZmIi8+PGVsbGlwc2UgY3g9IjE3LjUiIGN5PSIyMi41IiBmaWxsPSIjZmZmIiByeD0iNi41IiByeT0iOS41Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMjkuNWMtMTYuNS00LjUtMTEtMy40MS0xMS03czUuMjAxLTYuNSAxMS02LjVjNS44IDAgMTAgMyAxMSA2LjUgMCA0IDYgMy0xMSA3WiIvPjxnIHN0cm9rZT0iIzVFNkU3OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNyIgb3BhY2l0eT0iLjQiPjxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTE3LjUzIDQuMjQ0Yy00LjgyOCAwLTguNzUgMy45MjMtOC43NSA4Ljc1djQuMjE0YzAgLjg5LS4zOCAyLjI0Ni0uODMyIDMuMDA1TDYuMjcgMjIuOTk3Yy0xLjAzNiAxLjcyLS4zMjEgMy42MzEgMS41NzUgNC4yNzNhMzAuNTEgMzAuNTEgMCAwIDAgMTkuMzUyIDBjMS43NjQtLjU4NCAyLjUzNy0yLjY2OSAxLjU3NS00LjI3M2wtMS42NzctMi43ODZjLS40MzgtLjc1OC0uODE3LTIuMTE0LS44MTctMy4wMDR2LTQuMjE0YzAtNC44MTMtMy45MzctOC43NS04Ljc1LTguNzVaIi8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjAuMjI3IDQuNjY3YTguODMgOC44MyAwIDAgMC0xLjQtLjI5MmMtMS40LS4xNzUtMi43NDItLjA3My0zLjk5Ni4yOTJhMi44OTUgMi44OTUgMCAwIDEgMi42OTgtMS44MzhjMS4yMjUgMCAyLjI3NS43NTggMi42OTggMS44MzhaIi8+PHBhdGggZD0iTTIxLjkwNCAyNy43OTZhNC4zODggNC4zODggMCAwIDEtNC4zNzUgNC4zNzUgNC4zOSA0LjM5IDAgMCAxLTMuMDkxLTEuMjg0IDQuMzkgNC4zOSAwIDAgMS0xLjI4NC0zLjA5MSIvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
}
#block-feza-gursey-views-block-duyurular-block-1 h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 0;
}
#block-feza-gursey-views-block-duyurular-block-1 .view-content .views-row {
  margin-bottom: 30px;
  position: relative;
}
#block-feza-gursey-views-block-duyurular-block-1 .view-content .views-row::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 9px;
  width: 10px;
  height: 1px;
  background-color: rgba(94, 110, 120, 0.4);
}
#block-feza-gursey-views-block-duyurular-block-1 .view-content .views-row .views-field-title {
  font-size: .9rem;
  line-height: 170%;
}
#block-feza-gursey-anagezintimenusu .menu {
  display: block;
}
#block-feza-gursey-anagezintimenusu .menu-item--expanded.menu-item-level-1:not(:first-child) {
  display: none;
}
#block-feza-gursey-anagezintimenusu .menu-item--expanded.menu-item-level-1:not(:first-child) > span {
  display: none;
}
#block-feza-gursey-anagezintimenusu .menu-item-level-1 > a {
  display: none;
}
#block-feza-gursey-anagezintimenusu .menu-item-level-2 > a {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 15px 0;
  display: block;
  position: relative;
}
#block-feza-gursey-anagezintimenusu .menu-item-level-2 > a.is-active::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: var(--fg-blue);
  left: -30px;
  top: 50%;
}
#block-feza-gursey-anagezintimenusu .menu-item-level-2 > span {
  font-size: 1.25rem;
  font-weight: 500;
  margin: 15px 0;
  display: block;
  position: relative;
}
#block-feza-gursey-anagezintimenusu .menu-item-level-2 > span.is-active::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: var(--fg-blue);
  left: -30px;
  top: 50%;
}
#block-feza-gursey-anagezintimenusu .menu-item-level-2 .menu-item a {
  color: var(--fg-livid);
  padding: 5px 5px 5px 20px;
  display: block;
  position: relative;
}
#block-feza-gursey-anagezintimenusu .menu-item-level-2 .menu-item a.is-active::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  background-color: var(--fg-livid-light);
  left: -30px;
  top: 50%;
}
#block-feza-gursey-hakkimizda h2,
#block-feza-gursey-politikalar h2,
#block-feza-gursey-uluslararasi h2,
#block-feza-gursey-teknolojitransferofisi h2 {
  font-size: 1.4rem;
}
#block-feza-gursey-hakkimizda .menu,
#block-feza-gursey-politikalar .menu,
#block-feza-gursey-uluslararasi .menu,
#block-feza-gursey-teknolojitransferofisi .menu {
  display: block;
}
#block-feza-gursey-hakkimizda .menu .menu-item a,
#block-feza-gursey-politikalar .menu .menu-item a,
#block-feza-gursey-uluslararasi .menu .menu-item a,
#block-feza-gursey-teknolojitransferofisi .menu .menu-item a {
  color: var(--fg-livid);
  padding: 5px 5px 5px 20px;
  display: block;
  position: relative;
}
#block-feza-gursey-hakkimizda .menu .menu-item a.is-active::before,
#block-feza-gursey-politikalar .menu .menu-item a.is-active::before,
#block-feza-gursey-uluslararasi .menu .menu-item a.is-active::before,
#block-feza-gursey-teknolojitransferofisi .menu .menu-item a.is-active::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 1px;
  background-color: var(--fg-livid-light);
  left: -30px;
  top: 50%;
}
#block-feza-gursey-destekler {
  width: 30%;
  position: relative;
  border-left: 2px solid rgba(94, 110, 120, 0.3);
  box-sizing: border-box;
  padding-left: 50px;
}
#block-feza-gursey-destekler::before {
  content: "";
  position: absolute;
  left: -18px;
  top: -4px;
  width: 35px;
  height: 35px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNSIgaGVpZ2h0PSIzNSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDM1IDM1Ij48Y2lyY2xlIGN4PSIxNy41IiBjeT0iMTMuNSIgcj0iOS41IiBmaWxsPSIjZmZmIi8+PGVsbGlwc2UgY3g9IjE3LjUiIGN5PSIyMi41IiBmaWxsPSIjZmZmIiByeD0iNi41IiByeT0iOS41Ii8+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE3LjUgMjkuNWMtMTYuNS00LjUtMTEtMy40MS0xMS03czUuMjAxLTYuNSAxMS02LjVjNS44IDAgMTAgMyAxMSA2LjUgMCA0IDYgMy0xMSA3WiIvPjxnIHN0cm9rZT0iIzVFNkU3OCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNyIgb3BhY2l0eT0iLjQiPjxwYXRoIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgZD0iTTE3LjUzIDQuMjQ0Yy00LjgyOCAwLTguNzUgMy45MjMtOC43NSA4Ljc1djQuMjE0YzAgLjg5LS4zOCAyLjI0Ni0uODMyIDMuMDA1TDYuMjcgMjIuOTk3Yy0xLjAzNiAxLjcyLS4zMjEgMy42MzEgMS41NzUgNC4yNzNhMzAuNTEgMzAuNTEgMCAwIDAgMTkuMzUyIDBjMS43NjQtLjU4NCAyLjUzNy0yLjY2OSAxLjU3NS00LjI3M2wtMS42NzctMi43ODZjLS40MzgtLjc1OC0uODE3LTIuMTE0LS44MTctMy4wMDR2LTQuMjE0YzAtNC44MTMtMy45MzctOC43NS04Ljc1LTguNzVaIi8+PHBhdGggc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNMjAuMjI3IDQuNjY3YTguODMgOC44MyAwIDAgMC0xLjQtLjI5MmMtMS40LS4xNzUtMi43NDItLjA3My0zLjk5Ni4yOTJhMi44OTUgMi44OTUgMCAwIDEgMi42OTgtMS44MzhjMS4yMjUgMCAyLjI3NS43NTggMi42OTggMS44MzhaIi8+PHBhdGggZD0iTTIxLjkwNCAyNy43OTZhNC4zODggNC4zODggMCAwIDEtNC4zNzUgNC4zNzUgNC4zOSA0LjM5IDAgMCAxLTMuMDkxLTEuMjg0IDQuMzkgNC4zOSAwIDAgMS0xLjI4NC0zLjA5MSIvPjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: center;
}
#block-feza-gursey-destekler h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
#block-feza-gursey-destekler .menu {
  max-width: 600px;
  align-items: center;
  flex-wrap: wrap;
}
#block-feza-gursey-destekler .menu .menu-item a {
  display: block;
  color: var(--fg-livid);
  width: 130px;
  position: relative;
  padding: 15px 25px 15px 50px;
  margin: 5px 30px 5px 0;
  font-size: 1.2rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='55' height='55' fill='none' viewBox='0 0 55 55'%3e%3cg stroke='%235E6E78' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3e%3cpath d='M43.542 20.625c0 3.323-.986 6.37-2.682 8.915-2.475 3.666-6.393 6.256-10.954 6.92a13.77 13.77 0 0 1-2.406.207c-.825 0-1.627-.07-2.406-.207-4.56-.664-8.48-3.254-10.954-6.92a15.967 15.967 0 0 1-2.682-8.915c0-8.869 7.173-16.042 16.042-16.042 8.869 0 16.042 7.173 16.042 16.042Z'/%3e%3cpath d='m48.698 42.327-3.781.894c-.848.206-1.513.848-1.696 1.696l-.802 3.368c-.436 1.834-2.773 2.384-3.988.94L27.5 36.667l-10.931 12.58c-1.215 1.445-3.552.895-3.988-.939l-.802-3.368c-.206-.848-.87-1.513-1.696-1.696l-3.78-.894c-1.743-.413-2.361-2.59-1.1-3.85l8.937-8.938c2.475 3.667 6.393 6.257 10.954 6.921a13.77 13.77 0 0 0 2.406.207c.825 0 1.627-.07 2.406-.207 4.56-.664 8.48-3.254 10.954-6.92l8.938 8.937c1.26 1.237.642 3.415-1.1 3.827ZM28.83 13.704l1.351 2.704c.184.367.665.734 1.1.802l2.452.413c1.559.252 1.925 1.398.802 2.52l-1.902 1.903c-.32.32-.504.94-.39 1.398l.55 2.36c.436 1.856-.55 2.59-2.2 1.604l-2.29-1.352c-.413-.252-1.1-.252-1.513 0l-2.292 1.352c-1.65.963-2.636.252-2.2-1.604l.55-2.36c.092-.436-.069-1.077-.39-1.398l-1.902-1.902c-1.123-1.123-.756-2.246.802-2.521l2.452-.413c.413-.068.894-.435 1.078-.802l1.352-2.704c.664-1.466 1.856-1.466 2.59 0Z'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 70%;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-destekler .menu .menu-item a {
    width: 100%;
  }
}
#block-feza-gursey-destekler .menu .menu-item a:hover {
  color: var(--fg-blue);
}
#block-feza-gursey-destekler .menu .menu-item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3e%3cpath stroke='%235E6E78' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='m6.683 14.94 4.89-4.89a1.49 1.49 0 0 0 0-2.1l-4.89-4.89'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
}
#block-feza-gursey-footerlinkler {
  background-color: #F6F6F6;
  box-sizing: border-box;
}
#block-feza-gursey-footerlinkler .menu {
  display: flex;
  justify-content: space-between;
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  #block-feza-gursey-footerlinkler .menu {
    width: 100%;
  }
}
#block-feza-gursey-footerlinkler .menu .menu-item {
  max-width: 140px;
  padding-left: 50px;
  margin: 30px 20px;
  position: relative;
}
@media screen and (max-width: 600px) {
  #block-feza-gursey-footerlinkler .menu .menu-item {
    max-width: 100px;
    margin: 20px 5px;
  }
  #block-feza-gursey-footerlinkler .menu .menu-item:last-child {
    max-width: 140px;
  }
}
#block-feza-gursey-footerlinkler .menu .menu-item::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0px;
  top: -9px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNjMiIGhlaWdodD0iMTYzIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMTYzIDE2MyI+PHBhdGggZmlsbD0iIzFFMUUxQyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTE2LjY2IDQ4Ljc3aC00LjEyYzAgNS4zNi0xLjM1IDEwLjQxLTMuNzQgMTQuODIuNzkgMS40NyAxLjQ3IDMuMDEgMi4wMyA0LjYxYTM1LjE2MiAzNS4xNjIgMCAwIDAgNS44My0xOS40M1pNNTMuODQgNjMuNTlhMzEuMTI2IDMxLjEyNiAwIDAgMS0zLjc0LTE0LjgyaC00LjEyYzAgNy4xOCAyLjE1IDEzLjg2IDUuODMgMTkuNDMuNTUtMS42IDEuMjMtMy4xNCAyLjAyLTQuNjFoLjAxWiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PGcgZmlsbD0iIzFFMUUxQyIgZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0xMTIuMjEgODIuOWM5LjMtOC40MiAxNS4xNC0yMC41OSAxNS4xNC0zNC4xM2gtNi4wM2MwIDkuNjMtMy40IDE4LjQ2LTkuMDcgMjUuMzYuMTkgMS4zOS4yOSAyLjgyLjI5IDQuMjYgMCAxLjUzLS4xMSAzLjAzLS4zMyA0LjV2LjAxWm0tNjEuNzggMGMtLjIxLTEuNDctLjMzLTIuOTctLjMzLTQuNSAwLTEuNDUuMS0yLjg3LjI5LTQuMjZhMzkuNzk4IDM5Ljc5OCAwIDAgMS05LjA3LTI1LjM2aC02LjAzYzAgMTMuNTMgNS44NCAyNS43IDE1LjE0IDM0LjEzdi0uMDFaIi8+PHBhdGggZD0iTTEzMC4xIDQ4Ljc3YzAgMTUuNjYtNy4zOCAyOS41OS0xOC44NSAzOC41MS0zLjgzIDEyLjkxLTE1Ljc3IDIyLjMzLTI5LjkzIDIyLjMzcy0yNi4xLTkuNDItMjkuOTMtMjIuMzNjLTExLjQ3LTguOTItMTguODUtMjIuODYtMTguODUtMzguNTFIMGw4MS4zMiAxMTMuNSA4MS4zMi0xMTMuNWgtMzIuNTUuMDFaIi8+PC9nPjxwYXRoIGZpbGw9IiNFMjBFMTciIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTMyLjU1IDQ4Ljc3QzMyLjU1IDIxLjg0IDU0LjM4IDAgODEuMzIgMGMyNi45NCAwIDQ4Ljc4IDIxLjg0IDQ4Ljc4IDQ4Ljc3aC0yLjc0YzAtMjUuNDItMjAuNjEtNDYuMDMtNDYuMDMtNDYuMDNTMzUuMyAyMy4zNSAzNS4zIDQ4Ljc3aC0yLjc1WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PHBhdGggZmlsbD0iI0UyMEUxNyIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNNDEuMzIgNDguNzdjMC0yMi4wOSAxNy45MS00MCA0MC00MHM0MCAxNy45MSA0MCA0MGgtNC42NmMwLTE5LjUxLTE1LjgyLTM1LjMzLTM1LjMzLTM1LjMzQzYxLjgyIDEzLjQ0IDQ2IDI5LjI2IDQ2IDQ4Ljc3aC00LjY4WiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PGcgZmlsbD0iI0UyMEUxNyI+PHBhdGggZD0iTTgxLjMyIDg0LjExYy0xMi4zNCAwLTIzLjItNi4zMi0yOS41Mi0xNS45LS42NiAxLjktMS4xMyAzLjg4LTEuNDEgNS45MyA3LjM0IDguOTMgMTguNDcgMTQuNjMgMzAuOTMgMTQuNjNzMjMuNi01LjcgMzAuOTMtMTQuNjNjLS4yOC0yLjA1LS43Ni00LjAzLTEuNDEtNS45My02LjMyIDkuNTgtMTcuMTggMTUuOS0yOS41MiAxNS45WiIvPjxwYXRoIGQ9Ik01My44MyA2My41OWM1LjI4IDkuNzcgMTUuNjEgMTYuNCAyNy40OSAxNi40IDExLjg4IDAgMjIuMjEtNi42NCAyNy40OS0xNi40LTMuNzUtNi45My0xMC4wNC0xMi4yOS0xNy42Mi0xNC44MWgyMS4zNWMwLTE3LjI0LTEzLjk4LTMxLjIyLTMxLjIyLTMxLjIyUzUwLjEgMzEuNTQgNTAuMSA0OC43OGgyMS4zNmMtNy41OSAyLjUyLTEzLjg4IDcuODgtMTcuNjIgMTQuODFoLS4wMVpNNTAuNDIgODIuOWMuMjIgMS41LjU0IDIuOTcuOTYgNC4zOWE0OC41NzcgNDguNTc3IDAgMCAwIDI5Ljk0IDEwLjI3YzExLjI5IDAgMjEuNjctMy44MyAyOS45NC0xMC4yNy40Mi0xLjQyLjc0LTIuODkuOTYtNC4zOS04LjE3IDcuNC0xOSAxMS45MS0zMC45IDExLjkxLTExLjkgMC0yMi43My00LjUxLTMwLjktMTEuOTFaIi8+PC9nPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#block-feza-gursey-footerlinkler .menu .menu-item a {
  font-weight: 700;
}
#block-feza-gursey-footerlinkler .menu .menu-item .field--name-field-acilimi {
  font-size: .7rem;
  color: #BBB9B9;
  font-weight: 600;
}
.view-cagrilar {
  margin-bottom: 30px;
}
.view-cagrilar .view-content .views-row .views-field-title a {
  color: var(--fg-livid);
  padding: 5px 5px 5px 20px;
  display: block;
  font-size: .9rem;
}
.view-cagrilar .view-empty {
  font-size: .8rem;
  box-sizing: border-box;
  padding-left: 20px;
  opacity: .5;
}
.view-cagrilar.view-display-id-block_3 .view-filters {
  margin-bottom: 40px;
}
.view-cagrilar.view-display-id-block_3 .view-filters .views-exposed-form {
  display: flex;
  align-items: center;
}
.view-cagrilar.view-display-id-block_3 .view-filters .views-exposed-form .form-item {
  margin: 0;
}
.view-cagrilar.view-display-id-block_3 .view-filters .form-actions {
  margin-left: -35px;
}
.view-cagrilar.view-display-id-block_3 .view-content .views-row {
  box-sizing: border-box;
  padding: 20px 5px;
  border-bottom: 1px solid var(--fg-livid-light);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.view-cagrilar.view-display-id-block_3 .view-content .views-row .views-field-title {
  width: 100%;
  margin-bottom: 20px;
}
.view-cagrilar.view-display-id-block_3 .view-content .views-row .views-field-title .c-baslik a {
  padding: 0;
  font-size: 1.2rem;
  font-weight: 500;
}
.view-cagrilar.view-display-id-block_3 .view-content .views-row .views-field-title .c-kodu {
  font-size: .8rem;
  padding-bottom: 10px;
  display: flex;
}
.view-cagrilar.view-display-id-block_3 .view-content .views-row .views-field-title .c-kodu .views-label {
  margin-right: 5px;
}
.view-cagrilar.view-display-id-block_3 .view-content .views-row .views-field-title .c-icerik a {
  font-size: .8rem;
  padding: 0;
}
.view-cagrilar.view-display-id-block_3 .view-content .views-row .views-field-field-basvuru-araligi {
  max-width: 300px;
}
.view-cagrilar.view-display-id-block_3 .view-content .views-row .views-field-field-basvuru-araligi .views-label {
  font-weight: 500;
}
.view-cagrilar.view-display-id-block_3 .view-content .views-row .views-field-field-basvuru-baglantisi a {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: var(--fg-livid);
  font-size: .9rem;
  font-weight: 600;
  color: #FFF;
  padding: 10px 65px 10px 40px;
  display: flex;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  border: none;
  font-size: var(--fg-font-size);
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  font-family: 'Inter', sans-serif;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3MiIgaGVpZ2h0PSI3MiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDcyIDcyIj48cGF0aCBzdHJva2U9IiNmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjMiIGQ9Ik0yNi43MyA1OS43NiA0Ni4yOSA0MC4yYzIuMzEtMi4zMSAyLjMxLTYuMDkgMC04LjRMMjYuNzMgMTIuMjQiIG9wYWNpdHk9Ii41Ii8+PC9zdmc+");
  background-repeat: no-repeat;
  background-position: right 10px center;
  height: 20px;
  color: #FFF !important;
  display: inline-flex;
  font-size: .8rem;
}
.view-cagrilar.view-display-id-block_3 .view-content .views-row .views-field-field-basvuru-baglantisi a:hover {
  background-color: var(--fg-blue);
}
#block-feza-gursey-views-block-cagrilar-block-1 h2,
#block-feza-gursey-views-block-cagrilar-block-2 h2 {
  margin: 15px 0;
  font-weight: 500;
  font-size: 1.25rem;
}
.viewsreference--view-title {
  font-size: 1.8rem;
  margin-bottom: -40px;
  margin-top: 60px;
  font-weight: 600;
  color: var(--fg-livid);
}
.view-destekler-lists .view-content h3,
.view-burslar-list .view-content h3,
.view-yarismalar .view-content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 60px;
}
.view-destekler-lists .view-content .views-row .views-field-title a,
.view-burslar-list .view-content .views-row .views-field-title a,
.view-yarismalar .view-content .views-row .views-field-title a {
  color: var(--fg-livid);
  padding: 8px 0 10px 30px;
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3e%3cpath fill='%23154377' d='M18 18H0V0h18z' opacity='.5'/%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='m7.455 12.96 3.26-3.26a.993.993 0 0 0 0-1.4l-3.26-3.26'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left top 8px;
}
.view-destekler-lists .view-content .views-row .views-field-title a:hover,
.view-burslar-list .view-content .views-row .views-field-title a:hover,
.view-yarismalar .view-content .views-row .views-field-title a:hover {
  color: var(--fg-blue);
}
.node-type-haber article .node-date,
.node-type-duyuru article .node-date {
  color: var(--fg-livid-light);
  margin-bottom: 20px;
}
.node-type-haber article > div,
.node-type-duyuru article > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.node-type-haber article .field--name-field-kategori,
.node-type-duyuru article .field--name-field-kategori {
  width: 100%;
  border-bottom: 1px solid var(--fg-livid-light);
  font-size: .9rem;
  display: flex;
  padding: 5px 0;
  margin-bottom: 30px;
}
.node-type-haber article .field--name-field-kategori .field__item,
.node-type-duyuru article .field--name-field-kategori .field__item {
  padding-right: 20px;
  opacity: .5;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' viewBox='0 0 14 14'%3e%3cpath stroke='%235E6E78' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='m5.197 11.62 3.804-3.803a1.16 1.16 0 0 0 0-1.634L5.198 2.38' opacity='.5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 4px center;
}
.node-type-haber article .field--name-field-kategori .field__item:last-child,
.node-type-duyuru article .field--name-field-kategori .field__item:last-child {
  background-image: none;
}
.node-type-haber article .field--name-field-fotograflar::after,
.node-type-duyuru article .field--name-field-fotograflar::after {
  content: "";
  width: 30%;
}
.node-type-haber article .field--name-field-fotograflar .field__item,
.node-type-duyuru article .field--name-field-fotograflar .field__item {
  width: 100%;
  margin-bottom: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
.node-type-haber article .field--name-field-fotograflar .field__item:first-child,
.node-type-duyuru article .field--name-field-fotograflar .field__item:first-child {
  width: 100%;
  height: auto;
}
.node-type-haber article .field--name-field-fotograflar .field__item img,
.node-type-duyuru article .field--name-field-fotograflar .field__item img,
.node-type-haber article .field--name-field-fotograflar .field__item a,
.node-type-duyuru article .field--name-field-fotograflar .field__item a {
  width: 100%;
  height: auto;
  display: block;
}
.node-type-haber article .field--name-field-ozet,
.node-type-duyuru article .field--name-field-ozet {
  width: 69%;
  line-height: 170%;
  margin: 20px 0;
  font-size: 1.25rem;
}
@media screen and (max-width: 800px) {
  .node-type-haber article .field--name-field-ozet,
  .node-type-duyuru article .field--name-field-ozet {
    width: 100%;
  }
}
.node-type-haber article .field--name-field-bilesenler,
.node-type-duyuru article .field--name-field-bilesenler {
  width: 100%;
}
.node-type-haber article .field--name-field-temporary-text,
.node-type-duyuru article .field--name-field-temporary-text {
  line-height: 170%;
}
.node-type-haber article .field--name-field-temporary-text img,
.node-type-duyuru article .field--name-field-temporary-text img {
  max-width: 100%;
  height: auto;
}
.node-type-haber article .field--name-field-ilgili-icerik,
.node-type-duyuru article .field--name-field-ilgili-icerik {
  width: 100%;
}
.node-type-haber article .field--name-field-ilgili-icerik .field__label,
.node-type-duyuru article .field--name-field-ilgili-icerik .field__label {
  font-weight: 600;
  font-size: .8rem;
  color: var(--fg-livid-light);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.node-type-haber article .field--name-field-ilgili-icerik .field__item a,
.node-type-duyuru article .field--name-field-ilgili-icerik .field__item a {
  color: var(--fg-livid);
  padding: 8px 0 10px 30px;
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3e%3cpath fill='%23154377' d='M18 18H0V0h18z' opacity='.5'/%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='m7.455 12.96 3.26-3.26a.993.993 0 0 0 0-1.4l-3.26-3.26'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left top 8px;
}
.node-type-haber article .field--name-field-ilgili-icerik .field__item a:hover,
.node-type-duyuru article .field--name-field-ilgili-icerik .field__item a:hover {
  color: var(--fg-blue);
}
.node-type-fotograf-arsivi #block-feza-gursey-content article .field--name-field-ozet {
  line-height: 170%;
  margin-bottom: 40px;
}
.node-type-fotograf-arsivi #block-feza-gursey-content article .field--name-field-fotograflar {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  margin-bottom: 50px;
}
.node-type-fotograf-arsivi #block-feza-gursey-content article .field--name-field-fotograflar .field__item {
  -webkit-border-radius: var(--fg-round);
  -moz-border-radius: var(--fg-round);
  border-radius: var(--fg-round);
  overflow: hidden;
  position: relative;
}
.node-type-fotograf-arsivi #block-feza-gursey-content article .field--name-field-fotograflar .field__item img,
.node-type-fotograf-arsivi #block-feza-gursey-content article .field--name-field-fotograflar .field__item a {
  width: 100%;
  height: auto;
  display: block;
  height: 100%;
  object-fit: cover;
}
.path-arama #contentHolder .content-wrapper .region-sidebar {
  display: none;
}
.path-arama #contentHolder .content-wrapper .region-content {
  width: 100%;
}
.view-id-arama .views-row {
  margin: 20px 0px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid var(--fg-livid-light);
  border-radius: 20px;
}
.view-id-arama .views-row h2 {
  margin: 0 0 20px 0px;
  display: block;
}
.view-id-arama .views-row h2 a {
  display: block;
  font-size: 1.5rem;
}
@media screen and (max-width: 900px) {
  .view-id-arama .views-row h2 a {
    font-size: 1.2rem;
  }
}
.view-id-arama .views-row .social-sharing-buttons {
  display: none;
}
.view-id-arama .views-row .links.inline {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 20px;
}
.view-id-arama .views-row .links.inline a {
  font-weight: 500;
  position: relative;
}
.view-id-arama .views-row .links.inline a::after {
  content: "";
  position: absolute;
  right: -25px;
  top: 0px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE5IDE5Ij48cGF0aCBzdHJva2U9IiMwMjlCRDAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBzdHJva2Utd2lkdGg9IjEuNSIgZD0ibTcuMDU0IDE1Ljc3IDUuMTYxLTUuMTYyYTEuNTcgMS41NyAwIDAgMCAwLTIuMjE2TDcuMDU0IDMuMjMiLz48L3N2Zz4=");
  background-position: center;
  background-repeat: no-repeat;
}
#block-feza-gursey-enstituler {
  padding: 200px 0;
}
#block-feza-gursey-enstituler .menu {
  position: relative;
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  flex-wrap: wrap;
}
#block-feza-gursey-enstituler .menu .menu-item {
  margin: 0 -10px;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-enstituler .menu .menu-item {
    margin: 5px !important;
  }
}
#block-feza-gursey-enstituler .menu .menu-item a {
  width: 100px;
  height: 100px;
  color: var(--fg-red);
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#block-feza-gursey-enstituler .menu .menu-item a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #F4F4F4;
  z-index: -1;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-enstituler .menu .menu-item a::before {
    transform: translate(-50%, -50%);
  }
}
#block-feza-gursey-enstituler .menu .menu-item a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#block-feza-gursey-enstituler .menu .menu-item:nth-child(2n+2) {
  margin-top: -80px;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-enstituler .menu .menu-item:nth-child(2n+2) {
    margin-top: 0;
  }
}
#block-feza-gursey-enstituler .menu .menu-item:nth-child(6) {
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin: 0;
  pointer-events: none;
}
#block-feza-gursey-enstituler .menu .menu-item:nth-child(6) .linkk-header {
  width: 212px;
  height: 212px;
  margin-top: -215px;
  position: relative;
  text-indent: -55555px;
}
#block-feza-gursey-enstituler .menu .menu-item:nth-child(6) .linkk-header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/themes/custom/feza_gursey/images/t-logo.png) no-repeat center;
  z-index: 9;
}
#block-feza-gursey-enstituler .menu .menu-item:nth-child(7) {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 80px;
  margin-left: 0px;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-enstituler .menu .menu-item:nth-child(7) {
    left: 0;
    top: 0;
    transform: none;
    margin-top: 0;
    position: static;
  }
}
#block-feza-gursey-enstituler .menu .menu-item .linkk-empty {
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  #block-feza-gursey-enstituler .menu .menu-item .linkk-empty {
    display: none;
  }
}
#block-feza-gursey-onemlilinkler .menu {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
}
#block-feza-gursey-onemlilinkler .menu .menu-item > a {
  display: none;
}
#block-feza-gursey-onemlilinkler .menu .menu-item .ol-container {
  position: relative;
  background-color: #F4F4F4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 8px;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -ms-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.4, 1);
}
#block-feza-gursey-onemlilinkler .menu .menu-item .ol-container:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#block-feza-gursey-onemlilinkler .menu .menu-item .ol-container .olc-image {
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-bottom: 10px;
}
#block-feza-gursey-onemlilinkler .menu .menu-item .ol-container .olc-image img {
  width: 100%;
  height: auto;
  display: block;
}
#block-feza-gursey-onemlilinkler .menu .menu-item .ol-container .olc-bottom {
  display: flex;
  align-items: center;
}
#block-feza-gursey-onemlilinkler .menu .menu-item .ol-container .olc-bottom .olc-icon {
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-right: 10px;
  width: 36px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 36px;
}
#block-feza-gursey-onemlilinkler .menu .menu-item .ol-container .olc-bottom .olc-icon img {
  width: 36px;
  height: auto;
}
#block-feza-gursey-onemlilinkler .menu .menu-item .ol-container .olc-bottom .olc-baslik a {
  font-weight: 600;
  color: var(--fg-livid);
}
#block-feza-gursey-onemlilinkler .menu .menu-item .ol-container .olc-cover-link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -555px;
  overflow: hidden;
}
.paragraph--type--menu-block {
  box-sizing: border-box;
  padding: 40px 40px;
  border-right: 2px solid rgba(0, 0, 0, 0.45);
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .paragraph--type--menu-block {
    border-right: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.45);
  }
}
.paragraph--type--menu-block .field--name-field-baslik {
  font-size: 2.25rem;
  font-weight: 600;
  border-bottom: none;
  position: relative;
  margin-bottom: 20px;
}
.paragraph--type--menu-block .field--name-field-baslik::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background-color: #FFA500;
}
.paragraph--type--menu-block .field--name-field-metin {
  font-size: .9rem;
  line-height: 200%;
}
.paragraph--type--menu-block .field--name-field-menu {
  margin-top: 40px;
}
.paragraph--type--menu-block .field--name-field-menu .menu {
  flex-wrap: wrap;
}
.paragraph--type--menu-block .field--name-field-menu .menu .menu-item a {
  color: #FFF;
  position: relative;
  padding: 20px 50px 20px 30px;
  white-space: nowrap;
  display: block;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3e%3cg stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3e%3cpath d='M12 15c3.728 0 6.75-2.91 6.75-6.5S15.728 2 12 2 5.25 4.91 5.25 8.5 8.272 15 12 15Z'/%3e%3cpath d='m7.52 13.52-.01 7.38c0 .9.63 1.34 1.41.97l2.68-1.27c.22-.11.59-.11.81 0l2.69 1.27c.77.36 1.41-.07 1.41-.97v-7.56'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: left center;
}
.paragraph--type--menu-block .field--name-field-menu .menu .menu-item a::after {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-flex;
  transform: translateY(-50%);
  position: absolute;
  right: 30px;
  top: 50%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='1.5' d='m6.683 14.94 4.89-4.89a1.49 1.49 0 0 0 0-2.1l-4.89-4.89'/%3e%3c/svg%3e");
}
#block-feza-gursey-anasayfadesteklerburslar {
  margin-bottom: 100px;
  padding: 50px 0;
  color: #FFF;
  background: url(/themes/custom/feza_gursey/images/burslar-destekler.png) no-repeat center;
  background-size: cover;
}
#block-feza-gursey-anasayfadesteklerburslar .field--name-field-bilesenler {
  float: none;
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#block-feza-gursey-anasayfadesteklerburslar .field--name-field-bilesenler > .field__item {
  width: 50%;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-anasayfadesteklerburslar .field--name-field-bilesenler > .field__item {
    width: 100%;
  }
}
#block-feza-gursey-anasayfadesteklerburslar .field--name-field-bilesenler .field__item:nth-child(2) .paragraph--type--menu-block {
  border-left: 2px solid rgba(255, 255, 255, 0.1);
  border-right: none;
}
@media screen and (max-width: 900px) {
  #block-feza-gursey-anasayfadesteklerburslar .field--name-field-bilesenler .field__item:nth-child(2) .paragraph--type--menu-block {
    border-left: none;
    border-bottom: none;
    border-top: 2px solid rgba(255, 255, 255, 0.1);
  }
}
#block-feza-gursey-anasayfadesteklerburslar .field--name-field-bilesenler .field__item:nth-child(2) .paragraph--type--menu-block .field--name-field-baslik::after {
  background-color: #E30613;
}
div#block-feza-gursey-views-block-sliderlar-block-3 {
  margin-top: 5%;
}
