.default-bg {
  background: #0052a0 !important;
}
.default-bg-hover:hover {
  background: #0052a0 !important;
}
.default-border {
  border-color: #0052a0 !important;
}
.default-color {
  color: #0052a0 !important;
}
.default-color-hover:hover {
  color: #0052a0 !important;
}
section.faq {
  background: url("../img/faq-bg.webp") top center no-repeat #e6f6ff;
  background-size: cover;
  padding-bottom: 50px;
  padding-top: 50px;
}
section.faq .head {
  margin-bottom: 50px;
}
section.faq .head .ftitle {
  color: #19203f;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 12px;
}
section.faq .head .fdesc {
  color: #7e88a2;
  font-size: 22px;
  font-weight: 400;
}
section.faq .head a.btn-allfaq {
  border-radius: 8px;
  background-color: #fff;
  color: #18d3a6;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 26px;
  display: flex;
  align-items: center;
}
section.faq .head a.btn-allfaq i {
  margin-right: 24px;
}
section.faq .head a.btn-allfaq:hover {
  background-color: #18d3a6;
  color: #fff;
}
section.faq .accordion-item {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #fff;
  margin-bottom: 10px;
  border: 0;
}
section.faq .accordion-item .accordion-button,
section.faq .accordion-item .accordion-button:hover,
section.faq .accordion-item .accordion-button:focus,
section.faq .accordion-item .accordion-button:active {
  box-shadow: none !important;
  outline: 0 !important;
  color: #19203f;
  font-size: 18px;
  font-weight: 500;
}
section.faq .accordion-item .accordion-button:not(.collapsed) {
  color: #0052a0 !important;
  background-color: #fff;
}
section.faq .accordion-item .accordion-body {
  font-size: 16px;
  line-height: 1.4;
  color: #19203f;
  font-weight: 400;
}
@media (max-width: 1400px) {
  section.faq .head a.btn-allfaq {
    font-size: 16px;
    padding: 14px 12px;
  }
  section.faq .head a.btn-allfaq i {
    margin-right: 12px;
  }
}
@media (max-width: 768px) {
  section.faq .l {
    text-align: center;
    width: 100%;
  }
  section.faq .head a.btn-allfaq {
    display: none;
  }
}
@media (max-width: 576px) {
  section.faq .head .ftitle {
    font-size: 26px !important;
  }
  section.faq .head .fdesc {
    font-size: 18px !important;
  }
  section.faq .accordion-item .accordion-button,
  section.faq .accordion-item .accordion-button:hover,
  section.faq .accordion-item .accordion-button:focus,
  section.faq .accordion-item .accordion-button:active {
    font-size: 14px !important;
  }
}
@media (max-width: 439px) {
  section.faq .head .ftitle {
    font-size: 22px !important;
  }
  section.faq .head .fdesc {
    font-size: 16px !important;
  }
  section.faq .accordion-item .accordion-button,
  section.faq .accordion-item .accordion-button:hover,
  section.faq .accordion-item .accordion-button:focus,
  section.faq .accordion-item .accordion-button:active {
    font-size: 14px !important;
  }
}
section.infotext {
  padding-top: 30px;
  padding-bottom: 30px;
}
section.infotext p {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
section.infotext p b {
  font-weight: 600;
}
@media (max-width: 991px) {
  section.pagetext .box .scrollt .image-style-align-right,
  section.pagetext .box .scrollt .image-style-align-left {
    width: 33.3%;
    max-width: 33.3% !important;
  }
}
@media (max-width: 768px) {
  section.pagetext .box .scrollt .image-style-align-right,
  section.pagetext .box .scrollt .image-style-align-left {
    width: 33.3%;
    max-width: 40% !important;
  }
}
@media (max-width: 576px) {
  section.pagetext .box .scrollt .image-style-align-right,
  section.pagetext .box .scrollt .image-style-align-left {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
  }
}
section.pagetext .box {
  box-shadow: -10px 10px 29px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #fff;
  padding: 30px;
  padding-right: 15px;
}
section.pagetext .box .scrollt {
  max-height: 400px;
  overflow-y: scroll;
  padding-right: 20px;
}
section.pagetext .box .scrollt::-webkit-scrollbar {
  width: 5px;
  border-radius: 8px;
}
section.pagetext .box .scrollt::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e4ebf6;
}
section.pagetext .box .scrollt::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #bec7d6;
}
section.pagetext .box .scrollt::-webkit-scrollbar-thumb:hover {
  background: #bec7d6;
}
section.pagetext .box .scrollt > * {
  margin-bottom: 20px;
}
section.pagetext .box .scrollt > *:last-child {
  margin-bottom: 0;
}
section.pagetext .box .scrollt h1 {
  color: #1d3163;
  font-size: 26px;
  font-weight: 600;
}
section.pagetext .box .scrollt h2,
section.pagetext .box .scrollt h3,
section.pagetext .box .scrollt h4 {
  color: #1d3163;
  font-size: 22px;
  font-weight: 600;
}
section.pagetext .box .scrollt p,
section.pagetext .box .scrollt li {
  color: #1d3163;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}
section.pagetext .box .scrollt p b,
section.pagetext .box .scrollt p strong,
section.pagetext .box .scrollt li b,
section.pagetext .box .scrollt li strong {
  font-weight: 700;
}
section.pagetext .box .scrollt p a,
section.pagetext .box .scrollt li a {
  color: #1d3163;
  font-weight: 700;
}
section.pagetext .box .scrollt a {
  color: #1d3163;
  font-weight: 700;
}
section.pagetext .box .scrollt .image-style-align-left {
  float: left;
  max-width: 25%;
  height: auto;
  padding-right: 30px;
}
section.pagetext .box .scrollt .image-style-align-left img {
  width: 100%;
  height: auto;
}
section.pagetext .box .scrollt .image-style-align-right {
  float: right;
  max-width: 25%;
  height: auto;
  padding-left: 30px;
}
section.pagetext .box .scrollt .image-style-align-right img {
  width: 100%;
  height: auto;
}
section.pagetext .box .scrollt ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  display: block;
  align-items: center;
}
section.pagetext .box .scrollt ul li:before {
  width: 7px;
  height: 7px;
  border: 4px solid rgba(24, 211, 166, 0.25);
  background-color: #18d3a6;
  position: absolute;
  content: "";
  border-radius: 100%;
  margin-left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 576px) {
  section.pagetext .box .scrollt h1 {
    font-size: 22px;
  }
  section.pagetext .box .scrollt .image-style-align-right {
    max-width: 50%;
    padding-left: 20px;
  }
  section.pagetext .box .scrollt .image-style-align-left {
    max-width: 50%;
    padding-right: 20px;
  }
}
section.comments {
  background-color: #286be4;
  padding-bottom: 20px;
}
section.comments.default-bg .top a.btn-allcomments {
  color: #0052a0;
}
section.comments.default-bg .top a.btn-allcomments:hover {
  background: #005fba !important;
}
section.comments.default-bg ul.comments li .ctop .stars i.checked {
  color: #0052a0;
}
section.comments .top {
  padding-top: 48px;
  padding-bottom: 48px;
}
section.comments .top h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0;
}
section.comments .top .stars i {
  font-size: 34px;
  color: #fff;
}
section.comments .top p {
  padding-top: 14px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
section.comments .top a.btn-allcomments {
  border-radius: 8px;
  background-color: #fff;
  color: #286be4;
  font-size: 18px;
  font-weight: 500;
  padding: 18px 26px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
section.comments .top a.btn-allcomments i {
  margin-right: 14px;
}
section.comments .top a.btn-allcomments:hover {
  background-color: #1854c1;
  color: #fff;
}
section.comments ul.comments {
  max-height: 564px;
  overflow-y: scroll;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  gap: 10px;
  padding: 0 16px 0 0;
}
section.comments ul.comments::-webkit-scrollbar {
  width: 4px;
  border-radius: 8px;
}
section.comments ul.comments::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: rgba(228, 235, 246, 0.3);
}
section.comments ul.comments::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #fff;
}
section.comments ul.comments::-webkit-scrollbar-thumb:hover {
  background: #fff;
}
section.comments ul.comments li {
  padding: 30px;
  box-shadow: -30px 30px 133px rgba(49, 55, 79, 0.05);
  border-radius: 8px;
  background-color: #fff;
  width: calc(50% - 5px);
}
section.comments ul.comments li .ctop .name {
  color: #1d3163;
  font-size: 18px;
  font-weight: 600;
}
section.comments ul.comments li .ctop .job {
  color: #1d3163;
  font-size: 14px;
  font-weight: 400;
  margin-top: 6px;
  display: block;
}
section.comments ul.comments li .ctop .stars {
  font-size: 22px;
}
section.comments ul.comments li .ctop .stars i {
  color: #b1c3cc;
  cursor: pointer;
}
section.comments ul.comments li .ctop .stars i.checked {
  color: #fe3979;
}
section.comments ul.comments li .text {
  color: #1d3163;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 1400px) {
  section.comments .top a.btn-allcomments {
    font-size: 16px;
    padding: 14px 12px;
  }
  section.comments .top a.btn-allcomments i {
    margin-right: 12px;
  }
}
@media (max-width: 991px) {
  section.comments .top p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  section.comments .top .l {
    text-align: center;
    width: 100%;
  }
  section.comments .top a.btn-allcomments {
    display: none;
  }
  section.comments ul.comments li {
    width: 100%;
  }
}
@media (max-width: 576px) {
  section.comments .top {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  section.comments ul.comments li .ctop .stars {
    font-size: 16px;
  }
}
section.info {
  background-color: rgba(14, 17, 25, 0.2);
  padding-top: 16px;
  padding-bottom: 16px;
}
section.info span.icon {
  width: 68px;
  height: 68px;
  box-shadow: -9px 9px 27px rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.1);
  font-size: 26px;
  color: #fff;
  margin-right: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.info span.number {
  color: #fff;
  font-size: 31px;
  font-weight: 600;
}
section.info span.text {
  margin-top: 4px;
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}
.topbg {
  background-color: #19203f;
  background-image: linear-gradient(-32deg, #161a26 0%, #313950 100%);
}
footer {
  background: rgba(0, 0, 0, 0);
  color: #a7afd0;
  border-bottom: 1px solid #272f4e;
}
footer .top {
  margin-bottom: 45px;
}
footer .top ul.social li a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer .top ul.social li a:hover {
  background-color: #fff;
  color: #131932;
}
footer p {
  color: #a7afd0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 20px;
}
footer p:not(:last-child) {
  margin-bottom: 20px;
}
footer ul.iconlist {
  margin-top: 50px;
}
footer ul.iconlist li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer ul.iconlist li .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  color: #fff;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
footer ul.iconlist li .icon.green {
  background: #18d3a6;
}
footer ul.iconlist li .icon.blue {
  background: #fe3174;
}
footer ul.iconlist li .icon.lightblue {
  background: #3ba9da;
}
footer ul.iconlist li .btn-action {
  display: none;
  border-radius: 32px;
  color: #fff;
  padding: 9px 19px;
  font-size: 14px;
}
footer ul.iconlist li .btn-action.green {
  background: #18d3a6;
}
footer ul.iconlist li .btn-action.blue {
  background: #fe3174;
}
footer ul.iconlist li .btn-action.lightblue {
  background: #3ba9da;
}
footer ul.iconlist li span.title {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
footer ul.iconlist li a.value {
  display: block;
  margin-top: 6px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
footer ul.iconlist li:not(:last-child) {
  margin-bottom: 30px;
}
footer .menutitle {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
footer .menutitle i,
footer .menutitle svg {
  font-size: 22px;
  color: #fe3174;
  margin-right: 13px;
}
footer ul.menu li {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
footer ul.menu li > footer ul.menu li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: #a7afd0;
}
footer ul.menu li > a {
  padding-left: 36px;
  color: #a7afd0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2.45;
  display: flex;
  align-items: center;
}
footer ul.menu li > a i {
  margin-left: 5px;
  color: #fe3174;
}
footer ul.menu li ul.submenu {
  display: none;
  border-radius: 2px;
  background-color: #fff;
  padding: 22px;
  position: absolute;
  top: -18px;
  left: 98%;
  width: 100%;
  z-index: 99;
  max-height: 300px;
  overflow-y: scroll;
  padding-right: 20px;
}
footer ul.menu li ul.submenu::-webkit-scrollbar {
  width: 5px;
  border-radius: 2px;
}
footer ul.menu li ul.submenu::-webkit-scrollbar-track {
  border-radius: 2px;
  background-color: #e4ebf6;
}
footer ul.menu li ul.submenu::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #bec7d6;
}
footer ul.menu li ul.submenu::-webkit-scrollbar-thumb:hover {
  background: #bec7d6;
}
footer ul.menu li ul.submenu li:not(:last-child) {
  margin-bottom: 14px;
}
footer ul.menu li ul.submenu li a {
  color: #19203f;
  font-size: 16px;
  font-weight: 500;
  padding-left: 0;
  line-height: 1.2;
}
footer ul.menu li ul.submenu li a:hover {
  color: #0a53be;
}
footer ul.menu li:hover {
  background: #fff;
  border-radius: 2px;
}
footer ul.menu li:hover ul.submenu {
  display: block;
}
footer ul.menu li:hover:before {
  background: #19203f;
}
footer ul.menu li:hover a {
  color: #19203f;
}
.copyright {
  background: rgba(0, 0, 0, 0);
}
.copyright p {
  color: #a7afd0;
  font-size: 14px;
  font-weight: 400;
}
.copyright p b {
  font-weight: bold;
}
nav.stickybar {
  box-shadow: 0 63px 133px rgba(40, 85, 172, 0.36);
  background-color: #fff;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
  position: fixed;
  bottom: 0;
  left: 0;
}
nav.stickybar .dropdown-toggle::after {
  display: none;
}
nav.stickybar .dropdown-user .dropdown-menu {
  bottom: 25px !important;
  box-shadow: -3px 3px 32px rgba(31, 35, 43, 0.06);
  border-radius: 2px;
  background-color: #fff;
  border: 0;
  min-width: 324px;
  max-width: 100%;
  right: 10px;
  margin: 0;
  padding: 0;
  left: -12px !important;
}
nav.stickybar .dropdown-user .dropdown-menu .head {
  padding: 20px;
  border-bottom: 1px solid rgba(194, 208, 221, 0.5);
}
nav.stickybar .dropdown-user .dropdown-menu .head span.icon {
  background-color: rgba(24, 211, 166, 0.2);
  color: #18d3a6;
  width: 40px;
  height: 40px;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 15px;
}
nav.stickybar .dropdown-user .dropdown-menu .head span.text {
  color: #9399b1;
  font-size: 16px;
  font-weight: 600;
}
nav.stickybar .dropdown-user .dropdown-menu .head .balance {
  color: #fe3174;
  font-size: 20px;
  font-weight: 600;
}
nav.stickybar .dropdown-user .dropdown-menu .head a.btn-addbalance {
  border-radius: 2px;
  background-color: #18d3a6;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  width: 100%;
  margin-top: 20px;
}
nav.stickybar .dropdown-user .dropdown-menu .head a.btn-addbalance:hover {
  background-color: #15bc94;
}
nav.stickybar .dropdown-user .dropdown-menu ul {
  margin: 0;
  padding: 0;
}
nav.stickybar .dropdown-user .dropdown-menu ul li {
  border-bottom: 1px solid rgba(194, 208, 221, 0.5);
}
nav.stickybar .dropdown-user .dropdown-menu ul li:last-child {
  border-bottom: 0;
}
nav.stickybar .dropdown-user .dropdown-menu ul li a {
  color: #9399b1;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: start;
}
nav.stickybar .dropdown-user .dropdown-menu ul li a i {
  margin-right: 15px;
}
nav.stickybar .dropdown-user .dropdown-menu ul li a.active {
  background: #fff;
  color: #fe3174;
}
nav.stickybar .dropdown-user .dropdown-menu ul li a.logout {
  color: #f72144;
}
nav.stickybar a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 12px 8px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: inset 0 3px rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px rgba(0, 0, 0, 0);
  text-decoration: none !important;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #19203f;
  font-size: 12px;
  font-weight: 600;
}
nav.stickybar a.active,
nav.stickybar a.show {
  color: #fe3174;
}
nav.stickybar a.cart {
  background-color: #18d3a6;
  color: #fff;
  position: relative;
}
nav.stickybar a.cart:before {
  background-color: #18d3a6;
  position: absolute;
  top: -4px;
  width: 100%;
  height: 4px;
  border-radius: 2px 2px 0 0;
  content: "";
}
nav.stickybar a i,
nav.stickybar a svg {
  line-height: 22px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2px;
  font-weight: normal;
}
nav.stickybar a i.number,
nav.stickybar a svg.number {
  position: absolute;
  border-radius: 16px;
  background-color: #15b68f;
  color: #fff;
  font-size: 13px !important;
  padding: 0px 14px;
  top: -14px;
}
div#bildirim {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  left: 20px;
  background: #fe3174;
  padding: 20px;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
  color: #fff;
  max-width: 410px;
  display: flex !important;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  bottom: 0;
}
div#bildirim.show {
  bottom: 20px;
  visibility: visible;
  opacity: 1;
}
div#bildirim .si-sol {
  width: 70px;
  height: 70px;
  background: #fff;
  color: #fe3174;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 20px;
  min-width: 70px;
  min-height: 70px;
}
div#bildirim .si-sag {
  display: flex;
  flex-direction: column;
}
div#bildirim .si-sag b#FA_Title {
  font-size: 16px;
  font-weight: bold;
}
div#bildirim .si-sag span#FA_text {
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
  line-height: 1.3;
}
.fixedSocial {
  position: fixed;
  top: 60%;
  left: 0;
  z-index: 9999999;
}
.fixedSocial a {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  border-radius: 0 4px 4px 0;
  margin-bottom: 10px;
  transition: 0.3s all ease-in-out;
}
.fixedSocial a.whatsapp {
  background: #18d3a6;
}
.fixedSocial a.phone {
  background: #3ba9da;
}
.fixedSocial a.email {
  background: #fe3174;
}
.fixedSocial a .text {
  max-width: 0;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}
