/* Minification failed. Returning unminified contents.
(5877,16): run-time error CSS1036: Expected expression, found ';'
(6014,12): run-time error CSS1030: Expected identifier, found '.'
(6014,37): run-time error CSS1031: Expected selector, found ')'
(6014,37): run-time error CSS1025: Expected comma or open brace, found ')'
(6019,12): run-time error CSS1030: Expected identifier, found '.'
(6019,37): run-time error CSS1031: Expected selector, found ')'
(6019,37): run-time error CSS1025: Expected comma or open brace, found ')'
(6550,18): run-time error CSS1030: Expected identifier, found '#smartbanner'
(6550,30): run-time error CSS1031: Expected selector, found ')'
(6550,30): run-time error CSS1025: Expected comma or open brace, found ')'
 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
input[type='search'] {
  -webkit-appearance: none;
}
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  body {
    padding-top: 0 !important;
  }
  .print-left-area {
    max-width: 100% !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .box-small .inner {
    padding: 0 !important;
  }
  .table thead th,
  .table tbody th,
  .table thead td,
  .table tbody td {
    padding: 0 !important;
  }
}
html {
  font-size: 10px;
  line-height: normal;
  color: #031542;
  font-family: 'Mulish', sans-serif;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  /*    height: -webkit-fill-available;*/
}
html.overflow-hidden {
  overflow: hidden;
}
body {
  /*color: @color-default;
    font-family: @base-font;
    -webkit-font-smoothing: antialiased;
    padding-right: 0 !important;
    overflow-x: hidden !important;
    */
  /*    min-height: -webkit-fill-available;*/
  overflow-x: hidden;
  line-height: 20px;
  font-family: 'Mulish', sans-serif;
}
body.isHomePage {
  overflow: visible;
  margin-top: 0px;
  border: 1px none #000;
  font-size: 12px;
  mix-blend-mode: normal;
}
body.isHomePage .navbar {
  background-color: transparent;
  display: block;
}
.img-fluid {
  max-width: 100%;
  height: auto !important;
}
.img-wtext {
  max-width: 120%;
}
@media screen and (min-width: 767px) {
  .img-wtext {
    margin-left: -30px;
  }
}
.container-3 {
  max-width: 1280px;
  padding: 0.5rem 1rem;
  padding-top: 20px;
}
.hero-section {
  padding-top: 138px;
  text-align: center;
}
.hero-section .product-outer-wrapper {
  width: 100%;
  padding: 0px 128px 13px;
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  .hero-section .product-outer-wrapper {
    padding: 0 16px 0;
  }
}
.hero-section .product-outer-wrapper .product-inner-wrapper {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .hero-section .product-outer-wrapper .product-inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero-section .product-outer-wrapper .product-inner-wrapper .product-info-wrapper {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero-section .product-outer-wrapper .product-inner-wrapper .product-info-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .hero-section .product-outer-wrapper .product-inner-wrapper .product-info-wrapper .hero-text {
    font-size: 36px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .product-outer-wrapper .product-inner-wrapper .product-info-wrapper .hero-text {
    text-align: center;
  }
}
.hero-section .product-outer-wrapper .product-inner-wrapper .product-info-wrapper .hero-text .gradient-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#904999), to(#001b59));
  background-image: -o-linear-gradient(left, #904999, #001b59);
  background-image: linear-gradient(90deg, #904999, #001b59);
  font-size: 60px;
  line-height: 120%;
  font-weight: 800;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hero-section .product-outer-wrapper .product-inner-wrapper .product-info-wrapper .hero-text .gradient-text {
    text-align: center;
  }
}
.hero-section .product-outer-wrapper .product-inner-wrapper .product-thumbnail-wrapper {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .hero-section .product-outer-wrapper .product-inner-wrapper .product-thumbnail-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-section .product-outer-wrapper .product-inner-wrapper .product-thumbnail-wrapper .banner-image-container {
  position: relative;
}
.hero-section .product-outer-wrapper .product-inner-wrapper .product-thumbnail-wrapper .banner-icons {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.hero-section .product-outer-wrapper .product-inner-wrapper .product-thumbnail-wrapper .banner-icons-item {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DEDAFD), to(#FBEAFD));
  background-image: -o-linear-gradient(#DEDAFD, #FBEAFD);
  background-image: linear-gradient(#DEDAFD, #FBEAFD);
  border-radius: 50%;
  position: absolute;
  z-index: 99;
}
.hero-section .product-outer-wrapper .product-inner-wrapper .product-thumbnail-wrapper .banner-icons .square-1 {
  width: 130px;
  height: 130px;
  padding-bottom: 5px;
  top: -45px;
  right: -19px;
}
.hero-section .product-outer-wrapper .product-inner-wrapper .product-thumbnail-wrapper .banner-icons .square-2 {
  width: 172px;
  height: 172px;
  top: 193px;
  right: 291px;
}
@media screen and (max-width: 400px) {
  .hero-section .product-outer-wrapper .product-inner-wrapper .product-thumbnail-wrapper .banner-icons .square-2 {
    right: 164px;
  }
}
.hero-section .product-outer-wrapper .product-inner-wrapper .product-thumbnail-wrapper .banner-icons .square-3 {
  width: 116px;
  height: 116px;
  padding-bottom: 12px;
  right: 0;
  bottom: -39px;
}
.hero-section .product-outer-wrapper .product-inner-wrapper .product-thumbnail-wrapper .banner-icons .item-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #051d56;
}
.content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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;
}
.content-container.left-aligned {
  max-width: 1280px;
  padding-top: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.content-container.horizantal {
  height: 100%;
  max-width: 1280px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 15px;
  padding-right: 15px;
}
.content-container.footer {
  max-width: 1280px;
}
.footer-img-itms:last-of-type {
  padding: 5px;
}
.footer-img-itms:last-of-type img {
  width: 89px;
  height: auto;
}
.hero-div {
  position: relative;
  width: 70%;
}
.hero-text {
  display: inline-block;
  font-family: 'Mulish', sans-serif;
  color: #001b59;
  font-size: 60px;
  line-height: 120%;
  font-weight: 800;
  text-align: left;
}
.hero-text.lead-text {
  display: inline;
}
.image-3 {
  position: absolute;
  left: -10px;
  top: -33px;
  max-width: 250%;
  -o-object-fit: fill;
  object-fit: fill;
}
.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.gradient-text {
  background-image: -o-linear-gradient(332.81deg, #001b59 0.32%, #904999 96.5%);
  background-image: linear-gradient(117.19deg, #001b59 0.32%, #904999 96.5%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.blue-blurred-bg {
  position: absolute;
  left: 10%;
  top: 10%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 40%;
  height: auto;
  padding-bottom: 40%;
  border-radius: 50%;
  background-color: rgba(55, 142, 190, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
.blue-blurred-bg.sss {
  left: 0%;
  z-index: -1;
  width: 40%;
  background-color: rgba(55, 142, 190, 0.6);
  -webkit-filter: blur(90px);
  filter: blur(90px);
}
.pink-blurred-bg {
  position: absolute;
  left: auto;
  top: 10%;
  right: 10%;
  bottom: auto;
  z-index: -1;
  width: 40%;
  height: auto;
  padding-bottom: 40%;
  border-radius: 50%;
  background-color: rgba(144, 73, 153, 0.1);
  -webkit-filter: blur(100px);
  filter: blur(100px);
}
.pink-blurred-bg.sss {
  right: 0%;
  z-index: -1;
  width: 40%;
  background-color: rgba(144, 73, 153, 0.6);
  -webkit-filter: blur(90px);
  filter: blur(90px);
}
.heading-2 {
  margin-top: 32px;
  font-family: 'Mulish', sans-serif;
  color: rgba(0, 27, 89, 0.5);
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}
.div-block-6 {
  position: relative;
  display: inline-block;
}
.big-button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 253px;
  height: 55px;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #904999;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: 'Mulish', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}
.big-button a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  .big-button a {
    width: 100%;
  }
}
.button-blue-shadow {
  position: absolute;
  left: 3.5px;
  top: 32.5px;
  z-index: -3;
  display: none;
  width: 50%;
  height: 40px;
  border-radius: 20px;
  background-color: #001b59;
  opacity: 0.3;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.button-red-shadow {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -29%;
  z-index: -3;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #904999;
  background-image: -o-linear-gradient(359deg, #001a58, #8f4898);
  background-image: linear-gradient(91deg, #001a58, #8f4898);
  opacity: 0.43;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.more-text {
  font-family: 'Mulish', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 18px;
  font-weight: 400;
}
.more-text.purple {
  color: #904999;
  font-weight: 500;
}
.products-section {
  margin-top: 174px;
}
.products-section p.note {
  margin-top: 15px;
  font-family: 'Mulish', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
}
.wider-container {
  overflow: hidden;
  height: auto;
  max-width: 1400px;
  border-radius: 30px;
  background-image: -o-linear-gradient(135deg, #904999, #5e3983 57%, #001b59);
  background-image: linear-gradient(315deg, #904999, #5e3983 57%, #001b59);
  -webkit-box-shadow: 0 6px 20px 0 rgba(44, 71, 83, 0.25);
          box-shadow: 0 6px 20px 0 rgba(44, 71, 83, 0.25);
}
.product-outer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 70px 60px 79px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px none #000;
}
.product-outer-wrapper.dark-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 81px;
  padding-bottom: 90px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 2px solid hsla(0, 0%, 100%, 0.2);
  background-color: rgba(0, 0, 0, 0.15);
}
.product-inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.product-info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 0px;
  padding-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.payment-system-icons-copy {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: none;
  width: 30%;
  -webkit-transform: translate(86%, -6%);
  -ms-transform: translate(86%, -6%);
  transform: translate(86%, -6%);
}
.product-thumbnail-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-thumbnail-wrapper.right-one {
  margin-left: 2%;
}
.heading1 {
  margin-bottom: 30px;
  font-family: 'Mulish', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
.heading1.dark {
  color: #001b59;
}
.heading1.dark.left-aligned {
  text-align: left;
}
.heading1 h2.gradient-text {
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  .heading1 h2.gradient-text {
    font-size: 29px;
  }
}
.info-text {
  width: 80%;
  margin-top: 0px;
  font-family: 'Mulish', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
}
.info-text a {
  color: hsla(0, 0%, 100%, 0.8);
}
.info-text.dark {
  margin-bottom: 70px;
  color: rgba(0, 27, 89, 0.5);
  text-align: left;
}
.info-text.dark.sss {
  margin-bottom: 0px;
}
.info-text.darker {
  position: relative;
  z-index: 1;
  width: auto;
  margin-bottom: 0px;
  color: rgba(0, 27, 89, 0.8);
  font-size: 18px;
}
.info-text.darker.smaller {
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.info-text.right-one {
  width: 100%;
}
.info-text.footer {
  width: auto;
  margin-bottom: 20px;
  font-size: 20px;
}
.info-text.contact {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 16px;
}
.linked-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  padding: 4px 8px 4px 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background-color: rgba(171, 70, 184, 0);
}
.linked-text.for-sss {
  margin-top: 0px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.linked-text.leading {
  margin-top: 0px;
}
.big-image-wrapper {
  width: 100%;
}
.section-white {
  overflow: hidden;
  margin-top: 0px;
  padding-top: 50px;
  padding-bottom: 80px;
  background-color: #fff;
}
.flex-wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.feature-wrapper {
  position: static;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 20px;
  border-radius: 16px;
  background-color: rgba(144, 73, 153, 0.06);
}
.feature-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.feature-header path {
  fill: #ffffff;
  stroke: #ffffff;
}
.feature-title {
  position: relative;
  z-index: 1;
  width: 70%;
  padding-left: 20px;
  font-family: 'Mulish', sans-serif;
  color: #001b59;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  mix-blend-mode: normal;
}
.lottie-arka-plan {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: #b743c2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a536af), to(#e962f6));
  background-image: -o-linear-gradient(top, #a536af, #e962f6);
  background-image: linear-gradient(180deg, #a536af, #e962f6);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  mix-blend-mode: normal;
}
.lottie-arka-plan-container {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  margin-right: 24px;
  border-radius: 50%;
  background-color: rgba(56, 3, 61, 0);
  background-image: none;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  mix-blend-mode: normal;
}
.lottie-arka-plan-container.container {
  position: relative;
}
.lottie-animation-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: auto;
  margin-top: 0px;
  border-radius: 0%;
}
.lottie-animation-2-smaller-one {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 40px;
  height: auto;
  margin-top: 6px;
  margin-left: 5px;
  border-radius: 0%;
}
.lottie-animation-2-smaller-one.smaller-one {
  width: 40px;
  margin-top: 6px;
  margin-left: 4px;
}
.image-2 {
  margin-top: 14px;
  max-width: 126px;
  max-height: 28px;
}
.image-6 {
  width: 100%;
  border: 1px none #000;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 20px 0 rgba(44, 71, 83, 0.25);
          box-shadow: 0 6px 20px 0 rgba(44, 71, 83, 0.25);
}
.image-7 {
  width: 12px;
  height: 12px;
  margin-left: 8px;
}
.image-8 {
  display: none;
}
.image-10 {
  position: absolute;
  width: 120%;
  max-width: 120%;
}
.image-11 {
  position: absolute;
  max-width: 140%;
}
.image-12 {
  position: absolute;
  max-width: 140%;
}
.product-thumbnail-copy {
  position: absolute;
  left: 50%;
  top: 52%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110%;
  height: 105%;
  padding: 0px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, 0.61);
  border-left: 1px solid hsla(0, 0%, 100%, 0.59);
  border-radius: 30px;
  background-color: hsla(0, 0%, 100%, 0.36);
  opacity: 1;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ba-vur-buon-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.div-block-7 {
  width: 240px;
  height: 48px;
  border-radius: 10px;
  background-color: #fff;
  opacity: 0.8;
  mix-blend-mode: overlay;
  pointer-events: none;
}
.text-block-2 a {
  position: absolute;
  left: 50%;
  top: 40px;
  right: auto;
  bottom: auto;
  display: inline-block;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Mulish', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
}
.text-block-2 a:hover {
  text-decoration: none;
}
.telephone-number {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}
.social-media-icon {
  width: 32px;
  margin-right: 24px;
}
.social-media-icons {
  position: absolute;
  left: auto;
  top: 5%;
  right: 0px;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 70%;
  -webkit-transform: translate(86%, -6%);
  -ms-transform: translate(86%, -6%);
  transform: translate(86%, -6%);
}
.section-gray {
  margin-top: 85px;
  padding-top: 43px;
  padding-bottom: 102px;
  background-color: #f7f9fc;
}
.section-gray.hiddenoverflow {
  display: block;
  overflow: hidden;
  margin-top: 0px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.bize-ulas-n-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}
.sss-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 80%;
  padding: 40px 38px;
  -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;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 20px;
  background-color: #953d77;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sss-wrapper.white {
  position: relative;
  z-index: 5;
  width: 40%;
  height: 100%;
  padding: 0px;
  background-color: rgba(149, 61, 119, 0);
}
.sss-container {
  padding: 40px;
  border-top: 1px solid #fff;
  border-left: 1px solid hsla(0, 0%, 100%, 0.9);
  border-radius: 25px;
  background-color: hsla(0, 0%, 100%, 0.5);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.footer-section {
  padding-top: 35px;
  background-color: #001a58;
  overflow-x: hidden;
}
.footer-section .footer-logo img {
  max-width: 126px;
  max-height: 28px;
}
.grid {
  width: 100%;
  grid-row-gap: 28px;
  -ms-grid-columns: 1fr 1.5fr;
  grid-template-columns: 1fr 1.5fr;
}
.qnbfooterwrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 20px;
  background-color: #001445;
}
.sitemap-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 60px;
}
.footer-bottom-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.1);
}
.footer-social-media {
  margin-top: 24px;
  margin-bottom: 12px;
}
.footer-contact {
  width: 100%;
}
.grid-2 {
  width: 100%;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
.link-group-header {
  margin-bottom: 8px;
  font-family: 'Mulish', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}
.link-group-header a {
  margin-bottom: 8px;
  font-family: 'Mulish', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}
.link-name {
  font-family: 'Mulish', sans-serif;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 1.6;
}
.link-name a {
  margin-bottom: 12px;
  font-family: 'Mulish', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
.footer-bottom-links {
  display: inline-block;
  font-family: 'Mulish', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 14px;
  line-height: 1.6;
}
.pr0 {
  padding-right: 0 !important;
}
.footer-bottom-icons {
  margin-left: auto;
}
.footer-bottom-icon {
  margin-left: 53px;
}
.footer-enact {
  margin: auto 0 auto 0;
}
@media only screen and (max-width: 767px) {
  .footer-enact {
    margin: auto;
    padding-bottom: 20px;
  }
}
.footer-alternate {
  margin-top: 0;
  border: none;
}
.footer-bot-content {
  padding: 0;
  margin-top: 15px;
  background-color: #001445;
  border-radius: 5px;
}
.footer-border-line {
  position: relative;
  left: 0;
  width: 1px;
  background: #ffffff10;
  height: 36px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 25px;
}
@media only screen and (max-width: 992px) {
  .footer-border-line {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
  }
  .count {
    width: auto;
    height: auto;
  }
  .section {
    margin-top: 32px;
  }
  .hero-section.subpages {
    padding-top: 73px;
  }
  .content-container {
    max-width: 700px;
  }
  .content-container.left-aligned {
    padding-right: 32px;
    padding-left: 32px;
  }
  .content-container.horizantal {
    padding-right: 32px;
    padding-left: 32px;
  }
  .hero-div {
    width: 100%;
  }
  .hero-text {
    display: block;
    font-size: 64px;
  }
  .image-3 {
    left: 17px;
    top: -36px;
    width: 90px;
    max-width: 90%;
  }
  .pink-blurred-bg {
    z-index: -1;
  }
  .big-button.tablet a {
    width: 200px;
    height: 50px;
  }
  .wider-container {
    max-width: 96%;
  }
  .product-outer-wrapper {
    padding-top: 23px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-outer-wrapper.dark-one {
    margin-top: 29px;
    padding-top: 65px;
    padding-bottom: 26px;
  }
  .product-info-wrapper {
    width: 60%;
  }
  .product-info-wrapper.right-one {
    width: 45%;
    padding-left: 0px;
  }
  .product-thumbnail {
    width: 80%;
  }
  .heading1 {
    margin-bottom: 0px;
    font-size: 24px;
  }
  .info-text {
    margin-top: 15px;
    font-size: 18px;
  }
  .info-text.footer {
    margin-top: 0px;
  }
  .info-text.contact {
    width: 100%;
    margin-top: 5px;
  }
  .div-block-7 {
    width: 160px;
    height: 40px;
    border-radius: 6px;
  }
  .ba-vur-buon-wrapper {
    display: block;
  }
  .text-block-2 {
    left: 50%;
    display: block;
    width: 100%;
    font-size: 14px;
    text-align: center;
  }
  .div-block-9 {
    height: auto;
  }
  .lottie-animation {
    margin-top: 29px;
    padding-bottom: 25px;
  }
  .divider {
    display: none;
    margin-top: 100px;
  }
  .payment-system-icons {
    display: none;
    overflow: hidden;
  }
  .flex-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .link {
    margin-top: 2px;
    margin-right: 16px;
    padding-right: 7px;
    font-size: 14px;
  }
  .div-block-9-copy {
    height: auto;
  }
  .payment-system-icons-copy {
    display: block;
    overflow: hidden;
    -webkit-transform: translate(83%, -3%);
    -ms-transform: translate(83%, -3%);
    transform: translate(83%, -3%);
  }
  .social-media-icons {
    top: 0%;
    display: none;
    overflow: hidden;
    width: 70%;
    -webkit-transform: translate(83%, -3%);
    -ms-transform: translate(83%, -3%);
    transform: translate(83%, -3%);
  }
  .more-text {
    font-size: 16px;
  }
  .section-ruby {
    height: auto;
  }
  .bize-ulas-n-wrapper {
    width: 55%;
  }
  .sss-wrapper.white {
    width: 45%;
  }
  .sss-container {
    padding: 24px;
  }
  .sitemap-links-wrapper {
    padding-left: 50px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-contact {
    margin-top: 22px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .brand {
    padding-left: 16px;
  }
  .nav-menu {
    padding-bottom: 24px;
    background-color: #fff;
    -webkit-box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 7px 11px 0 rgba(0, 0, 0, 0.07);
  }
  .menu-button {
    background-color: hsla(0, 0%, 100%, 0);
  }
  .menu-button.w--open {
    background-color: #2c2855;
  }
  .product-content-container {
    max-width: 700px;
  }
  .product-content-container.left-aligned {
    padding-right: 32px;
    padding-left: 32px;
  }
  .product-content-container.horizantal {
    padding-right: 32px;
    padding-left: 32px;
  }
  .product-content-container.footer {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .body {
    overflow: visible;
  }
  .hero-section.subpages {
    padding-top: 48px;
  }
  .content-container.horizantal {
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-text {
    font-size: 44px;
  }
  .blue-blurred-bg {
    left: 5%;
    top: 20%;
    width: 45%;
    padding-bottom: 45%;
  }
  .pink-blurred-bg {
    top: 20%;
    right: 5%;
    width: 45%;
    padding-bottom: 45%;
  }
  .product-outer-wrapper.dark-one {
    padding-right: 6px;
  }
  .product-info-wrapper.right-one {
    margin-left: auto;
  }
  .info-text.dark {
    width: 100%;
  }
  .info-text.dark.sss {
    width: 100%;
  }
  .info-text.footer {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .info-text.contact {
    width: auto;
    margin-right: 40px;
    font-size: 14px;
  }
  .ba-vur-buon-wrapper {
    margin-top: 0px;
  }
  .feature-title {
    padding-left: 10px;
  }
  .social-media-icons {
    display: none;
  }
  .linked-text.for-sss {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .section-ruby {
    height: auto;
    background-image: -o-linear-gradient(315deg, #904999, #861b54);
    background-image: linear-gradient(135deg, #904999, #861b54);
    background-position: 0px 0px;
    background-repeat: repeat;
  }
  .bize-ulas-n-wrapper {
    width: 100%;
  }
  .sss-wrapper {
    width: 100%;
    margin-top: 40px;
    padding: 16px;
    border-top-style: none;
    border-left-style: none;
  }
  .sss-wrapper.white {
    width: 100%;
  }
  .sitemap-links-wrapper {
    margin-top: 20px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  .footer-bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
  }
  .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-social-media {
    margin-top: 29px;
  }
  .telephone-number {
    font-size: 14px;
  }
  .image-9 {
    width: 30%;
  }
  .grid-2 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .footer-bottom-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-top: 20px;
    margin-left: 0px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-bottom-icon {
    margin-left: 0px;
  }
  .footer-bottom-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .product-content-wrapper {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .product-image-wrapper {
    width: 100%;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .product-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-content-container.horizantal {
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-13 {
    width: 100%;
    max-width: 100%;
  }
  .features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .vertical-line.second {
    border-right-style: none;
  }
  .primary-button-plum {
    margin-top: -20px;
    padding: 10px 40px;
    font-size: 14px;
  }
  .footer-bot-content .footer-content .col-md-4 {
    width: 33%;
  }
}
@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }
  .hero-section {
    overflow: visible;
    padding-top: 14vh;
  }
  .content-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .content-container.left-aligned {
    padding: 30px 16px 0px;
  }
  .content-container.horizantal {
    padding-right: 16px;
    padding-left: 16px;
  }
  .content-container.footer {
    padding-right: 16px;
    padding-left: 16px;
  }
  .hero-div {
    overflow: visible;
  }
  .hero-text {
    display: block;
    font-size: 36px;
  }
  .hero-text.experimental {
    display: block;
  }
  .image-3 {
    left: -3px;
    width: 60px;
  }
  .blue-blurred-bg {
    background-color: rgba(55, 142, 190, 0.2);
  }
  .blue-blurred-bg.sss {
    width: 60%;
    background-color: #378ebe;
  }
  .pink-blurred-bg {
    background-color: rgba(144, 73, 153, 0.2);
  }
  .pink-blurred-bg.sss {
    width: 60%;
    background-color: #904999;
  }
  .heading-2 {
    font-size: 20px;
  }
  .big-button {
    height: 48px;
    margin-top: 72px;
    border-radius: 10px;
  }
  .products-section {
    margin-top: 83px;
  }
  .wider-container {
    border-radius: 20px;
  }
  .product-outer-wrapper {
    margin-top: 0px;
    padding-top: 30px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 0px;
  }
  .product-outer-wrapper.dark-one {
    padding: 31px 16px 39px;
  }
  .product-info-wrapper {
    width: 100%;
  }
  .product-info-wrapper.right-one {
    width: 100%;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .heading1 {
    font-size: 28px;
  }
  .info-text {
    width: 100%;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
  }
  .info-text.dark {
    margin-bottom: 29px;
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
  }
  .info-text.darker {
    font-size: 14px;
    font-weight: 500;
  }
  .info-text.right-one {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
  }
  .info-text.footer {
    font-size: 16px;
  }
  .info-text.contact {
    margin-top: 0px;
    margin-right: 0px;
  }
  .div-block-7 {
    width: 100%;
    height: 48px;
    border-radius: 6px;
  }
  .ba-vur-buon-wrapper {
    width: 95%;
    margin-top: 55px;
    margin-right: auto;
    margin-left: auto;
  }
  .section-gray {
    margin-top: 0px;
    padding-bottom: 25px;
    padding-top: 20px;
  }
  .section-gray.hiddenoverflow {
    padding-top: 27px;
    padding-bottom: 43px;
  }
  .image-6 {
    display: none;
  }
  .section-white {
    padding-top: 10px;
    padding-bottom: 33px;
  }
  .footer-section {
    padding-top: 30px;
  }
  .flex-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .feature-header {
    margin-bottom: 20px;
  }
  .feature-title {
    padding-left: 6px;
    font-size: 16px;
  }
  .product-thumbnail-wrapper {
    width: 80%;
    margin-top: 0px;
  }
  .product-thumbnail-wrapper.right-one {
    margin-left: 0%;
  }
  .product-inner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text-span-2 {
    font-size: 16px;
  }
  .social-media-icons {
    left: -77%;
    display: none;
  }
  .text-block-3 {
    font-size: 16px;
  }
  .bold-text-2 {
    font-weight: 600;
  }
  .linked-text {
    margin-top: 16px;
  }
  .more-text {
    font-size: 14px;
  }
  .more-text.purple {
    font-size: 16px;
    line-height: 1.6;
  }
  .sss-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
  .sss-container {
    padding: 16px;
  }
  .image-8 {
    display: inline-block;
    border-radius: 20px;
    -webkit-box-shadow: 0 6px 20px 0 rgba(44, 71, 83, 0.25);
            box-shadow: 0 6px 20px 0 rgba(44, 71, 83, 0.25);
  }
  .footer-contact {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 23px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .social-media-icon {
    margin-right: 0px;
  }
  .grid-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .footer-bottom-icons {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-bottom-icon {
    max-width: 40%;
  }
  .image-11 {
    top: -20%;
    max-width: 150%;
  }
  .image-12 {
    display: block;
  }
  .product-content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-image-wrapper {
    overflow: hidden;
    width: 100%;
    margin-bottom: 62px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .product-content-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .product-content-container.left-aligned {
    padding: 30px 16px 0px;
  }
  .product-content-container.horizantal {
    padding-right: 16px;
    padding-left: 16px;
  }
  .product-content-container.footer {
    padding-right: 16px;
    padding-left: 16px;
  }
  .image-13 {
    width: 140%;
    max-width: 140%;
  }
  .features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .vertical-line {
    border-right-style: none;
  }
  .primary-button-plum {
    margin-top: 0px;
  }
}
.home-banner {
  padding-top: 30px;
}
@media only screen and (max-width: 1700px) {
  .home-banner {
    padding-top: 138px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1150px) {
  .home-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}
.home-banner .content-container {
  max-width: 1280px;
  padding: 0.5rem 2.2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1150px) {
  .home-banner .content-container {
    margin-top: 47vw;
  }
}
@media only screen and (max-width: 1040px) {
  .home-banner .content-container {
    margin-top: 50vw;
  }
}
@media only screen and (max-width: 970px) {
  .home-banner .content-container {
    margin-top: 54vw;
  }
}
@media only screen and (max-width: 900px) {
  .home-banner .content-container {
    margin-top: 56vw;
  }
}
@media only screen and (max-width: 870px) {
  .home-banner .content-container {
    margin-top: 51vw;
  }
}
@media only screen and (max-width: 700px) {
  .home-banner .content-container {
    margin-top: 49vw;
  }
}
.home-banner .content-container .product-info-wrapper {
  width: 45%;
}
.home-banner .content-container .product-info-wrapper .hero-text .hero-slice {
  display: block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1150px) {
  .home-banner .content-container .product-info-wrapper {
    width: 100%;
  }
  .home-banner .content-container .product-info-wrapper .hero-text {
    text-align: center;
    line-height: 100%;
  }
  .home-banner .content-container .product-info-wrapper .hero-text .gradient-text {
    background-image: -webkit-gradient(linear, left top, right top, from(#904999), to(#001b59));
    background-image: -o-linear-gradient(left, #904999, #001b59);
    background-image: linear-gradient(90deg, #904999, #001b59);
  }
  .home-banner .content-container .product-info-wrapper .hero-text .hero-slice {
    display: block;
    margin-bottom: 40px;
  }
}
.home-banner .content-container .hero-text .gradient-text {
  font-size: 60px;
  line-height: 120%;
}
@media only screen and (max-width: 767px) {
  .home-banner .content-container .hero-text {
    font-size: 52px;
  }
  .home-banner .content-container .hero-text .gradient-text {
    font-size: 52px;
    line-height: 120%;
    font-weight: 800;
    text-align: center;
  }
}
.home-banner .content-container .main-banner {
  position: relative;
  right: -100px;
  width: 100%;
  top: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1700px) {
  .home-banner .content-container .main-banner {
    position: absolute;
    right: 0;
    top: 100px;
    width: 1000px;
  }
  .home-banner .content-container .main-banner img {
    max-height: 590px;
  }
}
@media only screen and (max-width: 1200px) {
  .home-banner .content-container .main-banner {
    width: 900px;
    right: 0;
  }
}
@media only screen and (max-width: 850px) {
  .home-banner .content-container .main-banner {
    width: 90%;
  }
}
.home-banner .big-button {
  margin-left: 0;
}
@media only screen and (max-width: 1150px) {
  .home-banner .big-button {
    margin: auto;
  }
}
.home-banner .big-button a {
  margin: 0;
  margin-top: -50px;
  width: 253px;
}
@media only screen and (max-width: 1700px) {
  .home-banner .big-button a {
    margin-top: 0;
  }
}
.home-banner .big-button a:before {
  content: "";
  position: absolute;
  inset: 7px;
  -webkit-transform: translate(-3px, 9px);
      -ms-transform: translate(-3px, 9px);
          transform: translate(-3px, 9px);
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#904999), color-stop(60%, #378ebe), to(#001b59));
  background: -o-linear-gradient(left, #904999 0%, #378ebe 60%, #001b59 100%);
  background: linear-gradient(90deg, #904999 0%, #378ebe 60%, #001b59 100%);
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
#w-node-a3733aef-e591-41be-4ec5-4d7f861743bc-02f02add {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}
#w-node-cfb7b6dc-948d-e2f6-b547-b5423d96b1ae-02f02add {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-_6daef38d-bf92-1e31-16cc-2f0776986b79-02f02add {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-_416398a1-e990-254a-d3b3-1702e13652a0-02f02add {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-cae33bb5-cca3-0129-18e1-eeb216bc1c33-2d6cf2ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-_92abf31e-6184-dd25-bcff-aec562f3dee5-2d6cf2ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-bc185d7c-43af-1a21-a0c2-58dbbb7633df-2d6cf2ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-bc185d7c-43af-1a21-a0c2-58dbbb7633e1-2d6cf2ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-d34652bf-65b7-cdc8-c16d-87d43406f434-2d6cf2ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-d34652bf-65b7-cdc8-c16d-87d43406f436-2d6cf2ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-_093a27e3-d756-22b1-20d1-22cc26dbc462-2d6cf2ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
#w-node-_093a27e3-d756-22b1-20d1-22cc26dbc464-2d6cf2ac {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}
@media screen and (max-width: 767px) {
  #w-node-cfb7b6dc-948d-e2f6-b547-b5423d96b1ae-02f02add {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-_6daef38d-bf92-1e31-16cc-2f0776986b79-02f02add {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  .footer-img-itms {
    max-width: 40%;
    margin-left: 10%;
  }
}
.subpage-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  -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: flex-start;*/
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 3rem;
}
@media only screen and (max-width: 767px) {
  .subpage-container {
    padding: 20px 15px;
  }
}
.subpage-container h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 35px;
  color: #051D56;
  margin-bottom: 28px;
}
.subpage-container h3.basvurtitle {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #051D56;
}
.apply-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 32px;
}
@media only screen and (max-width: 767px) {
  .apply-title {
    display: block;
    padding: 0 32px;
  }
}
.apply-title .apply-logo img {
  width: 400px;
  height: auto;
}
.subpage-container p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #051D56;
  margin-bottom: 15px;
}
.subpage-container p.basvurtext {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: rgba(5, 29, 86, 0.5);
  margin-bottom: 24px;
}
.subpage-container ul.list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.subpage-container ul.list li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #051D56;
  margin-bottom: 15px;
  position: relative;
  padding-left: 15px;
}
.subpage-container ul.list li::before {
  content: "";
  left: 0;
  position: absolute;
  width: 7px;
  top: 3px;
  height: 12px;
  background: url('/_assets/img/list-bullet.png') 0 0 no-repeat transparent;
}
.isSubPage .navbar {
  display: block;
  background-color: #ffffff !important;
  opacity: 1 !important;
}
.section-grey {
  background: #F7F9FC;
  padding: 20px 0 13px 0;
}
@media only screen and (max-width: 767px) {
  .section-grey {
    text-align: center;
  }
}
.section-grey .neden-box {
  padding: 0 30px;
}
.section-grey .neden-box:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 130px;
  right: 0;
  border-right: 1px dashed rgba(144, 73, 153, 0.5);
  top: 68px;
}
@media only screen and (max-width: 767px) {
  .section-grey .neden-box:after {
    display: none;
  }
}
.section-grey .neden-box:last-child:after {
  display: none;
}
.section-grey h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .section-grey h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.section-grey .box-icon {
  margin-bottom: 20px;
  overflow: hidden;
  max-height: 42px;
}
@media only screen and (max-width: 767px) {
  .section-grey .box-icon {
    text-align: center;
  }
}
.section-grey p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 27, 89, 0.8);
}
.section-grey p strong {
  font-weight: 900;
}
.section-purple {
  background: #904999;
  padding: 20px 0 13px 0;
}
.section-purple h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .section-purple h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}
.section-purple .box-icon {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .section-purple .box-icon {
    text-align: center;
  }
}
.section-purple p {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 30px;
  color: white;
}
@media only screen and (max-width: 767px) {
  .section-purple .neden-box.mobile-why-box {
    display: none;
  }
}
.section-app-banner {
  margin-bottom: 25px;
  background: -o-linear-gradient(152.81deg, #904999 3.5%, #6D5CA7 52.31%, #2284C6 99.68%);
  background: linear-gradient(297.19deg, #904999 3.5%, #6D5CA7 52.31%, #2284C6 99.68%);
  padding: 20px 0 13px 0;
  height: 329px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-app-banner {
    height: 569px;
  }
}
.section-app-banner > .subpage-container > .row {
  z-index: 1;
}
.section-app-banner > .subpage-container > .row > .col-md-8 {
  -ms-flex-line-pack: center;
      align-content: center;
}
.section-app-banner .app-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 767px) {
  .section-app-banner .app-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-self: center;
    text-align: center;
  }
}
.section-app-banner .app-link h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  margin: 0;
  color: white;
  width: 55%;
}
@media (max-width: 1080px) {
  .section-app-banner .app-link h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .section-app-banner .app-link h2 {
    font-size: 30px;
    line-height: 150%;
    margin-bottom: 30px;
    margin: auto;
    width: 320px;
  }
}
.section-app-banner .app-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
@media only screen and (min-width: 992px) {
  .section-app-banner .app-link-container {
    height: 118px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-app-banner .app-link-container {
    height: 100px;
  }
  .section-app-banner .app-link-container .qr-link {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .section-app-banner .app-link-container .qr-link {
    display: none;
  }
}
@media (max-width: 500px) {
  .section-app-banner .app-link-container {
    padding-left: 10px;
  }
}
.section-app-banner .app-link-container .store-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 2px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-app-banner .app-link-container .store-link {
    max-width: 55%;
  }
}
.section-app-banner .app-link-container .store-link a img {
  max-width: 163px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-app-banner .app-link-container .store-link a img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section-app-banner .app-link-container .store-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
    margin-top: 25px;
  }
  .section-app-banner .app-link-container .store-link a img {
    max-width: 137px;
  }
}
.section-app-banner .neden-box {
  position: relative;
  height: 267px;
}
.section-app-banner .neden-box img {
  position: absolute;
  bottom: -165px;
  width: 490px;
  max-width: none;
  z-index: -1;
}
@media (max-width: 1080px) {
  .section-app-banner .neden-box img {
    left: -70px;
  }
}
@media only screen and (max-width: 767px) {
  .section-app-banner .neden-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section-app-banner .neden-box img {
    left: unset;
    bottom: -238px;
    margin-left: 40px;
  }
}
.number-box-container {
  padding: 20px 0 13px 0;
  background-color: #ffffff;
}
.number-box-container a.section-hemen-basvur {
  background: #904999;
  border-radius: 10px;
  display: block;
  padding: 14px 56px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  margin-left: auto;
  float: right;
  margin-top: 17px;
}
@media only screen and (max-width: 767px) {
  .number-box-container a.section-hemen-basvur {
    float: none;
    max-width: 300px;
    margin: auto;
  }
}
.number-box-container h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #001B59;
  margin-bottom: 80px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .number-box-container h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
  }
}
.number-box-container h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #001B59;
  margin-bottom: 80px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .number-box-container h3 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
  }
}
.number-box-container .number-box {
  margin-bottom: 50px;
  padding-right: 30px;
}
@media only screen and (max-width: 767px) {
  .number-box-container .number-box {
    margin-bottom: 0px;
    margin-top: 50px;
    padding-right: 0;
    text-align: center;
  }
  .number-box-container .number-box .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .number-box-container .number-box .row .col-md-3 {
    width: 25%;
  }
  .number-box-container .number-box .row .col-md-9 {
    width: 75%;
    text-align: left;
  }
}
.number-box-container .number-box:last-child {
  margin-bottom: 0;
}
.number-box-container .number-box .number-box-text h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #001B59;
  margin: 0 0 18px 0;
  text-align: left;
}
.number-box-container .number-box .number-box-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #001B59;
}
.number-box-container .number-box span.number-icon {
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  color: #904999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  border: 4px solid #904999;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .number-box-container .number-box span.number-icon {
    margin-right: auto;
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
    border: 3px solid #904999;
    font-size: 50px;
    font-weight: 900;
  }
}
.number-box-container .box-border:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  right: 0;
  border-right: 1px dashed #904999;
  top: 0;
}
.acc-wrapper {
  margin-bottom: 100px;
}
.acc-wrapper h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #001B59;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .acc-wrapper h2 {
    text-align: center;
  }
}
.acc-container {
  background: rgba(144, 73, 153, 0.06);
  border-radius: 5px;
  padding: 0 24px;
}
.acc {
  border-bottom: 1px solid #d7d9d9;
  clear: both;
  position: relative;
}
.acc h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #051D56;
  padding: 32px 0;
  cursor: pointer;
  margin: 0;
  padding-right: 20px;
}
.acc-content {
  display: none;
  padding-bottom: 20px;
}
.acc-content > :first-child {
  margin-top: 0 !important;
}
.acc-content p {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #051D56;
}
.acc-content p:last-child {
  margin-bottom: 0 !important;
}
.acc-content ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #051D56;
}
.acc:after {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 32px;
  font-size: 30px;
  font-weight: normal;
  pointer-events: none;
}
.acc.active {
  /*h2 {
            font-weight: 700;
        }*/
}
.acc.active > .acc-content {
  display: block;
  overflow: visible;
  padding-bottom: 30px;
}
.acc.active:after {
  content: "-";
}
.acc:last-child {
  border: none;
}
.section-kurumsal {
  background: #f7f9fc;
  padding: 0.5rem 1rem;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .section-kurumsal {
    padding: 0.5rem 32px;
  }
}
.section-kurumsal .kurumsal-col {
  max-width: 1280px;
  margin: auto;
  padding: 0;
}
.section-kurumsal .kurumsal-col h1 {
  color: rgba(0, 27, 89, 0.8);
  font-weight: 700;
}
.section-kurumsal .kurumsal-col h2 {
  color: rgba(0, 27, 89, 0.8);
  font-weight: 700;
}
.section-kurumsal .kurumsal-col .title {
  font-size: 32px;
  font-weight: 800;
  line-height: 110px;
  color: #051d56;
}
@media only screen and (max-width: 450px) {
  .section-kurumsal .kurumsal-col .title {
    line-height: 52px;
    font-size: 28px;
  }
}
.section-kurumsal .kurumsal-col .description {
  display: block;
  margin-bottom: 30px;
  color: #051d5680;
  font-size: 16px;
}
.section-kurumsal .kurumsal-col .acc-container {
  background: none;
  padding: 0;
}
.section-kurumsal .kurumsal-col .acc-container .acc {
  border-bottom: 1px dashed rgba(144, 73, 153, 0.5);
  clear: both;
  position: relative;
  padding-bottom: 15px;
}
.section-kurumsal .kurumsal-col .acc-container .acc .header-container {
  cursor: pointer;
}
.section-kurumsal .kurumsal-col .acc-container .acc .header-container .naming {
  font-style: normal;
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  color: rgba(0, 27, 89, 0.8);
  padding: 32px 0;
  margin: 0;
  padding-right: 20px;
  padding-bottom: 0;
}
.section-kurumsal .kurumsal-col .acc-container .acc .header-container .description {
  display: inline;
  color: #ababab;
  font-size: 16px;
}
.section-kurumsal .kurumsal-col .acc-container .acc-content {
  display: none;
  padding-bottom: 40px;
  padding-top: 20px;
}
.section-kurumsal .kurumsal-col .acc-container .acc-content .portrait-container {
  float: left;
  width: 100px;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.section-kurumsal .kurumsal-col .acc-container .acc-content .portrait {
  width: 100%;
  height: 100%;
  max-height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.section-kurumsal .kurumsal-col .acc-container .acc-content p {
  padding-left: 120px;
}
.section-kurumsal .kurumsal-col .acc-container .acc:after {
  display: none;
}
.section-kurumsal .kurumsal-col .acc-container .acc .arrow {
  position: absolute;
  right: 1%;
  top: 40px;
  border: solid #904999;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 6px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.section-kurumsal .kurumsal-col .acc-container .acc.active:after {
  display: none;
}
.section-kurumsal .kurumsal-col .acc-container .acc.active .arrow {
  -ms-transform: rotate(225deg);
      transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
}
.section-kurumsal .kurumsal-col .acc-container .acc:last-child {
  border: none;
}
.section-kurumsal.anasayfa-kurumsal {
  min-height: 353px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 25px;
  padding: 0.5rem 2rem;
}
.section-kurumsal.anasayfa-kurumsal .col-md-12 {
  margin-bottom: 20px;
  padding: 0 15px;
}
.section-kurumsal.anasayfa-kurumsal .col-md-12 .card-containers {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-kurumsal.anasayfa-kurumsal .col-md-12 .card-containers .card-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
.section-kurumsal.anasayfa-kurumsal .col-md-12 .card-containers .card-images img {
  max-height: 72px;
}
@media only screen and (max-width:991px) {
  .section-kurumsal.anasayfa-kurumsal .col-md-12 .cards-desktop {
    display: none;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1022px) {
  .section-kurumsal.anasayfa-kurumsal .col-md-12 .cards-desktop .card-images {
    max-width: 16%;
  }
}
@media only screen and (min-width: 992px) {
  .section-kurumsal.anasayfa-kurumsal .col-md-12 .cards-mobile {
    display: none;
  }
}
.section-kurumsal.anasayfa-kurumsal .col-md-12 .cards-mobile .card-containers {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (min-width: 863px) and (max-width: 992px) {
  .section-kurumsal.anasayfa-kurumsal .col-md-12 .cards-mobile .card-containers .card-images {
    max-width: 16%;
  }
}
.section-kurumsal #smartbanner {
  display: none;
}
.section-kurumsal.subpaged {
  min-height: 353px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
  padding: 0.5rem 2rem;
}
.section-kurumsal.subpaged .col-md-12 {
  margin-bottom: 20px;
  padding: 0 15px;
}
.section-kurumsal.subpaged .col-md-12 .card-containers {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}
.section-kurumsal.subpaged .col-md-12 .card-containers img {
  max-width: 105px;
}
@media only screen and (max-width: 767px) {
  .section-kurumsal.subpaged .col-md-12 .card-containers img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 20px);
            flex: 1 1 calc(50% - 20px);
    margin-bottom: 20px;
  }
}
.section-company {
  background: #fff;
  padding: 0.5rem 2rem;
}
@media only screen and (max-width: 991px) {
  .section-company {
    padding: 0.5rem 32px;
  }
}
@media only screen and (max-width: 500px) {
  .section-company {
    padding: 0;
  }
}
.section-company .col-md-12 {
  max-width: 1280px;
  margin: auto;
}
.section-company .col-md-12 .title {
  background-image: -webkit-gradient(linear, left top, right top, from(#001b59), to(#904999));
  background-image: -o-linear-gradient(left, #001b59, #904999);
  background-image: linear-gradient(90deg, #001b59, #904999);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 90px;
}
.section-company .col-md-12 .description {
  display: block;
  margin-bottom: 30px;
  color: #051d5680;
  font-size: 16px;
}
.section-company .col-md-12 .row {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
  margin-bottom: 30px;
}
.section-company .col-md-12 .row .col-md-2 {
  background: #9049990f;
  border-radius: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  max-width: 23%;
  padding: 20px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 945px) {
  .section-company .col-md-12 .row .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.section-company .col-md-12 .row .col-md-2 img {
  width: 80px;
}
.section-company .col-md-12 .row .col-md-2 p {
  color: #051d56cc;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 945px) {
  .section-company .col-md-12 .row .col-md-2 p {
    margin-top: 20px;
  }
}
.section-company .col-md-12 .row .col-md-2 h3 {
  color: #051d56cc;
  font-weight: bold;
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 28px;
}
@media only screen and (max-width: 945px) {
  .section-company .col-md-12 .row .col-md-2 h3 {
    margin-top: 20px;
    display: inline;
    margin-left: 15px;
  }
}
.section-company .col-md-12 .row .col-md-2 a {
  color: #2b292780;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
}
.section-company .col-md-12 .row .col-md-2 a .arrow {
  border: solid #2b292780;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3.5px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-left: 10px;
}
@media only screen and (max-width: 945px) {
  .section-company .col-md-12 .row .col-md-2 a {
    color: #904999;
  }
  .section-company .col-md-12 .row .col-md-2 a .arrow {
    border: solid #904999;
    border-width: 0 1px 1px 0;
  }
}
.section-company .col-md-12 .row .col-md-2 a:hover {
  text-decoration: none;
}
.section-company .col-md-12 .info-table {
  background-color: rgba(144, 73, 153, 0.06);
  border-radius: 16px;
  padding: 40px 20px;
}
.section-company .col-md-12 .info-table .line {
  min-height: 40px;
}
@media only screen and (max-width: 975px) {
  .section-company .col-md-12 .info-table .line {
    margin-bottom: 20px;
  }
}
.section-company .col-md-12 .info-table .line span {
  display: inline-block;
  font-size: 17px;
  color: #001b59;
}
.section-company .col-md-12 .info-table .line span:first-child {
  width: 280px;
  font-weight: 700;
}
@media only screen and (max-width: 599px) {
  .section-company .col-md-12 .info-table .line span:first-child:after {
    display: inline-block;
    content: " : ";
    margin-left: 20px;
  }
}
.section-company .col-md-12 .info-table .line span:last-child {
  width: auto;
}
.section-company .col-md-12 .info-table .line span:last-child:before {
  content: " : ";
  margin-right: 20px;
}
@media only screen and (max-width: 599px) {
  .section-company .col-md-12 .info-table .line span:last-child:before {
    display: none;
    margin-right: 0;
  }
}
@media only screen and (min-width: 599px) {
  .section-company .col-md-12 .info-table .line span:last-child {
    display: inline;
  }
}
.section-partners {
  background: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 50px;
}
.section-partners .col-md-12 {
  max-width: 1280px;
  margin: auto;
}
.section-partners .col-md-12 .title {
  color: #868687;
  text-align: center;
  display: block;
  font-size: 28px;
  font-weight: 400;
  line-height: 90px;
}
.section-partners .col-md-12 .card-containers {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (max-width:991px) {
  .section-partners .col-md-12 .card-containers {
    display: none;
  }
}
.section-partners .col-md-12 .card-containers .card-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding: 5px;
  min-width: 150px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 90px;
  padding-right: 90px;
}
@media only screen and (max-width: 900px) {
  .section-partners .col-md-12 .card-containers .card-images {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 490px) {
  .section-partners .col-md-12 .card-containers .card-images {
    padding: 5px;
    min-width: 120px;
  }
}
.section-partners .col-md-12 .card-containers .card-images img {
  max-width: 160px;
  max-height: 72px;
}
@media only screen and (max-width: 490px) {
  .section-partners .col-md-12 .card-containers .card-images img {
    width: 120px;
  }
}
.section-partners .col-md-12 .card-containers .card-last-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: auto;
}
.section-partners .col-md-12 .card-containers .card-last-wrap .card-wrapper {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-partners .col-md-12 .card-containers .card-last-wrap .card-wrapper img {
  height: auto;
  max-width: 160px;
}
@media only screen and (min-width: 992px) {
  .section-partners .col-md-12 .card-containers .card-last-wrap .card-wrapper {
    padding: 5px 15px;
  }
  .section-partners .col-md-12 .card-containers .card-last-wrap .card-wrapper img {
    max-width: 175px;
  }
}
.section-partners .col-md-12 .card-containers-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  padding: 20px 15px;
  margin-top: 20px;
}
@media only screen and (min-width: 992px) {
  .section-partners .col-md-12 .card-containers-mobile {
    display: none;
  }
}
.section-partners .col-md-12 .card-containers-mobile .card-images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.333% - 8px);
          flex: 0 0 calc(33.333% - 8px);
  max-width: calc(33.333% - 8px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
@media only screen and (max-width: 480px) {
  .section-partners .col-md-12 .card-containers-mobile .card-images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 8px);
            flex: 0 0 calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
.section-report {
  background: #f7f9fc;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 991px) {
  .section-report {
    padding: 0.5rem 32px;
  }
}
.section-report .col-md-12 {
  max-width: 1280px;
  margin: auto;
  padding: 0;
}
.section-report .col-md-12 .title {
  color: #051d56;
  text-align: center;
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 90px;
}
.section-report .col-md-12 .report-pdf {
  padding: 20px;
  height: 40px;
  background: #fff;
  padding-bottom: 45px;
  padding-top: 15px;
  display: block;
  margin-bottom: 20px;
  border-radius: 16px;
}
.section-report .col-md-12 .report-pdf a {
  font-size: 20px;
  color: #051d56;
  line-height: 30px;
  font-weight: 600;
  width: 100%;
  display: block;
  min-height: 40px;
}
.section-report .col-md-12 .report-pdf a:hover {
  text-decoration: none;
}
.section-report .col-md-12 .report-pdf a:after {
  content: url('/_assets/img/pdf-icon.svg');
  display: inline-block;
  width: 30px;
  height: 30px;
  float: right;
}
.section-report .col-md-12 .report-pdf a:after img {
  width: 20px;
  height: 22px;
}
.section-report {
  background: #f7f9fc;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 991px) {
  .section-report {
    padding: 0.5rem 32px;
  }
}
.section-report .col-md-12 {
  max-width: 1280px;
  margin: auto;
  padding: 0;
}
.section-report .col-md-12 .title {
  color: #051d56;
  text-align: center;
  display: block;
  font-size: 28px;
  font-weight: 800;
  line-height: 90px;
}
.section-report .col-md-12 .notice-report {
  padding: 16px;
  min-height: 40px;
  background: #fff;
  display: block;
  margin-bottom: 20px;
  border-radius: 16px;
}
.section-report .col-md-12 .notice-report a {
  font-size: 20px;
  color: #051d56;
  line-height: 30px;
  font-weight: 600;
  width: 100%;
  display: block;
  min-height: 40px;
}
.section-report .col-md-12 .notice-report a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .section-report .col-md-12 .notice-report a {
    font-size: 16px;
  }
}
.section-report .col-md-12 .notice-table {
  border-radius: 15px;
  background-color: #fff;
  overflow-x: auto;
}
.section-report .col-md-12 .notice-table table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.section-report .col-md-12 .notice-table tr {
  border-top: 1px solid #F9F5F2;
}
.section-report .col-md-12 .notice-table tr:first-child {
  border: 0;
}
.section-report .col-md-12 .notice-table th,
.section-report .col-md-12 .notice-table td {
  padding: 22px 12px;
  text-align: left;
  text-align: center;
}
.section-report .col-md-12 .notice-table th:first-child,
.section-report .col-md-12 .notice-table td:first-child {
  text-align: left;
}
.section-report .col-md-12 .notice-table th:last-child,
.section-report .col-md-12 .notice-table td:last-child {
  text-align: right;
}
.section-notice {
  background: #F7F9FC;
  padding: 40px 0;
}
.section-notice .col-md-12 {
  max-width: 1280px;
  margin: auto;
  padding: 0;
}
.section-notice .col-md-12 > .notice {
  background: #fff;
  padding: 25px;
  border-radius: 16px;
  color: #051D56;
  font-size: 16px;
  font-weight: 500;
}
.section-notice .col-md-12 > .notice p {
  padding: 10px 0;
}
.section-odemeler .module {
  width: 100%;
  max-width: 1280px;
  min-height: 495px;
  background: -o-linear-gradient(325deg, #2284c6 5%, #6d5ca7 40%, rgba(144, 73, 153, 0)), url('/_assets/img/payment-track.webp') no-repeat right center;
  background: linear-gradient(125deg, #2284c6 5%, #6d5ca7 40%, rgba(144, 73, 153, 0)), url('/_assets/img/payment-track.webp') no-repeat right center;
  background-size: cover;
  border-radius: 20px;
  padding: 20px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 80px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .section-odemeler .module {
    background: -o-linear-gradient(325deg, #2284c6 5%, #6d5ca7 40%, rgba(144, 73, 153, 0)), url('/_assets/img/payment-track-mobile.webp') no-repeat right center;
    background: linear-gradient(125deg, #2284c6 5%, #6d5ca7 40%, rgba(144, 73, 153, 0)), url('/_assets/img/payment-track-mobile.webp') no-repeat right center;
    background-size: cover;
  }
}
@media only screen and (max-width: 700px) {
  .section-odemeler .module {
    padding-top: 60px;
    min-height: 500px;
  }
}
.section-odemeler .module .content {
  position: relative;
  z-index: 1;
  max-width: 50%;
}
.section-odemeler .module .content h2 {
  font-size: 40px;
  margin: 0;
}
.section-odemeler .module .content p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}
@media only screen and (max-width: 700px) {
  .section-odemeler .module .content {
    max-width: 80%;
  }
  .section-odemeler .module .content h1 {
    font-size: 2.9rem;
    line-height: 50px;
    max-width: 300px;
  }
  .section-odemeler .module .content p {
    font-size: 2.6rem;
    max-width: 340px;
  }
}
.section-odemeler .module .floating-icons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}
.section-odemeler .module .floating-icons .icon {
  position: absolute;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: float 6s infinite ease-in-out;
          animation: float 6s infinite ease-in-out;
}
.section-odemeler .module .floating-icons .icon.plus {
  top: 10%;
  right: 40%;
  width: 90px;
  height: 90px;
  opacity: 70%;
  background-image: url(/_assets/img/plus-sign.webp);
}
@media only screen and (max-width: 700px) {
  .section-odemeler .module .floating-icons .icon.plus {
    top: -1%;
    right: 25%;
  }
}
.section-odemeler .module .floating-icons .icon.minus {
  top: 70%;
  right: 50%;
  width: 80px;
  height: 80px;
  opacity: 70%;
  background-image: url(/_assets/img/minus-sign.webp);
}
@media only screen and (max-width: 700px) {
  .section-odemeler .module .floating-icons .icon.minus {
    top: 92%;
    right: 30%;
  }
}
.section-odemeler .module .floating-icons .icon.division {
  top: 10%;
  right: 20%;
  opacity: 50%;
  background-image: url(/_assets/img/divide-sign.png);
}
@media only screen and (max-width: 700px) {
  .section-odemeler .module .floating-icons .icon.division {
    top: 70%;
    right: 40%;
  }
}
.section-odemeler .module .floating-icons .icon.equation {
  top: 15%;
  right: -1.5%;
  width: 80px;
  height: 80px;
  opacity: 70%;
  background-image: url(/_assets/img/equation-sign.webp);
}
@media only screen and (max-width: 700px) {
  .section-odemeler .module .floating-icons .icon.equation {
    right: -5.5%;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.section-qnbpay-mobil {
  width: 1440px;
  margin: 25px auto;
  max-width: 95%;
}
@media (max-width: 1280px) {
  .section-qnbpay-mobil {
    width: 100%;
    max-width: 100%;
  }
}
.section-qnbpay-mobil > .col-md-12 {
  padding: 0;
}
.section-qnbpay-mobil .module {
  width: 100%;
  min-height: 600px;
  background: rgba(0, 20, 69, 0);
  background: -webkit-gradient(linear, right top, left top, color-stop(26.83%, rgba(0, 20, 69, 0)), color-stop(53.44%, #001445), to(#001445)), url('/_assets/img/qnbpay-mobile-banner.webp') no-repeat right center;
  background: -o-linear-gradient(right, rgba(0, 20, 69, 0) 26.83%, #001445 53.44%, #001445 100%), url('/_assets/img/qnbpay-mobile-banner.webp') no-repeat right center;
  background: linear-gradient(270deg, rgba(0, 20, 69, 0) 26.83%, #001445 53.44%, #001445 100%), url('/_assets/img/qnbpay-mobile-banner.webp') no-repeat right center;
  background-size: contain;
  padding: 20px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 80px;
  margin: auto;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .section-qnbpay-mobil .module {
    background-size: cover;
    background-position: 0 0, right -200px center;
  }
}
@media only screen and (max-width: 767px) {
  .section-qnbpay-mobil .module {
    background: -o-linear-gradient(138.97deg, rgba(0, 20, 69, 0) 26.83%, #001445 61.44%, #001445 100%), url('/_assets/img/qnbpay-mobile.webp') no-repeat bottom center;
    background: linear-gradient(-48.97deg, rgba(0, 20, 69, 0) 26.83%, #001445 61.44%, #001445 100%), url('/_assets/img/qnbpay-mobile.webp') no-repeat bottom center;
    background-size: cover;
    min-height: 685px;
    padding-top: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .section-qnbpay-mobil .module {
    padding-top: 60px;
    min-height: 685px;
  }
}
.section-qnbpay-mobil .module .content {
  position: relative;
  z-index: 1;
  max-width: 60%;
  padding-left: 70px;
  cursor: default;
}
.section-qnbpay-mobil .module .content h2 {
  font-size: 40px;
  margin: 0;
  line-height: 100%;
}
.section-qnbpay-mobil .module .content p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.82);
}
@media only screen and (max-width: 700px) {
  .section-qnbpay-mobil .module .content {
    max-width: 80%;
  }
  .section-qnbpay-mobil .module .content p {
    font-size: 2.6rem;
    max-width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  .section-qnbpay-mobil .module .content {
    padding-left: 20px;
    max-width: 100%;
  }
  .section-qnbpay-mobil .module .content h2 {
    font-size: 36px;
    line-height: 100%;
  }
  .section-qnbpay-mobil .module .content p {
    font-size: 24px;
    font-weight: 500;
  }
}
@media (max-width: 500px) {
  .section-qnbpay-mobil .module .content {
    padding-left: 10px;
  }
  .section-qnbpay-mobil .module .content h2 {
    font-size: 24px;
    font-weight: 800;
  }
  .section-qnbpay-mobil .module .content p {
    font-size: 16px;
  }
}
.section-qnbpay-mobil .module .app-link {
  z-index: 1;
  position: relative;
  bottom: -70px;
  left: -20px;
  width: 103%;
}
@media (min-width: 1440px) {
  .section-qnbpay-mobil .module .app-link {
    bottom: -110px;
  }
}
@media (max-width: 1135px) {
  .section-qnbpay-mobil .module .app-link {
    width: 110%;
  }
}
@media only screen and (max-width: 767px) {
  .section-qnbpay-mobil .module .app-link {
    bottom: 0;
    left: 0;
  }
}
.section-qnbpay-mobil .module .app-link-background {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  background: url('/_assets/img/mobile-app-bg.webp') no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .section-qnbpay-mobil .module .app-link-background {
    display: none;
  }
}
.section-qnbpay-mobil .module .app-link-container {
  padding-left: 90px;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  height: 240px;
}
@media only screen and (max-width: 767px) {
  .section-qnbpay-mobil .module .app-link-container {
    padding-left: 20px;
    padding-top: 10px;
  }
  .section-qnbpay-mobil .module .app-link-container .qr-link {
    display: none;
  }
}
@media (max-width: 500px) {
  .section-qnbpay-mobil .module .app-link-container {
    padding-left: 10px;
  }
}
.section-qnbpay-mobil .module .app-link-container .store-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .section-qnbpay-mobil .module .app-link-container .store-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-qnbpay-mobil .module .app-link-container .store-link a img {
    max-width: 147px;
  }
}
.sss-acc .page-title {
  width: 100%;
  text-align: center;
}
.sss-acc .page-title h1 {
  font-size: 32px;
}
.sss-acc h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
  color: #051D56;
  padding: 32px 0;
  margin: 0;
  padding-right: 20px;
}
.sss-acc h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #051D56;
  padding: 32px 0;
  cursor: pointer;
  margin: 0;
  padding-right: 20px;
}
.wf-section {
  padding: 0.5rem 2rem;
}
.wf-section.footer-section {
  padding: 0.5rem 2.4rem;
  padding-top: 35px;
}
.wf-section.hero-section {
  padding-top: 138px;
}
@media only screen and (min-width: 1700px) {
  .wf-section.hero-section {
    padding-top: 10px;
  }
}
.hemenbasvur {
  background: #ffffff;
  border-radius: 10px;
  padding: 34px 32px;
  width: 100%;
  margin-bottom: 30px;
}
.hemenbasvur .form-group {
  margin-bottom: 32px;
}
.hemenbasvur .form-group input {
  border: 1px solid rgba(5, 29, 86, 0.2);
  line-height: 40px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #272a2a;
  width: 100%;
  height: 70px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}
.hemenbasvur .form-group textarea {
  resize: none;
  border: 1px solid rgba(5, 29, 86, 0.2);
  line-height: 40px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #272a2a;
  width: 100%;
  height: 274px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}
.hemenbasvur .form-group .input-group {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid rgba(5, 29, 86, 0.2);
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.hemenbasvur .form-group .input-group input {
  width: auto;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.hemenbasvur .form-group .input-group-addon {
  position: absolute;
  left: 95px;
  font-size: 16px;
  font-weight: bold;
  z-index: 99;
}
.hemenbasvur .form-group .input-group.focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.hemenbasvur .form-group span.note {
  display: block;
  font-size: 12px;
  opacity: 0.9;
}
.hemenbasvur .form-group .error {
  color: #874F95;
}
.hemenbasvur .form-group label.error {
  font-size: 1.6rem;
}
.hemenbasvur a.btn-mesajgonder {
  display: block;
  background: #874F95;
  border-radius: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  padding: 14px 56px;
}
.hemenbasvur .form-result {
  text-align: center;
}
.hemenbasvur .form-result .success-view .success-message {
  margin-top: 50px;
}
.hemenbasvur .form-result .success-view svg path {
  fill: #904999;
}
.hemenbasvur .form-result .error-view .error-message {
  margin-top: 50px;
}
.hemenbasvur .form-result .error-view svg path {
  fill: #001a58;
}
.hemenbasvur span.form-info {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 140%;
}
.hemenbasvur .dkform-img {
  -ms-flex-line-pack: center;
      align-content: center;
}
@media only screen and (max-width: 767px) {
  .hemenbasvur .dkform-img {
    padding: 20px 0;
  }
}
.Page404 {
  background: url('/_assets/img/404-bg.png') 0 0 no-repeat transparent;
  background-size: cover;
  height: calc(100vh - 85px);
}
.Page404 .notfound-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.Page404 .notfound-wrap p {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
.Page404 .notfound-wrap p.big {
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 75px;
  text-align: center;
  color: #FFFFFF;
}
.Page404 .notfound-wrap p a {
  color: #ffffff;
}
.title-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .title-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .title-logo img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .title-logo h3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.captcha-group > label {
  display: inline-block;
  font-size: 14px;
  max-width: 100%;
  margin-bottom: 5px;
}
.captcha-group .clearfix {
  text-indent: -9999em;
  font-size: 0;
  line-height: 0;
}
.captcha-group .captcha-item {
  float: left;
  max-width: 130px;
}
.captcha-group .captcha-item .captcha-image {
  border: 1px solid #cabfb7;
  border-radius: 5px;
  height: 42px;
  padding: 4px 0;
  overflow: hidden;
}
.captcha-group .captcha-item .captcha-image .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.captcha-group .captcha-icons {
  overflow: hidden;
  position: relative;
  display: block;
  float: left;
}
.captcha-group .captcha-icons .captcha-refresh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 19px;
  border: 1px solid #cabfb7;
  border-radius: 5px;
  height: 19px;
  float: left;
  margin-left: 10px;
  position: relative;
  line-height: 19px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  clear: both;
  margin-bottom: 4px;
}
.captcha-group .captcha-icons .captcha-refresh img {
  width: 11px;
}
.captcha-group .captcha-txt {
  float: left;
  display: inline-block;
  padding-left: 10px;
  width: 35%;
}
.captcha-group .captcha-txt input {
  font-size: 16px;
  border: 1px solid #cabfb7;
  line-height: 40px;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 15px;
  color: #272a2a;
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.captcha-group .captcha-txt input:focus {
  border-color: #66afe9;
  outline: 0;
}
.captcha-group .captcha-txt .captcha-error-message {
  text-align: right;
  color: red;
  margin-top: 5px;
  width: 100%;
}
.kvkk-info {
  height: 40px;
  display: block;
}
.kvkk-info a {
  color: #A020F0;
  text-decoration: underline;
}
.inpt-item {
  border: 1px solid rgba(5, 29, 86, 0.2);
  border-radius: 5px;
  padding: 7px;
  line-height: 40px;
}
.inpt-item label {
  margin-bottom: 0 !important;
}
.inpt-item .fileUploadCls {
  margin-right: 20px;
  border: none;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 14px;
  background: #F0F0F0;
  display: inline-block;
}
.page-campaign .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
  background: -o-linear-gradient(350deg, #2284C6 0%, #6D5CA7 50%, #904999 100%);
  background: linear-gradient(100deg, #2284C6 0%, #6D5CA7 50%, #904999 100%);
}
.page-campaign .container {
  max-width: 1240px;
}
@media only screen and (max-width: 1310px) {
  .page-campaign .container {
    max-width: 96vw;
  }
}
.page-campaign .container .campaign-navigate {
  margin-top: 15px;
}
@media only screen and (max-width: 575px) {
  .page-campaign .container .campaign-navigate {
    margin: 20px 0;
  }
}
.page-campaign .container .campaign-navigate a {
  color: #fff;
  text-decoration: underline;
}
.page-campaign .container .campaign-navigate span {
  color: #fff;
  cursor: default;
}
.page-campaign .container .campaign-navigate img {
  -webkit-filter: invert(98%) sepia(5%) saturate(15%) hue-rotate(323deg) brightness(108%) contrast(98%);
          filter: invert(98%) sepia(5%) saturate(15%) hue-rotate(323deg) brightness(108%) contrast(98%);
}
.campaign-subpage {
  margin-bottom: 50px;
}
.campaign-subpage .container .campaign-navigate {
  margin-bottom: 20px;
}
.campaign-subpage .container .campaign-navigate a {
  color: #fff;
  text-decoration: underline;
}
.campaign-subpage .container .campaign-navigate img {
  -webkit-filter: invert(98%) sepia(5%) saturate(15%) hue-rotate(323deg) brightness(108%) contrast(98%);
          filter: invert(98%) sepia(5%) saturate(15%) hue-rotate(323deg) brightness(108%) contrast(98%);
}
.campaign-subpage .container .page-subpage-container {
  background: #fff;
  padding: 0 30px 30px 30px;
  border-radius: 5px;
  padding-top: 27px;
}
@media only screen and (max-width: 767px) {
  .campaign-subpage .container .page-subpage-container {
    padding: 14px;
    padding-top: 27px;
  }
  .campaign-subpage .container .page-subpage-container .sub-banner-text {
    display: none;
  }
}
.campaign-subpage .container .page-subpage-container .sub-banner {
  height: 387px;
  padding: 30px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -27px !important;
  margin-bottom: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .campaign-subpage .container .page-subpage-container .sub-banner {
    height: 340px;
    margin-top: -27px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-subpage .container .page-subpage-container .sub-banner {
    padding: 0;
    height: auto;
    margin-bottom: 22px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -22px;
  }
}
.campaign-subpage .container .page-subpage-container .sub-banner-text {
  padding: 27px 34px;
  background: #F9F5F2;
  width: 500px;
  border-radius: 5px;
  z-index: 2;
  position: relative;
  min-height: 327px;
}
@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .campaign-subpage .container .page-subpage-container .sub-banner-text {
    width: 500px;
    min-height: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .campaign-subpage .container .page-subpage-container .sub-banner-text {
    padding: 18px 26px;
    min-height: 280px;
    width: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-subpage .container .page-subpage-container .sub-banner-text {
    padding: 17px 25px 20px 25px;
    width: 100%;
    background: #cabfb7;
    min-height: auto;
    display: none;
  }
}
.campaign-subpage .container .page-subpage-container .sub-banner-text .share-button .social-linkedin {
  margin-left: 5px;
}
.campaign-subpage .container .page-subpage-container .sub-banner-text .social-toggle img {
  margin-top: 2px;
}
.campaign-subpage .container .page-subpage-container .sub-banner-text .share-button:not(.open) .social-toggle img {
  -webkit-filter: invert(1) brightness(2);
          filter: invert(1) brightness(2);
}
.campaign-subpage .container .page-subpage-container .sub-banner-text-title {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .campaign-subpage .container .page-subpage-container .sub-banner-text-title {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-subpage .container .page-subpage-container .sub-banner-text-title {
    margin-top: 10px;
  }
}
.campaign-subpage .container .page-subpage-container .sub-banner-text-title + p {
  margin-top: 0;
}
.campaign-subpage .container .page-subpage-container .sub-banner-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100.3%;
  height: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-position: right center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  .campaign-subpage .container .page-subpage-container .sub-banner-img {
    position: relative;
    height: 200px;
    border-radius: 5px;
  }
}
.campaign-subpage .page-subpage-content-text ul {
  padding-left: 0;
  margin-top: 14px;
  margin-bottom: 14px;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .campaign-subpage .page-subpage-content-text ul {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-subpage .page-subpage-content-text ul {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
.campaign-subpage .page-subpage-content-text ul li {
  font-size: 16px;
  color: #394040;
  padding-left: 22px;
  line-height: 27px;
  margin-bottom: 15px;
  list-style: none;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .campaign-subpage .page-subpage-content-text ul li {
    line-height: 20px;
  }
}
.campaign-subpage .page-subpage-content-text ul li:before {
  content: "";
  background-image: url("/_assets/img/point-regular.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 14px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  color: #0f0;
}
.campaign-subpage .page-subpage-content-text ul li a {
  color: #394040;
  text-decoration: underline;
  font-weight: 400;
}
.campaign-subpage .page-subpage-content-text ul li a:hover {
  text-decoration: none;
  color: #394040;
}
.campaign-subpage .page-subpage-content-text ul.right-icon,
.campaign-subpage .page-subpage-content-text ul.table-doc,
.campaign-subpage .page-subpage-content-text ul.table-date-group {
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width:991px) {
  .campaign-subpage .page-subpage-content-text ul.right-icon,
  .campaign-subpage .page-subpage-content-text ul.table-doc,
  .campaign-subpage .page-subpage-content-text ul.table-date-group {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-subpage .page-subpage-content-text ul.right-icon,
  .campaign-subpage .page-subpage-content-text ul.table-doc,
  .campaign-subpage .page-subpage-content-text ul.table-date-group {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.campaign-subpage .page-subpage-content-text ul.right-icon li,
.campaign-subpage .page-subpage-content-text ul.table-doc li,
.campaign-subpage .page-subpage-content-text ul.table-date-group li {
  color: #394040;
  font-size: 16px;
  padding: 0px;
  position: relative;
  margin-top: 0px;
  line-height: 23px;
  width: 100%;
  float: left;
}
.campaign-subpage .page-subpage-content-text ul.right-icon li .date,
.campaign-subpage .page-subpage-content-text ul.table-doc li .date,
.campaign-subpage .page-subpage-content-text ul.table-date-group li .date {
  width: 90px;
  float: left;
  display: block;
}
.campaign-subpage .page-subpage-content-text ul.right-icon li .title,
.campaign-subpage .page-subpage-content-text ul.table-doc li .title,
.campaign-subpage .page-subpage-content-text ul.table-date-group li .title {
  width: calc(100% - 90px);
  display: block;
  float: left;
}
.campaign-subpage .page-subpage-content-text ul.right-icon li:hover,
.campaign-subpage .page-subpage-content-text ul.table-doc li:hover,
.campaign-subpage .page-subpage-content-text ul.table-date-group li:hover {
  background: #e5e5e6;
  color: #394040;
}
.campaign-subpage .page-subpage-content-text ul.right-icon li:hover:after,
.campaign-subpage .page-subpage-content-text ul.table-doc li:hover:after,
.campaign-subpage .page-subpage-content-text ul.table-date-group li:hover:after {
  background: transparent;
}
.campaign-subpage .page-subpage-content-text ul.right-icon li:hover + li:after,
.campaign-subpage .page-subpage-content-text ul.table-doc li:hover + li:after,
.campaign-subpage .page-subpage-content-text ul.table-date-group li:hover + li:after {
  background: transparent;
}
.campaign-subpage .page-subpage-content-text ul.right-icon li a,
.campaign-subpage .page-subpage-content-text ul.table-doc li a,
.campaign-subpage .page-subpage-content-text ul.table-date-group li a {
  display: block;
  text-decoration: none;
  padding: 11px 50px 11px 20px;
}
.campaign-subpage .page-subpage-content-text ul.right-icon li a:hover,
.campaign-subpage .page-subpage-content-text ul.table-doc li a:hover,
.campaign-subpage .page-subpage-content-text ul.table-date-group li a:hover {
  color: #394040;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .campaign-subpage .page-subpage-content-text ul.right-icon li a,
  .campaign-subpage .page-subpage-content-text ul.table-doc li a,
  .campaign-subpage .page-subpage-content-text ul.table-date-group li a {
    padding: 11px 30px 11px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-subpage .page-subpage-content-text ul.right-icon li a,
  .campaign-subpage .page-subpage-content-text ul.table-doc li a,
  .campaign-subpage .page-subpage-content-text ul.table-date-group li a {
    padding: 11px 33px 11px 10px;
  }
}
.campaign-subpage .page-subpage-content-text ul.right-icon li:first-child:after,
.campaign-subpage .page-subpage-content-text ul.table-doc li:first-child:after,
.campaign-subpage .page-subpage-content-text ul.table-date-group li:first-child:after {
  display: none;
}
.campaign-subpage .page-subpage-content p.page-end-text {
  color: #000f33;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  margin-top: 14px;
  font-size: 1.4rem;
}
.campaign-subpage .bg {
  width: 100%;
  height: 206px;
  position: absolute;
  top: 80px;
  z-index: -2;
  background: -o-linear-gradient(350deg, #2284C6 0%, #6D5CA7 50%, #904999 100%);
  background: linear-gradient(100deg, #2284C6 0%, #6D5CA7 50%, #904999 100%);
}
.blog-subpage .container {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-subpage .container {
    max-width: 100%;
    padding: 0px 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-subpage .container {
    max-width: 1240px;
  }
}
.blog-subpage .container .blog-navigate {
  margin: 10px 0 20px;
}
.blog-subpage .container .blog-navigate a {
  color: #fff;
}
.blog-subpage .container .blog-navigate span {
  color: #fff;
  cursor: default;
}
.blog-subpage .container .blog-navigate img {
  -webkit-filter: invert(98%) sepia(5%) saturate(15%) hue-rotate(323deg) brightness(108%) contrast(98%);
          filter: invert(98%) sepia(5%) saturate(15%) hue-rotate(323deg) brightness(108%) contrast(98%);
}
.blog-subpage .container .page-subpage-container .col-md-12 {
  margin-top: 141px;
  background: #f9f5f2;
  padding: 0 10px 40px;
}
@media only screen and (min-width: 1200px) {
  .blog-subpage .container .page-subpage-container .col-md-12 {
    padding: 0 20px 40px;
  }
}
.blog-subpage .container .page-subpage-container .page-subpage-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .subpage-left {
  max-width: 35%;
  width: 35%;
  margin-top: -120px;
}
@media only screen and (max-width: 767px) {
  .blog-subpage .container .page-subpage-container .page-subpage-content .subpage-left {
    max-width: 100%;
    width: 100%;
  }
}
.blog-subpage .container .page-subpage-container .page-subpage-content .subpage-left .sub-banner {
  height: 387px;
  padding: 20px;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -27px;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .blog-subpage .container .page-subpage-container .page-subpage-content .subpage-left .sub-banner {
    height: 340px;
    margin-top: -27px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-subpage .container .page-subpage-container .page-subpage-content .subpage-left .sub-banner {
    padding: 0;
    height: auto;
    margin-bottom: 22px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: -22px;
  }
}
.blog-subpage .container .page-subpage-container .page-subpage-content .subpage-left .sub-banner-img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .blog-subpage .container .page-subpage-container .page-subpage-content .subpage-left .sub-banner-img {
    position: relative;
    height: 270px;
  }
}
.blog-subpage .container .page-subpage-container .page-subpage-content .subpage-left .contents {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
  color: rgba(117, 124, 140, 0.8);
  padding: 10px 0 10px 10px;
  border-left: 3px solid #000;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .subpage-left .contents p {
  font-weight: 500;
  cursor: default;
  color: rgba(117, 124, 140, 0.8);
}
.blog-subpage .container .page-subpage-container .page-subpage-content .subpage-left .contents p:first-child {
  color: #757c8c;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .subpage-left .contents span {
  font-weight: 500;
  color: rgba(117, 124, 140, 0.8);
  line-height: 26px;
  cursor: pointer;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .subpage-right {
  max-width: 60%;
  width: 60%;
}
@media only screen and (max-width: 767px) {
  .blog-subpage .container .page-subpage-container .page-subpage-content .subpage-right {
    max-width: 100%;
    width: 100%;
    padding-top: 0px;
  }
}
.blog-subpage .container .page-subpage-container .page-subpage-content .subpage-right h1 {
  font-size: 2.5em;
  font-weight: 800;
  color: #001b59;
  margin-bottom: 0.3rem;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .subpage-right .readtime {
  font-weight: 500;
  margin: 1.3rem 0;
  color: rgba(0, 27, 89, 0.8);
  cursor: default;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .subpage-right-content {
  color: #757c8c;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .subpage-right-content h2 {
  color: #001b59;
  scroll-margin-top: 120px;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-title {
  margin-top: 50px;
  color: #001b59;
  width: 100%;
  text-align: center;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-title h2 {
  font-weight: 800;
  line-height: 42px;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .blog-subpage .container .page-subpage-container .page-subpage-content .related-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding-top: 3px;
  overflow: hidden;
  min-height: 364px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item a {
  display: block;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  max-height: 70px;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-title > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  color: #001b59;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-title > a .holder-icon {
  margin: 15px;
  width: 10%;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-title > a .holder {
  width: 90%;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-title > a img {
  display: table-cell;
  vertical-align: middle;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-title > a h3 {
  line-height: normal;
  font-size: 16px;
  margin: 10px 10px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  .blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-title > a h3 {
    font-size: 14px;
  }
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-img {
  height: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100.6%;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-img a {
  width: 100%;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-img a img {
  height: 232px !important;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-img a img {
    min-width: 84vw;
  }
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-content {
  padding: 10px;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-content > a {
  display: block;
  height: 30px;
  color: #870052;
  padding-top: 5px;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-content > a img {
  width: 15px;
  height: auto;
  margin-left: 10px;
  border-bottom: 1px solid #fff;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-content > a:hover img {
  border-bottom: 1px solid #870052;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-item-content p {
  height: 60px;
  overflow: hidden;
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-col {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  margin-bottom: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-col {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-col {
    max-width: 450px;
    margin: 0px auto 15px;
  }
}
.blog-subpage .container .page-subpage-container .page-subpage-content .related-content .page-landing-col.hide {
  opacity: 0;
  -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
  pointer-events: none;
  width: 0;
  max-width: 0;
  padding: 0;
  margin: 0;
}
.blog-subpage .bg {
  width: 100%;
  height: 206px;
  position: absolute;
  top: 80px;
  z-index: -2;
  background: -o-linear-gradient(280deg, #2284C6 0%, #6D5CA7 70%, #904999 100%);
  background: linear-gradient(170deg, #2284C6 0%, #6D5CA7 70%, #904999 100%);
}
.page-landing {
  position: relative;
  padding-top: 26px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .page-landing {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .page-landing {
    padding-top: 16px;
  }
}
.page-landing .container .campaign-title {
  color: #fff;
  font-size: 31px;
  margin: 20px 0 0 0;
}
.page-landing .container h1 {
  margin: 0;
}
.page-landing h1 {
  font-weight: bold;
}
.page-landing h2 {
  color: #1d2552;
}
.page-landing-box {
  margin-bottom: 30px;
}
.page-landing-box .button-full {
  width: 100%;
  text-align: center;
  display: block;
  border: none;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 12px;
  line-height: 1;
  color: #fff;
  background: #904999;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
  -webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  z-index: 0;
}
.page-landing-box .row {
  position: relative;
  margin-top: 15px;
}
.page-landing-box .row.archive-row {
  background: #fff;
  padding: 10px 0px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .page-landing-box .row .date-select {
    margin-bottom: 15px;
  }
}
.page-landing-box .row .pull-right {
  position: absolute;
  right: 10px;
  max-width: 268px;
  min-width: 250px;
}
@media only screen and (max-width: 767px) {
  .page-landing-box .row .pull-right {
    right: 0;
    max-width: 400px;
    margin: auto;
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .page-landing-box .row .pull-right {
    max-width: 100%;
  }
}
.page-landing-box .row .normalize-btn {
  position: static;
  right: unset;
}
.page-landing .campaign-row {
  display: block;
  padding: 10px 15px 15px 15px;
}
@media only screen and (max-width: 575px) {
  .page-landing .campaign-row {
    padding-top: 0;
  }
}
.page-landing .campaign-row .landing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-landing .campaign-row .landing-content .page-landing-item {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding-top: 3px;
  overflow: hidden;
  height: 364px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-landing .campaign-row .landing-content .page-landing-item a {
  display: block;
}
.page-landing .campaign-row .landing-content .page-landing-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  max-height: 70px;
}
.page-landing .campaign-row .landing-content .page-landing-item-title > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}
.page-landing .campaign-row .landing-content .page-landing-item-title > a .holder-icon {
  margin: 15px;
  width: 10%;
}
.page-landing .campaign-row .landing-content .page-landing-item-title > a .holder {
  width: 90%;
}
.page-landing .campaign-row .landing-content .page-landing-item-title > a img {
  display: table-cell;
  vertical-align: middle;
}
.page-landing .campaign-row .landing-content .page-landing-item-title > a h2 {
  line-height: normal;
  font-size: 16px;
  margin: 10px 10px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  .page-landing .campaign-row .landing-content .page-landing-item-title > a h2 {
    font-size: 14px;
  }
}
.page-landing .campaign-row .landing-content .page-landing-item-img {
  height: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100.6%;
}
.page-landing .campaign-row .landing-content .page-landing-item-img a {
  width: 100%;
}
.page-landing .campaign-row .landing-content .page-landing-item-img a img {
  height: 232px !important;
  width: 100%;
}
.page-landing .campaign-row .landing-content .page-landing-item-content {
  padding: 10px;
}
.page-landing .campaign-row .landing-content .page-landing-item-content > a {
  display: block;
  height: 30px;
  color: #870052;
  padding-top: 5px;
}
.page-landing .campaign-row .landing-content .page-landing-item-content > a img {
  width: 15px;
  height: auto;
  margin-left: 10px;
  border-bottom: 1px solid #fff;
}
.page-landing .campaign-row .landing-content .page-landing-item-content > a:hover img {
  border-bottom: 1px solid #870052;
}
.page-landing .campaign-row .landing-content .page-landing-col {
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .page-landing .campaign-row .landing-content .page-landing-col {
    margin: auto;
    margin-bottom: 30px;
    width: 400px;
  }
}
.page-blog .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -2;
  background: -o-linear-gradient(350deg, #2284C6 0%, #6D5CA7 50%, #904999 100%);
  background: linear-gradient(100deg, #2284C6 0%, #6D5CA7 50%, #904999 100%);
}
@media only screen and (max-width: 991px) {
  .page-blog .container {
    padding: 0.5rem 32px;
  }
}
.page-blog .container .blog-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .page-blog .container .blog-header {
    display: block;
  }
}
.page-blog .container .blog-search {
  padding-top: 15px;
  position: relative;
}
.page-blog .container .blog-search .search-icon {
  position: absolute;
  width: 25px;
  bottom: 12px;
  left: 12px;
  cursor: pointer;
}
.page-blog .container .blog-search input {
  border-radius: 5px;
  padding: 15px 10px 15px 40px;
  width: 293px;
  outline: none;
  border: none;
}
@media only screen and (max-width: 575px) {
  .page-blog .container .blog-search input {
    width: 100%;
  }
}
.page-blog .container .blog-search input:focus {
  outline: none;
}
.page-blog .container .blog-navigate a {
  color: #fff;
}
.page-blog .container .blog-navigate span {
  color: #fff;
  cursor: default;
}
.page-blog .container .blog-navigate img {
  -webkit-filter: invert(98%) sepia(5%) saturate(15%) hue-rotate(323deg) brightness(108%) contrast(98%);
          filter: invert(98%) sepia(5%) saturate(15%) hue-rotate(323deg) brightness(108%) contrast(98%);
}
.page-landing {
  position: relative;
  padding-top: 26px;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .page-landing {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .page-landing {
    padding-top: 16px;
  }
}
.page-landing .container .blog-title {
  color: #fff;
  font-size: 31px;
}
.page-landing .container h1 {
  margin: 0;
}
.page-landing h1 {
  font-weight: bold;
}
.page-landing h2 {
  color: #1d2552;
}
.page-landing-box {
  margin-bottom: 30px;
}
.page-landing-box .button-full {
  width: 100%;
  text-align: center;
  display: block;
  border: none;
  border-radius: 5px;
  padding-top: 14px;
  padding-bottom: 12px;
  line-height: 1;
  color: #fff;
  background: #904999;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  padding-right: 12px;
  float: left;
  -webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  z-index: 0;
}
.page-landing-box .row {
  position: relative;
  margin-top: 15px;
}
.page-landing-box .row.archive-row {
  background: #fff;
  padding: 10px 0px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .page-landing-box .row .date-select {
    margin-bottom: 15px;
  }
}
.page-landing-box .row .pull-right {
  position: absolute;
  right: 10px;
  max-width: 268px;
  min-width: 250px;
}
@media only screen and (max-width: 767px) {
  .page-landing-box .row .pull-right {
    right: 0;
    max-width: 400px;
    margin: auto;
    position: relative;
  }
}
@media only screen and (max-width: 575px) {
  .page-landing-box .row .pull-right {
    max-width: 100%;
  }
}
.page-landing-box .row .normalize-btn {
  position: static;
  right: unset;
}
.page-landing .blog-row {
  display: block;
  padding: 10px 15px 15px 15px;
  margin-top: 20px;
}
@media only screen and (max-width: 575px) {
  .page-landing .blog-row {
    padding-top: 0;
  }
}
.page-landing .blog-row #noItems p {
  text-align: center;
  font-size: 3rem;
  color: white;
  font-weight: 700;
  padding-top: 100px;
  height: 300px;
  line-height: normal;
}
.page-landing .blog-row .landing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-landing .blog-row .landing-content .page-landing-item {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding-top: 3px;
  overflow: hidden;
  min-height: 364px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-landing .blog-row .landing-content .page-landing-item a {
  display: block;
}
.page-landing .blog-row .landing-content .page-landing-item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  max-height: 70px;
}
.page-landing .blog-row .landing-content .page-landing-item-title > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
}
.page-landing .blog-row .landing-content .page-landing-item-title > a .holder-icon {
  margin: 15px;
  width: 10%;
}
.page-landing .blog-row .landing-content .page-landing-item-title > a .holder {
  width: 90%;
}
.page-landing .blog-row .landing-content .page-landing-item-title > a img {
  display: table-cell;
  vertical-align: middle;
}
.page-landing .blog-row .landing-content .page-landing-item-title > a h2 {
  line-height: normal;
  font-size: 16px;
  margin: 10px 10px;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (max-width: 880px) {
  .page-landing .blog-row .landing-content .page-landing-item-title > a h2 {
    font-size: 14px;
  }
}
.page-landing .blog-row .landing-content .page-landing-item-img {
  height: 232px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  width: 100.6%;
}
.page-landing .blog-row .landing-content .page-landing-item-img a {
  width: 100%;
}
.page-landing .blog-row .landing-content .page-landing-item-img a img {
  height: 232px !important;
  width: 100%;
}
.page-landing .blog-row .landing-content .page-landing-item-content {
  padding: 10px;
}
.page-landing .blog-row .landing-content .page-landing-item-content > a {
  display: block;
  height: 30px;
  color: #870052;
  padding-top: 5px;
}
.page-landing .blog-row .landing-content .page-landing-item-content > a img {
  width: 15px;
  height: auto;
  margin-left: 10px;
  border-bottom: 1px solid #fff;
}
.page-landing .blog-row .landing-content .page-landing-item-content > a:hover img {
  border-bottom: 1px solid #870052;
}
.page-landing .blog-row .landing-content .page-landing-item-content p {
  height: 60px;
  overflow: hidden;
}
.page-landing .blog-row .landing-content .page-landing-col {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  .page-landing .blog-row .landing-content .page-landing-col {
    max-width: 450px;
    margin: 0px auto 15px;
  }
}
.page-landing .blog-row .landing-content .page-landing-col.hide {
  opacity: 0;
  -webkit-transform: scale(0.2);
      -ms-transform: scale(0.2);
          transform: scale(0.2);
  pointer-events: none;
  width: 0;
  max-width: 0;
  padding: 0;
  margin: 0;
}
.page-landing .blog-row .pagination-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-landing .blog-row .pagination-container .pages {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
}
.page-landing .blog-row .pagination-container .pages a {
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 700;
}
.page-landing .blog-row .pagination-container .pages a.active {
  color: #fff;
  background-color: #001b59;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 700;
}
.page-landing .blog-row .pagination-container .pages a.prev-page,
.page-landing .blog-row .pagination-container .pages a.next-page {
  color: #fff;
  padding: 2px 0px;
}
.page-landing .blog-row .pagination-container .pages a.prev-page img,
.page-landing .blog-row .pagination-container .pages a.next-page img {
  height: 22px;
  width: auto;
}
.hidden {
  display: none !important;
}
.share-button {
  float: left;
  height: 48px;
  width: 48px;
  position: relative;
  margin-top: 28px;
}
.share-button a {
  text-decoration: none;
}
.share-button.open > a {
  color: #870052 !important;
  background: #fff;
}
.share-button.open > a i {
  color: #870052;
}
.share-button .social-toggle {
  color: #fff;
  width: 48px;
  border: 2px solid #fff;
  border-radius: 5px;
  display: inline-block;
  margin-left: 10px;
  z-index: 5;
  position: relative;
  font-size: 23px;
  display: block;
  height: 48px;
  text-align: center;
}
.share-button .social-toggle i {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  position: absolute;
}
.share-button .social-toggle:focus {
  color: #fff;
}
.share-button .social-networks {
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(1) translateY(-48px) translateX(0px);
  -moz-transform: scale(1) translateY(-48px) translateX(0px);
  -ms-transform: scale(1) translateY(-48px) translateX(0px);
  -o-transform: scale(1) translateY(-48px) translateX(0px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  z-index: -1;
  position: relative;
}
.share-button .social-networks ul {
  position: relative;
  top: 0;
  left: 0;
  width: 135px;
  height: 48px;
  color: #fff;
  background: #fff;
  padding: 0;
  list-style: none;
  border-radius: 5px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.share-button .social-networks ul:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  border-left: 8px solid transparent;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.share-button .social-networks ul li {
  font-size: 90%;
  width: 40px;
  margin: 0;
  text-align: center;
  float: left;
  display: block;
  height: 48px;
  line-height: 48px;
  position: relative;
  z-index: 2;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 0 !important;
}
.share-button .social-networks ul li:before {
  display: none;
}
.share-button .social-networks ul li a:hover {
  opacity: 0.8;
}
.share-button .social-networks a {
  display: block;
  color: white;
}
.share-button .social-networks a:hover {
  color: #222;
}
.share-button .social-networks.open-menu {
  -webkit-transform: scale(1) translateY(-48px) translateX(70px);
  -moz-transform: scale(1) translateY(-48px) translateX(70px);
  -ms-transform: scale(1) translateY(-48px) translateX(70px);
  -o-transform: scale(1) translateY(-48px) translateX(70px);
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.share-button .social-networks.open-menu ul:after {
  margin: 16px -16px;
  border-right: 8px solid #fff;
}
@media only screen and (max-width: 767px) {
  .share-button .social-networks.open-menu ul:after {
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    margin: 48px 137px;
  }
}
.share-button .social-facebook a i {
  color: #3b5a9a;
  font-size: 20px;
  line-height: 48px;
}
.share-button .social-twitter a i {
  color: #00adec;
  font-size: 18px;
  line-height: 48px;
}
.share-button .social-gplus a i {
  color: #da4c38;
  font-size: 19px;
  line-height: 48px;
}
.share-button .social-linkedin a i {
  color: #007bb6;
  font-size: 20px;
  line-height: 45px;
  margin-top: -1px;
}
.breadcrumb {
  background: transparent;
  padding: 7px 0 7px 0;
  margin: 0 0 18px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1250px) {
  .breadcrumb {
    padding: 0px 0 7px 0;
    margin: 0 0 13px 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding-bottom: 0px;
    padding-top: 5px;
  }
}
.breadcrumb .itemListElement {
  position: relative;
  margin-right: 17px;
  display: inline-block;
}
@media only screen and (max-width:991px) {
  .breadcrumb .itemListElement {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb .itemListElement {
    margin-bottom: 2px;
  }
}
.breadcrumb .itemListElement .breadcrumb-item {
  color: rgba(255, 255, 255, 0.7);
  font-family: Arial;
  line-height: 18px;
  padding-bottom: 1px;
  position: relative;
}
@media only screen and (max-width:991px) {
  .breadcrumb .itemListElement .breadcrumb-item {
    margin-right: 14px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb .itemListElement .breadcrumb-item {
    padding-bottom: 0;
    margin-bottom: 2px;
  }
}
.breadcrumb .itemListElement .breadcrumb-item:hover,
.breadcrumb .itemListElement .breadcrumb-item:visited,
.breadcrumb .itemListElement .breadcrumb-item:focus {
  text-decoration: none !important;
}
.breadcrumb .itemListElement .breadcrumb-item:after {
  content: ">";
  font-family: "icomoon";
  padding-left: 7px;
  top: 50%;
  display: inline-block;
  font-size: 18px;
}
@media only screen and (max-width:991px) {
  .breadcrumb .itemListElement .breadcrumb-item:after {
    padding-left: 4px;
  }
}
.breadcrumb .itemListElement span.breadcrumb-item {
  border-bottom: none;
  text-decoration: none;
  margin-left: -1px;
}
.breadcrumb .itemListElement:last-child .breadcrumb-item:after {
  display: none;
}
.breadcrumb a:hover {
  color: #fff;
}
.select {
  width: 100%;
}
.select + .select2 {
  width: 100% !important;
}
.select + .select2.select2-container--open {
  border-color: #394040 !important;
  color: #870052;
  background: #fff;
  border-radius: 5px;
}
.select + .select2.select2-container--open .select2-selection--single {
  border: 1px solid #394040;
  border-color: #394040 !important;
  color: #394040;
}
.select + .select2.select2-container--open .select2-selection__arrow:after {
  -webkit-transform: rotate(270deg) !important;
      -ms-transform: rotate(270deg) !important;
          transform: rotate(270deg) !important;
}
.select + .select2.select2-container--default .select2-selection--single {
  background-color: transparent !important;
  border: 1px solid #d8d8d8;
  height: 42px;
}
.select + .select2.select2-container--default .select2-selection--single span {
  font-family: 'Cordale', ariel;
  color: #272a2a;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  line-height: 42px;
  padding-left: 15px;
  padding-right: 35px;
}
.select + .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
  line-height: 42px;
}
.select + .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select + .select2.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 5px;
  width: 32px;
  height: 32px;
  background-image: url("/_assets/img/point-regular.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0) saturate(100%) invert(0) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0) contrast(100%);
          filter: brightness(0) saturate(100%) invert(0) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0) contrast(100%);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: all 200ms cubic-bezier(0.47, 0, 0.745, 0.715);
}
.select + .select2.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none !important;
}
.select + .select2.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none !important;
}
.select + .select2.select2-container--open .select2-selection__arrow:after {
  color: #394040 !important;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.select2-search__field {
  height: 30px !important;
  line-height: 30px !important;
}
.select2-dropdown--below .select2-results {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
}
.select2-dropdown--above .select2-results {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
}
.select2-results li {
  position: relative;
  line-height: 26px;
  font-size: 16px !important;
  color: #394040 !important;
  font-weight: 400 !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.select2-results li + .select2-results li:after {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% - 30px);
  left: 15px;
  background: #7d7d7d;
  height: 1px;
}
.select2-results li:hover,
.select2-results li[aria-selected=true],
.select2-results li.select2-results__option--highlighted {
  background: #dcdcdc !important;
  color: #394040 !important;
}
.select2-dropdown {
  border: 1px solid #394040;
  border-radius: 5px;
}
.select2-results__option .wrap {
  padding-left: 30px;
  margin-left: -13px;
}
.select2-results__option .wrap:after {
  color: #999;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 6px;
  top: 0px;
  content: "\e93b";
  font-family: ;
  color: #cabfb7;
  font-size: 20px;
}
.select2-results__option[aria-selected=true] .wrap:before {
  content: "\e939";
  font-family: 'icomoon';
  color: #394040;
  font-size: 12px;
  position: absolute;
  left: 9px;
  top: 0px;
}
.select2-selection__clear {
  display: none;
}
.select2-container .select2-results__option:after {
  display: none;
}
.custom-input {
  position: relative;
}
.custom-input #custom-placeholder {
  position: absolute;
  top: 48%;
  left: 18px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #6c757d;
  font-size: 14px;
}
.custom-input #custom-placeholder span {
  font-size: 12px;
  font-style: italic;
}
#smartbanner {
  background-color: #F9F5F2;
  border: none;
  border-bottom: 1px #eeeeee solid;
  position: relative;
  z-index: 1000;
}
@media only screen and (min-width: 992px) {
  #smartbanner {
    display: none;
  }
}
#smartbanner.hide {
  display: none;
}
#smartbanner .sb-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 25px;
}
#smartbanner .sb-shut {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 8px;
  background: #0000000D;
  border-radius: 5px;
}
#smartbanner .sb-close {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-bottom: 1px;
}
#smartbanner .sb-close::before,
#smartbanner .sb-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 15px;
  background-color: #2B2927;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#smartbanner .sb-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
#smartbanner .sb-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
#smartbanner .sb-icon {
  width: 48px;
  height: 48px;
  background: url('/_assets/img/smartbanner-logo.png') no-repeat center center;
  background-size: contain;
  border-radius: 10px;
  margin-right: 15px;
}
#smartbanner .sb-info .title {
  font-size: 14px;
  font-weight: 500;
}
#smartbanner .sb-info .author {
  font-size: 12px;
  font-weight: 300;
}
#smartbanner .sb-info .title,
#smartbanner .sb-info .author {
  line-height: 160%;
}
#smartbanner .sb-button {
  background-size: contain;
  cursor: pointer;
  margin-left: auto;
  margin-right: 10px;
  font-size: 12px;
  height: auto;
  width: auto;
  line-height: 160%;
  padding: 3px 25px;
  color: #fff;
  background: #991563;
  border-radius: 20px;
}
@media only screen and (max-width: 1700px) {
  body:has(.navbar #smartbanner.show) > .hero-section .main-banner {
    top: 165px;
  }
}
@media only screen and (min-width: 992px) {
  body:has(.navbar #smartbanner.show) > .hero-section .main-banner {
    top: 100px;
  }
}
.header-app-link-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
}
@media only screen and (max-width: 767px) {
  .header-app-link-container .qr-link {
    display: none;
  }
}
@media (max-width: 500px) {
  .header-app-link-container {
    padding-left: 10px;
  }
}
.header-app-link-container .store-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 2px;
}
@media only screen and (max-width: 767px) {
  .header-app-link-container .store-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: auto;
    margin-top: 25px;
  }
  .header-app-link-container .store-link a img {
    max-width: 147px;
  }
}
.mobile-app-carousel {
  padding: 20px 0 13px 0;
  background-color: #ffffff;
}
.mobile-app-carousel a.section-hemen-basvur {
  background: #904999;
  border-radius: 10px;
  display: block;
  padding: 14px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  margin-left: auto;
  float: right;
  margin-top: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  width: 250px;
  height: 53px;
}
@media only screen and (max-width: 767px) {
  .mobile-app-carousel a.section-hemen-basvur {
    float: none;
    max-width: 300px;
    margin: 15px auto 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.mobile-app-carousel h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #001B59;
  margin-bottom: 40px;
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
@media only screen and (max-width: 767px) {
  .mobile-app-carousel h2 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.mobile-app-carousel .mobile-app-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-app-carousel .mobile-app-header > p {
  font-size: 20px;
  color: #051D5680;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .mobile-app-carousel .mobile-app-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-app-carousel .mobile-app-header p {
    width: 100%;
  }
}
.mobile-app-carousel .carousel-container {
  position: relative;
  overflow: visible;
}
.mobile-app-carousel .carousel-header {
  margin: 15px 0;
}
.mobile-app-carousel .carousel-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 15px;
}
.mobile-app-carousel .carousel-controls .control-btn {
  font-size: 26px;
  padding: 10px 15px;
  border-radius: 5px;
  padding-top: 6px;
}
.mobile-app-carousel .carousel-controls .control-btn:focus {
  border: 0;
  outline: 0;
}
.mobile-app-carousel .carousel-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  width: 100%;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media only screen and (max-width: 767px) {
  .mobile-app-carousel .carousel-track {
    padding: 0 40px;
  }
}
@media (max-width: 450px) {
  .mobile-app-carousel .carousel-track {
    padding: 0 50px;
  }
}
@media (max-width: 420px) {
  .mobile-app-carousel .carousel-track {
    padding: 0 30px;
  }
}
@media (max-width: 410px) {
  .mobile-app-carousel .carousel-track {
    padding: 0 20px;
  }
}
@media (max-width: 375px) {
  .mobile-app-carousel .carousel-track {
    padding: 0 3px;
  }
}
.mobile-app-carousel .carousel-track::-webkit-scrollbar {
  display: none;
}
.mobile-app-carousel .carousel-track-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.mobile-app-carousel .carousel-track .carousel-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  background: #F7F9FC;
  border-radius: 14px;
  position: relative;
  text-align: center;
  padding-top: 15px;
  height: 557px;
  overflow-y: hidden;
}
@media (max-width: 600px) {
  .mobile-app-carousel .carousel-track .carousel-card {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    height: 527px;
  }
}
.mobile-app-carousel .carousel-track .carousel-card-info {
  position: absolute;
  background: #f1eef6;
  bottom: 0;
  padding: 10px 25px 0;
  text-align: left;
  height: 180px;
}
.mobile-app-carousel .carousel-track .carousel-card-info h2 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 25px;
  text-align: left;
}
.mobile-app-carousel .carousel-track .carousel-card-info p {
  font-size: 16px;
  font-weight: 500;
}
.mobile-app-carousel .carousel-track .carousel-card .carousel-img {
  width: 80%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow-y: hidden;
  height: 95%;
}
@media only screen and (max-width: 767px) {
  .mobile-app-carousel .carousel-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-app-carousel .carousel-container .carousel-header {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 30px 0;
  }
  .mobile-app-carousel .carousel-container .carousel-controls {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.nav-item {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .nav-item {
    display: block;
  }
}
.nav-item .navlink {
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Mulish', sans-serif;
  color: #904999;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .nav-item .navlink {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.nav-item .sub-menu {
  display: none;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 12px -5px rgba(144, 73, 153, 0.5);
          box-shadow: 0px 2px 12px -5px rgba(144, 73, 153, 0.5);
  border-radius: 20px;
  padding: 16px 34px;
  margin-left: 6px;
}
@media only screen and (max-width: 767px) {
  .nav-item .sub-menu {
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 34px;
  }
}
.nav-item .sub-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .nav-item .sub-menu ul {
    margin-left: 15px;
  }
}
.nav-item .sub-menu ul li a {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #4B4683;
  display: block;
  padding: 16px 0;
  text-align: left;
}
.nav-item:hover .sub-menu {
  display: block;
}
@media only screen and (min-width: 992px) {
  .nav-item.langChangeMobile {
    display: none;
  }
}
.navlink.w--current {
  color: #904999;
}
.navlink.button {
  float: right;
  margin-top: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background-color: #904999;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 41px;
}
@media only screen and (max-width:991px) {
  .navlink.button {
    position: absolute;
    right: 75px;
    float: none;
  }
}
.navlink.button.alt-button {
  height: 40px;
  background-color: #fff;
  border: 1px solid;
  border-color: #904999;
  color: #904999;
  margin-left: 25px;
}
@media only screen and (max-width:991px) {
  .navlink.button.alt-button {
    margin-left: 0;
  }
}
.navlink.button.langButton {
  color: #313131;
  background: none;
  margin-left: 10px;
  border-radius: 0;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navlink.button.langButton:before {
  content: "";
  border-left: 1px solid #313131;
  width: 1px;
  height: 25px;
  display: block;
  padding: 0 7px;
  margin-top: -2px;
}
@media only screen and (max-width:991px) {
  .navlink.button.m-basvur {
    right: 180px;
  }
}
@media screen and (max-width: 474px) {
  .navlink.button.m-basvur {
    display: none;
  }
}
.isHomePage .navbar {
  background-color: hsla(0, 0%, 100%, 0);
}
.navbar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  padding: 0;
}
.subpage-header {
  width: 100%;
  min-height: 520px;
}
@media only screen and (max-width: 767px) {
  .subpage-header {
    background-position: top center !important;
    background-size: 90% !important;
    min-height: 600px;
  }
}
@media only screen and (max-width: 450px) {
  .subpage-header {
    min-height: 530px;
  }
}
.subpage-header .subpage-header-text {
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .subpage-header .subpage-header-text {
    margin-top: 42vw;
    height: auto;
    text-align: center;
  }
}
.subpage-header .subpage-header-text h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #001B59;
}
@media only screen and (max-width: 767px) {
  .subpage-header .subpage-header-text h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
.subpage-header .subpage-header-text h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 50px;
  color: #001B59;
}
@media only screen and (max-width: 767px) {
  .subpage-header .subpage-header-text h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.subpage-header .subpage-header-text p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: rgba(117, 124, 140, 0.8);
}
.subpage-header .subpage-header-text a.hemen-basvur-btn {
  background: #904999;
  border-radius: 10px;
  display: inline-block;
  padding: 14px 56px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF;
  margin-left: auto;
  margin-top: 17px;
}
.subpage-header .subpage-header-text a.hemen-basvur-btn:hover {
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .subpage-header .subpage-header-text a.hemen-basvur-btn {
    margin-right: auto;
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .m-img-container {
    position: absolute;
    top: 95px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.m-img-container img {
  padding-right: 50px;
}
@media only screen and (max-width: 767px) {
  .m-img-container img {
    padding-right: 0px;
    width: 70%;
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .isSubPage:has(#smartbanner) .m-img-container {
    top: 170px;
  }
}
