<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
* :after,
* :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
img {
  display: block;
}

.full-img {
  width: 100%;
  height: auto;
}
.half-img {
  width: 50%;
  height: auto;
  margin: 0 20px 20px 0;
}
.protect_email {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@font-face {
  font-family: TTHoves;
  src: url(fonts/TTHoves-Medium.eot);
  src: url(fonts/TTHoves-Medium.eot?#iefix) format("embedded-opentype"),
    url(fonts/TTHoves-Medium.woff) format("woff"),
    url(fonts/TTHoves-Medium.ttf) format("truetype"),
    url(fonts/TTHoves-Medium.svg#TTHoves-Medium) format("svg");
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
body,
html {
  font-family: Roboto, sans-serif;
  background-color: #fff;
  color: #1a1818;
  font-size: 16px;
  line-height: 21px;
}
section {
  position: relative;
  display: block;
  clear: both;
}
.inner_con {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.inner_con .item {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px auto;
  max-width: 580px;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #c5c2bf;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
header {
  position: relative;
  display: block;
  min-height: 60px;
  border-radius: 12px;
  overflow: hidden;
}
header figure {
  position: relative;
}
header figure img {
  display: block;
}
header figure:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #00000038;
}
header figure h1 {
  position: absolute;
  bottom: 20px;
  font-size: 48px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  z-index: 1;
}
header h1 {
  position: absolute;
  width: 100%;
  max-width: 760px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.content {
  display: block;
  width: 100%;
  max-width: 760px;
  margin: 20px auto 40px;
  line-height: 20px;
}
.content p {
  width: 100%;
  margin: 0 auto 15px;
  text-align: left;
}
.content h3 {
  font-size: 18px;
  line-height: 21px;
  margin: 15px 0 10px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .location li {
    width: 100%;
  }
}
.loading {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8) url(img/loader.svg) center center no-repeat;
  background-size: 50px 50px;
  z-index: 9999;
}
.alert_con {
  position: fixed;
  width: intrinsic;
  left: 50%;
  transform: translateX(-50%);
  top: 3px;
  z-index: 999;
}
.alertMessage {
  position: relative;
  display: block;
  width: intrinsic;
  background: #ccf7ff;
  color: #4498d0;
  border: 1px solid #4498d0;
  font-size: 16px;
  padding: 8px 5px 9px 15px;
  margin: 5px auto 5px;
  border-radius: 2px;
  cursor: pointer;
}
.alertMessage:after {
  content: "\2715";
  float: right;
  text-align: center;
  width: 26px;
  margin-left: 20px;
  font-size: 16px;
  line-height: 24px;
  border-radius: 50%;
}
.success {
  background: #e0f1d4;
  color: #398f4f;
  border-color: #c4d6c0;
}
.error {
  display: block;
  background: #f1dfde;
  color: #9e4242;
  border-color: #9e4242;
}
.alert {
  background: #fffaec;
  border-color: #ffc700;
  color: #fd9a10;
  font-size: 12px;
  padding: 8px 10px;
  margin: 5px 0;
  border-radius: 4px;
}
.note-float-left {
  margin: 0 20px 20px 0;
}
ul.breadcrumb {
  display: block;
  width: 100%;
  margin: 0 auto 15px;
}
ul.breadcrumb li {
  float: left;
  margin-right: 6px;
}
ul.breadcrumb li:last-child a {
  background: 0 0;
}
.table {
  width: 100%;
}
.table td p {
  margin: 0 !important;
}
.table-bordered td {
  border: 1px solid silver;
  padding: 7px;
}
a {
  color: #1a1818;
  text-decoration: none;
}
h1 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  color: #a71a68;
  text-align: left;
}
h2 {
  font-size: 24px;
  line-height: 1.2;
  margin: 10px 0;
  font-weight: 700;
  text-align: left;
  color: #a71a68;
}
h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  margin: 20px 0;
}
h4 {
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  color: #a71a68;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 5px;
  color: #1a1818;
}
b,
strong {
  font-weight: 700;
}
hr {
  height: 3px;
  background: #a71a68;
  border: none;
}
small {
  font-size: smaller;
}
.content ul {
  list-style: disc;
  margin-bottom: 30px;
}
.content ul li {
  margin-left: 20px;
  margin-bottom: 15px;
}
.content ol {
  list-style: decimal;
  margin-bottom: 30px;
}
.content ol li {
  margin-left: 20px;
  margin-bottom: 15px;
}
.home-image {
  width: 100%;
  max-width: 990px;
  height: auto;
  margin: 0 auto;
}
.full_banner {
  display: block;
  width: 100%;
  max-width: 990px;
  height: auto;
  margin: 0 auto;
}
.full {
  display: block;
  width: 100%;
}
.iletisim_con {
  position: relative;
  width: 100%;
  max-width: 710px;
  padding: 30px 0;
  margin: 0 auto;
}
.iletisim_con a {
  text-decoration: none;
  color: #fff;
}
.hidden {
  display: none !important;
}
.clearfix {
  clear: both;
}
.clearfix::before {
  content: "";
  display: block;
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 60px;
}
.video-container embed,
.video-container iframe,
.video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sosyal a {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-image: url(/core/img/icon-sosyal.svg);
  background-size: 130px 26px;
  background-repeat: no-repeat;
  margin: 2px;
  vertical-align: top;
  border-radius: 2px;
}
a.twitter {
  background-position: -26px;
}
a.googleplus {
  background-position: -66px;
}
a.linkedin {
  background-position: -52px;
}
.fleft,
.left {
  float: left;
}
.fright,
.right {
  float: right;
}
.fnone {
  float: none !important;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
.tjustify {
  text-align: justify;
}
.t-underline {
  text-decoration: underline;
}
.btn {
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  white-space: nowrap;
  font-family: inherit;
  vertical-align: middle;
  text-align: center;
  font-size: 17px;
  padding: 10px 25px;
  color: #fff;
  margin: 10px 0;
  border-radius: 4px;
  user-select: none;
  -webkit-appearance: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-small {
  font-size: 15px;
  padding: 3px 14px 4px;
  margin: 5px 0;
}
.btn-primary {
  color: #fff;
  background: #a71a68;
}
.btn-primary:hover {
  color: #a71a68;
  background-color: #fff;
  border-color: #a71a68;
}
.btn-secondary {
  color: #fff;
  background-color: #4498d0;
}
.btn-secondary:hover {
  color: #4498d0;
  background-color: #e3e3e3;
  border-color: #4498d0;
}
.btn-dark {
  color: #fff;
  background-color: #1a1818;
}
.btn-dark:hover {
  color: #1a1818;
  background-color: #fff;
}
.btn-light {
  color: #54565a;
  background-color: #fff;
  border-color: #54565a;
}
.btn-light:hover {
  color: #fff;
  background-color: #54565a;
}
.form_group {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.form_group label {
  color: #999b9f;
  font-size: 13px;
  transition: 0.1s ease all;
  -moz-transition: 0.1s ease all;
  -webkit-transition: 0.1s ease all;
}
.form_group .error {
  background: 0 0;
  color: #de5d44;
  border-color: #de5d44;
}
.form_group small {
  display: block;
  float: left;
  color: #c0c2c5;
  margin-top: 3px;
  font-size: 12px;
  line-height: 13px;
}
::placeholder {
  font-size: 13px;
}
input,
select,
textarea {
  width: 100%;
  margin: 0 0 3px;
  padding-bottom: 8px;
  font-size: 16px;
  font-family: inherit;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid silver;
  -webkit-appearance: none;
}
input:focus,
select:focus,
textarea:focus {
  border-color: #444;
  outline: 0;
}
input:read-only,
textarea:read-only {
  border-bottom-color: transparent;
  outline: 0;
}
select {
  background: #fff url(/core/img/input-select2.svg) right 10px center no-repeat;
  background-size: 16px 16px;
}
input[type="radio"] {
  height: 18px;
  width: 18px;
  float: left;
  margin: 0 7px 0 0 !important;
  padding: 0;
  background-color: #fff;
  background-image: url(/core/img/input-radio-w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid silver;
  -webkit-appearance: none;
  border-radius: 50%;
}
input[type="radio"]:hover {
  background-color: #e6faef;
  border-color: #30c7a0;
}
input[type="radio"]:checked {
  background-color: #30c7a0;
  border-color: #30c7a0;
}
input[type="radio"] ~ label {
  float: left;
  line-height: 20px;
}
input[type="checkbox"] {
  height: 18px;
  width: 18px;
  padding: 0;
  float: left;
  margin: 0 7px 0 0 !important;
  background-color: #fff;
  background-image: url(/core/img/input-checkbox-w.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 1px solid #dce2e9;
  -webkit-appearance: none;
  border-radius: 2px;
}
input[type="checkbox"]:hover {
  background-color: #e6faef;
  border-color: #30c7a0;
}
input[type="checkbox"]:checked {
  background-color: #30c7a0;
  border-color: #30c7a0;
}
input[type="checkbox"] ~ label {
  float: left;
  line-height: 20px;
}
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  border-bottom-color: #468847;
}
input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #b94a48;
  border-bottom-color: #b94a48;
}
.parsley-errors-list {
  margin: 2px 0 3px !important;
  clear: both;
  padding: 0;
  list-style-type: none !important;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #b94a48;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.parsley-errors-list li {
  margin: 0 !important;
}
.parsley-errors-list.filled {
  opacity: 1;
}
@media only screen and (max-width: 980px) {
  .inner_con {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
  .sloganlar {
    display: none !important;
  }
  header figure h1 {
    padding-left: 15px;
    bottom: 10px;
    font-size: 32px;
    line-height: 34px;
  }
  header h1 {
    font-size: 32px;
    line-height: 384x;
    margin: 0 auto 0;
  }
  header {
    height: auto !important;
    display: block;
    margin-top: 0 !important;
  }
  figure {
    margin: 0 auto;
  }
  figure img {
    display: inline-block;
    width: 100%;
    height: auto;
  }
}
</pre></body></html>