@charset "UTF-8";
:root {
  --blank-value: 80px;
}

.cookie-sticky__text {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}

.page-header__tab-text, .page-header__tabs, .page-header__sub, .page-title, .footer, .header {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.header__language__item.-active {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.header {
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 100%;
}

.footer {
  font-size: 0.813rem;
  font-weight: 400;
  line-height: 100%;
  color: #4c4f52;
}

.page-title {
  font-size: 3.125rem;
  font-weight: 400;
  line-height: 100%;
  color: #fff;
}

*,
*:after,
*:before {
  box-sizing: border-box;
  outline: none;
}

::-moz-selection {
  color: #1b1b67;
  background-color: #dbebfe;
}

::selection {
  color: #1b1b67;
  background-color: #dbebfe;
}

html {
  font-size: 16px;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

input,
select,
button {
  font-family: "Poppins", system-ui, sans-serif;
}

body {
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  background-color: #fff;
  font-family: "Poppins", system-ui, sans-serif;
}
body.-disabled-scroll {
  overflow: hidden;
}

a {
  color: #4c4f52;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.19px;
  text-decoration: underline;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-wrap: balance;
  color: #2d3549;
}

p {
  margin: 0 0 10px 0;
  color: #4c4f52;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.19px;
}

ul,
ol {
  margin: 0;
  padding: 0;
  max-width: 100%;
}
ul li,
ol li {
  margin: 0;
  padding: 0;
}

ul:not(.breadcrumb__list) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 10px 16px;
}
ul:not(.breadcrumb__list) li {
  color: #4c4f52;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0.19px;
  font-weight: 300;
}

strong {
  font-weight: 600;
  color: #2d3549;
}

img,
picture {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 8px;
  text-align: left;
}
img,
picture {
  max-width: 100%;
  height: auto;
  display: block;
}

.navigation {
  display: flex;
  justify-content: center;
  width: 100%;
}
.navigation__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  min-height: 120px;
  max-width: 1176px;
  background-color: #f7f9fa;
  border-top: 1px solid #eff1f3;
  border-bottom: 1px solid #eff1f3;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-radius: 20px 20px 0 0;
}
.navigation__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 110px;
  height: 120px;
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.navigation__item:first-child {
  background-image: url("/assets/svg/navigation-left.svg");
  border-right: 1px solid #eff1f3;
}
.navigation__item:first-child.-deactive {
  background-image: none;
  border: 0;
}
.navigation__item:nth-child(2) {
  justify-content: space-between;
  padding: 0 40px;
  max-width: 100%;
}
.navigation__item:last-child {
  background-image: url("/assets/svg/navigation-right.svg");
  border-left: 1px solid #eff1f3;
}
.navigation__item:last-child.-deactive {
  background-image: none;
  border: 0;
}
.navigation__item__left, .navigation__item__right {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.navigation__item__left {
  text-align: left;
}
.navigation__item__right {
  text-align: right;
}
.navigation__item__title {
  color: #0154a3;
  font-size: 0.875rem;
  line-height: 1.4rem;
  font-weight: 600;
}
.navigation__item__page {
  color: #2d3549;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 400;
}

.btn-primary {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  width: 100%;
  max-width: 230px;
  height: 60px;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(315deg, #00a6ff 0.32%, #0077b4 48.98%, #00466c 100%);
  border: 1px solid #e8ecf0;
  border-radius: 4px;
}

h1 {
  margin: 0;
  padding: 0;
}

.container-xxl {
  max-width: 1176px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.container-xl {
  max-width: 976px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.container-lg {
  max-width: 776px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.container-md {
  max-width: 576px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.container-sm {
  max-width: 376px;
  margin-inline: auto;
  padding-inline: 1rem;
}

.header {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  height: 69px;
  padding: 0 20px;
  background-color: #fff;
}
.header__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1176px;
}
.header__logo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.header__logo__link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__logo__link img {
  height: 43px;
}
.header__language {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  margin: 0 0 0 90px;
}
.header__language__item {
  color: #4c4f52;
  font-size: 0.75rem;
  line-height: 1.2rem;
  font-weight: 400;
  opacity: 50%;
  text-decoration: none;
}
.header__language__item:last-child {
  margin: 0 0 0 25px;
}
.header__language__item.-active {
  font-weight: 600;
  opacity: 1;
}
.header__navigation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__navigation__item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: inherit;
}
.header__navigation__item__wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  max-height: 230px;
}
.header__navigation__item__sub {
  position: absolute;
  top: 57px;
  left: 25%;
  z-index: 8;
  display: flex;
  flex-direction: column;
  padding: 30px;
  min-width: 300px;
  max-height: 430px;
  background-color: #fff;
  border-top: 1px solid #0154a3;
  box-shadow: 0 25px 40px 0 rgba(49, 49, 48, 0.05);
  opacity: 0;
  visibility: hidden;
  transform: translateX(-28%) translateY(5px);
  transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.header__navigation__item__sub__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px 0;
  color: #4c4f52;
  font-size: 0.8125rem;
  line-height: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.4s;
}
.header__navigation__item__sub__link::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("/assets/svg/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0;
  transition: opacity 0.4s;
}
.header__navigation__item__sub__link:hover {
  color: #0154a3;
}
.header__navigation__item__sub__link:hover::after {
  opacity: 1;
}
.header__navigation__item:hover .header__navigation__item__sub {
  opacity: 1;
  visibility: visible;
  transform: translateX(-28%) translateY(2%);
  transition: transform 0.3s, opacity 0.3s, visibility 0s 0s;
}
.header__navigation__item:last-child a {
  margin-right: 0;
}
.header__navigation__link {
  display: flex;
  align-items: center;
  margin: 0 16px;
  height: 69px;
  color: #4c4f52;
  font-size: 0.8125rem;
  line-height: 1.3rem;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.4s;
}
.header__navigation__link:hover {
  color: #0154a3;
}
.header__navigation__link.-active {
  color: #0154a3;
}
.header__navigation__all {
  margin: 20px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #ccd3da;
  color: #4c4f52;
  font-size: 0.8125rem;
  line-height: 1.3rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.4s;
}
.header__navigation__all:hover {
  color: #0154a3;
}
.header-mobile {
  position: relative;
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
}
.header-mobile__nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  flex-direction: column;
  margin: 56px 0 0 0;
  padding: 40px 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: #0154a3;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  overflow: hidden;
}
.header-mobile__nav.-active {
  transform: translateX(0);
}
.header-mobile__nav__navigation {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.header-mobile__nav__link {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #1c65ac;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.8px;
  cursor: pointer;
}
.header-mobile__nav__link a {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}
.header-mobile__nav__link__sub {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 3;
  flex-direction: column;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  background-color: #0154a3;
  transition: left 0.4s ease-in-out;
}
.header-mobile__nav__link__sub.-active {
  left: 0;
}
.header-mobile__nav__link__sub.-passive {
  display: none;
}
.header-mobile__nav__link__sub-item {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  color: #fff;
  border-bottom: 1px solid #1c65ac;
  font-size: 0.875rem;
  line-height: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.18px;
}
.header-mobile__nav__link:last-child {
  border: none;
}
.header-mobile__nav__link.-arrow::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  background-image: url("/assets/svg/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header-mobile__nav__link.-lang {
  margin: 44px 0 0 0;
}
.header-mobile__nav__link.-lang::after {
  display: none;
}
.header-mobile__container {
  display: flex;
  flex-direction: column;
  padding: 0 20px;
  width: 100%;
  height: auto;
}
.header-mobile__back {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 40px 0 0 0;
  padding: 10px 0;
  color: #fff;
  border-bottom: 1px solid #0154a3;
  font-size: 0.8125rem;
  line-height: 1.3rem;
  font-weight: 700;
  cursor: pointer;
}
.header-mobile__back::before {
  content: "";
  position: relative;
  left: 0;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 15px;
  height: 20px;
  background-image: url("/assets/svg/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: rotate(180deg);
}
.header .hamburger {
  display: none;
  padding: 19px;
  margin: 0 -21px 0 0;
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: 0;
  text-transform: none;
  transition-property: opacity, filter, background-color;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  cursor: pointer;
  overflow: visible;
}
.header .hamburger.is-active {
  background-color: #0154a3;
}
.header .hamburger.is-active .hamburger-inner,
.header .hamburger.is-active .hamburger-inner::before,
.header .hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.header .hamburger-box {
  position: relative;
  top: 2px;
  left: 2px;
  display: inline-block;
  width: 22px;
  height: 16px;
}
.header .hamburger-inner {
  top: 50%;
  display: block;
  margin-top: -2px;
}
.header .hamburger-inner,
.header .hamburger-inner::before,
.header .hamburger-inner::after {
  position: absolute;
  width: 22px;
  height: 2px;
  background-color: #0154a3;
  border-radius: 4px;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.header .hamburger-inner::before,
.header .hamburger-inner::after {
  content: "";
  display: block;
}
.header .hamburger-inner::before {
  top: -8px;
}
.header .hamburger-inner::after {
  bottom: -8px;
}
.header .hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header .hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.header .hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.header .hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.header .hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.header .hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  border: 1px solid #eeeeee;
  padding: 0 20px;
}
.footer__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 46px 0 36px 0;
  padding-inline: 1rem;
  width: 100%;
  max-width: 1176px;
}
.footer__container:last-child {
  padding: 27px 0 28px 0;
  padding-inline: 1rem;
}
.footer__divider {
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.footer__text {
  display: flex;
  flex-direction: row;
}
.footer__text__item {
  margin: 0 45px 0 0;
  color: #4c4f52;
  font-size: 0.75rem;
  line-height: 1.2rem;
  font-weight: 300;
  text-decoration: none;
  transition: color 0.4s;
}
.footer__text__item:hover {
  color: #0154a3;
}
.footer__text p {
  margin: 0;
  color: #4c4f52;
  font-size: 0.75rem;
  line-height: 1.2rem;
  font-weight: 400;
}
.footer__social {
  display: flex;
  flex-direction: row;
}
.footer__social__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  transition: background-color 0.4s;
}
.footer__social__item:hover {
  background-color: #eaeaea;
}
.footer__social__icon {
  -o-object-fit: contain;
     object-fit: contain;
}

.page-header {
  background: linear-gradient(315deg, #00a6ff 0.32%, #0077b4 48.98%, #00466c 100%);
  padding: 76px 0 62px 0;
}
.page-header .container-xxl {
  text-align: center;
}
.page-header__sub-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.page-header__sub-list p {
  margin: 0;
}
.page-header__sub {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-decoration: none;
}
.page-header__tabs-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.page-header__tabs {
  display: inline-flex;
  justify-content: center;
  gap: 5px;
  max-width: 585px;
  padding: 5px;
  margin-top: 26px;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  background-color: #2f95ce;
  font-size: 0.75rem;
  font-weight: 500;
}
.page-header__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  padding: 7px;
  height: 53px;
  text-wrap: balance;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  color: white;
}
.page-header .is-active {
  background-color: #fff;
  color: #0077b4;
}
.page-header__tab-text {
  display: inline-block;
  line-height: 100%;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.page-header__select-icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.page-header .desktop {
  display: flex;
}
.page-header .responsive {
  display: none;
}

.cookie-sticky {
  position: relative;
  padding: 20px;
  width: 100%;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1490196078);
}
.cookie-sticky.-hidden {
  display: none;
}
.cookie-sticky__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cookie-sticky__text {
  max-width: 700px;
  font-size: 0.875rem;
  font-weight: 200;
  line-height: 1.25rem;
  text-align: center;
  color: #4c4f52;
}
.cookie-sticky__text a {
  font-size: 0.875rem;
}
.cookie-sticky__close {
  position: absolute;
  right: 0;
  cursor: pointer;
}
@media only screen and (max-width: 1024px){
  :root {
    --blank-value: 50px;
  }
  .header__language {
    margin: 0 0 0 45px;
  }
}
@media only screen and (max-width: 909px){
  .header {
    height: 56px;
    padding: 0;
  }
  .header__container {
    padding: 0 20px;
  }
  .header__language {
    display: none;
  }
  .header__navigation {
    display: none;
  }
  .header-mobile__nav {
    display: flex;
  }
  .header .hamburger {
    display: inline-block;
    margin: 0 -20px 0 0;
  }
  .footer__container:last-child {
    padding: 20px;
  }
  .footer__container {
    padding: 27px 0 38px 0;
    border: 0;
  }
}
@media only screen and (max-width: 768px){
  p {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0.18px;
  }
  ul:not(.breadcrumb__list) li {
    font-size: 1rem;
    line-height: 1.625rem;
    letter-spacing: 0.18px;
  }
  .page-header {
    padding: 90px 0 58px 0;
  }
}
@media only screen and (max-width: 639px){
  .navigation__item:first-child {
    display: none;
  }
  .navigation__item:last-child {
    display: none;
  }
  .navigation__item__page {
    max-width: 140px;
    font-size: 1.125rem;
    line-height: 1.8rem;
  }
  .footer__container {
    flex-direction: column;
  }
  .footer__text {
    flex-direction: column;
    margin: 0 0 30px 0;
    text-align: center;
  }
  .footer__text__item {
    margin: 0 0 8px 0;
  }
  .footer__social {
    margin: 0 0 22px 0;
  }
  .footer__social__item {
    width: 50px;
    height: 50px;
    border-radius: 0;
    padding: 10px;
  }
  .page-header__tabs {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 17px 24px;
    padding-right: 44px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #0077b4;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .page-header .desktop {
    display: none;
  }
  .page-header .responsive {
    display: block;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
  }
  .cookie-sticky__close {
    top: -15px;
    right: -5px;
  }
}
@media (max-width: 600px){
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  thead {
    display: none;
  }
  tr {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px;
  }
  td {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
  }
  td,
  th {
    word-wrap: break-word; /* Eski tarayıcı desteği için */
    word-break: break-word; /* Modern destek */
    white-space: normal;
  }
  td::before {
    content: attr(data-label);
    font-weight: bold;
  }
}
@media only screen and (max-width: 559px){
  .page-header__tabs-wrapper {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 479px){
  .page-title {
    font-size: 1.875rem;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 1248px){
  .container-xxl {
    padding-inline: 0;
  }
  .container-xl {
    padding-inline: 0;
  }
  .container-lg {
    padding-inline: 0;
  }
  .container-md {
    padding-inline: 0;
  }
  .container-sm {
    padding-inline: 0;
  }
}