.fixedSocial a i {
  padding: 13px;
  color: #fff;
  font-size: 28px;
}
.fixedSocial a:hover {
  padding-left: 13px;
}
.fixedSocial a:hover .text {
  max-width: max-content;
  margin-right: 13px;
}
#back-to-top {
  display: none;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
  text-align: center;
  font-size: 150%;
  color: #fff;
  background-color: #131932;
  border-radius: 4px;
}
section.newSocial {
  cursor: pointer;
  position: fixed;
  box-shadow: 0 0 60px rgba(40, 48, 59, 0.19);
  background-color: #18d3a6;
  top: 50%;
  left: -305px;
  transform: translateY(-50%);
  z-index: 9999;
  padding: 20px 40px 20px 20px;
  transition: all 0.3s ease-in-out;
}
section.newSocial.active {
  background-color: #fff;
  left: 0;
}
section.newSocial.active:before {
  background: url("../img/newSocialRightWhite.png") no-repeat center;
}
section.newSocial.active span.toggleIcon {
  color: #18d3a6;
}
section.newSocial:before {
  position: absolute;
  right: -34px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url("../img/newSocialRightBlue.png") no-repeat center;
  width: 35px;
  height: 214px;
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
section.newSocial span.toggleIcon {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -26px;
  z-index: 6;
}
section.newSocial ul li {
  margin-bottom: 20px;
}
section.newSocial ul li:last-child {
  margin-bottom: 0;
}
section.newSocial span.icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  margin-right: 20px;
}
section.newSocial span.icon.whatsapp {
  background-color: #18d3a6;
}
section.newSocial span.icon.phone {
  background-color: #fe3174;
}
section.newSocial span.icon.email {
  background-color: #3ba9da;
}
section.newSocial span.name {
  color: #606672;
  font-size: 14px;
  font-weight: 400;
}
section.newSocial span.text {
  margin-top: 6px;
  color: #131932;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1400px) {
  section.info span.number {
    font-size: 22px;
  }
  section.info span.text {
    font-size: 15px;
  }
  footer .menutitle {
    font-size: 15px;
  }
  footer .top ul.social li a {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  footer .top img {
    max-width: 160px;
  }
}
@media (max-width: 1199px) {
  footer ul.social {
    display: none !important;
  }
  footer .menutitle {
    font-size: 12px;
  }
  footer ul.menu li > a {
    font-size: 13px;
  }
  footer p {
    font-size: 14px;
  }
  footer ul.iconlist li a.value {
    margin-top: 4px;
    font-size: 18px;
  }
  footer ul.iconlist li span.title {
    font-size: 12px;
  }
  footer ul.iconlist li .icon {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-right: 10px;
  }
  section.info span.icon {
    margin-right: 10px;
  }
  section.info span.text {
    font-size: 13px;
  }
  section.info span.number {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  section.info span.icon {
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-right: 10px;
  }
  section.info span.text {
    font-size: 13px;
  }
  section.info span.number {
    font-size: 18px;
  }
  section.info {
    display: none;
  }
  footer {
    margin-top: 3rem !important;
    border-bottom: 0;
  }
  footer ul.social {
    display: none !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle i,
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle svg {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer ul.menu {
    display: none;
  }
  .copyright {
    background: #131932;
  }
  footer ul.menu li > a i {
    display: none;
  }
  div#bildirim {
    display: none !important;
  }
}
@media (max-width: 768px) {
  footer {
    border-bottom: 0;
  }
  footer ul.social {
    display: flex !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle {
    margin-top: 24px;
    margin-bottom: 24px !important;
  }
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle i,
  footer .col-xl-8.pt-5.pb-4.ps-4 .menutitle svg {
    margin-left: 20px;
    margin-right: 20px;
  }
  footer ul.menu {
    display: none;
  }
  footer .bg-dark {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  footer .ps-4,
  footer .pe-4 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  footer p {
    text-align: center;
  }
  footer .btn-action {
    display: flex !important;
  }
  footer .top {
    margin-bottom: 18px !important;
  }
  footer .top ul.social li a {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  .copyright {
    background: #131932;
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  footer ul.menu li:hover ul.submenu {
    display: none !important;
  }
  .fixedSocial a {
    height: 36px;
  }
  .fixedSocial {
    bottom: 10%;
  }
  .fixedSocial a i {
    padding: 8px;
    color: #fff;
    font-size: 20px;
    width: 36px;
    height: 36px;
    max-height: 36px;
  }
  footer {
    border-bottom: 0;
  }
  footer p {
    font-size: 14px;
  }
  footer ul.iconlist {
    margin-top: 24px;
  }
  footer ul.iconlist li .icon {
    width: 40px;
    height: 40px;
    font-size: 16px;
    margin-right: 10px;
  }
  footer ul.iconlist li span.title {
    font-size: 12px;
  }
  footer ul.iconlist li a.value {
    margin-top: 3px;
    font-size: 13px;
  }
  .copyright {
    padding-bottom: 74px;
    background: #131932;
  }
  .copyright .bg-dark {
    padding-right: 12px !important;
  }
  .copyright .justify-content-end {
    justify-content: center !important;
  }
  .copyright p {
    text-align: center;
    line-height: 1.7;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .copyright img {
    max-width: 110px;
  }
  footer .top img {
    max-width: 130px;
  }
  section.newSocial {
    left: -305px;
    top: initial;
    bottom: 10%;
    transform: translateY(0px);
  }
  section.newSocial span.toggleIcon {
    right: -31px;
  }
  section.newSocial:before {
    background: url("../img/newSocialRightBlueMobile.png") no-repeat center;
    width: 45px;
    height: 168px;
    right: -44px;
  }
  section.newSocial.active:before {
    background: url("../img/newSocialRightWhiteMobile.png") no-repeat center;
    width: 45px;
    height: 168px;
    right: -44px;
  }
}
body.swal2-toast-shown .swal2-container {
  overflow: visible !important;
  width: 100%;
}
.swal2-popup {
  border-radius: 2px;
  background-color: #fff;
}
.swal2-popup.swal2-icon-success {
  border-left: 4px solid #18d3a6;
  padding-left: 0;
}
.swal2-popup.swal2-icon-success .swal2-title {
  color: #18d3a6;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.swal2-popup.swal2-icon-success .swal2-html-container {
  color: #181818;
  font-size: 14px;
  font-weight: 400;
}
.swal2-popup.swal2-icon-error {
  border-left: 4px solid #f03636;
  padding-left: 0;
}
.swal2-popup.swal2-icon-error .swal2-title {
  color: #f03636;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.swal2-popup.swal2-icon-error .swal2-html-container {
  color: #181818;
  font-size: 14px;
  font-weight: 400;
}
.swal2-styled.swal2-confirm {
  background: #181818 !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #2bd6ad !important;
}
.swal2-icon.swal2-success [class^="swal2-success-line"] {
  background-color: #2bd6ad !important;
}
.swal2-icon.swal2-error .swal2-error-ring {
  border: 0.25em solid #f03636 !important;
}
.swal2-icon.swal2-error {
  border-color: #f03636 !important;
  color: #f03636 !important;
}
.swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  background-color: #f03636 !important;
}
.toast-title {
  font-weight: 700;
}
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #fff;
}
.toast-message a:hover {
  color: #ccc;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}
.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
}
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999;
  -webkit-box-shadow: 0 0 12px #999;
  box-shadow: 0 0 12px #999;
  color: #fff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}
#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000;
  -webkit-box-shadow: 0 0 12px #000;
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}
#toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
#toast-container.toast-bottom-center > div,
#toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast {
  background-color: #030303;
}
.toast-success {
  background-color: #51a351;
}
.toast-error {
  background-color: #bd362f;
}
.toast-info {
  background-color: #2f96b4;
}
.toast-warning {
  background-color: #f89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.cover .box {
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-radius: 8px;
}
.cover span.icon {
  border-radius: 8px;
  width: 90px;
  height: 90px;
  min-height: 90px;
  min-width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-right: 30px;
}
.cover h1 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 12px;
}
.cover p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}
.categories a.item {
  display: flex;
  border-radius: 8px;
  border: 1px solid #fff;
  background-color: #fff;
  padding: 10px 15px 10px 0;
  margin-bottom: 24px;
}
.categories a.item span.icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
}
.categories a.item h2 {
  color: #1d3163;
  font-size: 20px;
  font-weight: 600;
  margin-left: 20px;
}
.categories a.item span.icon.instagram-bg,
.categories a.item span.btn.instagram-bg {
  box-shadow: -6px 6px 18px rgba(225, 48, 108, 0.43);
}
.categories a.item span.icon.twitter-bg,
.categories a.item span.btn.twitter-bg {
  box-shadow: -6px 6px 18px rgba(29, 161, 242, 0.43);
}
.categories a.item span.icon.facebook-bg,
.categories a.item span.btn.facebook-bg {
  box-shadow: -6px 6px 18px rgba(24, 115, 235, 0.43);
}
.categories a.item span.icon.tiktok-bg,
.categories a.item span.btn.tiktok-bg {
  box-shadow: -6px 6px 18px rgba(13, 18, 31, 0.43);
}
.categories a.item span.icon.youtube-bg,
.categories a.item span.btn.youtube-bg {
  box-shadow: -6px 6px 18px rgba(255, 0, 0, 0.43);
}
.categories a.item span.icon.clubhouse-bg,
.categories a.item span.btn.clubhouse-bg {
  box-shadow: -6px 6px 18px rgba(101, 21, 221, 0.43);
}
.categories a.item span.icon.soundcloud-bg,
.categories a.item span.btn.soundcloud-bg {
  box-shadow: -6px 6px 18px rgba(249, 118, 55, 0.43);
}
.categories a.item span.icon.tumblr-bg,
.categories a.item span.btn.tumblr-bg {
  box-shadow: -6px 6px 18px rgba(27, 53, 97, 0.43);
}
.categories a.item span.icon.pinterest-bg,
.categories a.item span.btn.pinterest-bg {
  box-shadow: -6px 6px 18px rgba(193, 31, 38, 0.43);
}
.categories a.item span.icon.spotify-bg,
.categories a.item span.btn.spotify-bg {
  box-shadow: -6px 6px 18px rgba(30, 212, 95, 0.43);
}
.categories a.item span.icon.vimeo-bg,
.categories a.item span.btn.vimeo-bg {
  box-shadow: -6px 6px 18px rgba(0, 169, 233, 0.43);
}
.categories a.item span.icon.twitch-bg,
.categories a.item span.btn.twitch-bg {
  box-shadow: -6px 6px 18px rgba(141, 69, 248, 0.43);
}
.categories a.item span.icon.periscope-bg,
.categories a.item span.btn.periscope-bg {
  box-shadow: -6px 6px 18px rgba(63, 161, 192, 0.43);
}
.categories a.item span.icon.linkedin-bg,
.categories a.item span.btn.linkedin-bg {
  box-shadow: -6px 6px 18px rgba(2, 111, 172, 0.43);
}
.categories a.item span.icon.telegram-bg,
.categories a.item span.btn.telegram-bg {
  box-shadow: -6px 6px 18px rgba(52, 166, 216, 0.43);
}
.categories a.item span.icon.reddit-bg,
.categories a.item span.btn.reddit-bg {
  box-shadow: -6px 6px 18px rgba(255, 69, 0, 0.43);
}
.categories a.item span.btn {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 16px 24px;
  border-radius: 8px;
}
.categories a.item:hover h2 {
  color: #fff;
}
.categories a.item:hover span.icon {
  background: rgba(0, 0, 0, 0.15) !important;
}
.categories a.item:hover span.btn {
  background: rgba(0, 0, 0, 0.15) !important;
}
@media (max-width: 768px) {
  .cover h1 {
    font-size: 24px;
  }
  .cover p {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  section.cover .d-flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .cover span.icon {
    margin-right: 0;
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    font-size: 24px;
  }
  .categories a.item span.btn {
    display: none;
  }
  .categories a.item h2 {
    font-size: 18px;
  }
  .categories a.item {
    padding: 6px 6px 6px 0;
  }
} /*# sourceMappingURL=platforms.css.map */
