﻿@charset "UTF-8";
.lazy-load {
  opacity: 0;
  transition: all ease-in 0.1s;
}
.lazy-load.is\:lazy-loaded {
  opacity: 1;
}
@keyframes customFade {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
html,
body {
  font-family: 'Work Sans', sans-serif;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0px;
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0px;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0px;
  padding: 0px;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0px;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
a img {
  border: 0px;
}
:focus {
  outline: 0px;
}
body.enable-focus :focus {
  outline: 2px;
  outline-color: #b44ea7;
  outline-style: dashed;
}
.focus:focus {
  background: yellow;
}
input::-ms-clear {
  display: none;
}
h1 {
  line-height: 100%;
  word-break: break-word;
}
h2 {
  word-break: break-word;
}
.rangeslider {
  display: block;
  background: #b7bdbf;
  position: relative;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rangeslider__fill {
  display: block;
  background: #b44ea7;
  position: absolute;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.rangeslider--horizontal {
  height: 5px;
  width: 100%;
}
.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%;
}
.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
}
.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%;
}
.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x;
}
.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
.rangeslider__handle {
  background: #ffffff;
  cursor: pointer;
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  border-radius: 100%;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}
.rangeslider__handle:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #b44ea7;
}
.rangeslider__handle:active {
  background-color: #ffffff;
}
.rangeslider__handle:active:after {
  background-color: #b44ea7;
}
.rangeslider--active .rangeslider__handle {
  background-color: #ffffff;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}
.datepicker--cell.-focus- {
  background: #f0f0f0;
}
.datepicker--cell.-current- {
  color: #4EB5E6;
}
.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}
.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}
.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}
.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}
.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}
.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}
.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}
.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}
.datepicker--cell:empty {
  cursor: default;
}
.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}
.datepicker--day-name {
  color: #FF9A19;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}
.datepicker--cell-day {
  width: 14.28571%;
}
.datepicker--cells-months {
  height: 170px;
}
.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}
.datepicker--years {
  height: 170px;
}
.datepicker--cells-years {
  height: 170px;
}
.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}
@media print {
  .datepickers-container {
    display: none;
  }
}
.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}
.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}
.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}
.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}
.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.datepicker-inline .datepicker--pointer {
  display: none;
}
.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}
.-only-timepicker- .datepicker--content {
  display: none;
}
.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}
.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}
.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}
.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}
.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}
.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}
.datepicker--body {
  display: none;
}
.datepicker--body.active {
  display: block;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}
.-only-timepicker- .datepicker--nav {
  display: none;
}
.datepicker--nav-title,
.datepicker--nav-action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker--nav-action:hover {
  background: #f0f0f0;
}
.datepicker--nav-action.-disabled- {
  visibility: hidden;
}
.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}
.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}
.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}
.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}
.datepicker--nav-title:hover {
  background: #f0f0f0;
}
.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}
.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}
.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}
.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}
.-only-timepicker- .datepicker--time {
  border-top: none;
}
.datepicker--time-sliders {
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}
.datepicker--time-label {
  display: none;
  font-size: 12px;
}
.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}
.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}
.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}
.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}
.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 0.5% 1px no-repeat;
}
.datepicker--time-row:first-child {
  margin-bottom: 4px;
}
.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}
.datepicker--time-row input[type='range']:focus {
  outline: none;
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}
.datepicker--time-row span {
  padding: 0 12px;
}
.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}
.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}
.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}
.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}
body {
  overflow-y: scroll !important;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  body {
    overflow-y: auto !important;
  }
}
@media (max-width: 640px) {
  body {
    overflow-y: auto !important;
  }
}
@media (max-width: 1024px) {
  body {
    overflow-y: auto !important;
  }
}
.invisible {
  visibility: hidden;
  pointer-events: none;
  z-index: -1;
}
::-webkit-input-placeholder {
  color: #b7bdbf;
}
:-moz-placeholder {
  color: #b7bdbf;
}
::-moz-placeholder {
  color: #b7bdbf;
}
:-ms-input-placeholder {
  color: #b7bdbf;
}
select:focus::-ms-value {
  background-color: white;
  color: #000 !important;
}
input,
textarea {
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  transition: border 0.5s;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  resize: none;
}
input:focus,
textarea:focus {
  border-color: #b44ea7;
  color: #3c3f48;
}
.bebasata-support {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.95);
  text-align: center;
}
.bebasata-support .text {
  color: #333;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bebasata-support .text img {
  width: 250px;
  margin: auto auto 15px auto;
  display: block;
  height: 88.8px;
}
select {
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  transition: border 0.5s;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  font-size: 14px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url('../images/selectbox-arrow.svg');
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #ffffff;
  padding: 0px 13px;
}
select:focus {
  border-color: #b44ea7;
  color: #3c3f48;
}
select::-ms-expand {
  display: none;
}
.loading {
  width: 35px;
  height: 35px;
  margin-left: 0px;
  margin-right: 0px;
  background-image: url('../images/loading.gif');
  background-size: 100%;
  background-position: center center;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.pad-bottom-0 {
  padding-bottom: 0px !important;
}
.bebasata-loading {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.75);
}
.bebasata-loading .fix-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bebasata-loading .fix-center .logo-text {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  line-height: 83px;
}
.bebasata-loading .fix-center .logo-text img {
  width: 30px;
  position: relative;
  top: -3px;
}
.bebasata-loading .rotating {
  -webkit-animation: rotating 0.8s cubic-bezier(0.7, 0.2, 0.4, 0.9) infinite;
  -moz-animation: rotating 0.8s cubic-bezier(0.7, 0.2, 0.4, 0.9) infinite;
  -ms-animation: rotating 0.8s cubic-bezier(0.7, 0.2, 0.4, 0.9) infinite;
  -o-animation: rotating 0.8s cubic-bezier(0.7, 0.2, 0.4, 0.9) infinite;
  animation: rotating 0.8s cubic-bezier(0.7, 0.2, 0.4, 0.9) infinite;
  width: 65px;
  height: 65px;
  transform-origin: center center;
}
.bebasata-loading .rotating img {
  width: 100%;
}
@-webkit-keyframes rotating {
  /* Safari and Chrome */
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes slideInFromLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(50px);
  }
}
@keyframes slideInFromRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50px);
  }
}
@keyframes slideInFromLeftMobile {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(30px);
  }
}
@keyframes slideInFromRightMobile {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-20px);
  }
}
.bebasata-thin {
  font-weight: 300;
  font-style: normal;
}
a {
  color: #b44ea7;
}
.breadcrumbHide {
  display: none!important;
}
.breadcrumb {
  display: block;
  list-style-type: none;
  margin: -23px 0px 14px 0px;
  font-size: 13px;
}
.breadcrumb li {
  margin-right: 20px;
  position: relative;
  float: left;
}
.breadcrumb li a {
  color: #939393;
}
.breadcrumb li:not(:last-child):after {
  position: absolute;
  content: ">";
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
.breadcrumb li:last-child {
  margin-right: 0px;
}
.jq-stars {
  display: inline-block;
}
.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana;
}
.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
}
.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}
.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round;
}
.my-rating {
  position: absolute;
  right: 0px;
}
@media (max-width: 768px) {
  .breadcrumb {
    margin: -20px 0px 15px 0px;
    padding-left: 5px;
  }
  .breadcrumb li {
    font-size: 12px;
  }
  .my-rating {
    position: static;
    right: auto;
    margin-bottom: 20px;
    margin-top: -20px;
  }
  .my-rating .jq-star {
    width: 17px !important;
  }
}
@media (min-width: 769px) {
  .hide-desktop {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}
.hide {
  display: none !important;
}
.font-size-13 {
  font-size: 13px;
}
table.tooltip-table tr td {
  padding: 7px;
}
table.tooltip-table tr td.head {
  font-weight: bold;
  width: 60%;
}
.bebasata-title-little-toolip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 12px;
  height: 12px;
  background-color: #d9b1d8;
  border-radius: 100%;
  margin-left: 5px;
  position: relative;
  cursor: pointer;
}
.bebasata-title-little-toolip:before {
  content: '?';
  color: #fff;
  font-style: normal;
  position: absolute;
  top: 0;
  font-size: 10px;
  left: 2.8px;
}
.bebasata-orange-plus-tooltip-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #ff9b07;
  margin-left: 5px;
}
.address-type-message--show,
.address-selected-message--show {
  display: block !important;
  padding: 10px 10px !important;
  margin-bottom: 15px;
}
.purpose-error-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: -25px;
}
.purpose-error-message--show {
  display: block;
}
.address-relative-error-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 10px 10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 15px;
}
.address-relative-error-message--show {
  display: block;
}
.purpose-title {
  font-size: 22px;
  font-weight: 600;
  color: #555864;
}
@media (max-width: 768px) {
  .purpose-title {
    font-size: 16px;
  }
}
.bebasata-tax-tc-switch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  color: #b44ea7;
  margin-left: auto;
  cursor: pointer;
}
.bebasata-tax-tc-switch::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 100%;
  background: url('../images/tc-tax-change-icon.svg') no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-right: 7px;
  background-position: center;
}
.bebasata-contract-selected-error {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 10px 10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
  margin-top: -17px;
}
.bebasata-contract-selected-error--show {
  display: block;
}
@media (max-width: 768px) {
  .bebasata-contract-selected-error {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  .bebasata-apply-checkbox-label {
    margin-bottom: 15px;
  }
}
.bebasata-contract-checked-highlight > .bebasata-apply-checkbox-label__form-check-status:before {
  border-color: #ff9b07;
}
#bebasata-new-application-form,
#bebasata-apply-account-personal {
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  #bebasata-new-application-form,
  #bebasata-apply-account-personal {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .is-affixed > .inner-wrapper-sticky {
    left: 0px !important;
    transform: none !important;
  }
}
.mark,
mark {
  background-color: #8aca2d !important;
}
.border-radius- {
  border-radius: 7px;
}
@media (max-width: 768px) {
  .sf-Long-text p img {
    max-width: 100%;
  }
}
.skip-header-menu,
.skip-content-section {
  opacity: 0;
  position: absolute;
  top: 10px;
  font-size: 14px;
  z-index: 9999;
  left: -5000px;
}
.skip-header-menu:focus,
.skip-content-section:focus {
  opacity: 1;
  left: 15px;
}
/* Type number olan inputların sağında görünen yukarı aşağı okları iptal */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
@media (max-width: 768px) {
  img {
    max-width: 100%;
  }
  .only-web {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .only-mobile {
    display: none !important;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 30%;
  transform: translateY(-30%);
}
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 60px;
  width: 60px;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff !important;
  border-radius: 100%;
  left: -20px;
  position: absolute;
  transition: all 0.5s;
}
.owl-carousel .owl-nav .owl-prev:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.owl-carousel .owl-nav .owl-prev.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev:after {
  background-image: url('../images/sprite-icons-v2.png') !important;
  background-position: -20px 0px !important;
  background-repeat: no-repeat !important;
  position: absolute;
  content: '';
  width: 22px;
  height: 13px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.owl-carousel .owl-nav .owl-next {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 60px;
  width: 60px;
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff !important;
  border-radius: 100%;
  right: -20px;
  position: absolute;
  transition: all 0.5s;
}
.owl-carousel .owl-nav .owl-next:hover {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
.owl-carousel .owl-nav .owl-next.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-next:after {
  background-image: url('../images/sprite-icons-v2.png') !important;
  background-position: -20px -33px !important;
  background-repeat: no-repeat !important;
  position: absolute;
  content: '';
  width: 22px;
  height: 13px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.owl-carousel .owl-nav button.owl-prev {
  background: none;
  color: #fff;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-nav button.owl-next {
  background: none;
  color: #fff;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .owl-dot {
  display: none;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel button.owl-dot {
  background: none;
  color: #fff;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls] {
  cursor: pointer;
}
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-slider > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > div {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-subpixel > li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > div {
  float: left;
  margin-right: -100%;
}
.tns-horizontal.tns-no-subpixel > li {
  float: left;
  margin-right: -100%;
}
.tns-no-calc {
  position: relative;
  left: 0;
}
.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > div {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > li {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.loaded {
  opacity: 1;
}
.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}
.tns-normal {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}
.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333%;
  width: -webkit-calc(2333.33333333%);
  width: -moz-calc(2333.33333333%);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: '';
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714%;
  width: -webkit-calc(1.42857143%);
  width: -moz-calc(1.42857143%);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.animated,
.bebasata-header-fixed__join-bebasata,
.bebasata-header-mobile-fixed__join-bebasata {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
@media (prefers-reduced-motion) {
  .animated,
  .bebasata-header-fixed__join-bebasata,
  .bebasata-header-mobile-fixed__join-bebasata {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
@-webkit-keyframes animationIterate {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
@keyframes animationIterate {
  from {
    visibility: hidden;
  }
  to {
    visibility: visible;
  }
}
.animation-iteration {
  animation: animationIterate 3.5s infinite;
}
.tippy-touch {
  cursor: pointer !important;
}
.tippy-notransition {
  transition: none !important;
}
.bebasata-tooltip {
  cursor: pointer;
}
.tippy-popper {
  max-width: 270px;
  -webkit-perspective: 700px;
  perspective: 700px;
  z-index: 9999;
  outline: 0;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  line-height: 1.4;
  z-index: 1 !important;
}
.tippy-popper[data-html] {
  max-width: 96%;
  max-width: calc(100% - 20px);
}
.tippy-popper[x-placement^=top] .tippy-backdrop {
  border-radius: 40% 40% 0 0;
  -webkit-transform-origin: 0 90%;
  transform-origin: 0 90%;
}
.tippy-popper[x-placement^=top] .tippy-roundarrow {
  bottom: -8px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.tippy-popper[x-placement^=top] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.tippy-popper[x-placement^=top] .tippy-arrow {
  border-top: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  bottom: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(-50%, 25%);
  transform: scale(6) translate(-50%, 25%);
  opacity: 1;
}
.tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1) translate(-50%, 25%);
  transform: scale(1) translate(-50%, 25%);
  opacity: 0;
}
.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.tippy-popper[x-placement^=top] [data-animation=perspective] {
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) rotateX(0);
  transform: translateY(-10px) rotateX(0);
}
.tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(90deg);
  transform: translateY(0) rotateX(90deg);
}
.tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(-10px) scale(1);
  transform: translateY(-10px) scale(1);
}
.tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}
.tippy-popper[x-placement^=bottom] .tippy-backdrop {
  border-radius: 0 0 30% 30%;
  -webkit-transform-origin: 0 -90%;
  transform-origin: 0 -90%;
}
.tippy-popper[x-placement^=bottom] .tippy-roundarrow {
  top: -8px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.tippy-popper[x-placement^=bottom] .tippy-arrow {
  border-bottom: 7px solid #333;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  top: -7px;
  margin: 0 6px;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(-50%, -125%);
  transform: scale(6) translate(-50%, -125%);
  opacity: 1;
}
.tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1) translate(-50%, -125%);
  transform: scale(1) translate(-50%, -125%);
  opacity: 0;
}
.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.tippy-popper[x-placement^=bottom] [data-animation=perspective] {
  -webkit-transform-origin: top;
  transform-origin: top;
}
.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) rotateX(0);
  transform: translateY(10px) rotateX(0);
}
.tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) rotateX(-90deg);
  transform: translateY(0) rotateX(-90deg);
}
.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}
.tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateY(10px) scale(1);
  transform: translateY(10px) scale(1);
}
.tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateY(0) scale(0);
  transform: translateY(0) scale(0);
}
.tippy-popper[x-placement^=left] .tippy-backdrop {
  border-radius: 50% 0 0 50%;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.tippy-popper[x-placement^=left] .tippy-roundarrow {
  right: -16px;
  -webkit-transform-origin: 33.33333333% 50%;
  transform-origin: 33.33333333% 50%;
}
.tippy-popper[x-placement^=left] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.tippy-popper[x-placement^=left] .tippy-arrow {
  border-left: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(40%, -50%);
  transform: scale(6) translate(40%, -50%);
  opacity: 1;
}
.tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1.5) translate(40%, -50%);
  transform: scale(1.5) translate(40%, -50%);
  opacity: 0;
}
.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}
.tippy-popper[x-placement^=left] [data-animation=perspective] {
  -webkit-transform-origin: right;
  transform-origin: right;
}
.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) rotateY(0);
  transform: translateX(-10px) rotateY(0);
}
.tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(-90deg);
  transform: translateX(0) rotateY(-90deg);
}
.tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
.tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(-10px) scale(1);
  transform: translateX(-10px) scale(1);
}
.tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}
.tippy-popper[x-placement^=right] .tippy-backdrop {
  border-radius: 0 50% 50% 0;
  -webkit-transform-origin: -100% 0;
  transform-origin: -100% 0;
}
.tippy-popper[x-placement^=right] .tippy-roundarrow {
  left: -16px;
  -webkit-transform-origin: 66.66666666% 50%;
  transform-origin: 66.66666666% 50%;
}
.tippy-popper[x-placement^=right] .tippy-roundarrow svg {
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tippy-popper[x-placement^=right] .tippy-arrow {
  border-right: 7px solid #333;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  left: -7px;
  margin: 3px 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
  -webkit-transform: scale(6) translate(-140%, -50%);
  transform: scale(6) translate(-140%, -50%);
  opacity: 1;
}
.tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
  -webkit-transform: scale(1.5) translate(-140%, -50%);
  transform: scale(1.5) translate(-140%, -50%);
  opacity: 0;
}
.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.tippy-popper[x-placement^=right] [data-animation=perspective] {
  -webkit-transform-origin: left;
  transform-origin: left;
}
.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) rotateY(0);
  transform: translateX(10px) rotateY(0);
}
.tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) rotateY(90deg);
  transform: translateX(0) rotateY(90deg);
}
.tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
  opacity: 1;
  -webkit-transform: translateX(10px) scale(1);
  transform: translateX(10px) scale(1);
}
.tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
  opacity: 0;
  -webkit-transform: translateX(0) scale(0);
  transform: translateX(0) scale(0);
}
.tippy-tooltip {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  padding: 7px 7px;
  text-align: center;
  will-change: transform;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 6px;
  background-color: #333333;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.tippy-tooltip.orange-theme {
  background-color: #ff9b07;
}
.tippy-tooltip.orange-theme > .tippy-arrow {
  border-top: 7px solid #ff9b07;
}
.tippy-tooltip.orange-theme > .tippy-content > a {
  font-weight: bold;
  position: relative;
  z-index: 111;
  color: white !important;
}
.tippy-tooltip.grey-theme {
  background-color: #879196;
}
.tippy-tooltip.grey-theme > .tippy-arrow {
  border-top: 7px solid #879196;
}
.tippy-tooltip.grey-theme > .tippy-content > a {
  font-weight: bold;
  position: relative;
  z-index: 111;
  color: white !important;
}
.tippy-tooltip.purple-theme {
  background-color: #d9b1d8;
}
.tippy-tooltip.purple-theme > .tippy-arrow {
  border-top: 7px solid #d9b1d8;
}
.tippy-tooltip.purple-theme > .tippy-content > a {
  font-weight: bold;
  position: relative;
  z-index: 111;
  color: white !important;
}
.tippy-tooltip[data-size=small] {
  padding: 0.2rem 0.4rem;
  font-size: 0.75rem;
}
.tippy-tooltip[data-size=large] {
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
}
.tippy-tooltip[data-animatefill] {
  overflow: hidden;
  background-color: transparent;
}
.tippy-tooltip[data-animatefill] .tippy-content {
  transition: -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
  transition: clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98), -webkit-clip-path cubic-bezier(0.46, 0.1, 0.52, 0.98);
}
.tippy-tooltip[data-interactive] {
  pointer-events: auto;
}
.tippy-tooltip[data-interactive] path {
  pointer-events: auto;
}
.tippy-tooltip[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(0.53, 2, 0.36, 0.85);
}
.tippy-tooltip[data-inertia][data-state=hidden] {
  transition-timing-function: ease;
}
.tippy-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.tippy-roundarrow {
  position: absolute;
  width: 0;
  height: 0;
  width: 24px;
  height: 8px;
  fill: #333;
  pointer-events: none;
}
.tippy-backdrop {
  position: absolute;
  will-change: transform;
  background-color: #333;
  border-radius: 50%;
  width: 26%;
  left: 50%;
  top: 50%;
  z-index: -1;
  transition: all cubic-bezier(0.46, 0.1, 0.52, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tippy-backdrop:after {
  content: "";
  float: left;
  padding-top: 100%;
}
body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(100% 100% at 50% 50%);
  clip-path: ellipse(100% 100% at 50% 50%);
}
body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(5% 50% at 50% 50%);
  clip-path: ellipse(5% 50% at 50% 50%);
}
body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(135% 100% at 0 50%);
  clip-path: ellipse(135% 100% at 0 50%);
}
body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(40% 100% at 0 50%);
  clip-path: ellipse(40% 100% at 0 50%);
}
body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
  -webkit-clip-path: ellipse(135% 100% at 100% 50%);
  clip-path: ellipse(135% 100% at 100% 50%);
}
body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
  -webkit-clip-path: ellipse(40% 100% at 100% 50%);
  clip-path: ellipse(40% 100% at 100% 50%);
}
@media (max-width: 360px) {
  .tippy-popper {
    max-width: 96%;
    max-width: calc(100% - 20px);
  }
}
/*! Lity - v3.0.0-dev - 2018-07-09
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity-active,
.lity-active body {
  overflow: hidden;
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  z-index: 9994;
  width: 35px;
  height: 35px;
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 20px;
  top: 20px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:active {
  top: 20px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  height: 12px;
  background: #fff;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  z-index: 1910;
  margin-left: -30px;
  width: 60px;
  height: 75px;
  background: rgba(20, 20, 20, 0.1);
  box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.1);
  border-radius: 0.75px;
  -webkit-transform: scaleY(0.3) !important;
  -moz-transform: scaleY(0.3) !important;
  -ms-transform: scaleY(0.3) !important;
  -o-transform: scaleY(0.3) !important;
  transform: scaleY(0.3) !important;
  -webkit-animation: pace-compress 0.5s infinite alternate;
  -moz-animation: pace-compress 0.5s infinite alternate;
  -o-animation: pace-compress 0.5s infinite alternate;
  -ms-animation: pace-compress 0.5s infinite alternate;
  animation: pace-compress 0.5s infinite alternate;
}
@-webkit-keyframes pace-bounce {
  0% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    -webkit-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    border-radius: 1.16666667px;
    -webkit-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    border-radius: 70px;
    -webkit-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes pace-bounce {
  0% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    -moz-animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    border-radius: 1.16666667px;
    -moz-animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    border-radius: 70px;
    -moz-animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    -moz-animation-timing-function: ease-in;
  }
}
@keyframes pace-bounce {
  0% {
    top: 0;
    animation-timing-function: ease-in;
  }
  50% {
    top: 140px;
    height: 140px;
    animation-timing-function: ease-out;
  }
  55% {
    top: 160px;
    height: 120px;
    border-radius: 1.16666667px;
    animation-timing-function: ease-in;
  }
  65% {
    top: 120px;
    height: 140px;
    border-radius: 70px;
    animation-timing-function: ease-out;
  }
  95% {
    top: 0;
    animation-timing-function: ease-in;
  }
  100% {
    top: 0;
    animation-timing-function: ease-in;
  }
}
@-webkit-keyframes pace-compress {
  0% {
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, 0.1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.1);
    border-radius: 0.75px;
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    bottom: 30px;
    margin-left: -10px;
    width: 20px;
    height: 5px;
    background: rgba(20, 20, 20, 0.3);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.3);
    border-radius: 1px;
    -webkit-animation-timing-function: ease-out;
  }
}
@-moz-keyframes pace-compress {
  0% {
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, 0.1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.1);
    border-radius: 0.75px;
    -moz-animation-timing-function: ease-in;
  }
  100% {
    bottom: 30px;
    margin-left: -10px;
    width: 20px;
    height: 5px;
    background: rgba(20, 20, 20, 0.3);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.3);
    border-radius: 1px;
    -moz-animation-timing-function: ease-out;
  }
}
@keyframes pace-compress {
  0% {
    bottom: 0;
    margin-left: -30px;
    width: 60px;
    height: 75px;
    background: rgba(20, 20, 20, 0.1);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.1);
    border-radius: 0.75px;
    animation-timing-function: ease-in;
  }
  100% {
    bottom: 30px;
    margin-left: -10px;
    width: 20px;
    height: 5px;
    background: rgba(20, 20, 20, 0.3);
    box-shadow: 0 0 20px 35px rgba(20, 20, 20, 0.3);
    border-radius: 1px;
    animation-timing-function: ease-out;
  }
}
.pace .pace-activity {
  position: fixed;
  top: 0;
  right: -32px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
@-webkit-keyframes pace-theme-barber-shop-motion {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  100% {
    -webkit-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-moz-keyframes pace-theme-barber-shop-motion {
  0% {
    -moz-transform: none;
    transform: none;
  }
  100% {
    -moz-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-o-keyframes pace-theme-barber-shop-motion {
  0% {
    -o-transform: none;
    transform: none;
  }
  100% {
    -o-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@-ms-keyframes pace-theme-barber-shop-motion {
  0% {
    -ms-transform: none;
    transform: none;
  }
  100% {
    -ms-transform: translate(-32px, 0);
    transform: translate(-32px, 0);
  }
}
@keyframes pace-theme-barber-shop-motion {
  0% {
    transform: none;
  }
  100% {
    transform: translate(-32px, 0);
  }
}
.wrapper,
.bebasata-header__nav,
.bebasata-header-fixed__container,
.bebasata-header__topbar,
.bebasata-landing-page-header__topbar,
.bebasata-footer__navigation,
.bebasata-footer__bottom-wrapper,
.bebasata-lp-banner__wrapper,
.bebasata-advantages,
.bebasata-lp-horizontal-cards,
.bebasata-very-pleasure__carousel,
.bebasata-social-gossip,
.bebasata-social-gossip__carousel,
.bebasata-lp-opportunity,
.bebasata-lp-opportunity__carousel,
.bebasata-very-easy__content,
.bebasata-how-to-apply,
.bebasata-how-to-apply-v2__content,
.bebasata-how-to-apply-v3,
.bebasata-how-to-apply-v3__wrapper,
.bebasata-credit-calculator,
.bebasata-additional-money-debt-calculator,
.bebasata-additional-money-debt-calculator-detail,
.bebasata-deposit-interest-rates,
.bebasata-web-accumulation,
.bebasata-detailed-specifications,
.bebasata-individual-credit-about,
.bebasata-sidebar-page,
.bebasata-institution-payments,
.bebasata-sfcontentblock--v2,
.bebasata-search,
.bebasata-gold-exchange-rates,
.bebasata-happy-customers,
.bebasata-know-our-team,
.bebasata-video-gallery,
.bebasata-news-from-us,
.bebasata-campaigns,
.bebasata-rates-and-currencies,
.bebasata-web-cookie__wrapper,
.bebasata-announcements,
.bebasata-landing-page-web-credit,
.bebasata-short-sss {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1170px) {
  .wrapper,
  .bebasata-header__nav,
  .bebasata-header-fixed__container,
  .bebasata-header__topbar,
  .bebasata-landing-page-header__topbar,
  .bebasata-footer__navigation,
  .bebasata-footer__bottom-wrapper,
  .bebasata-lp-banner__wrapper,
  .bebasata-advantages,
  .bebasata-lp-horizontal-cards,
  .bebasata-very-pleasure__carousel,
  .bebasata-social-gossip,
  .bebasata-social-gossip__carousel,
  .bebasata-lp-opportunity,
  .bebasata-lp-opportunity__carousel,
  .bebasata-very-easy__content,
  .bebasata-how-to-apply,
  .bebasata-how-to-apply-v2__content,
  .bebasata-how-to-apply-v3,
  .bebasata-how-to-apply-v3__wrapper,
  .bebasata-credit-calculator,
  .bebasata-additional-money-debt-calculator,
  .bebasata-additional-money-debt-calculator-detail,
  .bebasata-deposit-interest-rates,
  .bebasata-web-accumulation,
  .bebasata-detailed-specifications,
  .bebasata-individual-credit-about,
  .bebasata-sidebar-page,
  .bebasata-institution-payments,
  .bebasata-sfcontentblock--v2,
  .bebasata-search,
  .bebasata-gold-exchange-rates,
  .bebasata-happy-customers,
  .bebasata-know-our-team,
  .bebasata-video-gallery,
  .bebasata-news-from-us,
  .bebasata-campaigns,
  .bebasata-rates-and-currencies,
  .bebasata-web-cookie__wrapper,
  .bebasata-announcements,
  .bebasata-landing-page-web-credit,
  .bebasata-short-sss {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .wrapper,
  .bebasata-header__nav,
  .bebasata-header-fixed__container,
  .bebasata-header__topbar,
  .bebasata-landing-page-header__topbar,
  .bebasata-footer__navigation,
  .bebasata-footer__bottom-wrapper,
  .bebasata-lp-banner__wrapper,
  .bebasata-advantages,
  .bebasata-lp-horizontal-cards,
  .bebasata-very-pleasure__carousel,
  .bebasata-social-gossip,
  .bebasata-social-gossip__carousel,
  .bebasata-lp-opportunity,
  .bebasata-lp-opportunity__carousel,
  .bebasata-very-easy__content,
  .bebasata-how-to-apply,
  .bebasata-how-to-apply-v2__content,
  .bebasata-how-to-apply-v3,
  .bebasata-how-to-apply-v3__wrapper,
  .bebasata-credit-calculator,
  .bebasata-additional-money-debt-calculator,
  .bebasata-additional-money-debt-calculator-detail,
  .bebasata-deposit-interest-rates,
  .bebasata-web-accumulation,
  .bebasata-detailed-specifications,
  .bebasata-individual-credit-about,
  .bebasata-sidebar-page,
  .bebasata-institution-payments,
  .bebasata-sfcontentblock--v2,
  .bebasata-search,
  .bebasata-gold-exchange-rates,
  .bebasata-happy-customers,
  .bebasata-know-our-team,
  .bebasata-video-gallery,
  .bebasata-news-from-us,
  .bebasata-campaigns,
  .bebasata-rates-and-currencies,
  .bebasata-web-cookie__wrapper,
  .bebasata-announcements,
  .bebasata-landing-page-web-credit,
  .bebasata-short-sss {
    width: 90%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.wrapper-navigation {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-1280 {
  width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-1280 {
    width: 90%;
  }
}
.wrapper-960,
.bebasata-news-from-us-detail,
.bebasata-campaign-detail {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-960,
  .bebasata-news-from-us-detail,
  .bebasata-campaign-detail {
    width: 90%;
  }
}
.wrapper-946,
.bebasata-application-information-head,
.bebasata-application-information-head__buttons,
.bebasata-apply-account-personal-step4,
.bebasata-apply-account-personal-step5,
.bebasata-apply-account-personal-step5__success-box,
.bebasata-apply-account-personal-step5-bulletin,
.bebasata-apply-account-general-form,
.bebasata-apply-credit-personal-step1,
.bebasata-apply-credit-personal-step3-fail,
.bebasata-apply-credit-personal-step3-success,
.bebasata-apply-credit-personal-step4,
.bebasata-apply-credit-personal-step4,
.bebasata-apply-credit-personal-step6,
.bebasata-apply-credit-personal-step6__success-box,
.bebasata-apply-credit-personal-step6-bulletin,
.bebasata-apply-credit-card-personal-step1,
.bebasata-apply-credit-card-personal-step4,
.bebasata-apply-credit-card-personal-step4,
.bebasata-apply-credit-card-personal-step6,
.bebasata-apply-credit-card-personal-step6__success-box,
.bebasata-apply-credit-card-personal-step6-bulletin {
  width: 946px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-946,
  .bebasata-application-information-head,
  .bebasata-application-information-head__buttons,
  .bebasata-apply-account-personal-step4,
  .bebasata-apply-account-personal-step5,
  .bebasata-apply-account-personal-step5__success-box,
  .bebasata-apply-account-personal-step5-bulletin,
  .bebasata-apply-account-general-form,
  .bebasata-apply-credit-personal-step1,
  .bebasata-apply-credit-personal-step3-fail,
  .bebasata-apply-credit-personal-step3-success,
  .bebasata-apply-credit-personal-step4,
  .bebasata-apply-credit-personal-step4,
  .bebasata-apply-credit-personal-step6,
  .bebasata-apply-credit-personal-step6__success-box,
  .bebasata-apply-credit-personal-step6-bulletin,
  .bebasata-apply-credit-card-personal-step1,
  .bebasata-apply-credit-card-personal-step4,
  .bebasata-apply-credit-card-personal-step4,
  .bebasata-apply-credit-card-personal-step6,
  .bebasata-apply-credit-card-personal-step6__success-box,
  .bebasata-apply-credit-card-personal-step6-bulletin {
    width: 95%;
  }
}
.wrapper-1006,
.bebasata-credit-alternative,
.bebasata-credit-calculate-table {
  width: 1006px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-1006,
  .bebasata-credit-alternative,
  .bebasata-credit-calculate-table {
    width: 90%;
  }
}
.wrapper-466,
.bebasata-apply-box,
.bebasata-form-message,
.bebasata-apply-account-personal-step4__form-box,
.bebasata-apply-account-general-form__form-box,
.bebasata-apply-credit-personal-step4__form-box,
.bebasata-apply-credit-card-personal-step4__form-box,
.bebasata-apply-account-personal-step4__form-box,
.bebasata-apply-account-personal-step5__bulletin,
.bebasata-apply-account-personal-step5-bulletin,
.bebasata-apply-account-general-form__form-box,
.bebasata-apply-credit-personal-step4-form-box,
.bebasata-apply-credit-personal-step4__form-box,
.bebasata-apply-credit-personal-step6__bulletin,
.bebasata-apply-credit-personal-step6-bulletin,
.bebasata-apply-credit-card-personal-step4-form-box,
.bebasata-apply-credit-card-personal-step4__form-box,
.bebasata-apply-credit-card-personal-step6__bulletin,
.bebasata-apply-credit-card-personal-step6-bulletin {
  width: 466px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-466,
  .bebasata-apply-box,
  .bebasata-form-message,
  .bebasata-apply-account-personal-step4__form-box,
  .bebasata-apply-account-general-form__form-box,
  .bebasata-apply-credit-personal-step4__form-box,
  .bebasata-apply-credit-card-personal-step4__form-box,
  .bebasata-apply-account-personal-step4__form-box,
  .bebasata-apply-account-personal-step5__bulletin,
  .bebasata-apply-account-personal-step5-bulletin,
  .bebasata-apply-account-general-form__form-box,
  .bebasata-apply-credit-personal-step4-form-box,
  .bebasata-apply-credit-personal-step4__form-box,
  .bebasata-apply-credit-personal-step6__bulletin,
  .bebasata-apply-credit-personal-step6-bulletin,
  .bebasata-apply-credit-card-personal-step4-form-box,
  .bebasata-apply-credit-card-personal-step4__form-box,
  .bebasata-apply-credit-card-personal-step6__bulletin,
  .bebasata-apply-credit-card-personal-step6-bulletin {
    width: 90%;
  }
}
.wrapper-495,
.bebasata-apply-select,
.bebasata-apply-account-personal-step4__form-box,
.bebasata-apply-account-personal-step5__bulletin,
.bebasata-apply-account-personal-step5-bulletin,
.bebasata-apply-account-general-form__form-box,
.bebasata-apply-credit-personal-step4-form-box,
.bebasata-apply-credit-personal-step4__form-box,
.bebasata-apply-credit-personal-step6__bulletin,
.bebasata-apply-credit-personal-step6-bulletin,
.bebasata-apply-credit-card-personal-step4-form-box,
.bebasata-apply-credit-card-personal-step4__form-box,
.bebasata-apply-credit-card-personal-step6__bulletin,
.bebasata-apply-credit-card-personal-step6-bulletin {
  width: 495px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-495,
  .bebasata-apply-select,
  .bebasata-apply-account-personal-step4__form-box,
  .bebasata-apply-account-personal-step5__bulletin,
  .bebasata-apply-account-personal-step5-bulletin,
  .bebasata-apply-account-general-form__form-box,
  .bebasata-apply-credit-personal-step4-form-box,
  .bebasata-apply-credit-personal-step4__form-box,
  .bebasata-apply-credit-personal-step6__bulletin,
  .bebasata-apply-credit-personal-step6-bulletin,
  .bebasata-apply-credit-card-personal-step4-form-box,
  .bebasata-apply-credit-card-personal-step4__form-box,
  .bebasata-apply-credit-card-personal-step6__bulletin,
  .bebasata-apply-credit-card-personal-step6-bulletin {
    width: 90%;
  }
}
.wrapper-500 {
  width: 458px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-500 {
    width: 90%;
  }
}
.bebasata-button,
.bebasata-apply-form-button,
.bebasata-apply-account-personal-step1__form-button,
.bebasata-apply-account-personal-step1__overlay__form-button,
.bebasata-apply-account-personal-step2__form-button,
.bebasata-apply-account-personal-step2__overlay__form-button,
.bebasata-apply-account-personal-step3__form-button,
.bebasata-apply-account-personal-step4__form-box__selectform-button,
.bebasata-apply-account-personal-step5__bulletin__selectform-button,
.bebasata-apply-account-personal-step5-bulletin__selectform-button,
.bebasata-apply-account-general-form__form-box__selectform-button,
.bebasata-apply-account-general-form__form-button,
.bebasata-apply-credit-personal-step1__form-button,
.bebasata-apply-credit-personal-step2__form-button,
.bebasata-apply-credit-personal-step4-form-box__selectform-button,
.bebasata-apply-credit-personal-step4__form-box__selectform-button,
.bebasata-apply-credit-personal-step5__form-button,
.bebasata-apply-credit-personal-step6__bulletin__selectform-button,
.bebasata-apply-credit-personal-step6-bulletin__selectform-button,
.bebasata-apply-credit-card-personal-step1__form-button,
.bebasata-apply-credit-card-personal-step2__form-button,
.bebasata-apply-credit-card-personal-step3__form-button,
.bebasata-apply-credit-card-personal-step4-form-box__selectform-button,
.bebasata-apply-credit-card-personal-step4__form-box__selectform-button,
.bebasata-apply-credit-card-personal-step5__form-button,
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-button,
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  transition: 0.3s ease all;
  cursor: pointer;
  width: 144px;
  min-height: 44px;
  font-family: 'Work Sans', sans-serif;
  text-align: center;
  padding: 15px 0px;
}
@media (max-width: 768px) {
  .bebasata-button,
  .bebasata-apply-form-button,
  .bebasata-apply-account-personal-step1__form-button,
  .bebasata-apply-account-personal-step1__overlay__form-button,
  .bebasata-apply-account-personal-step2__form-button,
  .bebasata-apply-account-personal-step2__overlay__form-button,
  .bebasata-apply-account-personal-step3__form-button,
  .bebasata-apply-account-personal-step4__form-box__selectform-button,
  .bebasata-apply-account-personal-step5__bulletin__selectform-button,
  .bebasata-apply-account-personal-step5-bulletin__selectform-button,
  .bebasata-apply-account-general-form__form-box__selectform-button,
  .bebasata-apply-account-general-form__form-button,
  .bebasata-apply-credit-personal-step1__form-button,
  .bebasata-apply-credit-personal-step2__form-button,
  .bebasata-apply-credit-personal-step4-form-box__selectform-button,
  .bebasata-apply-credit-personal-step4__form-box__selectform-button,
  .bebasata-apply-credit-personal-step5__form-button,
  .bebasata-apply-credit-personal-step6__bulletin__selectform-button,
  .bebasata-apply-credit-personal-step6-bulletin__selectform-button,
  .bebasata-apply-credit-card-personal-step1__form-button,
  .bebasata-apply-credit-card-personal-step2__form-button,
  .bebasata-apply-credit-card-personal-step3__form-button,
  .bebasata-apply-credit-card-personal-step4-form-box__selectform-button,
  .bebasata-apply-credit-card-personal-step4__form-box__selectform-button,
  .bebasata-apply-credit-card-personal-step5__form-button,
  .bebasata-apply-credit-card-personal-step6__bulletin__selectform-button,
  .bebasata-apply-credit-card-personal-step6-bulletin__selectform-button {
    width: 120px;
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 9px;
  }
}
.bebasata-button--secondary {
  border: 1px solid #b44ea7;
  color: #b44ea7;
  text-align: center;
}
.bebasata-button--secondary:hover {
  color: #d774ca;
  border-color: #d774ca;
  transform: translateY(-2px);
}
@media (max-width: 768px) {
  .bebasata-button--secondary {
    height: 34px;
  }
}
.bebasata-button--primary {
  background-color: #b44ea7;
  color: #ffffff;
  border: 1px solid #b44ea7;
  text-align: center;
}
.bebasata-button--primary:hover {
  background-color: #d774ca;
  box-shadow: 0px 6px 10px 0px rgba(215, 76, 197, 0.2);
  transform: translateY(-2px);
  border-color: #d774ca;
}
.bebasata-button--primary:focus {
  color: #ffffff;
  background-color: #d774ca;
  box-shadow: 0px 6px 10px 0px rgba(215, 76, 197, 0.2);
  transform: translateY(-2px);
}
.address-parse-button {
  width: 495px !important;
}
@media (max-width: 768px) {
  .address-parse-button {
    width: 100% !important;
  }
}
.sprite-icon-back-arrow,
.sprite-icon-go-arrow,
.sprite-icon-qnb-bebasata-bireysel-bizeyazin,
.sprite-icon-qnb-bebasata-sirketim-bizeyazin,
.sprite-icon-menu-mobile,
.sprite-icon-minus-blue,
.sprite-icon-minus,
.sprite-icon-plus-blue,
.sprite-icon-upload-icon,
.sprite-icon-external,
.sprite-icon-play-blue,
.sprite-icon-play-bright-sky-blue,
.sprite-icon-play-purple,
.sprite-icon-down-dropdown-blue-icon,
.sprite-icon-down-dropdown-purple-icon,
.sprite-icon-mobile-dropdown-down,
.sprite-icon-mobile-dropdown-up,
.sprite-icon-up-dropdown-purple-icon {
  display: inline-block;
  background: url('png.png') no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}
.sprite-icon-back-arrow {
  background-position: -20px 0px;
  width: 22px;
  height: 13px;
}
.sprite-icon-go-arrow {
  background-position: -20px -33px;
  width: 22px;
  height: 13px;
}
.sprite-icon-qnb-bebasata-bireysel-bizeyazin {
  background-position: -20px -66px;
  width: 22px;
  height: 22px;
}
.sprite-icon-qnb-bebasata-sirketim-bizeyazin {
  background-position: -20px -108px;
  width: 22px;
  height: 22px;
}
.sprite-icon-menu-mobile {
  background-position: -20px -150px;
  width: 18px;
  height: 14px;
}
.sprite-icon-minus-blue {
  background-position: -20px -184px;
  width: 14px;
  height: 4px;
}
.sprite-icon-minus {
  background-position: -20px -208px;
  width: 14px;
  height: 4px;
}
.sprite-icon-plus-blue {
  background-position: -20px -232px;
  width: 14px;
  height: 14px;
}
.sprite-icon-upload-icon {
  background-position: -20px -266px;
  width: 14px;
  height: 17px;
}
.sprite-icon-external {
  background-position: -20px -303px;
  width: 12px;
  height: 12px;
}
.sprite-icon-play-blue {
  background-position: -20px -335px;
  width: 11px;
  height: 14px;
}
.sprite-icon-play-bright-sky-blue {
  background-position: -20px -369px;
  width: 11px;
  height: 14px;
}
.sprite-icon-play-purple {
  background-position: -20px -403px;
  width: 11px;
  height: 14px;
}
.sprite-icon-down-dropdown-blue-icon {
  background-position: -20px -437px;
  width: 9px;
  height: 5px;
}
.sprite-icon-down-dropdown-purple-icon {
  background-position: -20px -462px;
  width: 9px;
  height: 5px;
}
.sprite-icon-mobile-dropdown-down {
  background-position: -20px -487px;
  width: 9px;
  height: 5px;
}
.sprite-icon-mobile-dropdown-up {
  background-position: -20px -512px;
  width: 9px;
  height: 5px;
}
.sprite-icon-up-dropdown-purple-icon {
  background-position: -20px -537px;
  width: 9px;
  height: 5px;
}
.title-26-700,
.title-26-600,
.bebasata-advantages__title,
.bebasata-very-pleasure__title,
.bebasata-social-gossip__title,
.bebasata-very-easy__title,
.bebasata-how-to-apply__title,
.bebasata-how-to-apply-v2__title,
.bebasata-detailed-specifications__title,
.bebasata-lp-banner__title,
.bebasata-lp-opportunity__title,
.bebasata-credit-calculator__title,
.bebasata-deposit-interest-rates__title,
.bebasata-web-accumulation__title,
.bebasata-short-sss__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0px auto;
  position: relative;
  color: #3c3f48;
  font-family: 'Montserrat' !important;
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .title-26-700,
  .title-26-600,
  .bebasata-advantages__title,
  .bebasata-very-pleasure__title,
  .bebasata-social-gossip__title,
  .bebasata-very-easy__title,
  .bebasata-how-to-apply__title,
  .bebasata-how-to-apply-v2__title,
  .bebasata-detailed-specifications__title,
  .bebasata-lp-banner__title,
  .bebasata-lp-opportunity__title,
  .bebasata-credit-calculator__title,
  .bebasata-deposit-interest-rates__title,
  .bebasata-web-accumulation__title,
  .bebasata-short-sss__title {
    font-size: 18px;
  }
}
.title-26-600,
.bebasata-lp-banner__title,
.bebasata-lp-opportunity__title,
.bebasata-credit-calculator__title,
.bebasata-deposit-interest-rates__title,
.bebasata-web-accumulation__title,
.bebasata-short-sss__title {
  font-weight: 600 !important;
  letter-spacing: -1px;
}
.title-18-500,
.bebasata-lp-opportunity__subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #555864;
}
.bebasata-apply-box,
.bebasata-apply-account-personal-step4__form-box,
.bebasata-apply-account-personal-step5__bulletin,
.bebasata-apply-account-personal-step5-bulletin,
.bebasata-apply-account-general-form__form-box,
.bebasata-apply-credit-personal-step4-form-box,
.bebasata-apply-credit-personal-step4__form-box,
.bebasata-apply-credit-personal-step6__bulletin,
.bebasata-apply-credit-personal-step6-bulletin,
.bebasata-apply-credit-card-personal-step4-form-box,
.bebasata-apply-credit-card-personal-step4__form-box,
.bebasata-apply-credit-card-personal-step6__bulletin,
.bebasata-apply-credit-card-personal-step6-bulletin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .bebasata-apply-box,
  .bebasata-apply-account-personal-step4__form-box,
  .bebasata-apply-account-personal-step5__bulletin,
  .bebasata-apply-account-personal-step5-bulletin,
  .bebasata-apply-account-general-form__form-box,
  .bebasata-apply-credit-personal-step4-form-box,
  .bebasata-apply-credit-personal-step4__form-box,
  .bebasata-apply-credit-personal-step6__bulletin,
  .bebasata-apply-credit-personal-step6-bulletin,
  .bebasata-apply-credit-card-personal-step4-form-box,
  .bebasata-apply-credit-card-personal-step4__form-box,
  .bebasata-apply-credit-card-personal-step6__bulletin,
  .bebasata-apply-credit-card-personal-step6-bulletin {
    padding-top: 10px;
    padding-bottom: 0px;
    width: 100%;
  }
}
.bebasata-apply-credit-form-row,
.bebasata-apply-account-personal-step4__form-row,
.bebasata-apply-account-general-form__form-row,
.bebasata-apply-credit-personal-step4__form-row,
.bebasata-apply-credit-card-personal-step4__form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bebasata-apply-credit-form-row--date-input {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}
.bebasata-apply-credit-form-row--date-input label {
  width: 166px;
  background: #fff;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-form-row--date-input label {
    width: 187px;
  }
}
.bebasata-apply-credit-form-row--date-input input {
  border: none;
  background: transparent;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-form-row--date-input span {
    font-size: 10px;
  }
}
.bebasata-apply-company .bebasata-button--primary {
  background-color: #00b3fd;
}
.bebasata-apply-company select:focus {
  border-color: #00b3fd;
}
.--company input:focus,
.--company select:focus,
.--company textarea:focus {
  border-color: #00b3fd;
}
.-company input:focus,
.-company select:focus,
.-company textarea:focus {
  border-color: #00b3fd;
}
.bebasata-apply-form,
.bebasata-apply-account-personal-step1__user-information-form,
.bebasata-apply-account-personal-step2__user-information-form,
.bebasata-apply-account-personal-step3__user-information-form,
.bebasata-apply-account-personal-step4__user-information-form,
.bebasata-apply-account-personal-step4__form-box__selectform,
.bebasata-apply-account-personal-step5__bulletin__selectform,
.bebasata-apply-account-step5__user-information-form,
.bebasata-apply-account-personal-step5-bulletin__selectform,
.bebasata-apply-account-general-form__user-information-form,
.bebasata-apply-account-general-form__form-box__selectform,
.bebasata-apply-credit-personal-step1__user-information-form,
.bebasata-apply-credit-personal-step2__user-information-form,
.bebasata-apply-credit-personal-step4-form-box__selectform,
.bebasata-apply-credit-personal-step4__user-information-form,
.bebasata-apply-credit-personal-step4__form-box__selectform,
.bebasata-apply-credit-personal-step5__user-information-form,
.bebasata-apply-credit-personal-step6__bulletin__selectform,
.bebasata-apply-account-step5__user-information-form,
.bebasata-apply-credit-personal-step6-bulletin__selectform,
.bebasata-apply-credit-card-personal-step1__user-information-form,
.bebasata-apply-credit-card-personal-step2__user-information-form,
.bebasata-apply-credit-card-personal-step3__user-information-form,
.bebasata-apply-credit-card-personal-step4-form-box__selectform,
.bebasata-apply-credit-card-personal-step4__user-information-form,
.bebasata-apply-credit-card-personal-step4__form-box__selectform,
.bebasata-apply-credit-card-personal-step5__user-information-form,
.bebasata-apply-credit-card-personal-step6__bulletin__selectform,
.bebasata-apply-account-step5__user-information-form,
.bebasata-apply-credit-card-personal-step6-bulletin__selectform {
  width: 458px;
  margin: 0 auto 10px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-form,
  .bebasata-apply-account-personal-step1__user-information-form,
  .bebasata-apply-account-personal-step2__user-information-form,
  .bebasata-apply-account-personal-step3__user-information-form,
  .bebasata-apply-account-personal-step4__user-information-form,
  .bebasata-apply-account-personal-step4__form-box__selectform,
  .bebasata-apply-account-personal-step5__bulletin__selectform,
  .bebasata-apply-account-step5__user-information-form,
  .bebasata-apply-account-personal-step5-bulletin__selectform,
  .bebasata-apply-account-general-form__user-information-form,
  .bebasata-apply-account-general-form__form-box__selectform,
  .bebasata-apply-credit-personal-step1__user-information-form,
  .bebasata-apply-credit-personal-step2__user-information-form,
  .bebasata-apply-credit-personal-step4-form-box__selectform,
  .bebasata-apply-credit-personal-step4__user-information-form,
  .bebasata-apply-credit-personal-step4__form-box__selectform,
  .bebasata-apply-credit-personal-step5__user-information-form,
  .bebasata-apply-credit-personal-step6__bulletin__selectform,
  .bebasata-apply-account-step5__user-information-form,
  .bebasata-apply-credit-personal-step6-bulletin__selectform,
  .bebasata-apply-credit-card-personal-step1__user-information-form,
  .bebasata-apply-credit-card-personal-step2__user-information-form,
  .bebasata-apply-credit-card-personal-step3__user-information-form,
  .bebasata-apply-credit-card-personal-step4-form-box__selectform,
  .bebasata-apply-credit-card-personal-step4__user-information-form,
  .bebasata-apply-credit-card-personal-step4__form-box__selectform,
  .bebasata-apply-credit-card-personal-step5__user-information-form,
  .bebasata-apply-credit-card-personal-step6__bulletin__selectform,
  .bebasata-apply-account-step5__user-information-form,
  .bebasata-apply-credit-card-personal-step6-bulletin__selectform {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
  }
}
.bebasata-apply-form-text,
.bebasata-apply-account-personal-step1__form-text,
.bebasata-apply-account-personal-step2__form-text,
.bebasata-apply-account-personal-step3__form-text,
.bebasata-apply-account-general-form__form-text,
.bebasata-apply-credit-personal-step1__form-text,
.bebasata-apply-credit-personal-step2__form-text,
.bebasata-apply-credit-personal-step5__form-text,
.bebasata-apply-credit-card-personal-step1__form-text,
.bebasata-apply-credit-card-personal-step2__form-text,
.bebasata-apply-credit-card-personal-step3__form-text,
.bebasata-apply-credit-card-personal-step5__form-text {
  font-size: 13px;
  line-height: 1.54;
  color: #555864;
  display: block;
  margin-bottom: 30px;
}
.bebasata-apply-form-text > a {
  font-weight: bold;
  display: inline-block;
  color: #b44ea7;
}
@media (max-width: 768px) {
  .bebasata-apply-form-text,
  .bebasata-apply-account-personal-step1__form-text,
  .bebasata-apply-account-personal-step2__form-text,
  .bebasata-apply-account-personal-step3__form-text,
  .bebasata-apply-account-general-form__form-text,
  .bebasata-apply-credit-personal-step1__form-text,
  .bebasata-apply-credit-personal-step2__form-text,
  .bebasata-apply-credit-personal-step5__form-text,
  .bebasata-apply-credit-card-personal-step1__form-text,
  .bebasata-apply-credit-card-personal-step2__form-text,
  .bebasata-apply-credit-card-personal-step3__form-text,
  .bebasata-apply-credit-card-personal-step5__form-text {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.bebasata-apply-form-button,
.bebasata-apply-account-personal-step1__form-button,
.bebasata-apply-account-personal-step1__overlay__form-button,
.bebasata-apply-account-personal-step2__form-button,
.bebasata-apply-account-personal-step2__overlay__form-button,
.bebasata-apply-account-personal-step3__form-button,
.bebasata-apply-account-personal-step4__form-box__selectform-button,
.bebasata-apply-account-personal-step5__bulletin__selectform-button,
.bebasata-apply-account-personal-step5-bulletin__selectform-button,
.bebasata-apply-account-general-form__form-box__selectform-button,
.bebasata-apply-account-general-form__form-button,
.bebasata-apply-credit-personal-step1__form-button,
.bebasata-apply-credit-personal-step2__form-button,
.bebasata-apply-credit-personal-step4-form-box__selectform-button,
.bebasata-apply-credit-personal-step4__form-box__selectform-button,
.bebasata-apply-credit-personal-step5__form-button,
.bebasata-apply-credit-personal-step6__bulletin__selectform-button,
.bebasata-apply-credit-personal-step6-bulletin__selectform-button,
.bebasata-apply-credit-card-personal-step1__form-button,
.bebasata-apply-credit-card-personal-step2__form-button,
.bebasata-apply-credit-card-personal-step3__form-button,
.bebasata-apply-credit-card-personal-step4-form-box__selectform-button,
.bebasata-apply-credit-card-personal-step4__form-box__selectform-button,
.bebasata-apply-credit-card-personal-step5__form-button,
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-button,
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-button {
  display: block;
  margin-top: 10px;
  width: 458px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 768px) {
  .bebasata-apply-form-button,
  .bebasata-apply-account-personal-step1__form-button,
  .bebasata-apply-account-personal-step1__overlay__form-button,
  .bebasata-apply-account-personal-step2__form-button,
  .bebasata-apply-account-personal-step2__overlay__form-button,
  .bebasata-apply-account-personal-step3__form-button,
  .bebasata-apply-account-personal-step4__form-box__selectform-button,
  .bebasata-apply-account-personal-step5__bulletin__selectform-button,
  .bebasata-apply-account-personal-step5-bulletin__selectform-button,
  .bebasata-apply-account-general-form__form-box__selectform-button,
  .bebasata-apply-account-general-form__form-button,
  .bebasata-apply-credit-personal-step1__form-button,
  .bebasata-apply-credit-personal-step2__form-button,
  .bebasata-apply-credit-personal-step4-form-box__selectform-button,
  .bebasata-apply-credit-personal-step4__form-box__selectform-button,
  .bebasata-apply-credit-personal-step5__form-button,
  .bebasata-apply-credit-personal-step6__bulletin__selectform-button,
  .bebasata-apply-credit-personal-step6-bulletin__selectform-button,
  .bebasata-apply-credit-card-personal-step1__form-button,
  .bebasata-apply-credit-card-personal-step2__form-button,
  .bebasata-apply-credit-card-personal-step3__form-button,
  .bebasata-apply-credit-card-personal-step4-form-box__selectform-button,
  .bebasata-apply-credit-card-personal-step4__form-box__selectform-button,
  .bebasata-apply-credit-card-personal-step5__form-button,
  .bebasata-apply-credit-card-personal-step6__bulletin__selectform-button,
  .bebasata-apply-credit-card-personal-step6-bulletin__selectform-button {
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
    width: 100%;
  }
}
.bebasata-apply-step-title,
.bebasata-apply-account-personal-step1__title,
.bebasata-apply-account-personal-step2__title,
.bebasata-apply-account-personal-step3__title,
.bebasata-apply-account-personal-step4__title,
.bebasata-apply-account-general-form__title,
.bebasata-apply-credit-personal-step1__title,
.bebasata-apply-credit-personal-step2__title,
.bebasata-apply-credit-personal-step3-fail__title,
.bebasata-apply-credit-personal-step3-success__title,
.bebasata-apply-credit-personal-step4__title,
.bebasata-apply-credit-personal-step4__title,
.bebasata-apply-credit-personal-step5__title,
.bebasata-apply-credit-card-personal-step1__title,
.bebasata-apply-credit-card-personal-step2__title,
.bebasata-apply-credit-card-personal-step3__title,
.bebasata-apply-credit-card-personal-step4__title,
.bebasata-apply-credit-card-personal-step4__title,
.bebasata-apply-credit-card-personal-step5__title {
  display: none;
  margin: 23px 0 6px;
  text-align: center;
}
@media (max-width: 768px) {
  .bebasata-apply-step-title,
  .bebasata-apply-account-personal-step1__title,
  .bebasata-apply-account-personal-step2__title,
  .bebasata-apply-account-personal-step3__title,
  .bebasata-apply-account-personal-step4__title,
  .bebasata-apply-account-general-form__title,
  .bebasata-apply-credit-personal-step1__title,
  .bebasata-apply-credit-personal-step2__title,
  .bebasata-apply-credit-personal-step3-fail__title,
  .bebasata-apply-credit-personal-step3-success__title,
  .bebasata-apply-credit-personal-step4__title,
  .bebasata-apply-credit-personal-step4__title,
  .bebasata-apply-credit-personal-step5__title,
  .bebasata-apply-credit-card-personal-step1__title,
  .bebasata-apply-credit-card-personal-step2__title,
  .bebasata-apply-credit-card-personal-step3__title,
  .bebasata-apply-credit-card-personal-step4__title,
  .bebasata-apply-credit-card-personal-step4__title,
  .bebasata-apply-credit-card-personal-step5__title {
    display: block;
    margin: 25px 0 10px;
  }
}
.bebasata-apply-checkbox {
  display: none;
}
.bebasata-apply-checkbox:checked + label > .bebasata-apply-checkbox-label__form-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-checkbox:checked + label > .bebasata-apply-checkbox-label__form-check-status:after {
  border-color: #b44ea7;
}
.--company .bebasata-apply-checkbox:checked + label > .bebasata-apply-checkbox-label__form-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-checkbox:checked + label > .bebasata-apply-checkbox-label__form-check-status:after {
  border-color: #00b3fd;
}
.bebasata-apply-checkbox-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-checkbox-label__form-check-status {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-checkbox-label__form-check-status {
    margin-right: 8px;
  }
}
.bebasata-apply-checkbox-label__form-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
}
.bebasata-apply-checkbox-label__form-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 6px;
  height: 11px;
  border: solid 2px transparent;
  position: absolute;
  top: 3px;
  left: 7px;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bebasata-apply-checkbox-label {
    /* IE11 Hack*/
  }
  .bebasata-apply-checkbox-label__form-check-status {
    margin-right: 30px;
  }
}
.--company .bebasata-button--primary {
  background-color: #00b3fd;
}
.-company .bebasata-button--primary {
  background-color: #00b3fd;
}
.bebasata-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 140px;
  background-color: white;
}
.bebasata-header:after {
  content: '';
  position: relative;
  width: 1280px;
  height: 1px;
  background-color: #e9edef;
  z-index: 0;
  margin-bottom: 0px;
}
@media (max-width: 1366px) {
  .bebasata-header:after {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bebasata-header {
    display: none;
  }
}
.bebasata-header__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: auto auto 0px auto;
}
.bebasata-header__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  list-style: none;
  margin-left: -20px;
}
.bebasata-header__item,
.bebasata-header__dropdown {
  position: relative;
  cursor: pointer;
  margin: 0px 5px;
  /*&:first-child ul li:nth-child(5) a{
        text-transform: capitalize;
        }*/
}
.bebasata-header__item:hover > .bebasata-header__link {
  color: #b44ea7;
}
.bebasata-header__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 5;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 15px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 2px solid transparent;
  color: #3c3f48;
}
.bebasata-header__link.active:after {
  content: '';
  width: 40px;
  position: absolute;
  bottom: -1px;
  height: 2px;
  background-color: #b44ea7;
  left: 0;
  right: 0;
  margin: auto;
}
.bebasata-header__dropdown:hover > .bebasata-header__link {
  border-left-color: #f3f4f4;
  border-right-color: #f3f4f4;
  border-top-color: #b44ea7;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #b44ea7;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}
.bebasata-header__dropdown:hover > .bebasata-header__subitems,
.bebasata-header__dropdown.active > .bebasata-header__subitems {
  display: inline!important;
  margin-left: -5px;
}
.bebasata-header__subitems {
  display: none;
  position: absolute;
  border: 1px solid #f3f4f4;
  list-style: none;
  left: 5px;
  top: calc(100% - 1px);
  background-color: #ffffff;
  min-width: 229px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  z-index: 2;
  padding: 20px 0px;
}
.bebasata-header__sublink {
  display: block;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: normal;
  color: #555864;
  border-left: 2px solid transparent;
  margin: 0px 0px 0px -1px;
  /*text-transform: lowercase;*/
  /*&::first-letter{
            text-transform: capitalize;
        }*/
}
.bebasata-header__sublink:hover {
  border-color: #b44ea7;
  color: #b44ea7;
  font-weight: 500;
}
.bebasata-header__sublink.active {
  border-color: #b44ea7;
  color: #b44ea7;
  font-weight: 500;
}
.bebasata-header__search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-top: auto;
  height: auto;
  font-size: 14px;
  color: #939292;
  cursor: pointer;
  border: none;
  height: 45px;
  background-image: url('../images/nav-search.png');
  background-repeat: no-repeat;
  background-position: 100% center;
  background-size: 15px !important;
  border-radius: 0px !important;
  border-bottom: 2px solid transparent;
  width: 175px;
  transition: all 0.3s;
  margin-bottom: -1px;
  z-index: 1;
  background-color: transparent;
  font-weight: 400 !important;
}
.bebasata-header__search:focus {
  border-color: #b44ea7 !important;
  width: 250px;
  padding-left: 20px;
  padding-right: 50px;
  background-position: 90% center;
  font-weight: 500;
}
.bebasata-header__internet-branch {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 144px;
  padding: 12px 0;
  border: none;
}
.bebasata-header__internet-branch:before {
  content: ' ';
  width: 17px;
  height: 21px;
  margin-right: 7px;
  background-image: url('../images/enter.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .bebasata-header__internet-branch:before {
    content: ' ';
    width: 138px;
    height: 44px;
    margin-right: 0 auto;
    background-image: url('../images/EP-BEBASATA-BUTON-EN.png');
  }
}
.bebasata-header__join {
  height: 44px;
}
.bebasata-header-mobile {
  display: none;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 0px 10px;
}
@media (max-width: 768px) {
  .bebasata-header-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.bebasata-header-mobile__tabs {
  padding: 10px 0px;
  border-bottom: 1px solid #e9edef;
}
.bebasata-header-mobile__tab-link {
  color: #b44ea7 !important;
  display: inline-block;
  /*color: @color-silver;*/
  margin-right: 10px;
  font-size: 10px;
  text-transform: uppercase;
  position: relative;
}
.bebasata-header-mobile__tab-link.active.language-item:before {
  background-color: #b44ea8;
  content: '';
  width: 40px;
  position: absolute;
  bottom: -10px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.bebasata-header-mobile__tab-link.individual-tab {
  color: #b44ea8;
}
.bebasata-header-mobile__tab-link.individual-tab:before {
  background-color: #b44ea8;
}
.bebasata-header-mobile__tab-link.company-tab {
  color: #00b2fd;
}
.bebasata-header-mobile__tab-link.company-tab:before {
  background-color: #00b2fd;
}
.bebasata-header-mobile__tab-link.active {
  font-weight: 600;
}
.bebasata-header-mobile__tab-link.active:before {
  content: '';
  width: 40px;
  position: absolute;
  bottom: -10px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.bebasata-header-mobile__little {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 10px 0px;
}
.bebasata-header-mobile__brand {
  width: 127px;
  height: 45px;
  background-image: url('../images/enpara.svg');
  background-repeat: no-repeat;
}
.bebasata-header-mobile__brand > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: transparent !important;
}
.bebasata-header-mobile__brand--company {
  width: 127px;
  height: 44px;
  background-image: url('../images/bebasata-sirketim.svg');
  background-repeat: no-repeat;
}
.bebasata-header-mobile__brand--company > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: transparent !important;
}
.bebasata-header-mobile__hamburger {
  width: 18px;
  height: 14px;
  background-image: url('../images/menu-mobile.png');
  margin-left: auto;
  cursor: pointer;
}
.bebasata-header-mobile__hamburger.active {
  background-image: url('../images/menu-close.svg');
  background-size: 14px !important;
  background-repeat: no-repeat !important;
  background-position: center center;
}
.bebasata-header-mobile__menu {
  display: none;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 15px 15px 15px;
  position: absolute;
  background-color: white;
  left: 0px;
  top: 110px;
  z-index: 9999;
  height: calc(100% - 110px);
  overflow: scroll;
}
.bebasata-header-mobile__menu:after {
  content: '';
  background-color: #e9edef;
  margin: 0px auto;
  top: 0px;
  position: absolute;
  height: 1px;
  left: 0px;
  right: 0px;
  width: 95%;
}
.bebasata-header-mobile__tabs {
  padding: 15px 0px;
}
.bebasata-header-mobile__tab-link {
  display: inline-block;
  color: #b7bdbf;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}
.bebasata-header-mobile__tab-link.active {
  color: #b44ea7;
}
.bebasata-header-mobile__internet-branch {
  display: none;
  width: 100%;
}
.bebasata-header-mobile__search {
  width: 100%;
  height: 46px;
  font-size: 13px;
  padding: 0px 30px;
  margin: 5px 0px 5px 0px;
  background-image: url('../images/nav-search.png');
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 13px !important;
}
.bebasata-header-mobile__dropdown,
.bebasata-header-mobile__item {
  display: block;
  margin: 15px 5px;
  border-bottom: 1px solid #e9edef;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}
.bebasata-header-mobile__dropdown:last-child,
.bebasata-header-mobile__item:last-child {
  border-bottom: none;
}
.bebasata-header-mobile__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #555864;
  cursor: pointer;
}
.bebasata-header-mobile__open:after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url('../images/mobile-dropdown-down.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px !important;
  margin-left: auto;
  transition: all 0.5s;
  margin-top: 2px;
  position: absolute;
  right: 0;
  display: none;
}
.bebasata-header-mobile__open.active:after {
  transform: rotate(180deg);
}
.bebasata-header-mobile__subitem {
  display: block;
  padding: 5px 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.bebasata-header-mobile__subitem:last-child {
  padding-bottom: 0px;
}
.bebasata-header-mobile__sublink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  color: #555864;
}
.bebasata-header-mobile__subitems {
  display: none;
  margin-top: 10px;
}
.bebasata-header-fixed {
  position: fixed;
  width: 100%;
  top: -90px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.5s;
  z-index: 100;
}
.bebasata-header-fixed:not(.scrolling) .bebasata-header__subitems {
  opacity: 0;
}
@media (max-width: 768px) {
  .bebasata-header-fixed {
    display: none !important;
  }
}
.bebasata-header-fixed.scrolling {
  top: 0px !important;
}
.bebasata-header-fixed__brand {
  /* min-width: 45px;*/
  width: 45px;
  height: 45px;
  background-image: url('../images/bebasata-en.svg');
  background-position-x: 0px;
  background-repeat: no-repeat;
  margin-right: 30px;
}
.bebasata-header-fixed__brand > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: transparent !important;
}
.bebasata-header-fixed__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 80px;
}
.bebasata-header-fixed__container > .bebasata-header__nav {
  margin: 0px;
}
.bebasata-header-fixed__container > .bebasata-header__nav > .bebasata-header__search {
  display: none;
}
.bebasata-header-fixed__container > .bebasata-header__nav > .bebasata-header__items {
  margin-left: 0px !important;
}
.bebasata-header-fixed__search {
  margin-left: auto;
  margin-right: 30px;
  min-width: 15px;
  min-height: 15px;
  cursor: pointer;
  background-image: url('../images/nav-search.png');
}
.bebasata-header-fixed__join-bebasata {
  min-width: 144px;
  margin-left: auto;
}
.bebasata-header-fixed__join-bebasata.animate {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.bebasata-header-mobile-fixed {
  display: none;
  position: fixed;
  width: 100%;
  top: -70px;
  background-color: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.2s;
  z-index: 100;
}
@media (max-width: 768px) {
  .bebasata-header-mobile-fixed {
    display: inline;
  }
}
.bebasata-header-mobile-fixed.scrolling {
  top: 0px !important;
}
.bebasata-header-mobile-fixed__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 60px;
  padding: 0px 10px;
}
.bebasata-header-mobile-fixed__brand {
  width: 38px;
  height: 38px;
  background-image: url('../images/bebasata-en.svg');
  margin-right: 10px;
  background-size: 100%;
}
.bebasata-header-mobile-fixed__brand > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: transparent !important;
}
.bebasata-header-mobile-fixed__join-bebasata {
  min-width: 120px;
  height: 34px;
}
.bebasata-header-mobile-fixed__join-bebasata.animate {
  -webkit-animation-name: tada;
  animation-name: tada;
}
.bebasata-header-mobile-fixed__hamburger {
  width: 18px;
  height: 14px;
  background-image: url('../images/menu-mobile.png');
  margin-left: auto;
}
.bebasata-header-mobile-fixed__hamburger.active {
  background-image: url('../images/menu-close.svg');
  background-size: 14px !important;
  background-repeat: no-repeat !important;
  background-position: center center;
}
.bebasata-header-mobile-fixed__menu {
  display: none;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #e9edef;
  padding: 0px 5px 15px 5px;
  height: calc(100vh - 60px);
  overflow: scroll;
}
.bebasata-header-mobile-fixed__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 15px 0px;
}
.bebasata-header-mobile-fixed__tab-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  color: #b7bdbf;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bebasata-header-mobile-fixed__tab-link.active {
  color: #b44ea7;
  font-weight: 600;
}
.bebasata-header-mobile-fixed__tab-link.language-item {
  color: #b44ea8;
}
.bebasata-header-mobile-fixed__tab-link.language-item:after {
  content: '';
  width: 40px;
  background-color: transparent;
  height: 2px;
  margin: auto;
  margin-top: 5px;
}
.bebasata-header-mobile-fixed__tab-link.language-item.active:after {
  background-color: #b44ea8;
}
.bebasata-header-mobile-fixed__tab-link.company-tab {
  color: #00b2fd;
}
.bebasata-header-mobile-fixed__tab-link.company-tab:after {
  content: '';
  width: 40px;
  background-color: transparent;
  height: 2px;
  margin: auto;
  margin-top: 5px;
}
.bebasata-header-mobile-fixed__tab-link.company-tab.active:after {
  background-color: #00b2fd;
}
.bebasata-header-mobile-fixed__internet-branch {
  display: none;
  width: 100%;
}
.bebasata-header-mobile-fixed__search {
  width: 100%;
  height: 46px;
  font-size: 13px;
  padding: 0px 30px;
  margin: 5px 0px 5px 0px;
  background-image: url('../images/nav-search.png');
  background-position: 10px center;
  background-repeat: no-repeat;
  background-size: 13px !important;
}
.bebasata-header-mobile-fixed__dropdown,
.bebasata-header-mobile-fixed__item {
  display: block;
  margin: 15px 5px;
  border-bottom: 1px solid #e9edef;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.bebasata-header-mobile-fixed__dropdown:last-child,
.bebasata-header-mobile-fixed__item:last-child {
  border-bottom: none;
}
.bebasata-header-mobile-fixed__dropdown .bebasata-header-mobile__link:after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url('../images/mobile-dropdown-down.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px !important;
  margin-left: auto;
  transition: all 0.5s;
  margin-top: 2px;
  display: none;
}
.bebasata-header-mobile-fixed__dropdown .bebasata-header-mobile__link.active:after {
  transform: rotate(180deg);
}
.bebasata-header-mobile-fixed__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #555864;
  cursor: pointer;
  position: relative;
}
.bebasata-header-mobile-fixed__link:after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url('../images/mobile-dropdown-down.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px !important;
  margin-left: 4px;
  transition: all 0.5s;
  margin-top: 2px;
  margin-left: auto;
  position: absolute;
  right: 0;
  display: none;
}
.bebasata-header-mobile-fixed__link.active:after {
  transform: rotate(180deg);
}
.bebasata-header-mobile-fixed__subitem {
  display: block;
  padding: 5px 0px;
}
.bebasata-header-mobile-fixed__sublink {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  color: #555864;
}
.bebasata-header-mobile-fixed__subitems {
  display: none;
  margin-top: 10px;
}
.bebasata-header {
  /*&__internet-branch {
        width: 144px;
    }*/
}
.bebasata-header__topbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 25px 0px 0px 0px;
}
.bebasata-header__brand {
  width: 127px;
  height: 45px;
  background-image: url('../images/enpara.svg');
  background-repeat: no-repeat;
}
.bebasata-header__brand > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: transparent !important;
}
.bebasata-header__brand--company {
  background-image: url('../images/bebasata-sirketim.svg');
}
.bebasata-header__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 30px;
  border-left: 1px solid #e9edef;
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 5px;
}
.bebasata-header__tabs > a {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 10px;
}
.bebasata-header__tabs > a.language-item {
  color: #b44ea8;
}
.bebasata-header__tabs > a.language-item:before {
  background-color: #b44ea8;
}
.bebasata-header__tabs > a.company-tab {
  color: #00b2fd;
}
.bebasata-header__tabs > a.company-tab:before {
  background-color: #00b2fd;
}
.bebasata-header__tabs > a.active {
  font-weight: 600;
}
.bebasata-header__tabs > a.active:before {
  content: '';
  width: 40px;
  position: absolute;
  bottom: -10px;
  height: 2px;
  left: 0;
  right: 0;
  margin: auto;
}
.bebasata-header__tabs > a:hover {
  text-decoration: none;
}
.bebasata-header__tabs.top-bar-nav {
  z-index: 10;
  margin-left: 10px;
}
.bebasata-header__tabs.top-bar-nav > ul > li {
  margin-left: 15px;
}
.bebasata-header__tabs.top-bar-nav > ul > li > a {
  font-size: 12px;
  color: #b44ea7;
}
.bebasata-header__top-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: auto;
}
.bebasata-header__join {
  width: 144px;
  margin: 0px 0px 0px 10px;
}
.bebasata-coloring-lines {
  display: flex;
  width: 100%;
  height: 3px;
}
.bebasata-coloring-lines > * {
  display: flex;
  width: calc(100% / 4);
  height: 3px;
}
.bebasata-coloring-lines__color-one {
  background-color: #B44EA7;
}
.bebasata-coloring-lines__color-two {
  background-color: #FF9B07;
}
.bebasata-coloring-lines__color-three {
  background-color: #8ACA2D;
}
.bebasata-coloring-lines__color-four {
  background-color: #00B3FD;
}
@media (max-width: 768px) {
  .bebasata-coloring-lines {
    position: absolute;
    left: 0px;
  }
}
.bebasata-landing-page-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: white;
}
.bebasata-landing-page-header:after {
  content: '';
  position: relative;
  width: 1280px;
  height: 1px;
  background-color: #e9edef;
  z-index: 0;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-header:after {
    width: 95%;
  }
}
@media (max-width: 768px) {
  .bebasata-landing-page-header {
    width: 100%;
  }
}
.bebasata-landing-page-header__topbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 25px 0px 25px 0px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-header__topbar {
    margin: 15px 0px;
  }
}
.bebasata-landing-page-header__brand {
  width: 127px;
  height: 45px;
  background-image: url('../images/enpara.svg');
}
.bebasata-landing-page-header__brand > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: transparent !important;
}
@media (max-width: 768px) {
  .bebasata-landing-page-header__brand {
    width: 109px;
    height: 37px;
  }
}
.bebasata-landing-page-header__top-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: auto;
}
.bebasata-landing-page-header__internet-branch {
  width: 144px;
}
.bebasata-landing-page-header__join {
  width: 144px;
  margin: 0px 0px 0px 10px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-header__join {
    width: 120px !important;
    height: 34px;
  }
}
.bebasata-apply-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 106px;
  border-bottom: 1px solid #b7bdbf;
  position: relative;
}
@media (max-width: 768px) {
  .bebasata-apply-header {
    height: 59px;
  }
}
.bebasata-apply-header > .bebasata-apply-header-left-line {
  width: calc((100% - 578px) / 2);
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-header > .bebasata-apply-header-left-line {
    display: none;
  }
}
.bebasata-apply-header > .bebasata-apply-header-left-line--complete {
  background: #d9b1d8;
}
.bebasata-apply-header > .bebasata-apply-header-right-line {
  width: calc(100% / 2);
  height: 1px;
  background: #b7bdbf;
  position: absolute;
  bottom: -1px;
  right: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-header > .bebasata-apply-header-right-line {
    display: none;
  }
}
.bebasata-apply-header > .bebasata-apply-header-right-line--complete {
  width: 100%;
  background: #d9b1d8;
}
.bebasata-apply-header--company > .bebasata-apply-header-left-line--complete,
.bebasata-apply-header--company > .bebasata-apply-header-right-line--complete {
  background: #aacfe1;
}
.bebasata-apply-header--company .bebasata-apply-header-top__item-box__item--active {
  color: #00b3fd;
}
.bebasata-apply-header--company .bebasata-apply-header-top__item-box__item--active > .bebasata-apply-header-top__item-box__bullet {
  background-color: #00b3fd;
}
.bebasata-apply-header--company .bebasata-apply-header-top__item-box__item--active > .bebasata-apply-header-top__item-box__bullet-line {
  background-image: linear-gradient(to right, #55c1ef, #00b3fd);
}
.bebasata-apply-header--company .bebasata-apply-header-top__item-box__item--complete {
  color: #aacfe1;
}
.bebasata-apply-header--company .bebasata-apply-header-top__item-box__item--complete > .bebasata-apply-header-top__item-box__bullet {
  background-color: #aacfe1;
}
.bebasata-apply-header--company .bebasata-apply-header-top__item-box__item--complete > .bebasata-apply-header-top__item-box__bullet-line {
  background-image: linear-gradient(to right, #aacfe1, #55c1ef);
}
.bebasata-apply-header-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 876px;
  height: calc(100% - 3px);
}
@media (max-width: 768px) {
  .bebasata-apply-header-top {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-apply-header-top__brand {
  width: 127px;
  height: 45px;
  background-image: url('../images/enpara.svg');
  background-repeat: no-repeat;
}
.bebasata-apply-header-top__brand--company {
  background-image: url('../images/bebasata-sirketim.svg');
}
@media (max-width: 768px) {
  .bebasata-apply-header-top__brand {
    width: 109px;
    height: 39px;
    margin-top: 9px;
    position: absolute;
    z-index: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-apply-header-top__brand > a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: transparent !important;
}
.bebasata-apply-header-top__item-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: calc(100% - 149px);
  margin-left: 22px;
  height: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-header-top__item-box {
    width: 90%;
    margin: 0;
    justify-content: center;
  }
}
.bebasata-apply-header-top__item-box__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: calc(100% / 5);
  position: relative;
  height: 100%;
  font-size: 12px;
  text-align: center;
  cursor: default;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-header-top__item-box__item {
    text-indent: -9999px;
  }
}
.bebasata-apply-header-top__item-box__item > .bebasata-apply-header-top__item-box__bullet-line {
  position: absolute;
  height: 1px;
  bottom: -1px;
  background-color: #b44ea7;
  width: 72.695px;
  display: none;
}
@media (max-width: 768px) {
  .bebasata-apply-header-top__item-box__item > .bebasata-apply-header-top__item-box__bullet-line {
    bottom: -4px;
    width: 50%;
  }
}
.bebasata-apply-header-top__item-box__item > .bebasata-apply-header-top__item-box__bullet-line:first-child {
  left: 0;
}
.bebasata-apply-header-top__item-box__item > .bebasata-apply-header-top__item-box__bullet-line:last-child {
  left: initial;
  right: 0;
}
.bebasata-apply-header-top__item-box__item > .bebasata-apply-header-top__item-box__bullet {
  width: 5px;
  height: 5px;
  border-radius: 200px;
  -webkit-border-radius: 200px;
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #b7bdbf;
}
@media (max-width: 768px) {
  .bebasata-apply-header-top__item-box__item > .bebasata-apply-header-top__item-box__bullet {
    bottom: -6px;
  }
}
.bebasata-apply-header-top__item-box__item--active {
  color: #b44ea7;
}
.bebasata-apply-header-top__item-box__item--active > .bebasata-apply-header-top__item-box__bullet {
  width: 17px;
  height: 17px;
  position: absolute;
  bottom: -8px;
  background-color: #b44ea7;
  z-index: 1;
}
@media (max-width: 768px) {
  .bebasata-apply-header-top__item-box__item--active > .bebasata-apply-header-top__item-box__bullet {
    width: 9px;
    height: 9px;
  }
}
.bebasata-apply-header-top__item-box__item--active > .bebasata-apply-header-top__item-box__bullet-line {
  background-image: linear-gradient(to right, #c680c0, #b44ea7);
}
.bebasata-apply-header-top__item-box__item--active > .bebasata-apply-header-top__item-box__bullet-line:first-child {
  display: block;
}
.bebasata-apply-header-top__item-box__item--complete {
  color: #d9b1d8;
}
.bebasata-apply-header-top__item-box__item--complete > .bebasata-apply-header-top__item-box__bullet {
  width: 28px;
  height: 28px;
  background-image: url('../images/checked-icon.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #d9b1d8;
  bottom: -13.5px;
  background-size: 14px 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-header-top__item-box__item--complete > .bebasata-apply-header-top__item-box__bullet {
    background-size: auto;
    width: 20px;
    height: 20px;
  }
}
.bebasata-apply-header-top__item-box__item--complete > .bebasata-apply-header-top__item-box__bullet-line {
  background-color: #d9b1d8;
  background-image: linear-gradient(to right, #d9b1d8, #c680c0);
}
.bebasata-apply-header-top__item-box__item--complete > .bebasata-apply-header-top__item-box__bullet-line:last-child {
  display: block;
}
.bebasata-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .bebasata-footer {
    padding-top: 40px;
  }
}
.bebasata-footer__navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: auto;
  border-top: 1px solid #e9edef;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1170px) {
  .bebasata-footer__navigation {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .bebasata-footer__navigation {
    margin: 25px auto 10px auto;
  }
}
.bebasata-footer__colmn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /*width: ~"calc(100% / 5)";*/
}
@media (max-width: 768px) {
  .bebasata-footer__colmn {
    width: calc(100% / 2);
  }
  .bebasata-footer__colmn:nth-child(1) {
    order: 1;
    -webkit-order: 1;
    -ms-order: 1;
    -o-order: 1;
  }
  .bebasata-footer__colmn:nth-child(2) {
    order: 3;
    -webkit-order: 3;
    -ms-order: 3;
    -o-order: 3;
    z-index: 1;
  }
  .bebasata-footer__colmn:nth-child(3) {
    order: 4;
    -webkit-order: 4;
    -ms-order: 4;
    -o-order: 4;
    margin-top: -28px;
  }
  .bebasata-footer__colmn:nth-child(4) {
    order: 2;
    -webkit-order: 2;
    -ms-order: 2;
    -o-order: 2;
    height: 55px;
  }
  .bebasata-footer__colmn:nth-child(5) {
    order: 5;
    -webkit-order: 5;
    -ms-order: 5;
    -o-order: 5;
    -webkit-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    width: 100% !important;
  }
  .bebasata-footer__colmn:nth-child(5) > a {
    width: 50%;
  }
}
.bebasata-footer__link {
  color: #555864;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 0px;
}
.bebasata-footer__link:hover {
  color: #b44ea7;
}
@media (max-width: 768px) {
  .bebasata-footer__link {
    font-size: 12px;
  }
}
@media (max-width: 320px) {
  .bebasata-footer__link {
    font-size: 11px;
  }
}
.bebasata-footer__bottom {
  background-color: #f8f9fa;
}
.bebasata-footer__bottom-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 0px;
}
@media (max-width: 1170px) {
  .bebasata-footer__bottom-wrapper {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .bebasata-footer__bottom-wrapper {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-footer__copyright {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  color: #08222d;
  align-self: flex-end;
}
.bebasata-footer__copyright > * {
  margin: 5px 0px;
}
.bebasata-footer__copyright > a {
  display: none;
}
@media (max-width: 768px) {
  .bebasata-footer__copyright > span {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .bebasata-footer__copyright {
    order: 2;
    font-size: 10px;
    width: 100%;
  }
  .bebasata-footer__copyright > a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
  }
}
.bebasata-footer__appstore {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-footer__appstore > * {
  width: 162px;
  height: 63px;
  overflow: hidden;
  color: transparent;
  margin-left: 15px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .bebasata-footer__appstore > * {
    width: 138px;
    height: 44px;
  }
}
@media (max-width: 768px) {
  .bebasata-footer__appstore {
    order: 1;
    margin-bottom: 10px;
    width: 100%;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 375px) {
  .bebasata-footer__appstore {
    margin: 0 auto 10px;
  }
}
.bebasata-footer__apple {
  background-image: url('../images/app-store.svg');
}
@media (max-width: 375px) {
  .bebasata-footer__apple {
    margin-left: 0;
  }
}
.bebasata-footer__google {
  background-image: url('../images/google-play.svg');
}
.bebasata-footer__appgallery {
  background-image: url('../images/app-gallery.svg');
}
.bebasata-footer__social-media {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin-top: 25px;
}
.bebasata-footer__social-media-link {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  overflow: hidden;
  color: transparent;
  margin-right: 10px;
}
.bebasata-footer__social-media-link:last-child {
  margin-right: 0px;
}
.bebasata-footer__social-media-link.tiktok {
  background-color: #939292;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bebasata-footer__social-media-link.tiktok img {
  width: 70%;
  filter: invert(1);
}
@media (max-width: 768px) {
  .bebasata-footer__social-media-link {
    width: 32px;
    height: 32px;
  }
}
.bebasata-footer__social-media-link > svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .bebasata-footer__social-media {
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.bebasata-hero-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: whitesmoke;
}
@media (max-width: 1024px) {
  .bebasata-hero-banner {
    height: 400px;
    background-position: bottom right;
  }
}
@media (max-width: 640px) {
  .bebasata-hero-banner {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 370px !important;
  }
}
@media (max-width: 768px) {
  .bebasata-hero-banner {
    height: 300px;
  }
}
.bebasata-hero-banner__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 1170px;
  margin: 0px auto;
}
@media (max-width: 640px) {
  .bebasata-hero-banner__wrapper {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1170px) {
  .bebasata-hero-banner__wrapper {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .bebasata-hero-banner__wrapper {
    width: 90%;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.bebasata-hero-banner__background-icon {
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 200px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
@media (max-width: 1366px) {
  .bebasata-hero-banner__background-icon {
    height: 170px;
  }
}
@media (max-width: 1024px) {
  .bebasata-hero-banner__background-icon {
    display: none;
  }
}
.bebasata-hero-banner__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 550px;
  padding-bottom: 250px;
}
@media (max-width: 640px) {
  .bebasata-hero-banner__content {
    width: 98% !important;
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .bebasata-hero-banner__content {
    width: 400px;
  }
}
@media (max-width: 1170px) {
  .bebasata-hero-banner__content {
    width: 500px;
    padding-bottom: 0px;
  }
}
.bebasata-hero-banner__content > p {
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0px 30px 0px;
  line-height: 1.63;
  color: #ffffff;
}
@media (max-width: 768px) {
  .bebasata-hero-banner__content > p {
    display: none;
  }
}
.bebasata-hero-banner__title {
  position: relative;
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: normal;
  color: #b44ea7;
  height: 95px;
}
@media (max-width: 1024px) {
  .bebasata-hero-banner__title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .bebasata-hero-banner__title {
    font-size: 24px;
    height: 75px;
    margin-bottom: 0px;
  }
}
@media (max-width: 320px) {
  .bebasata-hero-banner__title {
    font-size: 20px;
  }
}
.bebasata-hero-banner__bebasata {
  display: none;
  font-family: 'Montserrat';
  font-size: 36px;
  font-weight: normal;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .bebasata-hero-banner__bebasata {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .bebasata-hero-banner__bebasata {
    font-size: 24px;
  }
}
.bebasata-hero-banner__slide {
  position: absolute;
  z-index: 1;
  top: 0px;
  transition: 0.7s;
  visibility: hidden;
  opacity: 0;
}
.bebasata-hero-banner__slide.isVisible {
  visibility: visible;
  opacity: 1;
}
.bebasata-hero-banner__product {
  position: relative;
  width: 750px;
  height: 100%;
  margin: 0px 0px -150px auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-hero-banner__product > svg {
  width: 100%;
}
.bebasata-hero-banner__product > img {
  width: 100%;
}
.bebasata-hero-banner__product > .left-image {
  width: 50%;
  position: relative;
  animation-delay: 1.5s;
  animation-name: slideInFromLeft;
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  z-index: 1;
  padding-right: 20px;
}
@media (max-width: 768px) {
  .bebasata-hero-banner__product > .left-image {
    padding-right: 0px;
    text-align: center;
    animation-name: slideInFromLeftMobile;
  }
}
.bebasata-hero-banner__product > .left-image img {
  position: relative;
  width: 100%;
  top: 42%;
  max-width: 330px;
}
@media (max-width: 1024px) {
  .bebasata-hero-banner__product > .left-image img {
    top: 50%;
    transform: translateY(-20%);
  }
}
@media (max-width: 768px) {
  .bebasata-hero-banner__product > .left-image img {
    width: calc(100% - 20px);
    min-width: auto;
  }
}
.bebasata-hero-banner__product > .right-image {
  width: 50%;
  position: relative;
  animation-delay: 1.5s;
  animation-name: slideInFromRight;
  animation-timing-function: ease-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .bebasata-hero-banner__product > .right-image {
    padding-left: 0px;
    text-align: center;
    animation-name: slideInFromRightMobile;
  }
}
.bebasata-hero-banner__product > .right-image img {
  position: relative;
  min-width: 225px;
  max-height: 490px;
}
@media (max-width: 1024px) {
  .bebasata-hero-banner__product > .right-image img {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .bebasata-hero-banner__product > .right-image img {
    width: calc(90% - 40px);
    min-width: auto;
  }
}
@media (max-width: 768px) {
  .bebasata-hero-banner__product {
    width: 700px;
    margin-bottom: -150px;
  }
}
@media (max-width: 640px) {
  .bebasata-hero-banner__product {
    width: 100%;
    margin: 0px;
    margin-bottom: -150px;
  }
  .bebasata-hero-banner__product > svg {
    width: 100%;
  }
}
.bebasata-lp-banner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.bebasata-lp-banner--v2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bebasata-lp-banner--v2:before {
  display: none;
}
@media (max-width: 768px) {
  .bebasata-lp-banner--v2 {
    height: 389px;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.bebasata-lp-banner--v3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 60px;
}
.bebasata-lp-banner--v3:before {
  display: none;
}
@media (max-width: 768px) {
  .bebasata-lp-banner--v3 {
    height: 389px;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.bebasata-lp-banner:before {
  position: absolute;
  top: 0px;
  content: '';
  width: 100%;
  height: 440px;
  background-color: #f8f9fa;
  z-index: -1;
}
@media (max-width: 768px) {
  .bebasata-lp-banner:before {
    height: 100%;
  }
}
.bebasata-lp-banner__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-lp-banner__wrapper--credit {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__wrapper--credit {
    width: 100%;
  }
}
.bebasata-lp-banner__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  height: 440px;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__content {
    height: auto;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 30px 0px;
  }
}
.bebasata-lp-banner__title {
  margin: 0px !important;
  font-size: 24px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__title {
    text-align: center;
  }
}
.bebasata-lp-banner__title--v2 {
  font-size: 36px;
  font-weight: 500;
  color: white;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__title--v2 {
    font-size: 24px;
    font-weight: 500;
  }
}
.bebasata-lp-banner__title--v3 {
  font-size: 36px;
  font-weight: 500;
  color: white;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__title--v3 {
    font-size: 24px;
    font-weight: 500;
  }
}
.bebasata-lp-banner__text {
  width: 500px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  margin: 20px 0px;
  line-height: 1.5;
  color: #3c3f48;
}
.bebasata-lp-banner__text--v2 {
  width: 553px;
  color: white;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__text--v2 {
    width: 90%;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
  }
}
.bebasata-lp-banner__text--v3 {
  width: 553px;
  color: white;
  margin-top: 20px;
  line-height: 1.5;
  margin: 15px 0px 25px 0px;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__text--v3 {
    width: 90%;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .bebasata-lp-banner__text {
    font-size: 13px;
    line-height: 1.54;
    width: 261px;
    text-align: center;
  }
}
.bebasata-lp-banner__video-play {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #b44ea7;
}
.bebasata-lp-banner__video-play--credit {
  margin-top: 16px;
}
.bebasata-lp-banner__video-play:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 12px;
  background-image: url('../images/play-purple.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 78% !important;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__video-play:before {
    margin-right: 9px;
  }
}
.bebasata-lp-banner__video-play:hover:before {
  margin-right: 6px;
  margin-left: 6px;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__video-play {
    margin-top: 10px;
    font-size: 10px;
  }
}
.bebasata-lp-banner__photo-app {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__photo-app {
    display: block;
    width: 100%;
  }
  .bebasata-lp-banner__photo-app > img {
    width: 100%;
  }
  .bebasata-lp-banner__photo-app:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100px;
    background-color: white;
    z-index: -1;
  }
}
.bebasata-lp-banner__button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-lp-banner__button--v3 {
  width: 224px;
}
.bebasata-lp-banner__credit-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 750px;
  height: 227px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__credit-table {
    width: 95%;
    margin-bottom: 30px;
    height: 115px;
  }
}
.bebasata-lp-banner__credit-table-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #555864;
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__credit-table-title {
    font-size: 13px;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.bebasata-lp-banner__credit-values {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-lp-banner__credit-values-titles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-right: 1px solid #e9edef;
}
.bebasata-lp-banner__credit-values-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 10px 40px 10px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__credit-values-title {
    font-size: 12px;
    font-weight: 500;
    margin: 5px 5px 5px 0px;
    line-height: 15px;
  }
}
@media (max-width: 320px) {
  .bebasata-lp-banner__credit-values-title {
    font-size: 11px;
  }
}
.bebasata-lp-banner__credit-value-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin: 0px 25px;
}
.bebasata-lp-banner__credit-value-item:last-child {
  margin-right: 0px;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__credit-value-item {
    margin: 0px;
    padding: 0px 5px;
  }
}
.bebasata-lp-banner__credit-value-title {
  font-size: 14px;
  font-weight: 500;
  color: #555864;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__credit-value-title {
    margin-bottom: 5px;
    font-size: 12px;
    margin: 5px 0px 5px 0;
    line-height: 15px;
  }
}
@media (max-width: 320px) {
  .bebasata-lp-banner__credit-value-title {
    font-size: 11px;
  }
}
.bebasata-lp-banner__credit-value-value {
  color: #555864;
  font-size: 16px;
}
@media (max-width: 768px) {
  .bebasata-lp-banner__credit-value-value {
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0px 5px 0;
    line-height: 15px;
  }
}
@media (max-width: 320px) {
  .bebasata-lp-banner__credit-value-value {
    font-size: 11px;
  }
}
.bebasata-lp-banner.auto-height {
  background-color: #f8f9fa;
  margin-bottom: 30px;
}
.bebasata-lp-banner.auto-height::before {
  height: auto;
}
.bebasata-lp-banner.auto-height .bebasata-lp-banner__content {
  height: auto;
  padding: 60px 0px;
}
.bebasata-advantages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0px;
  padding-bottom: 75px;
  margin-top: 150px;
  display: block;
}
@media (max-width: 768px) {
  .bebasata-advantages {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-advantages__rows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0px 80px;
  margin: 65px 0px;
  transition: all 0.5s;
}
.bebasata-advantages__rows:first-child {
  margin-top: 0px;
}
.bebasata-advantages__rows:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .bebasata-advantages__rows {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 0px;
    margin: 30px 0px;
  }
}
.bebasata-advantages__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 400px;
}
@media (max-width: 768px) {
  .bebasata-advantages__content {
    width: 100%;
    order: 2;
  }
}
.bebasata-advantages__rowtitle {
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 600;
  color: #555864;
  line-height: 1.55;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .bebasata-advantages__rowtitle {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.9px;
  }
}
.bebasata-advantages__photo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  width: 400px;
  max-height: 335px;
  /*height: 298px;*/
}
.bebasata-advantages__photo > img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .bebasata-advantages__photo {
    width: 100%;
    margin-bottom: 15px;
    order: 1 !important;
    height: auto !important;
  }
}
.bebasata-advantages__watch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 91px;
  padding: 12px 0px;
  border-radius: 6px;
  background-color: #ffffff;
  bottom: 20px;
  left: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #b44ea7;
  text-align: center;
  cursor: pointer;
}
.bebasata-advantages__watch:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 14px;
  margin-right: 12px;
  background-image: url('../images/play-purple.png');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.bebasata-advantages__know-us {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 144px;
  padding: 12px 0px;
  border-radius: 6px;
  background-color: #ffffff;
  bottom: 20px;
  left: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #b44ea7;
  text-align: center;
  cursor: pointer;
}
.bebasata-advantages__know-us:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 14px;
  margin-right: 12px;
  background-image: url('../images/play-purple.png');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.bebasata-advantages__paragraphy {
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0px;
  line-height: 1.5;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-advantages__paragraphy {
    font-size: 13px;
    line-height: 1.54;
    margin: 5px 0px 15px 0px;
  }
}
@media (max-width: 768px) {
  .bebasata-advantages {
    margin-top: 80px;
  }
}
.bebasata-advantages__title {
  position: relative;
  z-index: 1;
  color: #555864;
  text-align: center;
  display: table;
}
.bebasata-advantages__title:after {
  content: '';
  position: absolute;
  left: calc(100% - 185px);
  top: 28px;
  z-index: -1;
  width: 193px;
  height: 13px;
  background-image: url('../images/orange-bottom-line.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .bebasata-advantages__title:after {
    left: 0;
    right: 0;
    margin: auto;
    width: 135px;
    height: 9px;
    top: 40px;
  }
}
@media (max-width: 768px) {
  .bebasata-advantages__title {
    width: auto !important;
    margin: 0px auto;
  }
}
.bebasata-advantages__deposit-rate {
  font-size: 99px;
  color: #a955a2;
  font-family: 'Signika Negative', sans-serif;
  font-weight: 600;
  letter-spacing: -5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-left: 42px;
  padding-right: 42px;
}
@media (max-width: 1024px) {
  .bebasata-advantages__deposit-rate {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 768px) {
  .bebasata-advantages__deposit-rate {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 75px;
    margin-top: 25px;
    font-size: 85px;
    font-size: 23vw;
  }
}
.bebasata-advantages__rows {
  margin: 50px 0px;
}
@media (max-width: 768px) {
  .bebasata-advantages__rows {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.bebasata-advantages__rows > img {
  padding: 50px 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-advantages__rows > img {
    padding: 35px 35px;
  }
}
.bebasata-advantages__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: auto;
  color: #b44ea7;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .bebasata-advantages__link {
    font-size: 10px;
    letter-spacing: 0.8px;
  }
}
.bebasata-advantages__link > span {
  margin-bottom: -2px;
}
.bebasata-advantages__link:hover {
  text-decoration: underline;
}
.bebasata-advantages__link-icon {
  max-height: 32px;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-advantages__link-icon {
    width: 19px;
    margin-right: 10px;
  }
}
.bebasata-advantages__photo {
  /*width: 500px;*/
  /*height: auto;*/
  height: 100%;
}
@media (max-width: 768px) {
  .bebasata-advantages__photo {
    width: 400px;
  }
}
.bebasata-advantages__photo > svg {
  padding: 50px 50px;
  width: 100%;
  overflow: visible;
}
@media (max-width: 768px) {
  .bebasata-advantages__photo > svg {
    padding: 35px 35px;
  }
}
.bebasata-advantages__photo > img {
  /*padding: 50px 50px;*/
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-advantages__photo > img {
    /*padding: 35px 35px;*/
  }
}
@media all and (-ms-high-contrast: none) {
  .bebasata-advantages__photo {
    /* IE11 HACK */
  }
  .bebasata-advantages__photo *::-ms-backdrop,
  .bebasata-advantages__photo > svg {
    padding: 0;
  }
}
@media all and (-ms-high-contrast: none) and (max-width: 768px) {
  .bebasata-advantages__photo *::-ms-backdrop,
  .bebasata-advantages__photo > svg {
    padding: 0;
  }
}
.bebasata-lp-horizontal-cards {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 0px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-lp-horizontal-cards {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-lp-horizontal-cards__rows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  padding: 0px 80px;
  margin: 65px 0px;
  transition: all 0.5s;
}
.bebasata-lp-horizontal-cards__rows:first-child {
  margin-top: 0px;
}
.bebasata-lp-horizontal-cards__rows:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .bebasata-lp-horizontal-cards__rows {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    padding: 0px;
    margin: 30px 0px;
  }
}
.bebasata-lp-horizontal-cards__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 400px;
}
@media (max-width: 768px) {
  .bebasata-lp-horizontal-cards__content {
    width: 100%;
    order: 2;
  }
}
.bebasata-lp-horizontal-cards__rowtitle {
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 600;
  color: #555864;
  line-height: 1.55;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .bebasata-lp-horizontal-cards__rowtitle {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.9px;
  }
}
.bebasata-lp-horizontal-cards__photo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  width: 400px;
  max-height: 335px;
  /*height: 298px;*/
}
.bebasata-lp-horizontal-cards__photo > img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .bebasata-lp-horizontal-cards__photo {
    width: 100%;
    margin-bottom: 15px;
    order: 1 !important;
    height: auto !important;
  }
}
.bebasata-lp-horizontal-cards__watch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 91px;
  padding: 12px 0px;
  border-radius: 6px;
  background-color: #ffffff;
  bottom: 20px;
  left: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #b44ea7;
  text-align: center;
  cursor: pointer;
}
.bebasata-lp-horizontal-cards__watch:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 14px;
  margin-right: 12px;
  background-image: url('../images/play-purple.png');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.bebasata-lp-horizontal-cards__know-us {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: absolute;
  width: 144px;
  padding: 12px 0px;
  border-radius: 6px;
  background-color: #ffffff;
  bottom: 20px;
  left: 20px;
  font-size: 13px;
  font-weight: 600;
  color: #b44ea7;
  text-align: center;
  cursor: pointer;
}
.bebasata-lp-horizontal-cards__know-us:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 14px;
  margin-right: 12px;
  background-image: url('../images/play-purple.png');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.bebasata-lp-horizontal-cards__paragraphy {
  font-size: 16px;
  font-weight: normal;
  margin: 20px 0px;
  line-height: 1.5;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-lp-horizontal-cards__paragraphy {
    font-size: 13px;
    line-height: 1.54;
    margin: 5px 0px 15px 0px;
  }
}
.bebasata-lp-horizontal-cards-title {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 80px 0 80px;
}
.bebasata-lp-horizontal-cards-title h1 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-lp-horizontal-cards-title h1 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .bebasata-lp-horizontal-cards-title {
    width: 90%;
    padding: 40px 0 0 0;
    margin-bottom: -20px;
  }
}
@media (max-width: 768px) {
  .sf-Long-text {
    width: 90%;
    margin: auto;
    word-break: break-all;
  }
  .sf-Long-text .pageTitle {
    margin: 0!important;
  }
}
.bebasata-very-pleasure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 75px 0px;
}
.bebasata-very-pleasure__carousel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 768px) {
  .bebasata-very-pleasure__carousel {
    width: 100% !important;
  }
}
.bebasata-very-pleasure__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 235px;
  border-radius: 10px;
  border: 1px solid #f3f4f4;
  padding: 30px 30px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-very-pleasure__row {
    height: 300px;
  }
}
.bebasata-very-pleasure__top-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.bebasata-very-pleasure__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: auto;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.bebasata-very-pleasure__icon.twitter {
  background-image: url('../images/twitter.svg');
}
.bebasata-very-pleasure__icon.facebook {
  background-image: url('../images/facebook.svg');
}
.bebasata-very-pleasure__icon.instagram {
  background-image: url('../images/instagram.svg');
}
.bebasata-very-pleasure__icon.bizeyazin-bireysel {
  background-image: url('../images/sprite-icons-v2.png') !important;
  background-position: -20px -66px !important;
  background-repeat: no-repeat !important;
  width: 22px;
}
.bebasata-very-pleasure__icon.bizeyazin-sirketim {
  background-image: url('../images/qnb-bebasata-sirketim-bizeyazin.png');
  background-size: 20px;
}
.bebasata-very-pleasure__date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: auto;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
}
.bebasata-very-pleasure__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 20px 0px 0px 0px;
  font-size: 13px;
  font-weight: normal;
  color: #555864;
}
.bebasata-very-pleasure__video {
  position: relative;
  overflow: hidden;
}
.bebasata-very-pleasure__video-information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
  color: #555864;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
}
.bebasata-very-pleasure__video-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  z-index: 1;
}
.bebasata-very-pleasure__video-text {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  z-index: 1;
}
.bebasata-very-pleasure__video-top-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-very-pleasure__video-play-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-right: auto;
  width: 20px;
  height: 20px;
  color: transparent;
  overflow: hidden;
  background-image: url('../images/play.png');
  background-size: 90% !important;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  z-index: 1;
}
.bebasata-very-pleasure__video-youtube {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: auto;
  width: 30px;
  height: 20px;
  color: transparent;
  overflow: hidden;
  background-image: url('../images/youtube.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 1;
  background-size: 100%;
}
.bebasata-very-pleasure__video-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
}
@media (max-width: 768px) {
  .bebasata-very-pleasure__video-image {
    width: auto !important;
    height: 100% !important;
  }
}
@media (max-width: 768px) {
  .bebasata-very-pleasure {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-very-pleasure > .owl-nav {
  display: none;
}
.bebasata-very-pleasure__title {
  position: relative;
  z-index: 1;
  color: #555864;
  font-weight: 600 !important;
}
.bebasata-very-pleasure__title:after {
  content: '';
  position: absolute;
  left: calc(100% - 144px);
  top: 27px;
  z-index: -1;
  width: 157px;
  height: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .bebasata-very-pleasure__title:after {
    left: calc(100% - 104px);
    top: 19px;
    width: 107px;
    height: 10px;
  }
}
.bebasata-very-pleasure__carousel {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .bebasata-very-pleasure__carousel {
    margin-top: 30px;
  }
}
.bebasata-very-pleasure__name {
  color: #555864 !important;
}
.bebasata-social-gossip {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 25px;
}
.bebasata-social-gossip__carousel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 768px) {
  .bebasata-social-gossip__carousel {
    width: 100% !important;
  }
}
.bebasata-social-gossip__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 235px;
  border-radius: 10px;
  border: 1px solid #f3f4f4;
  padding: 30px 30px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-social-gossip__row {
    height: 300px;
  }
}
.bebasata-social-gossip__top-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.bebasata-social-gossip__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: auto;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.bebasata-social-gossip__icon.twitter {
  background-image: url('../images/twitter.svg');
}
.bebasata-social-gossip__icon.facebook {
  background-image: url('../images/facebook.svg');
}
.bebasata-social-gossip__icon.instagram {
  background-image: url('../images/instagram.svg');
}
.bebasata-social-gossip__icon.bizeyazin-bireysel {
  background-image: url('../images/sprite-icons-v2.png') !important;
  background-position: -20px -66px !important;
  background-repeat: no-repeat !important;
  width: 22px;
}
.bebasata-social-gossip__icon.bizeyazin-sirketim {
  background-image: url('../images/qnb-bebasata-sirketim-bizeyazin.png');
  background-size: 20px;
}
.bebasata-social-gossip__date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: auto;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
}
.bebasata-social-gossip__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 20px 0px 0px 0px;
  font-size: 13px;
  font-weight: normal;
  color: #555864;
}
.bebasata-social-gossip__video {
  position: relative;
  overflow: hidden;
}
.bebasata-social-gossip__video-information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
  color: #555864;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
}
.bebasata-social-gossip__video-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  z-index: 1;
}
.bebasata-social-gossip__video-text {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  z-index: 1;
}
.bebasata-social-gossip__video-top-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-social-gossip__video-play-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-right: auto;
  width: 20px;
  height: 20px;
  color: transparent;
  overflow: hidden;
  background-image: url('../images/play.png');
  background-size: 90% !important;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  z-index: 1;
}
.bebasata-social-gossip__video-youtube {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: auto;
  width: 30px;
  height: 20px;
  color: transparent;
  overflow: hidden;
  background-image: url('../images/youtube.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 1;
  background-size: 100%;
}
.bebasata-social-gossip__video-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
}
@media (max-width: 768px) {
  .bebasata-social-gossip__video-image {
    width: auto !important;
    height: 100% !important;
  }
}
@media (max-width: 768px) {
  .bebasata-social-gossip {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.bebasata-social-gossip__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #555864;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .bebasata-social-gossip__title {
    font-weight: 700;
  }
}
.bebasata-social-gossip__title:after {
  content: '';
  position: absolute;
  left: calc(100% - 136px);
  top: 29px;
  z-index: -1;
  width: 145px;
  height: 15px;
  background-image: url('../images/blue-bottom-line.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .bebasata-social-gossip__title:after {
    left: calc(100% - 104px);
    top: 19px;
    width: 107px;
    height: 10px;
  }
}
.bebasata-social-gossip__carousel {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .bebasata-social-gossip__carousel {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 35px;
  }
}
.bebasata-social-gossip__carousel > .owl-dots {
  display: none;
}
.bebasata-social-gossip__carousel > .owl-nav {
  top: 55%;
  transform: translateY(-55%);
}
@media (max-width: 1170px) {
  .bebasata-social-gossip__carousel > .owl-nav {
    width: calc(100% - 100px);
  }
}
@media (max-width: 768px) {
  .bebasata-social-gossip__carousel > .owl-nav {
    display: none;
  }
}
.bebasata-lp-opportunity {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  /*.align-items(center);*/
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-lp-opportunity--triple {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  /*.align-items(flex-start);*/
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity--triple {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-lp-opportunity--double {
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  /*.align-items(flex-start);*/
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity--double {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-lp-opportunity__title {
  color: #555864;
}
.bebasata-lp-opportunity__title--triple {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
.bebasata-lp-opportunity__title--double {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #555864;
  width: 100%;
}
.bebasata-lp-opportunity__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.bebasata-lp-opportunity__carousel {
  /*.flex-display();*/
  margin-top: 30px;
  padding: 0;
}
.bebasata-lp-opportunity__carousel--triple {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: calc(100% / 3);
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__carousel--triple {
    width: 100% !important;
    padding-bottom: 40px !important;
  }
}
.bebasata-lp-opportunity__carousel--double {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  /*width: 556px;*/
  width: 48%;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__carousel--double {
    width: 100% !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__carousel {
    width: 100%;
    margin-top: 20px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.bebasata-lp-opportunity__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid #f3f4f4;
  padding: 70px 90px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  margin: 0px 10px;
  position: relative;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 15px 15px 25px 15px;
  }
}
.bebasata-lp-opportunity__row--single {
  width: 100%;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__row--single {
    width: 91%;
    margin-bottom: 30px;
  }
}
.bebasata-lp-opportunity__row--double {
  width: 100%;
  padding: 40px 120px;
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__row--double {
    width: 100% !important;
    padding: 20px 20px;
  }
}
.bebasata-lp-opportunity__row--triple {
  -webkit-flex-direction: column !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  padding: 20px 20px !important;
}
.bebasata-lp-opportunity__image {
  max-width: 368px;
  margin-right: 50px;
  border-radius: 5px;
  overflow: hidden;
}
.bebasata-lp-opportunity__image > img {
  width: 100%;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__image > img {
    height: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__image {
    margin: 0px;
    width: 100%;
  }
}
.bebasata-lp-opportunity__image--triple {
  display: block;
  width: 100% !important;
  margin: 0px !important;
}
.bebasata-lp-opportunity__image--triple > img {
  display: block;
  width: 100%;
}
.bebasata-lp-opportunity__image--double {
  display: block;
  max-width: 100% !important;
  margin: 0px !important;
  position: relative;
  height: 110px;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.bebasata-lp-opportunity__image--double > img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__subtitle {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin: 15px 0px;
  }
}
.bebasata-lp-opportunity__subtitle--triple {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 15px 0px;
  padding: 0px 10px;
  height: 65px;
}
.bebasata-lp-opportunity__subtitle--double {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 25px 0 25px 0px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__subtitle--double {
    margin: 10px 0px;
    min-height: unset;
  }
}
.bebasata-lp-opportunity__paragraphy {
  /*display: none;*/
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  line-height: 1.57;
  /*margin: 15px 0px 0px 0px;*/
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__paragraphy {
    display: none;
  }
}
.bebasata-lp-opportunity__full-view {
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  color: #b44ea7;
  text-transform: uppercase;
  margin: 40px auto 0px auto;
}
.bebasata-lp-opportunity__full-view:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__full-view {
    font-size: 10px;
    margin: 20px auto 0px auto;
  }
}
.bebasata-lp-opportunity__date-time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #b44ea7;
  position: relative;
  bottom: 0;
}
.bebasata-lp-opportunity__date-time:before {
  content: '';
  width: 19px;
  height: 19px;
  margin-right: 10px;
  background-image: url('../images/calendar-purple.svg');
  background-size: 18px !important;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__date-time:before {
    width: 15px;
    height: 15px;
    background-size: 12px !important;
    margin-right: 5px;
  }
}
.bebasata-lp-opportunity__date-time--triple {
  padding: 0px 10px;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__date-time--triple {
    -webkit-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
}
.bebasata-lp-opportunity__date-time--double {
  padding: 0px 0px;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__date-time--double {
    -webkit-justify-content: flex-start !important;
    -ms-justify-content: flex-start !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity__date-time {
    /*.justify-content(center);*/
    margin-top: 10px;
    font-size: 12px;
    position: static;
  }
}
.bebasata-lp-opportunity .bebasata-lp-opportunit__container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-lp-opportunity .bebasata-lp-opportunit__container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-very-easy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 75px 0px;
  background-color: #f8f9fa;
}
@media (max-width: 768px) {
  .bebasata-very-easy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-very-easy__title {
  position: relative;
  z-index: 1;
  color: #555864;
}
.bebasata-very-easy__title:after {
  content: '';
  position: absolute;
  left: calc(100% - 136px);
  top: 29px;
  z-index: -1;
  width: 145px;
  height: 15px;
  background-image: url('../images/green-bottom-line.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 768px) {
  .bebasata-very-easy__title:after {
    left: calc(100% - 98px);
    top: 20px;
    width: 106px;
    height: 10px;
  }
}
@media (max-width: 768px) {
  .bebasata-very-easy__title {
    margin-top: 10px;
    margin-bottom: 16px;
  }
}
.bebasata-very-easy__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-height: 300px !important;
}
@media (max-width: 768px) {
  .bebasata-very-easy__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-very-easy__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50%;
  margin: 50px 0px 30px 0px;
}
@media (max-width: 768px) {
  .bebasata-very-easy__column {
    width: 100%;
  }
  .bebasata-very-easy__column:first-child {
    margin-top: 16px;
  }
}
.bebasata-very-easy__photo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  width: 458px;
  min-height: 290px;
}
@media (max-width: 768px) {
  .bebasata-very-easy__photo {
    width: 90%;
    height: auto !important;
    min-height: auto !important;
  }
}
.bebasata-very-easy__photo > picture {
  width: 100%;
}
.bebasata-very-easy__photo > picture > img {
  width: 100%;
}
.bebasata-very-easy__photo > img {
  width: 100%;
  border-radius: 7px;
}
.bebasata-very-easy__title-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 458px;
  margin: 30px 0px 0px 0px;
}
.bebasata-very-easy__title-text > span {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -1px;
  color: #555864;
  font-family: 'Montserrat';
}
@media (max-width: 768px) {
  .bebasata-very-easy__title-text > span {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.9px;
    text-align: center;
  }
}
.bebasata-very-easy__title-text > p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  margin: 20px 0px 0px 0px;
}
@media (max-width: 768px) {
  .bebasata-very-easy__title-text > p {
    display: none;
  }
}
@media (max-width: 768px) {
  .bebasata-very-easy__title-text {
    width: 90%;
    height: auto;
  }
}
.bebasata-very-easy__join-button {
  width: 144px;
  margin-top: 35px;
}
.bebasata-how-to-apply {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 75px 0px;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply {
    width: 100%;
    padding-bottom: 0px;
  }
}
.bebasata-how-to-apply__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #555864;
  font-weight: 600;
  margin-bottom: 55px;
}
.bebasata-how-to-apply__rows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply__rows {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0px 75px 0px;
  }
}
.bebasata-how-to-apply__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: calc(100% / 2);
  margin: 0px 15px;
  border-radius: 10px;
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border: solid 1px #f3f4f4;
}
.bebasata-how-to-apply__row__single {
  width: 100%;
}
.bebasata-how-to-apply__row__single .bebasata-how-to-apply__text {
  max-width: none;
}
.bebasata-how-to-apply__row__single .bebasata-how-to-apply__image {
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply__row {
    width: 91%;
    margin: 15px auto;
  }
}
.bebasata-how-to-apply__image {
  margin-left: auto;
  min-width: 200px;
  height: auto;
  overflow: hidden;
  width: 207px;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply__image {
    display: none;
  }
}
.bebasata-how-to-apply__image > img {
  width: 100%;
  display: block;
}
.bebasata-how-to-apply__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 30px;
}
.bebasata-how-to-apply__subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #555864;
}
.bebasata-how-to-apply__text {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.43;
  color: #555864;
  margin: 12px 0px;
  opacity: 0.9;
  max-width: 300px;
}
.bebasata-how-to-apply__link {
  font-size: 12px;
  font-weight: 500;
  color: #b44ea7;
  text-transform: uppercase;
  opacity: 0.9;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply__link {
    font-size: 10px;
  }
}
.bebasata-how-to-apply__link:hover {
  text-decoration: underline;
}
.bebasata-how-to-apply-v2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 75px 0px;
  background-color: #f8f9fa;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-how-to-apply-v2__title {
  position: relative;
  z-index: 1;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v2__title {
    margin-top: 10px;
    margin-bottom: 16px;
  }
}
.bebasata-how-to-apply-v2__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-height: 300px !important;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v2__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-how-to-apply-v2__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50%;
  margin: 50px 0px 30px 0px;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v2__column {
    width: 100%;
  }
  .bebasata-how-to-apply-v2__column:first-child {
    margin-top: 16px;
  }
}
.bebasata-how-to-apply-v2__photo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  width: 458px;
  min-height: 290px;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v2__photo {
    width: 90%;
    height: auto !important;
    min-height: auto !important;
  }
}
.bebasata-how-to-apply-v2__photo > picture {
  width: 100%;
}
.bebasata-how-to-apply-v2__photo > picture > img {
  width: 100%;
}
.bebasata-how-to-apply-v2__photo > img {
  width: 100%;
  border-radius: 7px;
}
.bebasata-how-to-apply-v2__title-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 458px;
  margin: 30px 0px 0px 0px;
}
.bebasata-how-to-apply-v2__title-text > span {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: -1px;
  color: #555864;
  font-family: 'Montserrat';
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v2__title-text > span {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.9px;
    text-align: center;
  }
}
.bebasata-how-to-apply-v2__title-text > p {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  margin: 20px 0px 0px 0px;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v2__title-text > p {
    display: none;
  }
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v2__title-text {
    width: 90%;
    height: auto;
  }
}
.bebasata-how-to-apply-v2__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
}
.bebasata-how-to-apply-v2__button {
  margin: 0px 10px;
  margin-top: 35px;
}
.bebasata-how-to-apply-v2__button.bebasata-button--secondary {
  width: 164px;
}
.bebasata-how-to-apply-v3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v3 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v3 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.bebasata-how-to-apply-v3__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 0px;
}
.bebasata-how-to-apply-v3__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #555864;
  font-weight: 600;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v3__title {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.bebasata-how-to-apply-v3__boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v3__boxes {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 25px 0px;
  }
}
.bebasata-how-to-apply-v3__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: calc(100% / 2);
  margin-right: 30px;
  border-radius: 10px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border: solid 1px #f3f4f4;
  overflow: hidden;
}
.bebasata-how-to-apply-v3__box:last-child {
  margin-right: 0px;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v3__box {
    width: 100%;
    margin: 0px;
    margin-bottom: 20px;
  }
  .bebasata-how-to-apply-v3__box:last-child {
    margin-bottom: 0px;
  }
}
.bebasata-how-to-apply-v3__image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bebasata-how-to-apply-v3__image {
    display: none;
  }
}
.bebasata-how-to-apply-v3__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 30px;
}
.bebasata-how-to-apply-v3__subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #555864;
  line-height: 1.38;
}
.bebasata-how-to-apply-v3__text {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  color: #555864;
  margin: 12px 0px;
  opacity: 0.9;
  max-width: 300px;
}
.bebasata-how-to-apply-v3__button {
  margin: auto;
}
.bebasata-how-to-apply-v3__link {
  font-size: 12px;
  font-weight: 500;
  color: #b44ea7;
  text-transform: uppercase;
  opacity: 0.9;
}
.bebasata-how-to-apply-v3__link:hover {
  text-decoration: underline;
}
.bebasata-credit-calculator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculator {
    width: 100%;
    padding: 40px 20px;
  }
}
.bebasata-credit-calculator__title {
  letter-spacing: -0.8px;
  font-weight: 700 !important;
  color: #555864;
  text-align: center;
}
.bebasata-credit-calculator__subtitle {
  font-size: 13px;
  text-align: center;
  margin: 5px 0px 0px 0px;
  font-weight: 600;
}
.bebasata-credit-calculator__inputs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  padding: 60px 0px 45px 0px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculator__inputs {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.bebasata-credit-calculator__input-colmn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0px 15px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculator__input-colmn {
    margin: 15px 0px;
  }
}
.bebasata-credit-calculator__field-title {
  font-size: 14px;
  color: #555864;
  margin-bottom: 10px;
  font-weight: 500;
}
.bebasata-credit-calculator__range-start-finish-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 15px;
  font-size: 14px;
  font-weight: normal;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-credit-calculator__range-start-finish-line {
    font-size: 12px;
  }
}
.bebasata-credit-calculator__range-start-finish-line > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-credit-calculator__range-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bebasata-credit-calculator__input {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #ffffff;
  color: #555864;
  border-bottom: none;
  width: 360px;
  font-size: 26px;
  font-weight: 500;
  text-align: center;
  padding: 15px 0px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculator__input {
    width: 100%;
  }
}
.bebasata-credit-calculator__detail-colmn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  margin: 25px 0px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculator__detail-colmn {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0px;
  }
}
.bebasata-credit-calculator__detail-colmn--second {
  display: none;
}
.bebasata-credit-calculator__detail-colmn--second .bebasata-credit-calculator__detail-value {
  font-size: 18px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculator__detail-colmn--second .bebasata-credit-calculator__detail-value {
    font-size: 16px;
  }
}
.bebasata-credit-calculator__detail-colmn--second.active {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.bebasata-credit-calculator__detail-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #555864;
  margin: 0px 40px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculator__detail-item {
    margin: 15px 0px;
  }
}
.bebasata-credit-calculator__detail-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .bebasata-credit-calculator__detail-title {
    font-size: 12px;
    text-align: center;
  }
}
.bebasata-credit-calculator__detail-value {
  font-size: 26px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .bebasata-credit-calculator__detail-value {
    font-size: 18px;
    text-align: center;
  }
}
.bebasata-credit-calculator__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 144px;
  cursor: pointer;
  margin-top: 25px;
}
.bebasata-credit-calculator__detail-second-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #b44ea7;
  cursor: pointer;
}
.bebasata-credit-calculator__detail-second-toggle:hover {
  text-decoration: underline;
}
.bebasata-credit-calculator__detail-second-toggle:after {
  content: '';
  width: 7px;
  height: 5px;
  margin-left: 10px;
  background-image: url('../images/sprite-icons-v2.png') !important;
  background-position: -21px -462px !important;
  background-repeat: no-repeat !important;
  transition: all 0.5s;
}
.bebasata-credit-calculator__detail-second-toggle.active:after {
  transform: rotate(180deg);
}
.bebasata-additional-money-debt-calculator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator {
    padding-bottom: 40px;
  }
}
.bebasata-additional-money-debt-calculator__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #555864;
  font-weight: 700;
  font-size: 26px;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__title {
    font-size: 18px;
  }
}
.bebasata-additional-money-debt-calculator__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 60px auto 0px auto;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__form {
    width: 100%;
    margin-top: 0px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-additional-money-debt-calculator__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}
.bebasata-additional-money-debt-calculator__field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #555864;
}
.bebasata-additional-money-debt-calculator__seperator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 30px;
  height: 46px;
  font-size: 12px;
  font-weight: 400;
  color: #b7bdbf;
  margin-top: 25px;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__seperator {
    height: 34px;
    width: 100%;
    margin: 0px;
  }
}
.bebasata-additional-money-debt-calculator__input {
  width: 220px;
  min-height: 46px;
  font-size: 14px;
  padding: 0px 15px;
}
.bebasata-additional-money-debt-calculator__input[data-date='true'] {
  background-image: url('../images/calendar-purple.svg');
  background-size: 15px !important;
  background-position: 190px center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__input[data-date='true'] {
    background-position: 96% center;
  }
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__input {
    width: 100%;
  }
}
.bebasata-additional-money-debt-calculator__input--tl {
  background-image: url('../images/tl-text-icon.png');
  background-size: 25px !important;
  background-position: 178px center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__input--tl {
    background-position: 96% center;
  }
}
.bebasata-additional-money-debt-calculator__input--day {
  background-image: url('../images/gun-icon.png');
  background-size: 35px !important;
  background-position: 173px center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__input--day {
    background-position: 96% center;
  }
}
.bebasata-additional-money-debt-calculator__field-title {
  font-size: 14px;
  font-weight: 500;
  color: #555864;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__field-title {
    text-align: center;
  }
}
.bebasata-additional-money-debt-calculator__field-information {
  font-size: 36px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__field-information {
    font-size: 26px;
    text-align: center;
  }
}
.bebasata-additional-money-debt-calculator__button {
  margin-top: auto;
  margin-bottom: 2px;
  height: 46px !important;
  width: 144px;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__button {
    margin: 0px auto;
  }
}
.bebasata-additional-money-debt-calculator__information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 960px;
  margin: 20px auto auto auto;
  color: #555864;
  font-size: 14px;
  font-weight: normal;
}
.bebasata-additional-money-debt-calculator__information:before {
  content: '';
  width: 20px;
  height: 20px;
  background-image: url('../images/book-percent.png');
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__information {
    width: 100%;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.bebasata-additional-money-debt-calculator__detail-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #555864;
  margin: 70px 40px 0px 40px;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__detail-item {
    margin: 15px 0px;
  }
}
.bebasata-additional-money-debt-calculator__detail-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__detail-title {
    font-size: 12px;
    text-align: center;
    justify-content: center;
  }
}
.bebasata-additional-money-debt-calculator__detail-value {
  font-size: 26px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator__detail-value {
    font-size: 26px;
    text-align: center;
  }
}
.bebasata-additional-money-debt-calculator-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.bebasata-additional-money-debt-calculator-detail__detail-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #555864;
  margin: 0px 40px;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator-detail__detail-item {
    margin: 15px 0px;
  }
}
.bebasata-additional-money-debt-calculator-detail__detail-title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator-detail__detail-title {
    font-size: 12px;
    text-align: center;
  }
}
.bebasata-additional-money-debt-calculator-detail__detail-value {
  font-size: 36px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .bebasata-additional-money-debt-calculator-detail__detail-value {
    font-size: 26px;
    text-align: center;
  }
}
.bebasata-deposit-interest-rates {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates {
    width: 100%;
    padding-bottom: 40px;
  }
}
.bebasata-deposit-interest-rates > input {
  display: none;
}
.bebasata-deposit-interest-rates > form {
  width: 100%;
}
.bebasata-deposit-interest-rates__title {
  color: #555864;
  letter-spacing: -0.8px;
  font-weight: 700 !important;
  font-size: 26px;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__title {
    font-size: 18px;
  }
}
.bebasata-deposit-interest-rates__title small {
  font-size: 15px;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__title small {
    font-size: 13px;
  }
}
.bebasata-deposit-interest-rates__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 37px;
}
.bebasata-deposit-interest-rates__tab-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 94px;
  height: 42px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  cursor: pointer;
  background-color: #f8f9fa;
}
.bebasata-deposit-interest-rates__tab-item:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-deposit-interest-rates__tab-item--active {
  border-color: #d9b1d8;
}
.bebasata-deposit-interest-rates__tab-item--active > .bebasata-deposit-interest-rates__tab-status {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-color: #d9b1d8;
}
.bebasata-deposit-interest-rates__tab-item--active > .bebasata-deposit-interest-rates__tab-status:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #b44ea7;
  border-radius: 100%;
}
.bebasata-deposit-interest-rates__tab-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin: 0px 15px;
}
.bebasata-deposit-interest-rates__tab-item-title {
  font-size: 14px;
  font-weight: 500;
  color: #879196;
}
.bebasata-deposit-interest-rates__flex-table {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 946px;
  margin: 20px auto 0px auto;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  display: none;
}
.bebasata-deposit-interest-rates__flex-table--active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__flex-table {
    width: 90%;
    margin-top: 30px;
  }
}
.bebasata-deposit-interest-rates__flex-table.accumulation-deposit .bebasata-deposit-interest-rates__flex-table-item {
  width: 8%;
}
.bebasata-deposit-interest-rates__flex-table.accumulation-deposit .bebasata-deposit-interest-rates__flex-table-item--width-25 {
  width: 25%;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__flex-table.accumulation-deposit .bebasata-deposit-interest-rates__flex-table-item--width-25 {
    border-bottom: 0;
  }
  .bebasata-deposit-interest-rates__flex-table.accumulation-deposit .bebasata-deposit-interest-rates__flex-table-item--width-25:first-child {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
  }
  .bebasata-deposit-interest-rates__flex-table.accumulation-deposit .bebasata-deposit-interest-rates__flex-table-item--width-25:first-child div {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
  }
  .bebasata-deposit-interest-rates__flex-table.accumulation-deposit .bebasata-deposit-interest-rates__flex-table-item--width-25:first-child + div {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
    width: 25% !important;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
  }
  .bebasata-deposit-interest-rates__flex-table.accumulation-deposit .bebasata-deposit-interest-rates__flex-table-item--width-25:first-child + div > div {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: -ms-flex !important;
    display: flex !important;
  }
  .bebasata-deposit-interest-rates__flex-table.accumulation-deposit .bebasata-deposit-interest-rates__flex-table-item--width-25 > div:first-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__flex-table.accumulation-deposit .bebasata-deposit-interest-rates__flex-table-item:not(.bebasata-deposit-interest-rates__flex-table-item--width-25) {
    -webkit-align-items: center !important;
    -ms-align-items: center !important;
    align-items: center !important;
  }
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__flex-table.accumulation-deposit .bebasata-deposit-interest-rates__flex-table-item--first-child {
    border-bottom: 0;
  }
}
.bebasata-deposit-interest-rates__flex-table.center-content .bebasata-deposit-interest-rates__flex-table-item--width-25 {
  -webkit-align-items: center !important;
  -ms-align-items: center !important;
  align-items: center !important;
}
.bebasata-deposit-interest-rates__flex-table-value {
  font-size: 16px;
  font-weight: normal;
  color: #555864;
  text-align: center;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__flex-table-value {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    display: block !important;
  }
}
.bebasata-deposit-interest-rates__flex-table-head {
  display: none;
  font-size: 14px;
  font-weight: 500;
  color: #555864;
  margin-bottom: 5px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__flex-table-head {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    font-size: 13px;
  }
  .bebasata-deposit-interest-rates__flex-table-head i {
    position: absolute;
    right: 10px;
  }
}
.bebasata-deposit-interest-rates__flex-table-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 15%;
  padding: 15px 0px;
  border-bottom: 1px solid #e9edef;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__flex-table-item {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 25% !important;
    border-bottom: 0;
    /*&--first-child + hr{
				display: none
			}*/
  }
}
.bebasata-deposit-interest-rates__flex-table-item--first-child {
  width: 15%;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__flex-table-item--first-child {
    width: 25% !important;
    display: none;
  }
  .bebasata-deposit-interest-rates__flex-table-item--first-child + div {
    border-top: 1px solid #e9edef;
    padding-top: 25px;
  }
  .bebasata-deposit-interest-rates__flex-table-item--first-child + div div:first-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.bebasata-deposit-interest-rates__flex-table-item--first-child > .bebasata-deposit-interest-rates__flex-table-head {
  display: inline;
}
.bebasata-deposit-interest-rates__flex-table-item--first-deposit {
  width: 15%;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__flex-table-item--first-deposit {
    /*display: block;*/
    /*border-top: 1px solid #e9edef;
				padding-top: 25px;*/
  }
}
.bebasata-deposit-interest-rates__flex-table-item--first-deposit > .bebasata-deposit-interest-rates__flex-table-head {
  display: inline;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__flex-table-item--first-deposit > .bebasata-deposit-interest-rates__flex-table-head {
    /*border-top: 1px solid #e9edef;
					padding-top: 25px;*/
  }
}
.bebasata-deposit-interest-rates__flex-table-item--width-25 {
  width: 25%;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__flex-table-item--width-25 {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .bebasata-deposit-interest-rates__flex-table-item--width-25 > div:first-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    font-size: 13px;
  }
  .bebasata-deposit-interest-rates__flex-table-item--width-25.mobile-head:first-child {
    /*background: red;*/
  }
  .bebasata-deposit-interest-rates__flex-table-item--width-25:first-child > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    font-size: 13px;
  }
  .bebasata-deposit-interest-rates__flex-table-item--width-25 > .fixed-right {
    position: absolute;
    right: 20px;
  }
}
.bebasata-deposit-interest-rates__flex-table-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  background-color: #e9edef;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__flex-table-line {
    margin: 10px 0px 10px 0px;
    height: 1px;
    display: block;
    width: 100%;
  }
}
.bebasata-deposit-interest-rates__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  margin-top: 37px;
  max-height: 510px;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 93%;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
    max-height: none;
  }
}
.bebasata-deposit-interest-rates__change-link {
  margin: 15px 0 0;
  margin-bottom: 60px;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-deposit-interest-rates__change-link > a {
  font-weight: 500;
  font-size: 12px;
  border-color: #d9b1d8;
}
.bebasata-deposit-interest-rates__change-link > a:not(:last-of-type) {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__change-link > a {
    padding: 0px 15px;
  }
  .bebasata-deposit-interest-rates__change-link > a:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
.bebasata-deposit-interest-rates__form-fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 440px;
  padding: 40px 65px 40px 83px;
}
.bebasata-deposit-interest-rates__form-fields.cert-of-deposit {
  width: 490px;
  padding: 40px 40px 40px 42px;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-fields {
    width: 100% !important;
    padding: 20px 20px;
  }
}
.bebasata-deposit-interest-rates__form-field-title {
  font-size: 14px;
  font-weight: 500;
  color: #555864;
  margin-top: 20px;
  /*@media @max-768 {
			font-size: 10px;
		}*/
}
.bebasata-deposit-interest-rates__form-field-title:nth-child(1) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-field-title--interest {
    text-align: left;
  }
}
.bebasata-deposit-interest-rates__form-field-input,
.bebasata-deposit-interest-rates__form-field-select {
  display: block;
  min-height: 46px !important;
  border-radius: 6px;
  padding: 0px 15px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #555864;
}
.bebasata-deposit-interest-rates__form-radiboxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 10px;
  min-height: 47px;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-radiboxes.cert-of-deposit {
    flex-wrap: wrap;
  }
}
.bebasata-deposit-interest-rates__form-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  /* .justify-content(center);*/
  width: 94px;
  height: 42px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  cursor: pointer;
  background-color: #f8f9fa;
}
.bebasata-deposit-interest-rates__form-item.cert-of-deposit {
  width: 130px;
  margin-left: 5px;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-item.cert-of-deposit {
    width: 100%;
    margin-bottom: 5px;
  }
  .bebasata-deposit-interest-rates__form-item.cert-of-deposit:last-child {
    margin-bottom: 0px;
  }
}
.bebasata-deposit-interest-rates__form-item--active {
  border-color: #d9b1d8;
}
.bebasata-deposit-interest-rates__form-item--active > .bebasata-deposit-interest-rates__form-check-status {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-color: #d9b1d8;
}
.bebasata-deposit-interest-rates__form-item--active > .bebasata-deposit-interest-rates__form-check-status:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #b44ea7;
  border-radius: 100%;
}
.bebasata-deposit-interest-rates__form-item > .bebasata-deposit-interest-rates__flex-table-head {
  display: none;
}
.bebasata-deposit-interest-rates__form-item--first {
  margin-left: 0px;
}
.bebasata-deposit-interest-rates__form-item.company-daily-interest-rates__form-item {
  width: 141px;
  height: 67px;
}
.bebasata-deposit-interest-rates__form-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin: 0 8px;
}
.bebasata-deposit-interest-rates__form-check-status:before {
  content: "";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-deposit-interest-rates__form-check-status:after {
  content: "";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-deposit-interest-rates__form-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-deposit-interest-rates__form-radio {
  display: none;
}
.bebasata-deposit-interest-rates__form-radio:checked + label {
  border-color: #d9b1d8;
}
.bebasata-deposit-interest-rates__form-radio:checked + label > .bebasata-deposit-interest-rates__form-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-deposit-interest-rates__form-radio:checked + label > .bebasata-deposit-interest-rates__form-check-status:after {
  background-color: #b44ea7;
}
.bebasata-deposit-interest-rates__form-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  /*margin-left: 15px;*/
}
.bebasata-deposit-interest-rates__form-label-text.company-daily-rate-option {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-label-text {
    font-size: 13px;
  }
}
.bebasata-deposit-interest-rates__form-interest-value {
  display: block;
  font-size: 26px;
  font-weight: normal;
  color: #555864;
  /*margin-top: 5px;*/
}
.bebasata-deposit-interest-rates__form-interest-value.top-margin {
  margin-top: 5px;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-interest-value {
    font-size: 16px;
    text-align: center;
  }
}
.bebasata-deposit-interest-rates__form-button {
  display: block;
  margin-top: 32px;
  width: 100%;
}
.bebasata-deposit-interest-rates__form-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-deposit-interest-rates__form-arrow--mobile {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-arrow--mobile {
    display: inline;
  }
}
.bebasata-deposit-interest-rates__form-arrow--desktop {
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-arrow--desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-arrow {
    width: 100%;
    height: 40px;
  }
}
.bebasata-deposit-interest-rates__form-arrow.little {
  max-height: 510px;
}
.bebasata-deposit-interest-rates__form-calculator-values {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-left: 70px;
}
.bebasata-deposit-interest-rates__form-calculator-values:last-child {
  margin-left: 104px !important;
}
@media (max-width: 1170px) {
  .bebasata-deposit-interest-rates__form-calculator-values {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-calculator-values {
    width: 50%;
    margin: 0px !important;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
  .bebasata-deposit-interest-rates__form-calculator-values:last-child {
    margin: 0px !important;
  }
}
.bebasata-deposit-interest-rates__form-calculator-value-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-calculator-value-item {
    margin-bottom: 21px;
  }
  .bebasata-deposit-interest-rates__form-calculator-value-item--hide-mobile {
    display: none;
  }
}
.bebasata-deposit-interest-rates__form-calculator-value-item--show-mobile {
  display: none;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-calculator-value-item--show-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.bebasata-deposit-interest-rates__form-calculator-value-item:last-child {
  margin-bottom: 0;
}
.bebasata-deposit-interest-rates__form-calculator-value-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #555864;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-calculator-value-title {
    text-align: center;
    padding: 0px 15px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-calculator-value-title > .bebasata-title-little-toolip {
    display: none;
  }
}
.bebasata-deposit-interest-rates__form-calculator-value {
  font-size: 18px;
  font-weight: normal;
  color: #555864;
}
.bebasata-deposit-interest-rates__form-calculator-value--highlight {
  font-size: 26px !important;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-calculator-value--highlight {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__form-calculator-value {
    font-size: 16px;
  }
}
.bebasata-deposit-interest-rates__redirect-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.bebasata-deposit-interest-rates__redirect-link:hover {
  color: #d774ca;
}
@media (max-width: 768px) {
  .bebasata-deposit-interest-rates__redirect-link {
    margin-bottom: 0px;
  }
}
.bebasata-deposit-interest-rates__form-field-select-with-day {
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  transition: border 0.5s;
  font-family: 'Work Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  color: #555864;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-image: url(../images/selectbox-arrow.svg), url(../images/gun-icon.png);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-color: #ffffff;
  padding: 0px 13px;
  min-height: 46px;
  margin-top: 10px;
}
.bebasata-deposit-interest-rates__form-field-select-with-day:focus {
  border-color: #b44ea7;
  color: #3c3f48;
}
.bebasata-deposit-interest-rates__form-field-select-with-day::-ms-expand {
  display: none;
}
.bebasata-widget-deposit-interest-rates__form-item.company-daily-interest-rates__form-item {
  width: 141px;
  height: 67px;
}
.bebasata-widget-deposit-interest-rates__form-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-widget-deposit-interest-rates__form-check-status:before {
  content: "";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-widget-deposit-interest-rates__form-check-status:after {
  content: "";
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-widget-deposit-interest-rates__form-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-widget-deposit-interest-rates__form-radio {
  display: none;
}
.bebasata-widget-deposit-interest-rates__form-radio:checked + label {
  border-color: #aacfe1;
}
.bebasata-widget-deposit-interest-rates__form-radio:checked + label > .bebasata-widget-deposit-interest-rates__form-check-status:before {
  border-color: #aacfe1;
}
.bebasata-widget-deposit-interest-rates__form-radio:checked + label > .bebasata-widget-deposit-interest-rates__form-check-status:after {
  background-color: #00b3fd;
}
.bebasata-widget-deposit-interest-rates__form-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
.bebasata-deposit-interest-rates-company-monthly-cell {
  width: 90px;
  height: auto;
  padding: 15px 0;
}
.bebasata-deposit-interest-rates-company-monthly-cell p {
  display: block;
  margin: 0 auto;
}
.bebasata-deposit-interest-rates-monthly-company-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 946px;
  margin: 20px auto 0px auto;
  -webkit-justify-content: center;
  flex-direction: inherit;
}
.bebasata-deposit-interest-rates-monthly-company-wrapper > hr {
  height: 1px;
}
.bebasata-deposit-interest-rates-monthly-company-row {
  /*float: left;*/
  display: inline-flex;
  justify-content: space-evenly;
}
.bebasata-deposit-interest-rates-monthly-company-header {
  color: #555864;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-deposit-interest-rates__form-radiboxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.bebasata-web-accumulation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-web-accumulation > input {
  display: none;
}
.bebasata-web-accumulation__title {
  letter-spacing: -0.8px;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__title {
    padding: 0px 20px;
    text-align: center;
    line-height: 1.89;
  }
}
.bebasata-web-accumulation__flex-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 556px;
  margin: 20px auto 0px auto;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__flex-table {
    width: 90%;
    margin-top: 30px;
  }
}
.bebasata-web-accumulation__flex-table-value {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__flex-table-value {
    font-size: 16px;
    font-weight: 500;
  }
}
.bebasata-web-accumulation__flex-table-head {
  display: none;
  font-size: 12px;
  font-weight: 500;
  color: #879196;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__flex-table-head {
    display: inline;
    margin-bottom: 10px;
  }
}
.bebasata-web-accumulation__flex-table-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
  padding: 15px 0px;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__flex-table-item {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: 25%;
  }
}
.bebasata-web-accumulation__flex-table-item:nth-child(1) > .bebasata-web-accumulation__flex-table-head,
.bebasata-web-accumulation__flex-table-item:nth-child(2) > .bebasata-web-accumulation__flex-table-head {
  display: inline;
}
.bebasata-web-accumulation__flex-table-item:nth-child(3n+1) {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  width: 70%;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__flex-table-item:nth-child(3n+1) {
    width: 95%;
    padding: 0px;
  }
  .bebasata-web-accumulation__flex-table-item:nth-child(3n+1) > .bebasata-web-accumulation__flex-table-head {
    display: none;
  }
}
.bebasata-web-accumulation__flex-table-line {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: 1px;
  background-color: #e9edef;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__flex-table-line {
    margin: 10px 0px 20px 0px;
  }
}
.bebasata-web-accumulation__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  margin-top: 55px;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 93%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
.bebasata-web-accumulation__form-fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 480px;
  padding: 40px 65px 40px 83px;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-fields {
    width: 100%;
    padding: 20px 20px;
  }
}
.bebasata-web-accumulation__form-field-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #879196;
  text-transform: uppercase;
  margin-top: 20px;
}
.bebasata-web-accumulation__form-field-title:nth-child(1) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-field-title {
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-field-title--interest {
    text-align: center;
  }
}
.bebasata-web-accumulation__form-field-input,
.bebasata-web-accumulation__form-field-select {
  display: block;
  height: 46px;
  border-radius: 6px;
  padding: 0px 15px;
  margin-top: 10px;
}
.bebasata-web-accumulation__form-radiboxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 10px;
}
.bebasata-web-accumulation__form-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50%;
  border-radius: 6px;
  border: 2px solid #e9edef;
  cursor: pointer;
  background-color: #f8f9fa;
  margin-left: 5px;
}
.bebasata-web-accumulation__form-item--active {
  border-color: #d9b1d8;
}
.bebasata-web-accumulation__form-item--active > .__form-check-status {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-color: #d9b1d8;
}
.bebasata-web-accumulation__form-item--active > .__form-check-status:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #b44ea7;
  border-radius: 100%;
}
.bebasata-web-accumulation__form-item--first {
  margin-left: 0px;
}
.bebasata-web-accumulation__form-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-web-accumulation__form-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-web-accumulation__form-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-web-accumulation__form-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-web-accumulation__form-radio {
  display: none;
}
.bebasata-web-accumulation__form-radio:checked + label {
  border-color: #d9b1d8;
}
.bebasata-web-accumulation__form-radio:checked + label > .bebasata-web-accumulation__form-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-web-accumulation__form-radio:checked + label > .bebasata-web-accumulation__form-check-status:after {
  background-color: #b44ea7;
}
.bebasata-web-accumulation__form-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  padding: 11px 0px;
}
.bebasata-web-accumulation__form-label-text > strong {
  display: block;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-label-text {
    font-size: 13px;
  }
}
.bebasata-web-accumulation__form-interest-value {
  display: block;
  font-size: 26px;
  font-weight: normal;
  color: #555864;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-interest-value {
    font-size: 16px;
    text-align: center;
  }
}
.bebasata-web-accumulation__form-button {
  display: block;
  margin-top: 32px;
  width: 100%;
}
.bebasata-web-accumulation__form-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-web-accumulation__form-arrow--mobile {
  display: none;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-arrow--mobile {
    display: inline;
  }
}
.bebasata-web-accumulation__form-arrow--desktop {
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-arrow--desktop {
    display: none;
  }
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-arrow {
    width: 100%;
    height: 40px;
    border: 1px solid red;
  }
}
.bebasata-web-accumulation__form-calculator-values {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-left: 70px;
}
.bebasata-web-accumulation__form-calculator-values:last-child {
  margin-left: 104px !important;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-calculator-values {
    width: 50%;
    margin: 0px !important;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    padding: 15px 0px;
  }
  .bebasata-web-accumulation__form-calculator-values:last-child {
    margin: 0px !important;
  }
}
.bebasata-web-accumulation__form-calculator-value-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}
.bebasata-web-accumulation__form-calculator-value-item:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-calculator-value-item {
    margin-bottom: 21px;
  }
}
.bebasata-web-accumulation__form-calculator-value-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 12px;
  font-weight: normal;
  color: #555864;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-calculator-value-title {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-calculator-value-title > .bebasata-title-little-toolip {
    display: none;
  }
}
.bebasata-web-accumulation__form-calculator-value {
  font-size: 18px;
  font-weight: normal;
  color: #555864;
}
.bebasata-web-accumulation__form-calculator-value--highlight {
  font-size: 26px !important;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-calculator-value--highlight {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__form-calculator-value {
    font-size: 13px;
    text-align: center;
  }
}
.bebasata-web-accumulation__redirect-link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.bebasata-web-accumulation__redirect-link:hover {
  color: #d774ca;
}
@media (max-width: 768px) {
  .bebasata-web-accumulation__redirect-link {
    margin-bottom: 0px;
  }
}
.bebasata-web-accumulation__value-empty {
  height: 45px;
}
.bebasata-detailed-specifications {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 150px;
}
@media (max-width: 768px) {
  .bebasata-detailed-specifications {
    margin-bottom: 75px;
  }
}
.bebasata-detailed-specifications__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #555864;
  font-weight: 600;
}
.bebasata-detailed-specifications__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin-top: 30px;
}
.bebasata-detailed-specifications__item {
  width: 920px;
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  padding: 0px 20px 20px 20px;
  position: relative;
  line-height: 1.62;
}
@media (max-width: 768px) {
  .bebasata-detailed-specifications__item {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bebasata-detailed-specifications__item:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #b7bdbf;
  border-radius: 100%;
  z-index: 1;
}
.bebasata-detailed-specifications__item:last-child:after {
  display: none;
}
.bebasata-detailed-specifications__external-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  color: #b44ea7;
  text-align: center;
  margin: 10px 0px;
  text-transform: uppercase;
}
.bebasata-detailed-specifications__external-link:hover {
  text-decoration: underline;
}
.bebasata-detailed-specifications__external-link:after {
  display: none;
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url('../images/external.svg');
  margin-left: 10px;
}
.bebasata-detailed-specifications__join {
  width: 144px;
  margin-top: 30px;
}
.bebasata-detailed-specifications-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-detailed-specifications-toggle__view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #b44ea7;
  cursor: pointer;
  text-transform: uppercase;
}
.bebasata-detailed-specifications-toggle__view.active:after {
  transform: rotate(180deg);
}
.bebasata-detailed-specifications-toggle__view:after {
  content: '';
  width: 9px;
  height: 9px;
  margin-left: 10px;
  background-image: url('../images/down-dropdown-purple-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.bebasata-detailed-specifications-toggle__view:hover {
  text-decoration: underline;
}
.bebasata-detailed-specifications-toggle__link {
  width: 144px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.bebasata-detailed-specifications-toggle__toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
.bebasata-detailed-specifications-toggle__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .bebasata-detailed-specifications-toggle__list {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bebasata-detailed-specifications-toggle__subtitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #555864;
}
.bebasata-detailed-specifications-toggle__item {
  width: 920px;
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  padding: 0px 20px 20px 20px;
  position: relative;
  line-height: 1.62;
}
@media (max-width: 768px) {
  .bebasata-detailed-specifications-toggle__item {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bebasata-detailed-specifications-toggle__item:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #b7bdbf;
  border-radius: 100%;
  z-index: 1;
}
.bebasata-detailed-specifications-toggle__item:last-child:after {
  display: none;
}
.bebasata-detailed-specifications-toggle__external-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #b44ea7;
  text-align: center;
  margin: 10px 0px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .bebasata-detailed-specifications-toggle__external-link {
    font-size: 10px;
  }
}
.bebasata-detailed-specifications-toggle__external-link:hover {
  text-decoration: underline;
}
.bebasata-detailed-specifications-toggle__external-link:after {
  display: none;
  content: '';
  width: 12px;
  height: 12px;
  background-image: url('../images/external.svg');
  margin-left: 5px;
}
.bebasata-individual-credit-about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-individual-credit-about {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-individual-credit-about__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #555864;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .bebasata-individual-credit-about__title {
    font-size: 18px;
  }
}
.bebasata-individual-credit-about__paragraph {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #555864;
  text-align: center;
}
@media (max-width: 768px) {
  .bebasata-individual-credit-about__paragraph {
    text-align: left;
    font-size: 13px;
    font-weight: normal;
  }
}
.bebasata-individual-credit-about__video-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #b44ea7;
  margin-top: 15px;
  margin-bottom: 25px;
}
.bebasata-individual-credit-about__video-link:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 12px;
  background-image: url('../images/play-purple.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 78% !important;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  .bebasata-individual-credit-about__video-link:before {
    margin-right: 9px;
    width: 8px;
    height: 10px;
    background-size: 100%;
  }
}
.bebasata-individual-credit-about__video-link:hover:before {
  margin-right: 6px;
  margin-left: 6px;
}
@media (max-width: 768px) {
  .bebasata-individual-credit-about__video-link {
    margin-top: 10px;
    font-size: 10px;
    font-weight: 600;
  }
}
.bebasata-individual-credit-about__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .bebasata-individual-credit-about__list {
    margin-top: 15px;
  }
}
.bebasata-individual-credit-about__item {
  width: 920px;
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  padding: 0px 20px 20px 20px;
  position: relative;
  line-height: 1.62;
}
@media (max-width: 768px) {
  .bebasata-individual-credit-about__item {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bebasata-individual-credit-about__item:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 8px;
  width: 5px;
  height: 5px;
  background-color: #b7bdbf;
  border-radius: 100%;
  z-index: 1;
}
.bebasata-individual-credit-about__item:last-child:after {
  display: none;
}
.bebasata-individual-credit-about__external-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #879196;
  text-align: center;
  margin: 10px 0px;
}
.bebasata-individual-credit-about__external-link:hover {
  text-decoration: underline;
}
.bebasata-individual-credit-about__external-link:after {
  content: '';
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url('../images/external.svg');
  margin-left: 10px;
}
.bebasata-individual-credit-about__join {
  width: 144px;
  margin-top: 30px;
}
.bebasata-individual-credit-about__more-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #b44ea7;
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 40px;
}
.bebasata-individual-credit-about__more-link.active:after {
  transform: rotate(180deg);
}
.bebasata-individual-credit-about__more-link:after {
  content: '';
  width: 9px;
  height: 9px;
  margin-left: 10px;
  background-image: url('../images/down-dropdown-purple-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.bebasata-individual-credit-about__more-link:hover {
  text-decoration: underline;
}
.bebasata-individual-credit-about__link {
  margin-top: 15px;
}
.bebasata-sidebar-page {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-top: 40px;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0px;
  }
}
.bebasata-sidebar-page__title {
  display: block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__title {
    display: none;
  }
}
.bebasata-sidebar-page .bebasata-short-sss__items {
  padding-left: 30px;
  width: 100%;
}
.bebasata-sidebar-page .bebasata-short-sss__items body.ar .bebasata-short-sss__items {
  padding-right: 30px;
  padding-right: 0px;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page .bebasata-short-sss__items {
    padding-left: 0px;
  }
  .bebasata-sidebar-page .bebasata-short-sss__items .bebasata-short-sss__items {
    padding-left: 0px;
  }
  .bebasata-sidebar-page .bebasata-short-sss__items body.ar .bebasata-short-sss__items {
    padding-right: 0px;
  }
}
.bebasata-sidebar-page__subtitle {
  display: none;
  color: #555864;
  margin-bottom: 30px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__subtitle {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.bebasata-sidebar-page__navigation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 281px;
  /*&.is-affixed{
            .inner-wrapper-sticky{
                margin-top:20px;
            }
        }*/
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__navigation {
    display: none;
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100% !important;
    top: 115px;
    z-index: 1001;
  }
}
.bebasata-sidebar-page__navigation-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
  list-style: none;
  margin-left: -15px;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__navigation-items {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
  }
}
.bebasata-sidebar-page__navigation-pinned {
  transition: top 0.5s;
  top: 0px !important;
}
.bebasata-sidebar-page__navigation-pinned--active {
  top: 130px !important;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__navigation-pinned--active {
    width: 100% !important;
    top: 59px !important;
    left: 0px !important;
  }
}
.bebasata-sidebar-page__navigation-item {
  font-size: 16px;
  font-weight: 500;
  color: #555864;
  padding: 13px 18px;
  border-radius: 6px;
  transition: background 0.5s;
  margin: 1px 0px;
  background-position: 90% center;
  position: relative;
}
.bebasata-sidebar-page__navigation-item.active,
.bebasata-sidebar-page__navigation-item:hover {
  background-image: url('../images/content-page-menu-arrow.svg');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 96% center;
  background-color: #879196;
  color: white;
  cursor: pointer;
}
.bebasata-sidebar-page__navigation-item.active {
  background-image: none;
}
.bebasata-sidebar-page__navigation-item.active::after {
  content: '';
  background-image: url('../images/content-page-menu-arrow.svg');
  height: 11px;
  width: 14px;
  position: absolute;
  right: 10px;
  top: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}
.bebasata-sidebar-page__navigation-item--active {
  background-image: none;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 96% center;
  background-color: #879196;
  color: white;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__navigation-item {
    text-align: center;
    border-radius: 0px;
    display: none;
    background-color: #879196;
    color: white;
    margin: 0px;
    font-weight: normal !important;
    color: #e9edef;
    background-image: none;
    padding: 10px 0px;
  }
}
.bebasata-sidebar-page__navigation-item--opened {
  display: inline;
}
.bebasata-sidebar-page__contents {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 281px);
  /*> div:first-child {
            + .bebasata-sidebar-page__content-item{
                margin-top:0;
            }
        }*/
}
.bebasata-sidebar-page__contents .bebasata-sidebar-page__content-item {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__contents {
    width: 100%;
  }
}
.bebasata-sidebar-page__content-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
}
.bebasata-sidebar-page__content-item--first-child {
  margin-top: 0px !important;
}
.bebasata-sidebar-page__content-item > div {
  color: #555864;
}
.bebasata-sidebar-page__content-item > div > h1 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 20px;
}
.bebasata-sidebar-page__content-item > div > h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__content-item > div > h2 {
    font-size: 16px;
  }
}
.bebasata-sidebar-page__content-item > div > p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.57;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__content-item > div > p {
    word-break: break-word;
  }
}
.bebasata-sidebar-page__content-item > div > p.font-size-13 {
  font-size: 13px;
}
.bebasata-sidebar-page__content-item > div > p > a {
  font-weight: 500;
  /*font-size:12px;*/
}
.bebasata-sidebar-page__content-item > div > a {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.bebasata-sidebar-page__content-item > div > ul {
  display: block;
  margin-left: 15px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  /*opacity: 0.9;*/
}
.bebasata-sidebar-page__content-item > div > ul > li {
  line-height: 1.57;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}
.bebasata-sidebar-page__content-item > div > ul > li:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__content-item {
    margin-top: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .bebasata-sidebar-page__content-item:first-child {
    margin-top: 0px;
  }
  .bebasata-sidebar-page__content-item:last-child {
    margin-bottom: 0px;
  }
}
.bebasata-sidebar-page__content-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #3c3f48;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__content-title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
}
.bebasata-sidebar-page__content-text {
  font-size: 14px;
  line-height: 1.57;
  color: #555864;
}
.bebasata-sidebar-page__content-text > p {
  font-size: 14px;
  line-height: 1.57;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__content-text {
    font-size: 13px;
    font-weight: normal;
  }
}
.bebasata-sidebar-page__navigation-dropdown {
  font-size: 16px;
  font-weight: 500;
  color: #555864;
  background-color: #879196;
  color: white;
  text-align: center;
  padding: 8px 0px;
  display: none;
  background-image: url('../images/left-fixed-navigation-bottom-arrow.svg');
  background-position: 96% center;
  background-repeat: no-repeat;
  transition: background 0.5s;
}
@media (max-width: 768px) {
  .bebasata-sidebar-page__navigation-dropdown {
    display: block;
  }
}
@media (max-width: 768px) {
  .bebasata-sidebar-page .sf-Long-text {
    width: 100%;
  }
}
.bebasata-institution-payments {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-institution-payments {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-institution-payments__title {
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-institution-payments__title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
}
.bebasata-institution-payments__filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 946px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .bebasata-institution-payments__filter {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.bebasata-institution-payments__filter-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0px 10px;
}
@media (max-width: 768px) {
  .bebasata-institution-payments__filter-title {
    display: none;
  }
}
.bebasata-institution-payments__filter-select,
.bebasata-institution-payments__filter-input {
  width: 220px;
  height: 46px;
  padding: 0px 15px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .bebasata-institution-payments__filter-select,
  .bebasata-institution-payments__filter-input {
    margin: 5px 0px;
    width: 100%;
  }
}
.bebasata-institution-payments__table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 946px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .bebasata-institution-payments__table {
    width: 95%;
  }
}
.bebasata-institution-payments__table-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid #e9edef;
  padding: 0px 0px 12px 0px;
}
.bebasata-institution-payments__table-head > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: calc(100% / 3);
  color: #879196;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 20px;
}
.bebasata-institution-payments__table-head > span:nth-child(1) {
  width: 50%;
}
.bebasata-institution-payments__table-head > span:nth-child(2),
.bebasata-institution-payments__table-head > span:nth-child(3) {
  width: 25%;
}
@media (max-width: 768px) {
  .bebasata-institution-payments__table-head {
    display: none;
  }
}
.bebasata-institution-payments__table-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid #e9edef;
  padding: 23px 0px;
}
.bebasata-institution-payments__table-item:last-child {
  border-bottom: 0px;
}
@media (max-width: 768px) {
  .bebasata-institution-payments__table-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 0px;
  }
}
.bebasata-institution-payments__table-item > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  color: #555864;
  font-size: 14px;
  font-weight: 500;
  padding: 0px 20px;
}
.bebasata-institution-payments__table-item > span:nth-child(1) {
  width: 50%;
}
@media (max-width: 768px) {
  .bebasata-institution-payments__table-item > span:nth-child(1) {
    width: 100%;
    padding: 5px 0px;
  }
}
.bebasata-institution-payments__table-item > span:nth-child(2),
.bebasata-institution-payments__table-item > span:nth-child(3) {
  width: 25%;
}
@media (max-width: 768px) {
  .bebasata-institution-payments__table-item > span:nth-child(2),
  .bebasata-institution-payments__table-item > span:nth-child(3) {
    width: 100%;
    padding: 5px 0px;
  }
}
.bebasata-sfcontentblock {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 941px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 30px;
}
.bebasata-sfcontentblock--v2 {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 75px;
}
.bebasata-sfcontentblock--v3 {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 1010px !important;
  margin-left: auto;
  margin-right: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-sfcontentblock--v3 {
    width: 100% !important;
  }
}
.bebasata-sfcontentblock--sidebar {
  margin-left: 30px;
  padding-top: 0;
}
@media (max-width: 768px) {
  .bebasata-sfcontentblock--sidebar {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .bebasata-sfcontentblock {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-sfcontentblock > div {
  color: #555864;
}
.bebasata-sfcontentblock > div > h1 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-sfcontentblock > div > h1 {
    font-size: 18px;
    text-align: center;
  }
}
.bebasata-sfcontentblock > div > h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-sfcontentblock > div > h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.bebasata-sfcontentblock > div > p {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.57;
}
@media (max-width: 768px) {
  .bebasata-sfcontentblock > div > p {
    word-break: break-word;
  }
}
@media (max-width: 768px) {
  .bebasata-sfcontentblock > div > p img {
    max-width: 100%;
  }
}
.bebasata-sfcontentblock > div > a {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.bebasata-sfcontentblock > div > ul {
  display: block;
  margin-left: 50px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bebasata-sfcontentblock > div > ul > li {
  line-height: 1.57;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-sfcontentblock > div > ul > li {
    word-break: break-word;
  }
}
.bebasata-sfcontentblock > div > ul > li:last-child {
  margin-bottom: 0px;
}
.bebasata-sfcontentblock > div > ul > li > ul {
  margin-left: 30px;
}
.bebasata-sfcontentblock > div > ul > li > ul > li {
  margin-top: 20px;
}
.sf-Long-text {
  word-break: break-word !important;
}
.sf-Long-text .non-sidebar-p {
  width: 941px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 1.57;
  color: #555864;
  margin-top: -65px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .not-found-container img {
    width: 100%;
  }
}
.sfContentBlock > ul.margin-bullet {
  margin-left: 30px!important;
}
.sfContentBlock > ul li {
  margin-bottom: 10px!important;
}
.bebasata-search {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .bebasata-search {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.bebasata-search__title {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
  font-family: 'Montserrat';
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-search__title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.38;
  }
  .bebasata-search__title > strong {
    display: block;
  }
}
.bebasata-search__tabs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .bebasata-search__tabs {
    margin-bottom: 30px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.bebasata-search__tab-item {
  margin-top: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #879196;
  padding: 5px 25px;
  border-right: 1px solid #e9edef;
}
.bebasata-search__tab-item.active {
  font-weight: 700;
  color: #b44ea7;
}
.bebasata-search__tab-item:nth-child(2) {
  border-right: none;
  padding-right: 0px;
}
.bebasata-search__tab-item:nth-child(1) {
  padding-left: 0px;
}
.bebasata-search__tab-item:hover {
  color: #b44ea7;
}
.bebasata-search__result-item {
  border-bottom: 1px solid #e9edef;
  padding: 30px 0px;
}
.bebasata-search__result-item:first-child {
  padding-top: 0px;
}
.bebasata-search__result-item:last-child {
  padding-bottom: 0px;
  border-bottom: none;
}
.bebasata-search__result-title {
  font-family: 'Montserrat';
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-search__result-title {
    font-size: 16px;
    font-weight: 500;
  }
}
.bebasata-search__result-summary {
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  line-height: 1.57;
  margin: 15px 0px;
}
@media (max-width: 768px) {
  .bebasata-search__result-summary {
    font-size: 12px;
    font-weight: normal;
  }
}
.bebasata-search__result-url {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #08222d;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .bebasata-search__result-url {
    font-size: 12px;
    font-weight: 500;
  }
}
.bebasata-search__result-pager,
.bebasata-search .pagiation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 50px;
}
.bebasata-search__result-page-number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  width: 28px;
  height: 28px;
  margin: 0px 5px;
  color: #08222d;
}
.bebasata-search__result-page-number--active,
.bebasata-search__result-page-number:hover {
  border-radius: 100%;
  background-color: #879196;
  color: white;
}
.bebasata-gold-exchange-rates {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-gold-exchange-rates {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-gold-exchange-rates__title {
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: -1px;
  color: #555864;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .bebasata-gold-exchange-rates__title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
}
.bebasata-gold-exchange-rates__table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 946px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .bebasata-gold-exchange-rates__table {
    width: 95%;
  }
}
.bebasata-gold-exchange-rates__table-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid #e9edef;
  padding: 0px 20px 12px 20px;
}
.bebasata-gold-exchange-rates__table-head > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: calc(100% / 3);
  color: #555864;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .bebasata-gold-exchange-rates__table-head > span {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .bebasata-gold-exchange-rates__table-head {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.bebasata-gold-exchange-rates__table-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid #e9edef;
  padding: 15px;
}
.bebasata-gold-exchange-rates__table-item:last-child {
  border-bottom: 0px;
}
@media (max-width: 768px) {
  .bebasata-gold-exchange-rates__table-item {
    padding: 15px 0px;
  }
}
.bebasata-gold-exchange-rates__table-item > span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: calc(100% / 3);
  color: #555864;
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .bebasata-gold-exchange-rates__table-item > span {
    font-size: 12px;
  }
}
.bebasata-gold-exchange-rates__information {
  /*.flex-display();
        .flex-direction(column);*/
  width: 946px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: normal;
  color: #879196;
  line-height: 1.67;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .bebasata-gold-exchange-rates__information {
    width: 95%;
  }
}
.bebasata-gold-exchange-rates__information.info_bank_text {
  padding: 0px 15px;
  margin-top: 15px;
  font-size: 10px;
  max-width: 1006px;
}
@media (max-width: 768px) {
  .bebasata-gold-exchange-rates__information.info_bank_text {
    margin-top: 0px;
  }
}
.bebasata-happy-customers {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-happy-customers {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-happy-customers__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-happy-customers__title {
    font-size: 18px;
    font-weight: 600;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.bebasata-happy-customers__tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 40px;
  margin-top: 20px;
  display: none;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .bebasata-happy-customers__tags {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.bebasata-happy-customers__tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 18px;
  border-radius: 17px;
  background-color: #d9b1d8;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  margin-right: 10px;
  margin-bottom: 10px;
}
.bebasata-happy-customers__tag--active {
  background-color: #b44ea7;
}
.bebasata-happy-customers__tag--active > .bebasata-happy-customers__select-tag-close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-happy-customers__tag:hover {
  background-color: #b44ea7;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-happy-customers__tag {
    margin-bottom: 10px;
    padding: 7px 12px;
  }
}
.bebasata-happy-customers__items {
  margin-top: 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .bebasata-happy-customers__items {
    margin-top: 0px;
  }
}
.bebasata-happy-customers__item {
  display: none;
  width: calc(100% / 2 - 15px);
  height: 235px;
  border-radius: 10px;
  border: 1px solid #f3f4f4;
  padding: 30px 30px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.bebasata-happy-customers__item--active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bebasata-happy-customers__item--passive {
  display: none;
}
@media (max-width: 768px) {
  .bebasata-happy-customers__item {
    width: 100%;
    padding: 20px 20px;
  }
}
.bebasata-happy-customers__top-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-happy-customers__top-info {
    font-size: 14px;
  }
}
.bebasata-happy-customers__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: auto;
  width: 22px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.bebasata-happy-customers__icon.twitter {
  background-image: url('../images/twitter.svg');
}
.bebasata-happy-customers__icon.facebook {
  background-image: url('../images/facebook.svg');
}
.bebasata-happy-customers__icon.instagram {
  background-image: url('../images/instagram.svg');
}
.bebasata-happy-customers__icon.bizeyazin-bireysel {
  background-image: url('../images/sprite-icons-v2.png') !important;
  background-position: -20px -66px !important;
  background-repeat: no-repeat !important;
}
.bebasata-happy-customers__icon.bizeyazin-sirketim {
  background-image: url('../images/qnb-bebasata-sirketim-bizeyazin.png');
  background-size: 20px;
}
.bebasata-happy-customers__date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: auto;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
}
.bebasata-happy-customers__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: 20px 0px 0px 0px;
  font-size: 14px;
  font-weight: normal;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-happy-customers__text {
    font-size: 13px;
  }
}
.bebasata-happy-customers__video {
  position: relative;
  overflow: hidden;
}
.bebasata-happy-customers__video-information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: auto;
  color: #555864;
  font-size: 13px;
  font-weight: 500;
  z-index: 1;
}
.bebasata-happy-customers__video-title {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  z-index: 1;
}
.bebasata-happy-customers__video-text {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  color: #ffffff;
  z-index: 1;
}
.bebasata-happy-customers__video-top-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-happy-customers__video-play-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-right: auto;
  width: 20px;
  height: 20px;
  color: transparent;
  overflow: hidden;
  background-image: url('../images/play.png');
  background-size: 90% !important;
  background-repeat: no-repeat;
  background-position: left center;
  cursor: pointer;
  z-index: 1;
}
.bebasata-happy-customers__video-youtube {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-left: auto;
  width: 30px;
  height: 20px;
  color: transparent;
  overflow: hidden;
  background-image: url('../images/youtube.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  z-index: 1;
  background-size: 100%;
}
.bebasata-happy-customers__video-image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 0;
}
@media (max-width: 768px) {
  .bebasata-happy-customers__video-image {
    width: auto !important;
    height: 100% !important;
  }
}
.bebasata-happy-customers__select-tag-close {
  display: none;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  background-image: url('../images/selected-tag-close.svg');
  background-position: center center;
  background-repeat: no-repeat;
}
.paginate-pagination ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 30px;
}
.paginate-pagination ul li {
  width: 40px;
  height: 40px;
  list-style: none;
  text-align: center;
  border-right: 0;
  border: 1px solid #f3f4f4;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
}
.paginate-pagination ul li a {
  padding: 10px 0;
  display: block;
}
.paginate-pagination ul li a.active {
  color: #ffffff;
  background-color: #b44ea7;
}
@media (max-width: 768px) {
  .paginate-pagination ul li {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .paginate-pagination ul {
    display: block;
    white-space: nowrap;
    overflow: auto;
  }
}
.bebasata-know-our-team {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-know-our-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-know-our-team > .tns-outer > .tns-controls {
  display: none;
}
.bebasata-know-our-team > .tns-outer > .tns-nav {
  display: none;
}
.bebasata-know-our-team > .tns-outer > button {
  display: none;
}
.bebasata-know-our-team__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-know-our-team__title {
    font-size: 18px;
  }
}
.bebasata-know-our-team__rows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 82px;
}
@media (max-width: 768px) {
  .bebasata-know-our-team__rows {
    margin-top: 60px;
  }
}
.bebasata-know-our-team__row {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  border: solid 1px #f3f4f4;
  padding: 0px 25px;
  margin: 0px 15px 55px 15px;
}
@media (max-width: 768px) {
  .bebasata-know-our-team__row {
    height: 300px;
    margin: 0px 10px 55px 10px;
  }
}
.bebasata-know-our-team__photo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -120px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
}
.bebasata-know-our-team__photo > img {
  height: 100%;
}
.bebasata-know-our-team__name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  margin-top: 23px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-know-our-team__name {
    font-size: 14px;
  }
}
.bebasata-know-our-team__mission {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 5px;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  color: #879196;
}
.bebasata-know-our-team__comment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 15px;
  font-size: 13px;
  font-weight: normal;
  color: #555864;
  text-align: center;
  line-height: 1.54;
  height: 100px;
}
.bebasata-know-our-team__family-join-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 224px;
  margin-left: auto;
  margin-right: auto;
}
.bebasata-video-gallery {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-video-gallery {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-video-gallery__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  color: #555864;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-video-gallery__title {
    font-size: 18px;
    font-weight: 600;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.bebasata-video-gallery__subtitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  color: #555864;
  margin-bottom: 30px;
}
.bebasata-video-gallery__subtitle--two {
  margin-bottom: 0px;
  /*margin-top: 100px;*/
}
@media (max-width: 768px) {
  .bebasata-video-gallery__subtitle--two {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .bebasata-video-gallery__subtitle {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
  }
}
.bebasata-video-gallery__year-filter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-video-gallery__year-filter {
    width: 100%;
    overflow: auto;
    margin-bottom: 25px;
  }
}
.bebasata-video-gallery__year-filter-option {
  padding: 0px 37px;
  border-right: 1px solid #e9edef;
  font-size: 13px;
  color: #879196;
}
.bebasata-video-gallery__year-filter-option:first-child {
  padding-left: 0px;
}
.bebasata-video-gallery__year-filter-option:last-child {
  border-right: none;
  padding-right: 0px;
  /*display:none;*/
}
.bebasata-video-gallery__year-filter-option:hover {
  color: #b44ea7;
  cursor: pointer;
}
.bebasata-video-gallery__year-filter-option--selected {
  font-weight: 700;
  color: #b44ea7;
}
@media (max-width: 768px) {
  .bebasata-video-gallery__year-filter-option {
    padding: 0px 30px;
  }
}
.bebasata-video-gallery__year-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-video-gallery__year-title {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
  }
}
.bebasata-video-gallery__year-videos {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.bebasata-video-gallery__year-videos__img-container {
  overflow: hidden;
  height: 233px;
  background-position: center center;
  background-size: cover;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-video-gallery__year-videos__img-container {
    height: 210px;
  }
}
.bebasata-video-gallery__year-videos:last-child {
  margin-bottom: 0px;
}
.bebasata-video-gallery__year-videos img {
  width: 100%;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
.bebasata-video-gallery__video-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% / 3 - 15px);
  margin: 25px 5px 25px 5px;
  cursor: pointer;
  /*
        &:nth-child(3n+0) {
            margin-right: 0px;
        }

        &:nth-child(1n) {
            margin-left: 0px;
        }
*/
}
@media (max-width: 768px) {
  .bebasata-video-gallery__video-item {
    width: 100%;
    margin: 20px 0px;
  }
}
.bebasata-video-gallery__video-cover {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bebasata-video-gallery__video-cover > img {
  width: 100%;
  border-radius: 10px;
}
.bebasata-video-gallery__video-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  color: #555864;
}
.bebasata-video-gallery__play-button {
  position: absolute;
  width: 17px;
  height: 20px;
  top: 30px;
  left: 30px;
  background-image: url('../images/play.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
.bebasata-news-from-us {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-news-from-us {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-news-from-us__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  color: #555864;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-news-from-us__title {
    font-size: 18px;
    font-weight: 600;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.bebasata-news-from-us__highlight-news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 41px;
}
@media (max-width: 768px) {
  .bebasata-news-from-us__highlight-news {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}
.bebasata-news-from-us__highlight-news-photo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 750px;
  height: 290px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .bebasata-news-from-us__highlight-news-photo {
    width: 100%;
  }
}
.bebasata-news-from-us__highlight-news-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 750px);
  padding: 0px 30px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-news-from-us__highlight-news-content {
    width: 100%;
    padding: 0px;
    margin-top: 20px;
  }
}
.bebasata-news-from-us__highlight-news-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
}
.bebasata-news-from-us__highlight-news-paragraphy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}
.bebasata-news-from-us__news-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}
.bebasata-news-from-us__news-list:last-child {
  margin-bottom: 0px;
}
.bebasata-news-from-us__news-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% / 3 - 20px);
  margin-top: 30px;
  margin-left: 30px;
  cursor: pointer;
}
.bebasata-news-from-us__news-item:nth-child(3n+1) {
  margin-left: 0px;
}
@media (max-width: 768px) {
  .bebasata-news-from-us__news-item {
    width: 100%;
    margin: 20px 0px;
  }
}
.bebasata-news-from-us__news-photo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.bebasata-news-from-us__news-photo > img {
  width: 100%;
}
.bebasata-news-from-us__news-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  color: #08222d;
}
.bebasata-news-from-us-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-top: 75px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-news-from-us-detail {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-news-from-us-detail__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  color: #555864;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-news-from-us-detail__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0px 20px;
  }
}
.bebasata-news-from-us-detail__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.bebasata-news-from-us-detail__photo {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}
.bebasata-news-from-us-detail__photo > img {
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-news-from-us-detail__photo {
    border-radius: 0px;
    margin-bottom: 15px;
  }
}
.bebasata-news-from-us-detail__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  line-height: 1.57;
}
@media (max-width: 768px) {
  .bebasata-news-from-us-detail__text {
    padding: 0px 20px;
  }
}
.bebasata-news-from-us-detail__social-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 30px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .bebasata-news-from-us-detail__social-buttons {
    order: 2;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
  }
}
.bebasata-news-from-us-detail__social-buttons-title {
  font-size: 12px;
  font-weight: 500;
  color: #555864;
  display: none;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bebasata-news-from-us-detail__social-buttons-title {
    display: flex;
    width: 100%;
  }
}
.bebasata-news-from-us-detail__facebook-button,
.bebasata-news-from-us-detail__twitter-button,
.bebasata-news-from-us-detail__whatsapp-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 31px;
  height: 31px;
  margin-bottom: 10px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .bebasata-news-from-us-detail__facebook-button,
  .bebasata-news-from-us-detail__twitter-button,
  .bebasata-news-from-us-detail__whatsapp-button {
    background-size: 30px;
    width: calc(33.33% - 10px);
    margin-bottom: 0px;
    height: 40px;
    margin: 0px 5px;
    border-radius: 5px;
  }
  .bebasata-news-from-us-detail__facebook-button > svg > path,
  .bebasata-news-from-us-detail__twitter-button > svg > path,
  .bebasata-news-from-us-detail__whatsapp-button > svg > path {
    fill: #ffffff;
  }
}
.bebasata-news-from-us-detail__facebook-button {
  background-color: #697cb6;
}
.bebasata-news-from-us-detail__twitter-button {
  background-color: #47cde5;
}
.bebasata-news-from-us-detail__whatsapp-button {
  display: none;
  background-color: #57bb63;
}
@media (max-width: 768px) {
  .bebasata-news-from-us-detail__whatsapp-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.bebasata-campaigns {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-campaigns {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.bebasata-campaigns__title,
.bebasata-campaigns__other-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  color: #555864;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-campaigns__title,
  .bebasata-campaigns__other-title {
    font-size: 18px;
    font-weight: 600;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}
.bebasata-campaigns__other-title {
  margin-top: 100px;
}
.bebasata-campaigns__highlight-budget {
  position: absolute;
  width: 50px;
  height: 75px;
  left: 10px;
  top: 0px;
  background-image: url('../images/campaign-budget.png');
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.bebasata-campaigns__budget {
  position: absolute;
  width: 38px;
  height: 57px;
  left: 10px;
  top: 0px;
  background-image: url('../images/campaign-budget.png');
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}
.bebasata-campaigns__highlight-news {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 41px;
}
@media (max-width: 768px) {
  .bebasata-campaigns__highlight-news {
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}
.bebasata-campaigns__highlight-campaign-photo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 750px;
  height: 290px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 768px) {
  .bebasata-campaigns__highlight-campaign-photo {
    width: 100%;
    height: 100%;
  }
}
.bebasata-campaigns__highlight-campaign-photo > img {
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-campaigns__highlight-campaign-photo > img {
    height: 100%;
  }
}
.bebasata-campaigns__highlight-campaign-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 750px);
  padding: 0px 30px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-campaigns__highlight-campaign-content {
    width: 100%;
    padding: 0px;
    margin-top: 20px;
  }
}
.bebasata-campaigns__highlight-campaign-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
}
.bebasata-campaigns__highlight-campaign-title a {
  color: #555864;
}
.bebasata-campaigns__highlight-campaign-paragraphy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
}
.bebasata-campaigns__campaign-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}
.bebasata-campaigns__campaign-list--old {
  opacity: 0.5;
  margin-top: 40px;
}
.bebasata-campaigns__campaign-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% / 3 - 20px);
  margin-bottom: 50px;
  margin-left: 30px;
  cursor: pointer;
}
.bebasata-campaigns__campaign-item:nth-child(3n+1) {
  margin-left: 0px;
}
.bebasata-campaigns__campaign-item:nth-last-child(-n+3) {
  margin-bottom: 0px;
}
.bebasata-campaigns__campaign-item:nth-child(-n+3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .bebasata-campaigns__campaign-item {
    width: 100%;
    margin: 0px;
    margin-bottom: 50px;
  }
  .bebasata-campaigns__campaign-item:nth-last-child(-n+3) {
    margin-bottom: 50px;
  }
  .bebasata-campaigns__campaign-item:last-child {
    margin-bottom: 0px;
  }
}
.bebasata-campaigns__campaign-photo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 140px;
}
.bebasata-campaigns__campaign-photo > img {
  width: 100%;
}
.bebasata-campaigns__campaign-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  line-height: 1.56;
  color: #555864;
  min-height: 56px;
}
@media (max-width: 768px) {
  .bebasata-campaigns__campaign-title {
    height: auto;
    min-height: auto;
  }
}
.bebasata-campaigns__campaign-date {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  align-items: center;
  color: #b44ea7;
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
  direction: ltr;
  align-self: start;
}
.bebasata-campaigns__campaign-date:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 17px;
  height: 19px;
  background-image: url('../images/calendar-purple.svg');
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.bebasata-campaign-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding-top: 40px;
  padding-bottom: 75px;
  width: 1006px;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-campaign-detail__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  color: #555864;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0px 20px;
    line-height: 1.44;
  }
  .bebasata-campaign-detail__title.info_bank {
    padding-left: 5px;
    position: relative;
  }
}
.bebasata-campaign-detail__subtitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__subtitle {
    font-size: 16px;
  }
}
.bebasata-campaign-detail__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 946px;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__content {
    width: 95%;
    margin: 0px auto;
  }
}
.bebasata-campaign-detail__photo {
  display: block;
  width: 100%;
  height: auto;
  /*border-radius: 10px;*/
  overflow: hidden;
}
.bebasata-campaign-detail__photo > img {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__photo {
    border-radius: 0px;
    margin-bottom: 15px;
  }
}
.bebasata-campaign-detail__text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  line-height: 1.57;
}
.bebasata-campaign-detail__text.info-card {
  margin: 10px 0px;
}
.bebasata-campaign-detail__text.info-card h2 {
  margin: 15px 0px 5px 0px;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__text.info-card.top-text {
    padding: 0px;
  }
}
.bebasata-campaign-detail__text a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__text {
    padding: 0px 15px;
    font-size: 13px;
  }
  .bebasata-campaign-detail__text > img {
    width: 100%;
  }
}
.bebasata-campaign-detail__text > ul {
  margin-left: 30px;
}
.bebasata-campaign-detail__text > ul > li {
  margin-bottom: 15px;
}
.bebasata-campaign-detail__text > ul > li:last-child {
  margin-bottom: 0px;
}
.bebasata-campaign-detail__text > p {
  display: block;
}
.bebasata-campaign-detail__text > p > img {
  margin-left: 15px;
  width: 32px;
  margin-bottom: 5px;
  display: inline-block;
  vertical-align: middle;
}
.bebasata-campaign-detail__text > p > .bebasata-campaign-detail__rows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.bebasata-campaign-detail__text > p > .bebasata-campaign-detail__rows > .bebasata-campaign-detail-half {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 48%;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__text > p > .bebasata-campaign-detail__rows > .bebasata-campaign-detail-half {
    width: 100%;
    order: 2;
  }
}
.bebasata-campaign-detail__paragraphy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: 15px;
  margin-bottom: 30px;
}
.bebasata-campaign-detail__paragraphy:last-child {
  margin-bottom: 0px;
}
.bebasata-campaign-detail__boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 30px;
}
.bebasata-campaign-detail__boxes--passive .bebasata-campaign-detail__box-date-text,
.bebasata-campaign-detail__boxes--passive .bebasata-campaign-detail__box-use-text {
  color: #b7bdbf;
  direction: ltr;
  align-self: start;
}
.bebasata-campaign-detail__boxes--passive .bebasata-campaign-detail__box:before {
  background-color: #b7bdbf;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__boxes {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 15px;
  }
}
.bebasata-campaign-detail__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  margin-right: 10px;
  height: 66px;
  position: relative;
  overflow: hidden;
}
.bebasata-campaign-detail__box:last-child {
  margin-right: none;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__box {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .bebasata-campaign-detail__box:last-child {
    margin-bottom: 0px;
  }
}
.bebasata-campaign-detail__box--date:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: absolute;
  background-color: #b44ea7;
  height: 100%;
  width: 40px;
  background-image: url('../images/calendar-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  top: 0px;
}
.bebasata-campaign-detail__box--use:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  position: absolute;
  background-color: #b44ea7;
  height: 100%;
  width: 40px;
  background-image: url('../images/white-profile.svg');
  background-position: center center;
  background-repeat: no-repeat;
  top: 0px;
}
.bebasata-campaign-detail__box-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 12px;
  font-weight: 500;
  color: #555864;
  direction: ltr;
  align-self: start;
  margin-right: 50px;
  margin-left: 50px;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__box-title {
    margin-left: 230px !important;
  }
}
.bebasata-campaign-detail__box-date-text,
.bebasata-campaign-detail__box-use-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  margin-top: 6px;
  margin-left: 55px;
  margin-right: 55px;
  direction: ltr;
  align-self: start;
}
.bebasata-campaign-detail__box-use-text,
.bebasata-campaign-detail__box-date-text {
  color: #b44ea7;
}
.bebasata-campaign-detail__summary {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  color: #3c3f48;
  margin: 30px 0px;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__summary {
    width: 100%;
    padding: 0px 15px;
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
.bebasata-campaign-detail__social-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 30px;
  margin-right: 30px;
  margin-left: 30px;
}
.bebasata-campaign-detail__social-buttons.bebasata-campaign-detail__boxes--passive {
  display: none;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__social-buttons {
    order: 2;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
  }
}
.bebasata-campaign-detail__social-buttons-title {
  font-size: 12px;
  font-weight: 500;
  color: #555864;
  display: none;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__social-buttons-title {
    display: flex;
    width: 100%;
  }
}
.bebasata-campaign-detail__facebook-button,
.bebasata-campaign-detail__twitter-button,
.bebasata-campaign-detail__whatsapp-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 31px;
  height: 31px;
  margin-bottom: 10px;
  border-radius: 100%;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__facebook-button,
  .bebasata-campaign-detail__twitter-button,
  .bebasata-campaign-detail__whatsapp-button {
    background-size: 30px;
    width: calc(33.33% - 10px);
    margin-bottom: 0px;
    height: 40px;
    margin: 0px 5px;
    border-radius: 5px;
  }
  .bebasata-campaign-detail__facebook-button > svg > path,
  .bebasata-campaign-detail__twitter-button > svg > path,
  .bebasata-campaign-detail__whatsapp-button > svg > path {
    fill: #ffffff;
  }
}
.bebasata-campaign-detail__facebook-button {
  background-color: #697cb6;
}
.bebasata-campaign-detail__twitter-button {
  background-color: #47cde5;
}
.bebasata-campaign-detail__whatsapp-button {
  display: none;
  background-color: #57bb63;
}
@media (max-width: 768px) {
  .bebasata-campaign-detail__whatsapp-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.bebasata-rates-and-currencies {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-rates-and-currencies {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-rates-and-currencies__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 30px;
  font-weight: 600;
  color: #555864;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-rates-and-currencies__title {
    font-size: 18px;
    font-weight: 600;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.bebasata-rates-and-currencies__boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 768px) {
  .bebasata-rates-and-currencies__boxes {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-rates-and-currencies__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 263px;
  height: 329px;
  border-radius: 10px;
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.05);
  position: relative;
  background-image: url('../images/graph-arrow-up.svg');
  background-position: center 80px;
  background-repeat: no-repeat;
  transition: 0.3s ease all;
  background-size: 113px;
}
.bebasata-rates-and-currencies__box:nth-child(1) {
  border-top: 10px solid #92278c;
}
.bebasata-rates-and-currencies__box:nth-child(2) {
  border-top: 10px solid #FF9B07;
}
.bebasata-rates-and-currencies__box:nth-child(3) {
  border-top: 10px solid #8ACA2D;
}
.bebasata-rates-and-currencies__box:nth-child(4) {
  border-top: 10px solid #00aeef;
}
.bebasata-rates-and-currencies__box:hover {
  transform: translateY(-5px);
}
.bebasata-rates-and-currencies__box-title {
  position: absolute;
  bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 1.33;
  color: #555864;
  width: 100%;
  padding: 0px 25px;
  height: 50px;
}
@media (max-width: 768px) {
  .bebasata-rates-and-currencies__box-title {
    font-size: 16px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .bebasata-rates-and-currencies__box {
    width: 100%;
    margin-bottom: 20px;
  }
  .bebasata-rates-and-currencies__box:last-child {
    margin-bottom: 0px;
  }
}
.bebasata-packages {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-packages {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bebasata-packages__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  color: #555864;
  margin-bottom: 25px;
  margin-top: 5px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-packages__title {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
  }
}
.bebasata-packages__package {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 262px;
  min-height: 414px;
  border-radius: 6px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 768px) {
  .bebasata-packages__package {
    width: 100%;
    margin-bottom: 25px;
    min-height: auto;
  }
  .bebasata-packages__package:last-child {
    margin-bottom: 0px;
  }
}
.bebasata-packages__package-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 21px 25px;
  background-color: #8aca2d;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.bebasata-packages__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 25px;
  list-style: none;
}
.bebasata-packages__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: flex-start;
  -ms-flex-direction: flex-start;
  flex-direction: flex-start;
  margin-bottom: 15px;
}
.bebasata-packages__item:before {
  content: "•";
  padding-right: 20px;
  font-size: 18px;
  color: #b7bdbf;
}
.bebasata-packages__item:last-child {
  margin-bottom: 0px;
}
.bebasata-packages__item-text {
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  line-height: 1.57;
}
.bebasata-packages__little-info {
  position: absolute;
  top: 49px;
  left: -13px;
  background-color: #00b3fd;
  border-radius: 20px;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
}
.bebasata-packages__little-info::before {
  content: '';
  width: 26px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../images/mavi-kuyruk@1.5x.svg');
  z-index: -1;
}
.bebasata-general-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-general-table {
    margin-left: 0px;
    width: 100%;
    overflow-y: scroll;
  }
}
@media (max-width: 414px) {
  .bebasata-general-table {
    width: 100%;
  }
}
.bebasata-general-table--full-page {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 941px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  margin-bottom: -30px;
}
@media (max-width: 768px) {
  .bebasata-general-table--full-page {
    width: 90%;
  }
}
.bebasata-general-table--full-page__heading-title:nth-child(1) {
  width: 25%;
}
.bebasata-general-table--only-page {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 941px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-general-table--only-page {
    width: 90%;
  }
}
.bebasata-general-table__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 22px;
  font-weight: 600;
  color: #555864;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .bebasata-general-table__title {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
  }
}
.bebasata-general-table__heading,
.bebasata-general-table__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #e9edef;
}
@media (max-width: 768px) {
  .bebasata-general-table__heading,
  .bebasata-general-table__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-general-table__content {
  padding-top: 12px;
}
.bebasata-general-table__heading-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
}
.bebasata-general-table__heading-title:nth-child(1) {
  width: 50%;
}
.bebasata-general-table__heading-title:nth-child(2) {
  width: 25%;
}
.bebasata-general-table__heading-title:nth-child(3) {
  width: 25%;
}
.bebasata-general-table__heading-title:nth-child(4) {
  width: 25%;
}
.bebasata-general-table__heading-title.full-width {
  width: 100%;
  color: #555864;
  font-weight: 400;
}
@media (max-width: 768px) {
  .bebasata-general-table__heading-title {
    width: 100% !important;
  }
}
.bebasata-general-table__content-text {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  padding-right: 50px;
  line-height: 1.57;
  display: inline-block;
}
.bebasata-general-table__content-text:nth-child(1) {
  width: 50%;
}
.bebasata-general-table__content-text:nth-child(2) {
  width: 25%;
}
.bebasata-general-table__content-text:nth-child(3) {
  width: 25%;
}
.bebasata-general-table__content-text:nth-child(4) {
  width: 25%;
}
@media (max-width: 768px) {
  .bebasata-general-table__content-text {
    width: 100% !important;
    margin: 7.5px 0px;
  }
}
.bebasata-general-table__table-hint {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin-top: 25px;
  border-radius: 10px;
  background-color: #ff9b07;
  padding: 11px 17px 11px 67px;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  background-image: url('../images/hint-white-star.svg');
  background-position: 17px center;
  background-repeat: no-repeat;
}
.bebasata-general-table__sub-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 13px;
  font-weight: normal;
  color: #879196;
  line-height: 1.69;
  margin-top: 27px;
}
.bebasata-web-cookie {
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 15px 0px;
  background-color: #ffffff;
  box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.05);
  z-index: 5;
  display: none;
}
.bebasata-web-cookie__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .bebasata-web-cookie__wrapper {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.bebasata-web-cookie__text {
  font-size: 12px;
  font-weight: normal;
  color: #555864;
  width: calc(100% - 10px);
}
@media (max-width: 768px) {
  .bebasata-web-cookie__text {
    line-height: 1.5;
  }
}
.bebasata-web-cookie__close-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  background-image: url('../images/web-cookie-close.svg');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-web-cookie__close-button {
    margin-top: 5px;
  }
}
.bebasata-contact-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 30px);
  margin-left: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-contact-form {
    margin-left: 0px;
    width: 100%;
  }
}
.bebasata-contact-form__title {
  display: block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-contact-form__title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
}
.bebasata-contact-form h2 {
  display: block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -1px;
  color: #555864;
  line-height: 100%;
}
@media (max-width: 768px) {
  .bebasata-contact-form h2 {
    font-size: 16px;
  }
}
.bebasata-contact-form__info {
  font-size: 14px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #555864;
  line-height: 1.57;
}
.bebasata-contact-form__short-text {
  font-size: 14px;
  font-weight: normal;
  color: #939292;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bebasata-contact-form__short-text {
    font-size: 13px;
  }
}
.bebasata-contact-form__error,
.bebasata-contact-form__relative-error {
  display: none;
  font-size: 12px;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  font-weight: normal;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
}
.bebasata-contact-form__relative-error {
  margin-top: 0px;
  border-radius: 6px;
  margin-top: -10px;
}
.bebasata-contact-form__relative-error--show {
  display: inline;
}
.bebasata-contact-form__main-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-betwen;
  -ms-justify-content: space-betwen;
  justify-content: space-betwen;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .bebasata-contact-form__main-form {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.bebasata-contact-form__form-input {
  width: 100%;
  height: 46px;
  padding: 15px;
  margin-bottom: 10px;
}
.bebasata-contact-form__form-input::-webkit-input-placeholder {
  font-weight: normal;
}
.bebasata-contact-form__form-input:-ms-input-placeholder {
  font-weight: normal;
}
.bebasata-contact-form__form-input::-moz-placeholder {
  font-weight: normal;
}
.bebasata-contact-form__form-input:-moz-placeholder {
  font-weight: normal;
}
.bebasata-contact-form__form-input.--error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bebasata-contact-form__form-input.--error + .bebasata-contact-form__error {
  display: inline;
}
.bebasata-contact-form__form-input.-error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bebasata-contact-form__form-input.-error + .bebasata-contact-form__error {
  display: inline;
}
.bebasata-contact-form__form-selectbox {
  width: 100%;
  height: 46px;
}
.bebasata-contact-form__form-selectbox::-webkit-input-placeholder {
  font-weight: normal;
}
.bebasata-contact-form__form-selectbox:-ms-input-placeholder {
  font-weight: normal;
}
.bebasata-contact-form__form-selectbox::-moz-placeholder {
  font-weight: normal;
}
.bebasata-contact-form__form-selectbox:-moz-placeholder {
  font-weight: normal;
}
.bebasata-contact-form__form-selectbox.--error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bebasata-contact-form__form-selectbox.--error + .bebasata-contact-form__error {
  display: inline;
}
.bebasata-contact-form__form-selectbox.-error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bebasata-contact-form__form-selectbox.-error + .bebasata-contact-form__error {
  display: inline;
}
.bebasata-contact-form__form-textarea {
  width: 100%;
  padding: 15px;
  height: 150px;
}
.bebasata-contact-form__form-textarea::-webkit-input-placeholder {
  font-weight: normal;
}
.bebasata-contact-form__form-textarea:-ms-input-placeholder {
  font-weight: normal;
}
.bebasata-contact-form__form-textarea::-moz-placeholder {
  font-weight: normal;
}
.bebasata-contact-form__form-textarea:-moz-placeholder {
  font-weight: normal;
}
.bebasata-contact-form__form-textarea.--error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bebasata-contact-form__form-textarea.--error + .bebasata-contact-form__error {
  display: inline;
}
.bebasata-contact-form__form-textarea.-error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bebasata-contact-form__form-textarea.-error + .bebasata-contact-form__error {
  display: inline;
}
.bebasata-contact-form__detail-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .bebasata-contact-form__detail-form {
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-contact-form__detail-form-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 410px;
}
@media (max-width: 768px) {
  .bebasata-contact-form__detail-form-item {
    width: 100%;
  }
}
.bebasata-contact-form__detail-form-item.captcha-item {
  width: calc(410px - 150px);
}
.bebasata-contact-form__form-submit {
  margin-left: auto;
  margin-top: 31px;
}
.bebasata-contact-form__message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 25px 30px;
}
.bebasata-contact-form__message-title {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 15px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-contact-form__message-title {
    font-size: 16px;
  }
}
.bebasata-contact-form__message-text {
  color: #555864;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
}
@media (max-width: 768px) {
  .bebasata-contact-form__message-text {
    font-size: 13px;
  }
}
.bebasata-contact-form__select-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-contact-form__select-type {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-contact-form__option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 278px;
  height: 42px;
  border-radius: 6px;
  background-color: #f8f9fa;
  border: solid 2px #e9edef;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  padding: 0px 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-contact-form__option {
    width: 100%;
    font-size: 13px;
    height: 39px;
    margin-bottom: 5px;
  }
  .bebasata-contact-form__option:last-child {
    margin-bottom: 10px;
  }
}
.bebasata-contact-form__option-check {
  display: none;
}
.bebasata-contact-form__option-check:checked + .bebasata-contact-form__option {
  border: solid 2px #d9b1d8 !important;
}
.bebasata-contact-form__option-check:checked + .bebasata-contact-form__option > .bebasata-contact-form__option-title:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: solid 2px #d9b1d8;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin-left: 15px;
  box-shadow: inset 0px 0px 0px 2px #e9edef;
  background-color: #b44ea7;
}
.bebasata-contact-form__option-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-contact-form__option-title:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: solid 2px #b7bdbf;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin-left: 15px;
}
#iletisimbilgilerimiz + .bebasata-sfcontentblock h2 {
  font-size: 30px;
}
@media (max-width: 768px) {
  #iletisimbilgilerimiz + .bebasata-sfcontentblock h2 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
}
.bebasata-exchange {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  background-color: #939292;
  border-radius: 10px;
  padding: 20px 85px;
  /*&:extend(.wrapper-1280);
    margin-top: 75px;
    margin-bottom: 75px;*/
  max-width: 1170px;
  margin: 75px auto;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .bebasata-exchange {
    padding: 20px 30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1366px) {
  .bebasata-exchange {
    width: 95%;
  }
}
.bebasata-exchange > .owl-nav {
  display: none;
}
.bebasata-exchange > .owl-dots {
  display: block;
  text-align: center;
  margin-top: 25px;
}
.bebasata-exchange > .owl-dots > .owl-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #7e8283;
  border-radius: 100%;
  margin: 0px 3px;
  transition: all 0.5s;
}
.bebasata-exchange > .owl-dots > .active {
  background-color: #ffffff !important;
}
.bebasata-exchange__colmn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px 0px;
}
@media (max-width: 768px) {
  .bebasata-exchange__colmn {
    width: 100%;
    border: none;
  }
}
.bebasata-exchange__title {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}
.bebasata-exchange__buy-sell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  color: #ffffff;
}
.bebasata-exchange__buy {
  margin: 0px 15px;
}
.bebasata-exchange__sell {
  margin: 0px 15px;
}
.bebasata-exchange__buy,
.bebasata-exchange__sell {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-exchange__buy-title,
.bebasata-exchange__sell-title {
  font-size: 12px;
  margin-bottom: 5px;
}
.bebasata-exchange__buy-value,
.bebasata-exchange__sell-value {
  font-size: 18px;
}
.owl-item:last-child > .bebasata-exchange__colmn {
  border: none;
}
.bebasata-announcements {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  .bebasata-announcements {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-announcements__title {
  font-size: 30px;
  font-weight: 600;
  font-style: normal;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-announcements__title {
    font-size: 18px;
    text-align: center;
  }
}
.bebasata-announcements__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .bebasata-announcements__list {
    margin-top: 20px;
  }
}
.bebasata-announcements__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  padding: 15px 20px;
  border: solid 1px #f3f4f4;
  margin-bottom: 20px;
  position: relative;
}
.bebasata-announcements__item:last-child {
  margin-bottom: 0px;
}
.bebasata-announcements__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  background-image: url('../images/dropdown-opened-arrow.svg');
  background-repeat: no-repeat;
  background-position: right center;
}
.bebasata-announcements__head--opened {
  background-image: url('../images/dropdown-closed-arrow.svg');
}
.bebasata-announcements__slide-down-button {
  position: absolute;
  right: 0px;
  width: 60px;
  height: 100%;
  top: 0px;
  cursor: pointer;
}
.bebasata-announcements__head-title {
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-announcements__head-title {
    font-size: 16px;
  }
}
.bebasata-announcements__head-date {
  font-size: 14px;
  font-weight: normal;
  color: #879196;
  margin-top: 5px;
}
@media (max-width: 768px) {
  .bebasata-announcements__head-date {
    font-size: 13px;
  }
}
.bebasata-announcements__text {
  display: none;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  line-height: 1.54;
}
.bebasata-announcements__text > ul {
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bebasata-announcements__text--opened {
  display: inline;
}
@media (max-width: 768px) {
  .bebasata-announcements__text {
    font-size: 13px;
    margin-top: 15px;
  }
}
.bebasata-form-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ff9b07;
  padding: 20px 20px;
  border-radius: 6px;
  margin-top: 50px;
  word-wrap: break-word;
}
.bebasata-form-message__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 7px;
  color: #ffffff;
}
.bebasata-form-message__text {
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}
.bebasata-form-message--info {
  background-color: #ff9b07;
}
.bebasata-form-message--info > * {
  font-weight: 600;
}
.bebasata-form-message--contact-us {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0px;
}
.bebasata-error-input-absolute-text {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  margin-bottom: 10px;
  display: none;
}
.bebasata-application-form {
  width: 458px;
  margin: 0px auto;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .bebasata-application-form {
    width: 95%;
  }
}
.bebasata-application-form__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 26px;
}
.bebasata-application-form__multiple-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.bebasata-application-form__multiple-column--margin-b10 {
  margin-bottom: 10px;
}
.bebasata-application-form__multiple-column--margin-b10:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .bebasata-application-form__multiple-column {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bebasata-application-form__multiple-column > * {
    margin-bottom: 10px;
  }
  .bebasata-application-form__multiple-column > *:last-child {
    margin-bottom: 0px;
  }
}
.bebasata-application-form__head {
  width: 100%;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 19px;
}
.bebasata-application-form__select {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  height: 46px;
}
.bebasata-application-form__select::-webkit-input-placeholder {
  font-weight: normal;
}
.bebasata-application-form__select:-ms-input-placeholder {
  font-weight: normal;
}
.bebasata-application-form__select::-moz-placeholder {
  font-weight: normal;
}
.bebasata-application-form__select:-moz-placeholder {
  font-weight: normal;
}
.bebasata-application-form__select.-error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.bebasata-application-form__select.-error + .bebasata-application-form__error {
  display: block;
}
.bebasata-application-form__selectbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.bebasata-application-form__selectbox > select {
  border: solid 2px #b7bdbf !important;
  height: 46px;
}
.bebasata-application-form__space {
  width: 25px;
}
@media (max-width: 768px) {
  .bebasata-application-form__space {
    display: none;
  }
}
.bebasata-application-form__label {
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.bebasata-application-form__error {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  font-weight: normal;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.bebasata-application-form__input {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  background-color: #ffffff;
  padding: 0px 15px;
}
.bebasata-application-form__input::-webkit-input-placeholder {
  font-weight: normal;
}
.bebasata-application-form__input:-ms-input-placeholder {
  font-weight: normal;
}
.bebasata-application-form__input::-moz-placeholder {
  font-weight: normal;
}
.bebasata-application-form__input:-moz-placeholder {
  font-weight: normal;
}
.bebasata-application-form__input.-error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bebasata-application-form__input.-error + .bebasata-application-form__error {
  display: inline;
}
.bebasata-application-form__textarea {
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 15px;
  height: 120px;
  resize: none;
}
.bebasata-application-form__textarea::-webkit-input-placeholder {
  font-weight: normal;
}
.bebasata-application-form__textarea:-ms-input-placeholder {
  font-weight: normal;
}
.bebasata-application-form__textarea::-moz-placeholder {
  font-weight: normal;
}
.bebasata-application-form__textarea:-moz-placeholder {
  font-weight: normal;
}
.bebasata-application-form__textarea.-error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bebasata-application-form__textarea.-error + .bebasata-application-form__error {
  display: block;
}
.bebasata-application-form__info-text {
  display: block;
  font-size: 13px;
  line-height: 1.54;
  color: #555864;
  margin-bottom: 26px;
}
.bebasata-application-form__info-text > a {
  font-weight: 600;
  color: #b44ea7;
}
.bebasata-application-form__button {
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-application-form__button {
    left: 0px;
    bottom: 0px;
    margin-bottom: 0px;
  }
}
.bebasata-application-form__checkbox {
  width: 100%;
}
.bebasata-application-form__checkbox-title__first {
  font-size: 13px;
  color: #ababab;
  display: inline-block;
  margin-bottom: 5px;
}
.bebasata-application-form__checkbox-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  padding: 0px 15px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  height: 42px;
  cursor: pointer;
}
.bebasata-application-form__checkbox-label.identity-type {
  color: #879196;
  border: 2px solid #e9edef;
}
.bebasata-application-form__checkbox-label--height-64 {
  height: 64px;
}
.bebasata-application-form__checkbox-label--height-64 img {
  max-height: 65%;
  margin-right: 10px;
}
.bebasata-application-form__checkbox-status-icon {
  margin-left: 15px;
  height: 20px;
}
.bebasata-application-form__checkbox-status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 20px;
  height: 20px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
}
.bebasata-application-form__checkbox-status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border: solid 2px transparent;
  border-radius: 100%;
  margin-top: -15px;
  margin-left: 5px;
}
.bebasata-application-form__radio {
  display: none;
}
.bebasata-application-form__radio:checked + .bebasata-application-form__checkbox-label {
  border-color: #d9b1d8;
}
.bebasata-application-form__radio:checked + .bebasata-application-form__checkbox-label > .bebasata-application-form__checkbox-status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-application-form__radio:checked + .bebasata-application-form__checkbox-label > .bebasata-application-form__checkbox-status-icon:after {
  background-color: #b44ea7;
}
.bebasata-application-form__company-name {
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}
.bebasata-application-form__relative-error {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  font-weight: normal;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  margin-bottom: 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.bebasata-application-form__relative-error--one,
.bebasata-application-form__relative-error--two {
  display: block;
  border-radius: 6px;
  margin-top: 15px;
}
.bebasata-application-form__relative-error--active {
  display: inline;
  border-radius: 6px;
  margin-top: 10px;
}
.bebasata-address-parse-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 495px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 34px;
  background-color: #ff9b07;
  border-radius: 6px;
  margin-top: 30px;
  padding: 20px 30px 20px 0px;
}
@media (max-width: 768px) {
  .bebasata-address-parse-head {
    width: 100%;
    padding: 20px 20px;
  }
}
.bebasata-address-parse-head--location-check {
  background-image: url('../images/location-check.svg');
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: 85px;
}
@media (max-width: 768px) {
  .bebasata-address-parse-head--location-check {
    background-image: none;
  }
}
.bebasata-address-parse-head--locaton-search {
  background-image: url('../images/location-search.svg');
  background-position: 30px center;
  background-repeat: no-repeat;
  background-size: 85px;
}
@media (max-width: 768px) {
  .bebasata-address-parse-head--locaton-search {
    background-image: none;
  }
}
.bebasata-address-parse-head:before {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  content: '';
  width: 175px;
  height: 75px;
}
@media (max-width: 768px) {
  .bebasata-address-parse-head:before {
    display: none;
  }
}
.bebasata-address-parse-head__information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-left: 25px;
}
.bebasata-address-parse-head__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #ffffff;
  margin-bottom: 15px;
}
.bebasata-address-parse-head__description {
  font-size: 14px;
  line-height: 1.57;
  color: rgba(255, 255, 255, 0.9);
}
.bebasata-application-information-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: solid 1px #f3f4f4;
  border-radius: 6px;
  padding: 20px 20px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .bebasata-application-information-head {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-application-information-head--credit {
  padding: 30px 30px;
}
.bebasata-application-information-head__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 86px;
  height: 86px;
  background-color: #8aca2d;
  border-radius: 200px;
  border: 10px solid #eaf3d2;
  background-image: url('../images/appyl-checked-big.svg');
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .bebasata-application-information-head__icon {
    margin-right: 0px;
    margin-bottom: 30px;
  }
}
.bebasata-application-information-head__icon--warning {
  background-color: #f3ba1b;
  border-color: #feedbc;
  background-image: url('../images/attention-icon.svg');
}
.bebasata-application-information-head__information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.bebasata-application-information-head__title {
  font-size: 18px;
  /*margin-bottom: 15px;*/
  color: #555864;
}
.bebasata-application-information-head__title--credit {
  font-size: 22px;
  font-weight: 600;
}
.bebasata-application-information-head__description {
  font-size: 14px;
  line-height: 1.57;
  font-weight: normal;
  color: rgba(85, 88, 100, 0.9);
}
.bebasata-application-information-head__description--credit {
  color: #555864;
}
.bebasata-application-information-head__credit-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-application-information-head__button {
  margin-left: auto;
}
.bebasata-application-information-head__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-application-information-head.delete-email-container {
  margin-top: 140px;
}
@media (max-width: 768px) {
  .bebasata-application-information-head.delete-email-container {
    margin-top: 0px;
  }
}
.bebasata-credit-negative {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 946px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-credit-negative {
    width: 95%;
  }
}
.bebasata-credit-negative__top-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 347px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-credit-negative__top-box {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: solid 1px #f3f4f4;
  }
}
.bebasata-credit-negative__h1 {
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  text-align: center;
  color: #3c3f48;
  margin-top: 11px;
  margin-bottom: 26px;
  display: none;
}
@media (max-width: 768px) {
  .bebasata-credit-negative__h1 {
    display: inline;
  }
}
.bebasata-credit-negative__emoji {
  width: 235px;
  height: 100%;
  background-image: url('../images/fail-emoji.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f9fa;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-credit-negative__emoji {
    width: 100%;
    height: 90px;
    background-size: 53px;
    background-color: #fff;
    border-radius: 0;
  }
}
.bebasata-credit-negative__content {
  width: calc(100% - 235px);
  height: 100%;
  padding: 28px 30px 28px 30px;
  border: solid 1px #f3f4f4;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-credit-negative__content {
    width: 100%;
    border-radius: 0;
    border: none;
    height: auto;
    padding: 0 17px 20px 15px;
  }
}
.bebasata-credit-negative__title {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #555864;
  line-height: 1.56;
}
@media (max-width: 768px) {
  .bebasata-credit-negative__title {
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
  }
}
.bebasata-credit-negative__description {
  margin-top: 20px;
  font-size: 14px;
  color: #555864;
  line-height: 1.57;
  font-weight: normal;
}
@media (max-width: 768px) {
  .bebasata-credit-negative__description {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 11px;
  }
}
.bebasata-credit-negative__information-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 856px;
  margin-top: 61px;
}
@media (max-width: 768px) {
  .bebasata-credit-negative__information-box {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}
.bebasata-credit-negative__info-left {
  font-size: 22px;
  font-weight: 600;
  width: 50%;
  line-height: 1.55;
  margin: 0px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-credit-negative__info-left {
    width: 100%;
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.bebasata-credit-negative__color-span {
  display: inline-block;
  color: #b44ea7;
}
.bebasata-credit-negative__info-right {
  width: 50%;
}
@media (max-width: 768px) {
  .bebasata-credit-negative__info-right {
    width: 100%;
  }
}
.bebasata-credit-negative__info-right-item {
  font-size: 16px;
  color: #555864;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bebasata-credit-negative__info-right-item {
    font-size: 13px;
    line-height: 1.54;
    padding-right: 26px;
  }
}
.bebasata-credit-negative__info-right-item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 10px;
  background-image: url('../images/checked-icon-purple.svg');
}
@media (max-width: 768px) {
  .bebasata-credit-negative__info-right-item:before {
    width: 14px;
    height: 9px;
    background-repeat: no-repeat;
    top: 7px;
  }
}
.bebasata-credit-negative__button {
  width: 260px;
  margin-top: 30px;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .bebasata-credit-negative__button {
    width: 100%;
    margin-bottom: 30px;
    margin-left: 0px;
  }
}
.bebasata-credit-alternative {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
  padding: 30px 10px;
  border-radius: 10px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-bottom: 50px;
  border: 1px solid #f3f4f4;
  /* *** */
}
.bebasata-credit-alternative__title {
  font-size: 22px;
  font-weight: 600;
  color: #555864;
  margin-bottom: 7px;
  margin-left: 30px;
  margin-right: 30px;
}
.bebasata-credit-alternative__description {
  font-size: 14px;
  font-weight: 500;
  color: #555864;
  margin-left: 30px;
  margin-right: 30px;
}
.bebasata-credit-alternative__line {
  background-color: #e9edef;
  margin-top: 30px;
  margin-bottom: 25px;
  height: 1px;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .bebasata-credit-alternative__line {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bebasata-credit-alternative__error {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin-top: 20px;
  margin-right: 25px;
  margin-left: 25px;
}
.bebasata-credit-alternative__error--show {
  display: block;
}
@media (max-width: 768px) {
  .bebasata-credit-alternative__error {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
}
.bebasata-credit-alternative__tl {
  font-size: normal;
  font-style: normal;
}
.bebasata-credit-alternative__boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0px 25px;
}
@media (max-width: 768px) {
  .bebasata-credit-alternative__boxes {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    width: 93%;
  }
}
.bebasata-credit-alternative__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #fdfdfd;
  width: 302px;
  padding: 10px 0px 10px 0px;
  cursor: pointer;
  position: relative;
}
.bebasata-credit-alternative__box:before {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  border: 2px solid #b7bdbf;
  left: 10px;
  top: 10px;
}
@media (max-width: 768px) {
  .bebasata-credit-alternative__box {
    margin-bottom: 25px;
    width: 100%;
    padding: 20px 0px 20px 0px;
  }
  .bebasata-credit-alternative__box:last-child {
    margin-bottom: 0px;
  }
}
.bebasata-credit-alternative__box-colmn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50%;
  height: 45px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 25px;
}
.bebasata-credit-alternative__box-colmn--hide {
  display: none;
}
.bebasata-credit-alternative__box-colmn--show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-credit-alternative__box-colmn--mobile-show > * {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 768px) {
  .bebasata-credit-alternative__box-colmn {
    padding: 0px;
  }
}
.bebasata-credit-alternative__box-value-title {
  margin-bottom: 5px;
  font-size: 11px;
  color: #879196;
  font-weight: normal;
  text-align: center;
  width: 100%;
}
.bebasata-credit-alternative__box-value {
  color: #555864;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
}
.bebasata-credit-alternative__box-select {
  display: none;
}
.bebasata-credit-alternative__box-select:checked + .bebasata-credit-alternative__box {
  border: 2px solid #d9b1d8;
  background-color: #f8f9fa;
}
.bebasata-credit-alternative__box-select:checked + .bebasata-credit-alternative__box:before {
  border-color: #d9b1d8;
}
.bebasata-credit-alternative__box-select:checked + .bebasata-credit-alternative__box:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #b44ea7;
  left: 14px;
  top: 14px;
}
.bebasata-credit-alternative__box-select.--error + .bebasata-credit-alternative__box {
  border: 2px solid #ff9b07;
}
.bebasata-credit-alternative__box-select.-error + .bebasata-credit-alternative__box {
  border: 2px solid #ff9b07;
}
.bebasata-credit-alternative__full-view-button {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin: auto;
  font-size: 12px;
  font-weight: 500;
  color: #b44ea7;
  margin-top: 20px;
  cursor: pointer;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.bebasata-credit-alternative__full-view-button--active:after {
  transform: rotate(180deg);
}
.bebasata-credit-alternative__full-view-button:after {
  content: '';
  width: 7px;
  height: 7px;
  margin-left: 5px;
  background-image: url('../images/down-dropdown-purple-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.bebasata-credit-alternative__full-view-button:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .bebasata-credit-alternative__full-view-button {
    display: none;
  }
}
.bebasata-credit-alternative__box-full-view {
  display: none;
}
.bebasata-credit-alternative__box-full-view--active:after {
  transform: rotate(180deg);
}
.bebasata-credit-alternative__box-full-view:after {
  content: '';
  width: 7px;
  height: 7px;
  margin-left: 5px;
  background-image: url('../images/down-dropdown-purple-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.bebasata-credit-alternative__box-full-view:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .bebasata-credit-alternative__box-full-view {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    width: 100%;
    font-size: 12px;
    font-weight: 500;
    color: #b44ea7;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-personal-step3-success__bottom-box,
.bebasata-apply-credit-personal-step3-success__button-box {
  padding: 0px 25px !important;
  margin-bottom: 20px;
}
.bebasata-apply-select {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .bebasata-apply-select {
    margin-top: 20px;
  }
}
.bebasata-apply-select__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-select__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-select__subline {
  position: relative;
}
.bebasata-apply-select__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-select__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-select__items {
  width: 100%;
}
.bebasata-apply-select__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-select__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-select__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-select__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-select__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-select__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-select__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-select__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-select__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-select__description {
    font-size: 13px;
  }
}
.bebasata-apply-select__button {
  width: 100%;
}
.bebasata-apply-select__radio {
  display: none;
}
.bebasata-apply-select__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-select__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-select__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-select__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-select__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-select__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-select__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-select__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-select__validation-message--show {
  display: block;
}
.bebasata-credit-calculate-table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 40px 20px 30px 20px;
  border-radius: 10px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  margin-bottom: 50px;
}
.bebasata-credit-calculate-table__title {
  font-size: 22px;
  font-weight: 600;
  color: #555864;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__title {
    text-align: center;
  }
}
.bebasata-credit-calculate-table__description {
  font-size: 18px;
  font-weight: 600;
  color: #555864;
  text-align: center;
}
.bebasata-credit-calculate-table__line {
  background-color: #e9edef;
  margin-top: 30px;
  margin-bottom: 25px;
  height: 1px;
  width: 100%;
}
.bebasata-credit-calculate-table__icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 86px;
  height: 86px;
  background-color: #8aca2d;
  border-radius: 200px;
  border: 10px solid #eaf3d2;
  background-image: url('../images/appyl-checked-big.svg');
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.bebasata-credit-calculate-table__information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.bebasata-credit-calculate-table__table {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.bebasata-credit-calculate-table__table--ready-credit {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__table {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bebasata-credit-calculate-table__table-data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0px 7px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__table-data {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 50%;
    min-height: 70px;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-credit-calculate-table__table-data--mobile-open {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-credit-calculate-table__table-data--mobile-open:nth-child(1) {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.bebasata-credit-calculate-table__table-data--mobile-open:nth-child(2) {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.bebasata-credit-calculate-table__table-data--mobile-open:nth-child(3) {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.bebasata-credit-calculate-table__table-data--mobile-open:nth-child(4) {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.bebasata-credit-calculate-table__table-data--mobile-open:nth-child(5) {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.bebasata-credit-calculate-table__table-data--mobile-open:nth-child(6) {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.bebasata-credit-calculate-table__table-data--mobile-open:nth-child(7) {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.bebasata-credit-calculate-table__table-data--mobile-open:nth-child(8) {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.bebasata-credit-calculate-table__table-data--mobile-open:nth-child(9) {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
}
.bebasata-credit-calculate-table__table-data:nth-child(1) {
  min-width: 115px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__table-data:nth-child(1) {
    min-width: 33.33333333% !important;
    margin-bottom: 10px;
  }
}
.bebasata-credit-calculate-table__table-data:nth-child(2) {
  min-width: 90px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__table-data:nth-child(2) {
    min-width: 33.33333333% !important;
    margin-bottom: 10px;
  }
}
.bebasata-credit-calculate-table__table-data:nth-child(3) {
  min-width: 115px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__table-data:nth-child(3) {
    display: none;
    min-width: 33.33333333% !important;
    margin-bottom: 10px;
  }
}
.bebasata-credit-calculate-table__table-data:nth-child(4) {
  min-width: 135px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__table-data:nth-child(4) {
    display: none;
    min-width: 33.33333333% !important;
    margin-bottom: 10px;
  }
}
.bebasata-credit-calculate-table__table-data:nth-child(5) {
  min-width: 135px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__table-data:nth-child(5) {
    display: none;
    min-width: 33.33333333% !important;
    margin-bottom: 10px;
  }
}
.bebasata-credit-calculate-table__table-data:nth-child(6) {
  min-width: 75px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__table-data:nth-child(6) {
    display: none;
    min-width: 33.33333333% !important;
    margin-bottom: 10px;
  }
}
.bebasata-credit-calculate-table__table-data:nth-child(7) {
  min-width: 70px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__table-data:nth-child(7) {
    display: none;
    min-width: 33.33333333% !important;
  }
}
.bebasata-credit-calculate-table__table-data:nth-child(8) {
  min-width: 98px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__table-data:nth-child(8) {
    display: none;
    min-width: 33.33333333% !important;
  }
}
.bebasata-credit-calculate-table__table-data:nth-child(9) {
  min-width: 100px;
  position: relative;
}
.bebasata-credit-calculate-table__table-data:nth-child(9) i {
  position: absolute;
  right: -2px;
  top: 1px;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__table-data:nth-child(9) i {
    position: relative;
    right: inherit;
    top: inherit;
  }
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__table-data:nth-child(9) {
    display: none;
    min-width: 33.33333333% !important;
  }
}
.bebasata-credit-calculate-table__data-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-size: 12px;
  font-weight: 500;
  color: #555864;
  height: 27px;
  margin-bottom: 10px;
  text-align: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__data-title {
    text-align: center;
    margin-bottom: 5px;
    height: auto;
  }
}
.bebasata-credit-calculate-table__data-value {
  font-size: 15px;
  font-weight: 500;
  color: #3c3f48;
  text-align: center;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__data-value {
    text-align: center;
  }
}
.bebasata-credit-calculate-table__table-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: 2px solid transparent;
  padding: 13px 10px;
  margin: 2px 0px;
}
.bebasata-credit-calculate-table__table-head {
  display: none;
  padding: 0px 10px;
}
.bebasata-credit-calculate-table__table-head:nth-child(1) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-credit-calculate-table__tl {
  font-size: normal;
  font-style: normal;
}
.bebasata-credit-calculate-table__detail-button {
  display: none;
  width: 100%;
  font-size: 12px;
  color: #b44ea7;
}
@media (max-width: 768px) {
  .bebasata-credit-calculate-table__detail-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
  }
}
.bebasata-credit-calculate-table__detail-button--active:after {
  transform: rotate(180deg);
}
.bebasata-credit-calculate-table__detail-button:after {
  content: '';
  width: 7px;
  height: 7px;
  margin-left: 5px;
  background-image: url('../images/down-dropdown-purple-icon.png');
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.bebasata-application-company-popup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0px;
  z-index: 999;
  left: 0px;
}
.bebasata-application-company-popup.landing-popup .bebasata-application-company-popup__head {
  height: 70px;
  display: flex !important;
}
.bebasata-application-company-popup.landing-popup .bebasata-application-company-popup__content {
  flex-direction: column;
  font-weight: bold;
}
.bebasata-application-company-popup.landing-popup .bebasata-application-company-popup__content.no-title {
  padding: 40px 60px;
}
.bebasata-application-company-popup.landing-popup .bebasata-application-company-popup__description {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 768px) {
  .bebasata-application-company-popup.landing-popup .bebasata-application-company-popup__description {
    max-height: 60vh;
    overflow: auto;
  }
}
.bebasata-application-company-popup__container {
  position: relative;
  width: 647px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .bebasata-application-company-popup__container {
    width: 90%;
    height: auto;
    overflow-y: scroll;
    padding-top: 20px;
  }
}
.bebasata-application-company-popup__head {
  width: 100%;
  height: 170px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 22px;
  padding: 0 10px;
  font-weight: 600;
  letter-spacing: -1px;
  text-align: center;
  color: #3c3f48;
  /*background-image: url(@bell-company);*/
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .bebasata-application-company-popup__head {
    display: none;
  }
}
.bebasata-application-company-popup__close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-application-company-popup__close-button {
    top: 15px;
    right: 15px;
  }
}
.bebasata-application-company-popup__close-button--grey:after,
.bebasata-application-company-popup__close-button--grey:before {
  background-color: #939292 !important;
}
.bebasata-application-company-popup__close-button:before,
.bebasata-application-company-popup__close-button:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -1px;
  width: 2px;
  height: 19px;
  background-color: #ffffff;
  transform-origin: 50%;
  transform: rotate(45deg);
}
.bebasata-application-company-popup__close-button:after {
  transform: rotate(-45deg);
}
.bebasata-application-company-popup__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 15px 40px 40px;
}
.bebasata-application-company-popup__content--center {
  text-align: center;
}
.bebasata-application-company-popup__content--information {
  padding: 60px 40px;
}
.bebasata-application-company-popup__description {
  font-size: 14px;
  line-height: 1.57;
  color: #555864;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-application-company-popup__description {
    font-size: 14px;
    line-height: 1.57;
    color: #555864;
    margin-bottom: 30px;
  }
}
.bebasata-application-company-popup__description > p {
  margin-bottom: 25px;
}
.bebasata-application-company-popup__description > p:last-child {
  margin-bottom: 0px;
}
.bebasata-application-company-popup__description:last-child {
  margin-bottom: 0px;
}
.bebasata-application-company-popup__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 25px;
  width: 458px;
  margin: 0px auto;
}
@media (max-width: 768px) {
  .bebasata-application-company-popup__form {
    width: 90%;
  }
}
.bebasata-application-company-popup__form-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-bottom: 26px;
}
.bebasata-application-company-popup__form-item:last-child {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .bebasata-application-company-popup__form-item {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-application-company-popup__form-label {
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
.bebasata-application-company-popup__form-input {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #e9edef;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
.bebasata-application-company-popup__form-input::-webkit-input-placeholder {
  font-weight: normal;
}
.bebasata-application-company-popup__form-input:-ms-input-placeholder {
  font-weight: normal;
}
.bebasata-application-company-popup__form-input::-moz-placeholder {
  font-weight: normal;
}
.bebasata-application-company-popup__form-input:-moz-placeholder {
  font-weight: normal;
}
.bebasata-application-company-popup__form-input.--error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bebasata-application-company-popup__form-input.--error + .bebasata-application-company-popup__form-error {
  display: block;
}
.bebasata-application-company-popup__form-input.-error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bebasata-application-company-popup__form-input.-error + .bebasata-application-company-popup__form-error {
  display: block;
}
.bebasata-application-company-popup__form-error {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  font-weight: normal;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  margin-bottom: 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.bebasata-application-company-popup__form-error--absolute {
  display: inline;
  border-radius: 6px;
  margin-top: 10px;
}
.bebasata-application-company-popup__form-button {
  width: 275px;
  margin: 0px auto;
}
@media (max-width: 768px) {
  .bebasata-application-company-popup__form-button {
    width: 100%;
  }
}
.bebasata-application-company-popup__button-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.bebasata-application-company-popup__button-group > .bebasata-button--secondary {
  width: 200px;
}
@media (max-width: 768px) {
  .bebasata-application-company-popup__button-group > .bebasata-button--secondary {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .bebasata-application-company-popup__button-group {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bebasata-application-company-popup__button-group > .bebasata-button {
    width: 100%;
  }
  .bebasata-application-company-popup__button-group > .bebasata-button--secondary {
    margin-bottom: 10px;
  }
}
@media (max-width: 680px) {
  .bebasata-popup__close-button {
    margin-left: auto !important;
    right: 5px;
  }
}
.bebasata-happy-customer-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.55);
  z-index: 1000;
}
.bebasata-happy-customer-popup--show {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-happy-customer-popup--hidden {
  display: none;
}
.bebasata-happy-customer-popup__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  width: 647px;
  border-radius: 6px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 35px 40px;
  margin: auto;
  right: 0px;
  left: 0px;
  position: relative;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__form {
    width: 90%;
    padding: 25px 20px;
  }
}
@media (max-width: 320px) {
  .bebasata-happy-customer-popup__form {
    position: absolute;
    height: 90%;
    overflow: scroll;
    top: 0;
    bottom: 0;
  }
}
.bebasata-happy-customer-popup__message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  width: 647px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 50px 50px 40px 50px;
  margin: auto;
  right: 0px;
  left: 0px;
  position: relative;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__message {
    width: 90%;
    padding: 30px 30px;
  }
}
.bebasata-happy-customer-popup__title {
  font-size: 22px;
  font-weight: 600;
  color: #555864;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__title {
    text-align: center;
    font-size: 18px;
  }
}
.bebasata-happy-customer-popup__text {
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  margin-top: 15px;
  margin-bottom: 35px;
  line-height: 1.57;
}
.bebasata-happy-customer-popup__text--v2 {
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  margin-top: 15px;
  line-height: 1.57;
  text-align: center;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__text {
    font-size: 13px;
  }
}
.bebasata-happy-customer-popup__field {
  color: #939292;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__field {
    font-size: 13px;
  }
}
.bebasata-happy-customer-popup__tc-number {
  height: 46px;
  padding: 0px 15px;
  margin-bottom: 28px;
}
.bebasata-happy-customer-popup__select-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.bebasata-happy-customer-popup__option {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 279px;
  height: 42px;
  border-radius: 6px;
  background-color: #f8f9fa;
  border: solid 2px #e9edef;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  padding: 0px 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__option {
    width: 100%;
    margin-left: 5px;
    font-size: 13px;
    height: 39px;
  }
  .bebasata-happy-customer-popup__option:first-child {
    margin-left: 0px;
  }
}
.bebasata-happy-customer-popup__option-check {
  display: none;
}
.bebasata-happy-customer-popup__option-check:checked + .bebasata-happy-customer-popup__option {
  border-color: #d9b1d8;
}
.bebasata-happy-customer-popup__option-check:checked + .bebasata-happy-customer-popup__option > .bebasata-happy-customer-popup__option-title {
  /*&:after {
                    background-color: @color-ugly-purple;
                }*/
}
.bebasata-happy-customer-popup__option-check:checked + .bebasata-happy-customer-popup__option > .bebasata-happy-customer-popup__option-title:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: solid 2px #d9b1d8;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin-left: 15px;
  box-shadow: inset 0px 0px 0px 2px #e9edef;
  background-color: #b44ea7;
}
.bebasata-happy-customer-popup__option-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-happy-customer-popup__option-title:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: solid 2px #b7bdbf;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-happy-customer-popup__option-title:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border: solid 2px transparent;
  border-radius: 100%;
  margin-top: -15px;
  margin-left: 5px;
}
.bebasata-happy-customer-popup__detail-fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__detail-fields {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-happy-customer-popup__detail-fields-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin-right: 9px;
}
.bebasata-happy-customer-popup__detail-fields-item:nth-child(2) {
  margin-right: 0px;
}
.bebasata-happy-customer-popup__detail-fields-item--company {
  margin-left: 9px;
  margin-right: 0px;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__detail-fields-item--company {
    margin-left: 0px;
  }
}
.bebasata-happy-customer-popup__detail-input {
  width: 100%;
  height: 46px;
  padding: 0px 15px;
  margin-right: 9px;
}
.bebasata-happy-customer-popup__detail-input:nth-child(2) {
  margin-right: 0px;
}
.bebasata-happy-customer-popup__detail-input.happy-customer-company-name {
  margin-left: 9px;
  margin-right: 0px;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__detail-input.happy-customer-company-name {
    margin-left: 0px;
    margin-bottom: 5px;
  }
}
.bebasata-happy-customer-popup__detail-input + .bebasata-happy-customer-popup__error {
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__detail-input {
    margin-bottom: 5px;
  }
}
.bebasata-happy-customer-popup__add-detail-field {
  font-size: 12px;
  font-weight: 600;
  color: #b44ea7;
  margin-top: 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.bebasata-happy-customer-popup__submit {
  width: 100%;
  margin-top: 40px;
}
.bebasata-happy-customer-popup__close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.bebasata-happy-customer-popup__close-button:before,
.bebasata-happy-customer-popup__close-button:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -1px;
  width: 2px;
  height: 19px;
  background-color: #b7bdbf;
  transform-origin: 50%;
  transform: rotate(45deg);
}
.bebasata-happy-customer-popup__close-button:after {
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__close-button {
    top: 15px;
    right: 15px;
  }
}
.bebasata-happy-customer-popup__smile {
  position: absolute;
  left: -25px;
  top: -25px;
  width: 64px;
  height: 64px;
  background-image: url('../images/big-smile.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.bebasata-happy-customer-popup__smile--v2 {
  position: inherit;
  width: 64px;
  height: 64px;
  background-image: url('../images/big-smile.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__smile--v2 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__smile {
    display: none;
  }
}
.bebasata-happy-customer-popup__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__buttons {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-happy-customer-popup__back-button,
.bebasata-happy-customer-popup__join-button {
  width: 50%;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__back-button,
  .bebasata-happy-customer-popup__join-button {
    width: 100%;
  }
}
.bebasata-happy-customer-popup__join-button {
  margin-left: 7px;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__join-button {
    margin-left: 0px;
  }
}
.bebasata-happy-customer-popup__back-button {
  margin-right: 7px;
}
@media (max-width: 768px) {
  .bebasata-happy-customer-popup__back-button {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
.bebasata-happy-customer-popup__input.--error,
.bebasata-happy-customer-popup__checkbox.--error {
  border-color: #ff9b07 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0px;
}
.bebasata-happy-customer-popup__input.--error + .bebasata-happy-customer-popup__error,
.bebasata-happy-customer-popup__checkbox.--error + .bebasata-happy-customer-popup__error {
  display: block;
}
.bebasata-happy-customer-popup__input.-error,
.bebasata-happy-customer-popup__checkbox.-error {
  border-color: #ff9b07 !important;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  margin-bottom: 0px;
}
.bebasata-happy-customer-popup__input.-error + .bebasata-happy-customer-popup__error,
.bebasata-happy-customer-popup__checkbox.-error + .bebasata-happy-customer-popup__error {
  display: block;
}
.bebasata-happy-customer-popup__error {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  font-weight: normal;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-bottom: 28px;
}
.bebasata-happy-customer-popup__error--checkbox {
  display: block;
  margin-top: 0px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.bebasata-sms-popup {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  z-index: 999;
  left: 0px;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .bebasata-sms-popup {
    padding: 13px 0px;
  }
}
.bebasata-sms-popup__holder {
  position: relative;
  width: 647px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .bebasata-sms-popup__holder {
    width: 90%;
    height: auto;
    overflow-y: scroll;
  }
}
.bebasata-sms-popup__close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-sms-popup__close-button {
    top: 15px;
    right: 15px;
  }
}
.bebasata-sms-popup__close-button:before,
.bebasata-sms-popup__close-button:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -1px;
  width: 2px;
  height: 19px;
  background-color: #fff;
  transform-origin: 50%;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .bebasata-sms-popup__close-button:before,
  .bebasata-sms-popup__close-button:after {
    background-color: #939292;
  }
}
.bebasata-sms-popup__close-button.dark:before,
.bebasata-sms-popup__close-button.dark:after {
  background-color: #939292;
}
.bebasata-sms-popup__close-button:after {
  transform: rotate(-45deg);
}
.bebasata-sms-popup__topbar {
  height: 170px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-repeat: no-repeat;
  background-image: url('../images/sms-otp-banner.jpg');
  background-position: bottom center;
  background-color: #d9b1d8;
}
@media (max-width: 768px) {
  .bebasata-sms-popup__topbar {
    display: none;
  }
}
.bebasata-sms-popup__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 40px 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .bebasata-sms-popup__body {
    padding: 30px 30px;
  }
}
.bebasata-sms-popup__title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
  color: #555864;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bebasata-sms-popup__title {
    line-height: 1.33;
    font-size: 18px;
  }
}
.bebasata-sms-popup__desc {
  display: block;
  font-size: 14px;
  line-height: 1.57;
  color: #555864;
  margin-bottom: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-sms-popup__desc {
    line-height: 1.54;
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.bebasata-sms-popup__desc > p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .bebasata-sms-popup__desc > p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bebasata-sms-popup__form {
  width: 279px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-sms-popup__form {
    width: 100%;
  }
}
.bebasata-sms-popup__send-again {
  display: block;
  margin-bottom: 40px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #b44ea7;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-sms-popup__send-again {
    font-size: 10px;
    margin-top: 5px;
  }
}
.bebasata-sms-popup__send-again:hover {
  text-decoration: underline;
}
.bebasata-sms-popup__timer {
  margin-bottom: 40px;
  text-align: left;
}
.bebasata-sms-popup__timer > span {
  font-size: 12px;
}
@media (max-width: 768px) {
  .bebasata-sms-popup__timer > span {
    line-height: 1.67;
  }
}
.bebasata-sms-popup__timer > span:first-child {
  color: #939292;
}
.bebasata-sms-popup__time {
  color: #555864;
  font-weight: 600;
}
.bebasata-sms-popup__time > i {
  font-weight: normal;
  font-style: normal;
}
.bebasata-sms-popup__button {
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-sms-popup__button {
    position: relative;
    width: 100%;
    border-radius: 6px;
  }
}
.bebasata-sms-popup__error {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  font-weight: normal;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  margin-bottom: 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.bebasata-sms-popup__input {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  background-color: #ffffff;
  padding: 0px 15px;
  margin-bottom: 7px;
}
.bebasata-sms-popup__input::-webkit-input-placeholder {
  font-weight: normal;
}
.bebasata-sms-popup__input:-ms-input-placeholder {
  font-weight: normal;
}
.bebasata-sms-popup__input::-moz-placeholder {
  font-weight: normal;
}
.bebasata-sms-popup__input:-moz-placeholder {
  font-weight: normal;
}
.bebasata-sms-popup__input.--error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bebasata-sms-popup__input.--error + .bebasata-sms-popup__error {
  display: block;
}
.bebasata-sms-popup__input.-error {
  border-color: #ff9b07 !important;
  margin-bottom: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.bebasata-sms-popup__input.-error + .bebasata-sms-popup__error {
  display: block;
}
.popup-content {
  height: 85%;
  position: fixed;
  max-height: 1080px;
}
.popup-content.text {
  color: #ab3d97;
  max-width: 1080px;
  margin: auto;
  width: 100%;
  font-family: 'Montserrat';
}
.popup-content.text h1 {
  font-size: 35px;
  font-weight: 700;
}
.popup-content.text h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
.popup-content.text p {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 18px;
}
.bebasata-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  right: 0;
  margin: auto;
}
.bebasata-popup-content {
  left: 50%;
  margin: auto;
  max-width: 1080px;
  position: absolute;
  height: 85%;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}
.bebasata-popup__close-button {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url('../images/web-cookie-close.svg');
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  right: 10px;
  top: 10px;
}
.bebasata-popup-content img {
  height: 100%;
}
.bebasata-popup-content img.image_mobile {
  display: none;
}
.bebasata-popup-content img.image_full {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .bebasata-popup-content {
    width: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    height: auto;
    top: 36%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    /*padding: 20px;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  .bebasata-popup__close-button {
    width: 16px;
    height: 16px;
    background-image: url('../images/web-cookie-close.svg');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    right: 10px;
    top: 10px;
  }
  .bebasata-popup-content img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bebasata-popup-content {
    width: 85%;
  }
  .bebasata-popup-content img.image_full {
    display: none;
  }
  .bebasata-popup-content img.image_mobile {
    display: block;
  }
  .bebasata-popup__close-button {
    width: 13px;
    height: 13px;
  }
}
@media only screen and (max-width: 350px) {
  .bebasata-popup__close-button {
    width: 12px;
    height: 12px;
  }
}
.bebasata-form-popup-message {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
}
.bebasata-form-popup-message__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  width: 647px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  padding: 50px 50px 40px 50px;
  margin: auto;
  right: 0px;
  left: 0px;
}
.bebasata-form-popup-message__box__close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.bebasata-form-popup-message__box__close-button:before,
.bebasata-form-popup-message__box__close-button:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -1px;
  width: 2px;
  height: 19px;
  background-color: #b7bdbf;
  transform-origin: 50%;
  transform: rotate(45deg);
}
.bebasata-form-popup-message__box__close-button:after {
  transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .bebasata-form-popup-message__box {
    width: 90%;
    padding: 30px 30px;
  }
}
.bebasata-form-popup-message__title {
  font-size: 22px;
  font-weight: 600;
  color: #555864;
  letter-spacing: -1px;
}
@media (max-width: 768px) {
  .bebasata-form-popup-message__title {
    text-align: center;
    font-size: 18px;
  }
}
.bebasata-form-popup-message__text {
  font-size: 14px;
  font-weight: normal;
  color: #555864;
  margin-top: 15px;
  margin-bottom: 35px;
  line-height: 1.57;
  text-align: center;
  min-width: 600px;
  max-width: 600px;
}
@media (max-width: 768px) {
  .bebasata-form-popup-message__text {
    font-size: 13px;
    width: 100%;
    min-width: auto;
    max-height: 350px;
    overflow: auto;
  }
}
@media (max-width: 320px) {
  .bebasata-form-popup-message__text {
    max-height: 250px;
  }
}
.bebasata-form-popup-message__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 100%;
}
.bebasata-form-popup-message__buttons--center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .bebasata-form-popup-message__buttons {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bebasata-form-popup-message__buttons > .bebasata-button {
    width: 100%;
  }
}
.bebasata-form-popup-message__cancel-button,
.bebasata-form-popup-message__contiune-button {
  width: 50%;
}
@media (max-width: 768px) {
  .bebasata-form-popup-message__cancel-button,
  .bebasata-form-popup-message__contiune-button {
    width: 100%;
  }
}
.bebasata-form-popup-message__cancel-button {
  margin-right: 7px;
}
@media (max-width: 768px) {
  .bebasata-form-popup-message__cancel-button {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.bebasata-form-popup-message__contiune-button {
  margin-left: 7px;
}
@media (max-width: 768px) {
  .bebasata-form-popup-message__contiune-button {
    margin-left: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.bebasata-form-popup-message.lks-red button.bebasata-button {
  margin-left: 0px;
  margin-right: 7px;
}
.bebasata-form-popup-message.lks-red span.bebasata-button {
  margin-left: 7px;
  margin-right: 0px;
}
@media (max-width: 768px) {
  .bebasata-form-popup-message.lks-red span.bebasata-button {
    margin-left: 0px;
  }
}
.bebasata-landing-page-web-credit {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 0px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit {
    width: 100%;
    padding: 20px 0px;
  }
}
.bebasata-landing-page-web-credit__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #3c3f48;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit__title {
    font-size: 18px;
  }
}
.bebasata-landing-page-web-credit__subtitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit__subtitle {
    font-size: 13px;
    text-align: center;
    padding: 0px 15px;
  }
}
.bebasata-landing-page-web-credit__boxes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit__boxes {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 20px;
  }
}
.bebasata-landing-page-web-credit__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 263px;
  border-radius: 16px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  border: solid 1px #f3f4f4;
  padding: 20px 20px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit__box {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
  }
  .bebasata-landing-page-web-credit__box:last-child {
    margin-bottom: 0px;
  }
}
.bebasata-landing-page-web-credit__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
}
.bebasata-landing-page-web-credit__icon {
  min-width: 45px;
  min-height: 45px;
  background-color: red;
  margin-right: 20px;
}
.bebasata-landing-page-web-credit__icon > img {
  width: 100%;
}
.bebasata-landing-page-web-credit-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px 0px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit-card {
    width: 100%;
    padding: 20px 0px;
  }
}
.bebasata-landing-page-web-credit-card__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #555864;
  line-height: 1.58;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit-card__title {
    font-size: 18px;
  }
}
.bebasata-landing-page-web-credit-card__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 1130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit-card__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 30px;
    padding: 0px 15px;
  }
}
.bebasata-landing-page-web-credit-card__content-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 319px;
  padding-top: 20px;
}
.bebasata-landing-page-web-credit-card__content-left > .bebasata-landing-page-web-credit-card__box:first-child {
  margin-left: -15px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit-card__content-left > .bebasata-landing-page-web-credit-card__box:first-child {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit-card__content-left {
    width: 100%;
    padding-top: 0px;
  }
}
.bebasata-landing-page-web-credit-card__content-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  max-width: 319px;
  padding-top: 20px;
}
.bebasata-landing-page-web-credit-card__content-right > .bebasata-landing-page-web-credit-card__box:first-child {
  margin-right: -15px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit-card__content-right > .bebasata-landing-page-web-credit-card__box:first-child {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit-card__content-right {
    width: 100%;
    padding-top: 0px;
  }
}
.bebasata-landing-page-web-credit-card__content-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-width: 396px;
  height: 250px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background-color: gray;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit-card__content-center {
    min-width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.bebasata-landing-page-web-credit-card__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 319px;
  border-radius: 16px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  border: solid 1px #f3f4f4;
  padding: 20px 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit-card__box {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
  }
  .bebasata-landing-page-web-credit-card__box:last-child {
    margin-bottom: 0px;
  }
}
.bebasata-landing-page-web-credit-card__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
}
.bebasata-landing-page-web-credit-card__icon {
  min-width: 45px;
  min-height: 45px;
  background-color: red;
  margin-right: 20px;
}
.bebasata-landing-page-web-credit-card__icon > img {
  width: 100%;
}
.bebasata-landing-page-web-credit-card__information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-top: 40px;
}
.bebasata-landing-page-web-credit-card__information > strong {
  font-size: 20px;
  font-weight: 600;
  color: #b44ea7;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-credit-card__information > strong {
    font-size: 18px;
  }
}
.bebasata-landing-page-web-credit-card__information > span {
  font-size: 14px;
  font-weight: 500;
  color: #b44ea7;
  line-height: 1.43;
}
.bebasata-landing-page-web-customer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 40px 0px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-customer {
    width: 100%;
    padding: 20px 0px;
  }
}
.bebasata-landing-page-web-customer__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #555864;
  line-height: 1.58;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-customer__title {
    font-size: 18px;
    padding: 0px 25px;
  }
}
.bebasata-landing-page-web-customer__graident-wrapper {
  width: 100%;
  background-image: linear-gradient(to bottom, #eed9dd, #d19cd0);
  margin-top: 100px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-customer__graident-wrapper {
    margin-top: 30px;
    background-image: none;
  }
}
.bebasata-landing-page-web-customer__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-customer__content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0px;
    padding: 0px 15px;
  }
}
.bebasata-landing-page-web-customer__content-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 319px;
  padding-top: 20px;
}
.bebasata-landing-page-web-customer__content-left > .bebasata-landing-page-web-customer__box:nth-child(1) {
  margin-left: -30px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-customer__content-left > .bebasata-landing-page-web-customer__box:nth-child(1) {
    margin-left: 0px;
  }
}
.bebasata-landing-page-web-customer__content-left > .bebasata-landing-page-web-customer__box:nth-child(2) {
  margin-left: -15px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-customer__content-left > .bebasata-landing-page-web-customer__box:nth-child(2) {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-customer__content-left {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 10px;
  }
}
.bebasata-landing-page-web-customer__content-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  max-width: 319px;
  padding-top: 20px;
}
.bebasata-landing-page-web-customer__content-right > .bebasata-landing-page-web-customer__box:nth-child(1) {
  margin-right: -30px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-customer__content-right > .bebasata-landing-page-web-customer__box:nth-child(1) {
    margin-right: 0px;
  }
}
.bebasata-landing-page-web-customer__content-right > .bebasata-landing-page-web-customer__box:nth-child(2) {
  margin-right: -15px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-customer__content-right > .bebasata-landing-page-web-customer__box:nth-child(2) {
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-customer__content-right {
    width: 100%;
    padding-top: 0px;
  }
}
.bebasata-landing-page-web-customer__content-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 248px;
  height: 492px;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  background-color: gray;
  margin-top: -40px;
  margin-bottom: -40px;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-customer__content-center {
    display: none;
  }
}
.bebasata-landing-page-web-customer__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 319px;
  height: 88px;
  border-radius: 16px;
  box-shadow: 0px 20px 15px 0px rgba(0, 0, 0, 0.05);
  border: solid 1px #f3f4f4;
  padding: 20px 20px;
  margin-bottom: 30px;
  background-color: white;
}
@media (max-width: 768px) {
  .bebasata-landing-page-web-customer__box {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.05);
  }
  .bebasata-landing-page-web-customer__box:last-child {
    margin-bottom: 0px;
  }
}
.bebasata-landing-page-web-customer__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
}
.bebasata-landing-page-web-customer__icon {
  min-width: 45px;
  min-height: 45px;
  background-color: red;
  margin-right: 20px;
}
.bebasata-landing-page-web-customer__icon > img {
  width: 100%;
}
.bebasata-short-sss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 75px !important;
  padding-bottom: 0px;
  width: 100%;
  max-width: 1170px;
}
@media (max-width: 768px) {
  .bebasata-short-sss {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.bebasata-short-sss__title {
  color: #555864;
}
.bebasata-short-sss__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 945px;
  list-style: none;
  margin-top: 35px;
}
@media (max-width: 768px) {
  .bebasata-short-sss__items {
    width: 100%;
    margin-top: 20px;
  }
}
.bebasata-short-sss__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 20px 0px;
  border-bottom: 1px solid #e9edef;
}
.bebasata-short-sss__item:last-child {
  border-bottom: none;
}
.bebasata-short-sss__subtitle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #555864;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-short-sss__subtitle {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    font-size: 14px;
  }
}
.bebasata-short-sss__subtitle:before {
  content: '';
  min-width: 15px;
  height: 15px;
  margin-left: 15px;
  background-image: url('../images/plus.png');
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 768px) {
  .bebasata-short-sss__subtitle:before {
    margin-top: 3px;
  }
}
.bebasata-short-sss__subtitle.toggle:before {
  background-image: url('../images/minus.png');
}
.bebasata-short-sss__text {
  display: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #555864;
  margin-top: 15px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .bebasata-short-sss__text {
    font-size: 13px;
  }
}
.bebasata-short-sss > .bebasata-button {
  width: 144px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .bebasata-short-sss > .bebasata-button {
    margin-top: 30px;
  }
}
.bebasata-short-sss__more-info-link {
  font-size: 13px;
  color: #b44ea7;
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 600;
}
.bebasata-short-sss__more-info-link:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .bebasata-short-sss__more-info-link {
    font-size: 10px;
  }
}
.bebasata-faq-full {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-faq-full {
    margin-left: 0px;
  }
}
.bebasata-faq-full .highlighted {
  background-color: #b44ea7;
  color: #fff;
}
.bebasata-faq-full__search {
  padding: 2px 2px;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
}
.bebasata-faq-full__search-clear {
  display: none;
  width: 16px;
  height: 16px;
  background-image: url('../images/web-cookie-close.svg');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  right: 2%;
  top: 50%;
  font-size: 0px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  cursor: pointer;
}
.bebasata-faq-full__input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: none;
  width: 100%;
  height: 46px;
  padding: 0px;
  /*border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;*/
}
.bebasata-faq-full__input input {
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  background-image: url('../images/search-icon.png');
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: 9px 12px;
  padding-left: 35px;
}
.bebasata-faq-full__tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 15px 15px;
}
@media (max-width: 768px) {
  .bebasata-faq-full__tags {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }
}
.bebasata-faq-full__tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-radius: 17px;
  background-color: #b44ea7;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 20px;
  margin-right: 10px;
}
.bebasata-faq-full__tag:last-child {
  margin-right: none;
}
.bebasata-faq-full__tag:hover {
  background-color: #d774ca;
}
@media (max-width: 768px) {
  .bebasata-faq-full__tag {
    margin-bottom: 10px;
  }
}
.bebasata-faq-full__category-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-faq-full__category-title {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
}
.bebasata-faq-full__items-container {
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .bebasata-faq-full__items-container {
    margin-bottom: 30px;
  }
}
.bebasata-faq-full__main-question {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #b44ea7;
  margin-bottom: 25px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-faq-full__main-question {
    font-size: 14px;
    font-weight: 500;
  }
}
.bebasata-faq-full__main-question--last-child {
  margin-bottom: 0px;
}
.bebasata-faq-full__main-question:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 24px;
  min-height: 24px;
  background-color: #b44ea7;
  margin-left: 15px;
  border-radius: 100%;
  background-image: url('../images/faq-plus.svg');
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .bebasata-faq-full__main-question:before {
    min-width: 20px;
    min-height: 20px;
    margin-right: 10px;
  }
}
.bebasata-faq-full__main-question:hover {
  color: #d774ca;
}
.bebasata-faq-full__main-question:hover:before {
  background-color: #d774ca;
}
.bebasata-faq-full__main-question--opened:before {
  background-image: url('../images/faq-minus.svg');
}
.bebasata-faq-full__questions {
  display: none;
  margin-left: 40px;
  margin-bottom: 27px;
}
.bebasata-faq-full__questions--show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  .bebasata-faq-full__questions {
    margin-left: 0px;
  }
}
.bebasata-faq-full__questions:last-child {
  margin-bottom: 0px;
}
.bebasata-faq-full__question-title {
  display: block;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #555864;
  margin-bottom: 15px;
  cursor: pointer;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .bebasata-faq-full__question-title {
    font-size: 14px;
    font-weight: 500;
  }
}
.bebasata-faq-full__question-title:before {
  content: '';
  min-width: 15px;
  min-height: 15px;
  margin-left: 15px;
  background-image: url('../images/plus.png');
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: -30px;
  display: inline-block;
}
@media (max-width: 768px) {
  .bebasata-faq-full__question-title:before {
    min-width: 12px;
    min-height: 12px;
  }
}
.bebasata-faq-full__question-title--opened:before {
  background-image: url('../images/minus.png');
}
.bebasata-faq-full__question-text {
  display: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #555864;
  margin-left: 30px;
  word-break: break-word;
}
.bebasata-faq-full__question-text--show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.bebasata-faq-full__question-seperator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 1px;
  background-color: #e9edef;
  margin: 20px 0px;
}
.bebasata-faq-full__question-seperator:last-child {
  display: none;
}
.bebasata-faq-little {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .bebasata-faq-little {
    margin-left: 0px;
  }
}
.bebasata-faq-little__search {
  background-color: #e9edef;
  padding: 2px 2px;
  border-radius: 6px;
}
.bebasata-faq-little__input {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border: none;
  width: 100%;
  height: 56px;
  padding: 0px 25px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.bebasata-faq-little__tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 15px 15px;
}
@media (max-width: 768px) {
  .bebasata-faq-little__tags {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 5px;
  }
}
.bebasata-faq-little__tag {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-radius: 17px;
  background-color: #b44ea7;
  font-size: 12px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 20px;
  margin-right: 10px;
}
.bebasata-faq-little__tag:last-child {
  margin-right: none;
}
.bebasata-faq-little__tag:hover {
  background-color: #d774ca;
}
@media (max-width: 768px) {
  .bebasata-faq-little__tag {
    margin-bottom: 10px;
    padding: 7px 20px;
  }
}
.bebasata-faq-little__questions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 40px;
}
.bebasata-faq-little__question-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #555864;
  margin-bottom: 15px;
  cursor: pointer;
}
.bebasata-faq-little__question-title:before {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  content: '';
  width: 15px;
  height: 15px;
  margin-left: 15px;
  background-image: url('../images/plus.png');
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bebasata-faq-little__question-title:before {
    min-width: 12px;
    min-height: 12px;
  }
}
.bebasata-faq-little__question-title--opened:before {
  background-image: url('../images/minus.png');
}
.bebasata-faq-little__question-title--opened + .bebasata-faq-little__question-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
@media (max-width: 768px) {
  .bebasata-faq-little__question-title {
    font-size: 14px;
  }
}
.bebasata-faq-little__question-text {
  display: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: #555864;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .bebasata-faq-little__question-text {
    font-size: 13px;
  }
}
.bebasata-faq-little__question-seperator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: 1px;
  background-color: #e9edef;
  margin: 20px 0px;
}
.bebasata-faq-little__more-link {
  font-size: 12px;
  font-weight: 500;
  color: #b44ea7;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .bebasata-faq-little__more-link {
    margin-top: 30px;
    /*font-size: 10px;*/
  }
}
.bebasata-apply-account-personal-step1__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-personal-step1__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step1__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step1__form-item--passive {
  display: none;
}
.bebasata-apply-account-personal-step1__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-account-personal-step1__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-account-personal-step1__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-account-personal-step1__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-account-personal-step1__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-personal-step1__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-account-personal-step1__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-account-personal-step1__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step1__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-account-personal-step1__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step1__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-account-personal-step1__form-item__form-input-holder,
.bebasata-apply-account-personal-step1__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-account-personal-step1__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-account-personal-step1__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step1__form-item__form-input,
.bebasata-apply-account-personal-step1__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__form-item__form-input,
  .bebasata-apply-account-personal-step1__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-account-personal-step1__form-item__form-input.--error,
.bebasata-apply-account-personal-step1__form-item__select.--error,
.bebasata-apply-account-personal-step1__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step1__form-item__form-input.-error,
.bebasata-apply-account-personal-step1__form-item__select.-error,
.bebasata-apply-account-personal-step1__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step1__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step1__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step1__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-account-personal-step1__form-item__form-input.--error + .bebasata-apply-account-personal-step1__form-item__error-text,
.bebasata-apply-account-personal-step1__form-item__select.--error + .bebasata-apply-account-personal-step1__form-item__error-text,
.bebasata-apply-account-personal-step1__form-item__textarea.--error + .bebasata-apply-account-personal-step1__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step1__form-item__form-input.-error + .bebasata-apply-account-personal-step1__form-item__error-text,
.bebasata-apply-account-personal-step1__form-item__select.-error + .bebasata-apply-account-personal-step1__form-item__error-text,
.bebasata-apply-account-personal-step1__form-item__textarea.-error + .bebasata-apply-account-personal-step1__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step1__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-account-personal-step1__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-account-personal-step1__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-account-personal-step1__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step1__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step1__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-account-personal-step1__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-account-personal-step1__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-account-personal-step1__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-account-personal-step1__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-account-personal-step1__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-account-personal-step1__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-account-personal-step1__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-account-personal-step1__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-account-personal-step1__form-item--error .bebasata-apply-account-personal-step1__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-account-personal-step1__form-item-error .bebasata-apply-account-personal-step1__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-account-personal-step1__form-item--error .bebasata-apply-account-personal-step1__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-account-personal-step1__form-item-error .bebasata-apply-account-personal-step1__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-account-personal-step1__form-item--error .bebasata-apply-account-personal-step1__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step1__form-item-error .bebasata-apply-account-personal-step1__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step1__overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  z-index: 999;
  left: 0px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay {
    padding: 13px 0;
  }
}
.bebasata-apply-account-personal-step1__overlay__holder {
  position: relative;
  width: 647px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__holder {
    width: 90%;
    height: auto;
    overflow-y: scroll;
  }
}
.bebasata-apply-account-personal-step1__overlay__close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__close-button {
    top: 15px;
    right: 15px;
  }
}
.bebasata-apply-account-personal-step1__overlay__close-button:before,
.bebasata-apply-account-personal-step1__overlay__close-button:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -1px;
  width: 2px;
  height: 19px;
  background-color: #fff;
  transform-origin: 50%;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__close-button:before,
  .bebasata-apply-account-personal-step1__overlay__close-button:after {
    background-color: #939292;
  }
}
.bebasata-apply-account-personal-step1__overlay__close-button:after {
  transform: rotate(-45deg);
}
.bebasata-apply-account-personal-step1__overlay__topbar {
  height: 170px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__topbar {
    display: none;
  }
}
.bebasata-apply-account-personal-step1__overlay__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 40px 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__body {
    padding: 15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bebasata-apply-account-personal-step1__overlay__body {
    display: block;
  }
}
.bebasata-apply-account-personal-step1__overlay__title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
  color: #555864;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__title {
    line-height: 1.33;
    font-size: 18px;
  }
}
.bebasata-apply-account-personal-step1__overlay__desc {
  display: block;
  font-size: 14px;
  line-height: 1.57;
  color: #555864;
  margin-bottom: 30px;
  max-height: 264px;
  overflow-y: auto;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__desc {
    line-height: 1.54;
    font-size: 13px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.bebasata-apply-account-personal-step1__overlay__desc p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__desc p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bebasata-apply-account-personal-step1__overlay__form {
  width: 279px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__form {
    width: 90%;
  }
}
.bebasata-apply-account-personal-step1__overlay__form-item {
  margin-bottom: 10px;
}
.bebasata-apply-account-personal-step1__overlay__send-again {
  display: block;
  margin-bottom: 40px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #b44ea7;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__send-again {
    font-size: 10px;
  }
}
.bebasata-apply-account-personal-step1__overlay__sms-timer {
  margin-bottom: 40px;
  text-align: right;
}
.bebasata-apply-account-personal-step1__overlay__sms-timer > span {
  font-size: 12px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__sms-timer > span {
    line-height: 1.67;
  }
}
.bebasata-apply-account-personal-step1__overlay__sms-timer > span:first-child {
  color: #939292;
}
.bebasata-apply-account-personal-step1__overlay__time {
  margin-left: 8px;
  color: #1c1e1f;
  font-weight: bold;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__form-button {
    position: relative;
    width: 100%;
    border-radius: 6px;
  }
}
.bebasata-apply-account-personal-step1__overlay__button-holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__button-holder {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.bebasata-apply-account-personal-step1__overlay__button-holder .bebasata-button {
  width: 275px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__button-holder .bebasata-button {
    width: 100%;
  }
}
.bebasata-apply-account-personal-step1__overlay__button-holder .bebasata-button--secondary {
  background: #fff;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step1__overlay__button-holder .bebasata-button:last-child {
    margin-bottom: 10px;
  }
}
.bebasata-apply-account-personal-step1__overlay .bebasata-apply-account-personal-step1__overlay__topbar {
  background-color: #d9b1d8;
  background-image: url('../images/sms-popup.png');
  background-position-x: 109px;
}
.bebasata-apply-account-personal-step2__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-personal-step2__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step2__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step2__form-item--passive {
  display: none;
}
.bebasata-apply-account-personal-step2__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-account-personal-step2__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-account-personal-step2__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-account-personal-step2__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-account-personal-step2__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-personal-step2__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-account-personal-step2__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-account-personal-step2__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step2__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-account-personal-step2__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step2__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-account-personal-step2__form-item__form-input-holder,
.bebasata-apply-account-personal-step2__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-account-personal-step2__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-account-personal-step2__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step2__form-item__form-input,
.bebasata-apply-account-personal-step2__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__form-item__form-input,
  .bebasata-apply-account-personal-step2__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-account-personal-step2__form-item__form-input.--error,
.bebasata-apply-account-personal-step2__form-item__select.--error,
.bebasata-apply-account-personal-step2__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step2__form-item__form-input.-error,
.bebasata-apply-account-personal-step2__form-item__select.-error,
.bebasata-apply-account-personal-step2__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step2__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step2__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step2__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-account-personal-step2__form-item__form-input.--error + .bebasata-apply-account-personal-step2__form-item__error-text,
.bebasata-apply-account-personal-step2__form-item__select.--error + .bebasata-apply-account-personal-step2__form-item__error-text,
.bebasata-apply-account-personal-step2__form-item__textarea.--error + .bebasata-apply-account-personal-step2__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step2__form-item__form-input.-error + .bebasata-apply-account-personal-step2__form-item__error-text,
.bebasata-apply-account-personal-step2__form-item__select.-error + .bebasata-apply-account-personal-step2__form-item__error-text,
.bebasata-apply-account-personal-step2__form-item__textarea.-error + .bebasata-apply-account-personal-step2__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step2__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-account-personal-step2__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-account-personal-step2__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-account-personal-step2__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step2__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step2__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-account-personal-step2__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-account-personal-step2__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-account-personal-step2__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-account-personal-step2__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-account-personal-step2__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-account-personal-step2__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-account-personal-step2__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-account-personal-step2__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-account-personal-step2__form-item--error .bebasata-apply-account-personal-step2__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-account-personal-step2__form-item-error .bebasata-apply-account-personal-step2__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-account-personal-step2__form-item--error .bebasata-apply-account-personal-step2__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-account-personal-step2__form-item-error .bebasata-apply-account-personal-step2__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-account-personal-step2__form-item--error .bebasata-apply-account-personal-step2__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step2__form-item-error .bebasata-apply-account-personal-step2__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step2__overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  z-index: 999;
  left: 0px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay {
    padding: 13px 0;
  }
}
.bebasata-apply-account-personal-step2__overlay__holder {
  position: relative;
  width: 647px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__holder {
    width: 90%;
    height: auto;
    overflow-y: scroll;
  }
}
.bebasata-apply-account-personal-step2__overlay__close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__close-button {
    top: 15px;
    right: 15px;
  }
}
.bebasata-apply-account-personal-step2__overlay__close-button:before,
.bebasata-apply-account-personal-step2__overlay__close-button:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -1px;
  width: 2px;
  height: 19px;
  background-color: #fff;
  transform-origin: 50%;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__close-button:before,
  .bebasata-apply-account-personal-step2__overlay__close-button:after {
    background-color: #939292;
  }
}
.bebasata-apply-account-personal-step2__overlay__close-button:after {
  transform: rotate(-45deg);
}
.bebasata-apply-account-personal-step2__overlay__topbar {
  height: 170px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__topbar {
    display: none;
  }
}
.bebasata-apply-account-personal-step2__overlay__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 40px 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__body {
    padding: 15px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bebasata-apply-account-personal-step2__overlay__body {
    display: block;
  }
}
.bebasata-apply-account-personal-step2__overlay__title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
  color: #555864;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__title {
    line-height: 1.33;
    font-size: 18px;
  }
}
.bebasata-apply-account-personal-step2__overlay__desc {
  display: block;
  font-size: 14px;
  line-height: 1.57;
  color: #555864;
  margin-bottom: 30px;
  max-height: 264px;
  overflow-y: auto;
  padding-right: 5px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__desc {
    line-height: 1.54;
    font-size: 13px;
    margin-bottom: 20px;
    width: 100%;
  }
}
.bebasata-apply-account-personal-step2__overlay__desc p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__desc p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bebasata-apply-account-personal-step2__overlay__form {
  width: 279px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__form {
    width: 90%;
  }
}
.bebasata-apply-account-personal-step2__overlay__form-item {
  margin-bottom: 10px;
}
.bebasata-apply-account-personal-step2__overlay__send-again {
  display: block;
  margin-bottom: 40px;
  text-align: left;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #b44ea7;
  cursor: pointer;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__send-again {
    font-size: 10px;
  }
}
.bebasata-apply-account-personal-step2__overlay__sms-timer {
  margin-bottom: 40px;
  text-align: right;
}
.bebasata-apply-account-personal-step2__overlay__sms-timer > span {
  font-size: 12px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__sms-timer > span {
    line-height: 1.67;
  }
}
.bebasata-apply-account-personal-step2__overlay__sms-timer > span:first-child {
  color: #939292;
}
.bebasata-apply-account-personal-step2__overlay__time {
  margin-left: 8px;
  color: #1c1e1f;
  font-weight: bold;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__form-button {
    position: relative;
    width: 100%;
    border-radius: 6px;
  }
}
.bebasata-apply-account-personal-step2__overlay__button-holder {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__button-holder {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.bebasata-apply-account-personal-step2__overlay__button-holder .bebasata-button {
  width: 275px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__button-holder .bebasata-button {
    width: 100%;
  }
}
.bebasata-apply-account-personal-step2__overlay__button-holder .bebasata-button--secondary {
  background: #fff;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay__button-holder .bebasata-button:last-child {
    margin-bottom: 10px;
  }
}
.bebasata-apply-account-personal-step2__overlay .bebasata-apply-account-personal-step2__overlay__desc {
  text-align: left;
}
.bebasata-apply-account-personal-step2__overlay .bebasata-apply-account-personal-step2__overlay__topbar {
  background-color: #ffcb70;
  background-image: url('../images/permission-popup.png');
  background-position-x: 103px;
  background-position-y: bottom;
  background-size: 442px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step2__overlay .bebasata-apply-account-personal-step2__overlay__topbar {
    display: block;
    background-position: bottom center;
    background-size: 115%;
  }
}
.bebasata-apply-account-personal-step3__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step3__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-personal-step3__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step3__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step3__form-item--passive {
  display: none;
}
.bebasata-apply-account-personal-step3__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-account-personal-step3__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step3__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-account-personal-step3__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step3__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-account-personal-step3__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step3__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-account-personal-step3__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step3__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-personal-step3__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-account-personal-step3__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-account-personal-step3__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step3__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-account-personal-step3__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step3__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-account-personal-step3__form-item__form-input-holder,
.bebasata-apply-account-personal-step3__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-account-personal-step3__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-account-personal-step3__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step3__form-item__form-input,
.bebasata-apply-account-personal-step3__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step3__form-item__form-input,
  .bebasata-apply-account-personal-step3__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-account-personal-step3__form-item__form-input.--error,
.bebasata-apply-account-personal-step3__form-item__select.--error,
.bebasata-apply-account-personal-step3__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step3__form-item__form-input.-error,
.bebasata-apply-account-personal-step3__form-item__select.-error,
.bebasata-apply-account-personal-step3__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step3__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step3__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step3__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step3__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-account-personal-step3__form-item__form-input.--error + .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-account-personal-step3__form-item__select.--error + .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-account-personal-step3__form-item__textarea.--error + .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step3__form-item__form-input.-error + .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-account-personal-step3__form-item__select.-error + .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-account-personal-step3__form-item__textarea.-error + .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step3__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-account-personal-step3__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-account-personal-step3__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-account-personal-step3__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step3__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step3__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-account-personal-step3__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-account-personal-step3__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-account-personal-step3__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-account-personal-step3__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step3__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-account-personal-step3__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-account-personal-step3__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-account-personal-step3__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-account-personal-step3__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-account-personal-step3__form-item--error .bebasata-apply-account-personal-step3__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-account-personal-step3__form-item-error .bebasata-apply-account-personal-step3__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-account-personal-step3__form-item--error .bebasata-apply-account-personal-step3__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-account-personal-step3__form-item-error .bebasata-apply-account-personal-step3__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-account-personal-step3__form-item--error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step3__form-item-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step3__user-information-form {
    min-height: 500px;
  }
}
.bebasata-apply-account-personal-step3__form-item__select.-error {
  border-radius: 6px 6px 0 0;
}
.bebasata-apply-account-personal-step3__form-item__select.-error + .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step4__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-personal-step4__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step4__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step4__form-item--passive {
  display: none;
}
.bebasata-apply-account-personal-step4__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-account-personal-step4__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-account-personal-step4__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-account-personal-step4__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-account-personal-step4__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-personal-step4__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-account-personal-step4__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-account-personal-step4__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step4__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-account-personal-step4__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step4__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-account-personal-step4__form-item__form-input-holder,
.bebasata-apply-account-personal-step4__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-account-personal-step4__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-account-personal-step4__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step4__form-item__form-input,
.bebasata-apply-account-personal-step4__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-item__form-input,
  .bebasata-apply-account-personal-step4__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-account-personal-step4__form-item__form-input.--error,
.bebasata-apply-account-personal-step4__form-item__select.--error,
.bebasata-apply-account-personal-step4__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step4__form-item__form-input.-error,
.bebasata-apply-account-personal-step4__form-item__select.-error,
.bebasata-apply-account-personal-step4__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step4__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step4__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step4__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-account-personal-step4__form-item__form-input.--error + .bebasata-apply-account-personal-step4__form-item__error-text,
.bebasata-apply-account-personal-step4__form-item__select.--error + .bebasata-apply-account-personal-step4__form-item__error-text,
.bebasata-apply-account-personal-step4__form-item__textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step4__form-item__form-input.-error + .bebasata-apply-account-personal-step4__form-item__error-text,
.bebasata-apply-account-personal-step4__form-item__select.-error + .bebasata-apply-account-personal-step4__form-item__error-text,
.bebasata-apply-account-personal-step4__form-item__textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step4__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-account-personal-step4__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-account-personal-step4__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-account-personal-step4__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step4__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step4__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-account-personal-step4__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-account-personal-step4__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-account-personal-step4__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-account-personal-step4__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-account-personal-step4__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-account-personal-step4__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-account-personal-step4__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-account-personal-step4__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-account-personal-step4__form-item--error .bebasata-apply-account-personal-step4__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-account-personal-step4__form-item-error .bebasata-apply-account-personal-step4__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-account-personal-step4__form-item--error .bebasata-apply-account-personal-step4__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-account-personal-step4__form-item-error .bebasata-apply-account-personal-step4__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-account-personal-step4__form-item--error .bebasata-apply-account-personal-step4__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step4__form-item-error .bebasata-apply-account-personal-step4__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step4__form-item--half {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-item--half {
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-personal-step4__form-row.error + div {
  display: block !important;
}
.bebasata-apply-account-personal-step4__top-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 946px;
  height: 127px;
  margin-top: 34px;
  background-color: #f3ba1b;
  border-radius: 6px;
  position: relative;
}
.bebasata-apply-account-personal-step4__top-box:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 30px;
  width: 74px;
  height: 74px;
  background: url('../images/address-found.svg');
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__top-box {
    width: 100%;
    margin: -5px 0 0 0;
    height: 150px;
    border-radius: 0;
  }
  .bebasata-apply-account-personal-step4__top-box:before {
    left: initial;
    right: -10px;
    top: 35px;
    opacity: 0.2;
  }
}
.bebasata-apply-account-personal-step4__top-box--success {
  background-color: #8aca2d;
}
.bebasata-apply-account-personal-step4__top-box--success:before {
  background: url('../images/address-found.svg');
}
.bebasata-apply-account-personal-step4__top-box__text-box {
  padding-left: 134px;
  padding-right: 65px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__top-box__text-box {
    padding: 0 15px;
  }
}
.bebasata-apply-account-personal-step4__top-box__text-box-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__top-box__text-box-title {
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 5px;
    padding-right: 45px;
  }
}
.bebasata-apply-account-personal-step4__top-box__text-box-desc {
  font-size: 14px;
  line-height: 1.57;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__top-box__text-box-desc {
    font-size: 13px;
    line-height: 1.46;
    color: #ffffff;
  }
}
.bebasata-apply-account-personal-step4__select-adress-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bebasata-apply-account-personal-step4__select-adress-box-text {
  font-size: 13px;
  font-weight: 500;
  color: #879196;
}
.bebasata-apply-account-personal-step4__select-adress-box-edit-btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  color: #b44ea7;
}
.bebasata-apply-account-personal-step4__other-address-title {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #879196;
}
.bebasata-apply-account-personal-step4__form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 0;
}
.bebasata-apply-account-personal-step4__form-box__title {
  display: block;
  text-align: center;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-box__title {
    line-height: 1.63;
    width: 90%;
    margin: 0 auto;
  }
}
.bebasata-apply-account-personal-step4__form-box__title-borderspan {
  position: relative;
}
.bebasata-apply-account-personal-step4__form-box__title-borderspan:after {
  content: '';
  width: 119px;
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-box__title-borderspan:after {
    width: 80px;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-account-personal-step4__form-box__selectform-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #e9edef;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-box__selectform-item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-account-personal-step4__form-box__selectform-itemspan {
  line-height: 1.57;
}
.bebasata-apply-account-personal-step4__form-box__selectform-item.--half {
  width: calc((100% - 10px) / 2);
}
.bebasata-apply-account-personal-step4__form-box__selectform-item.--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step4__form-box__selectform-item.-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step4__form-box__selectform-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-apply-account-personal-step4__form-box__selectform-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-apply-account-personal-step4__form-box__selectform-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-apply-account-personal-step4__form-box__selectform-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-account-personal-step4__form-box__selectform-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-box__selectform-label-text {
    font-size: 13px;
  }
}
.bebasata-apply-account-personal-step4__form-box__selectform-radio {
  display: none;
}
.bebasata-apply-account-personal-step4__form-box__selectform-radio:checked + .bebasata-apply-account-personal-step4__form-box__selectform-item {
  border-color: #d9b1d8;
}
.bebasata-apply-account-personal-step4__form-box__selectform-radio:checked + .bebasata-apply-account-personal-step4__form-box__selectform-item > .bebasata-apply-account-personal-step4__form-box__selectform-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-account-personal-step4__form-box__selectform-radio:checked + .bebasata-apply-account-personal-step4__form-box__selectform-item > .bebasata-apply-account-personal-step4__form-box__selectform-check-status:after {
  background-color: #b44ea7;
}
.--company .bebasata-apply-account-personal-step4__form-box__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.-company .bebasata-apply-account-personal-step4__form-box__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.--company .bebasata-apply-account-personal-step4__form-box__selectform-item {
  background-color: #f8f9fa;
}
.-company .bebasata-apply-account-personal-step4__form-box__selectform-item {
  background-color: #f8f9fa;
}
.--company .bebasata-apply-account-personal-step4__form-box__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.-company .bebasata-apply-account-personal-step4__form-box__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.--company .bebasata-apply-account-personal-step4__form-box__selectform-radio:checked + label > .bebasata-apply-account-personal-step4__form-box__selectform-check-status:before {
  border-color: #aacfe1;
}
.-company .bebasata-apply-account-personal-step4__form-box__selectform-radio:checked + label > .bebasata-apply-account-personal-step4__form-box__selectform-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-account-personal-step4__form-box__selectform-radio:checked + label > .bebasata-apply-account-personal-step4__form-box__selectform-check-status:after {
  background-color: #00b3fd;
}
.-company .bebasata-apply-account-personal-step4__form-box__selectform-radio:checked + label > .bebasata-apply-account-personal-step4__form-box__selectform-check-status:after {
  background-color: #00b3fd;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-box {
    margin-top: 20px;
  }
}
.bebasata-apply-account-personal-step4__form-box__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-box__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-account-personal-step4__form-box__subline {
  position: relative;
}
.bebasata-apply-account-personal-step4__form-box__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-box__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-account-personal-step4__form-box__items {
  width: 100%;
}
.bebasata-apply-account-personal-step4__form-box__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-box__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-account-personal-step4__form-box__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step4__form-box__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step4__form-box__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-account-personal-step4__form-box__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-account-personal-step4__form-box__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-account-personal-step4__form-box__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-account-personal-step4__form-box__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-box__description {
    font-size: 13px;
  }
}
.bebasata-apply-account-personal-step4__form-box__button {
  width: 100%;
}
.bebasata-apply-account-personal-step4__form-box__radio {
  display: none;
}
.bebasata-apply-account-personal-step4__form-box__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-account-personal-step4__form-box__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-account-personal-step4__form-box__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-account-personal-step4__form-box__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step4__form-box__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step4__form-box__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step4__form-box__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step4__form-box__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-account-personal-step4__form-box__validation-message--show {
  display: block;
}
.bebasata-apply-account-personal-step4__form-box__selectform-item {
  min-height: 88px;
  border-color: #b7bdbf;
}
.bebasata-apply-account-personal-step4__form-box__selectform-item.--small {
  min-height: initial;
  height: 42px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-box__selectform-item.--small {
    height: 39px;
  }
}
.bebasata-apply-account-personal-step4__form-box__selectform-item.-small {
  min-height: auto;
  height: 42px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step4__form-box__selectform-item.-small {
    height: 39px;
  }
}
.bebasata-apply-account-personal-step4__form-box__selectform-radio.-error + label {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step4__form-box.-error .bebasata-application-form__error {
  display: block;
  border-radius: 6px;
  margin-bottom: 20px;
}
.bebasata-apply-account-personal-step4__custom-input {
  width: 100%;
  padding-left: 15px;
}
.bebasata-apply-account-personal-step4__form-item__select.-error {
  border-radius: 6px 6px 0 0;
}
.bebasata-apply-account-personal-step4__form-item__select.-error + .bebasata-application-form__error {
  display: block;
}
/*.bebasata-apply-account-step-title {
    &:extend(.bebasata-apply-step-title);   
}

.bebasata-apply-account-step4__user-information-form{
    &:extend(.bebasata-apply-form);

    &__form-item{
        .bebasata-apply-form-item();
    }
    & .bebasata-apply-account-select__selectform__form-item{
        min-height:initial;
        height:42px;
        margin-bottom:0;

        @media @max-768 {  
            height:39px;
        }
    }
}*/
.bebasata-apply-account-personal-step5__success-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 946px;
  height: 127px;
  border: solid 1px #f3f4f4;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.05);
  margin: 34px auto 29px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__success-box {
    width: 100%;
    height: auto;
  }
}
.bebasata-apply-account-personal-step5__success-box__top-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0;
  border: none;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__success-box__top-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-apply-account-personal-step5__success-box__icon-box {
  width: 86px;
  height: 86px;
  background-color: #8aca2d;
  border-radius: 200px;
  border: 10px solid #eaf3d2;
  background-image: url(../images/appyl-checked-big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 28px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__success-box__icon-box {
    width: 72px;
    height: 72px;
    background-size: auto;
    margin: 0 auto 20px;
  }
}
.bebasata-apply-account-personal-step5__success-box__text-box {
  width: 761px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__success-box__text-box {
    width: 100%;
  }
}
.bebasata-apply-account-personal-step5__success-box__text-box-title {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 15px;
  color: #3c3f48;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__success-box__text-box-title {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.9px;
    text-align: center;
    margin-bottom: 5px;
    color: #555864;
  }
}
.bebasata-apply-account-personal-step5__success-box__text-box-desc {
  font-size: 14px;
  line-height: 1.57;
  font-weight: normal;
  color: rgba(85, 88, 100, 0.9);
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__success-box__text-box-desc {
    font-size: 13px;
    line-height: 1.54;
    text-align: center;
    color: #555864;
  }
}
.bebasata-apply-account-personal-step5__title {
  font-size: 13px;
  font-weight: 500;
  color: #879196;
  margin-bottom: 10px;
}
.bebasata-apply-account-personal-step5__form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__form-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-apply-account-personal-step5__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
  width: 307px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-personal-step5__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step5__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step5__form-item--passive {
  display: none;
}
.bebasata-apply-account-personal-step5__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-account-personal-step5__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-account-personal-step5__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-account-personal-step5__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-account-personal-step5__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-personal-step5__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-account-personal-step5__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-account-personal-step5__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step5__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-account-personal-step5__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step5__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-account-personal-step5__form-item__form-input-holder,
.bebasata-apply-account-personal-step5__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-account-personal-step5__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-account-personal-step5__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step5__form-item__form-input,
.bebasata-apply-account-personal-step5__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__form-item__form-input,
  .bebasata-apply-account-personal-step5__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-account-personal-step5__form-item__form-input.--error,
.bebasata-apply-account-personal-step5__form-item__select.--error,
.bebasata-apply-account-personal-step5__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step5__form-item__form-input.-error,
.bebasata-apply-account-personal-step5__form-item__select.-error,
.bebasata-apply-account-personal-step5__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step5__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step5__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step5__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-account-personal-step5__form-item__form-input.--error + .bebasata-apply-account-personal-step5__form-item__error-text,
.bebasata-apply-account-personal-step5__form-item__select.--error + .bebasata-apply-account-personal-step5__form-item__error-text,
.bebasata-apply-account-personal-step5__form-item__textarea.--error + .bebasata-apply-account-personal-step5__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step5__form-item__form-input.-error + .bebasata-apply-account-personal-step5__form-item__error-text,
.bebasata-apply-account-personal-step5__form-item__select.-error + .bebasata-apply-account-personal-step5__form-item__error-text,
.bebasata-apply-account-personal-step5__form-item__textarea.-error + .bebasata-apply-account-personal-step5__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step5__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-account-personal-step5__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-account-personal-step5__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-account-personal-step5__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step5__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step5__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-account-personal-step5__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-account-personal-step5__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-account-personal-step5__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-account-personal-step5__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-account-personal-step5__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-account-personal-step5__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-account-personal-step5__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-account-personal-step5__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-account-personal-step5__form-item--error .bebasata-apply-account-personal-step5__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-account-personal-step5__form-item-error .bebasata-apply-account-personal-step5__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-account-personal-step5__form-item--error .bebasata-apply-account-personal-step5__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-account-personal-step5__form-item-error .bebasata-apply-account-personal-step5__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-account-personal-step5__form-item--error .bebasata-apply-account-personal-step5__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step5__form-item-error .bebasata-apply-account-personal-step5__form-item__error-text {
  display: block;
}
.bebasata-apply-account-personal-step5__form-item:last-child {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__form-item {
    width: 100%;
  }
}
.bebasata-apply-account-personal-step5__bulletin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  /*&:extend(.wrapper-946);*/
  width: 946px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  margin-bottom: 18px;
}
.bebasata-apply-account-personal-step5__bulletin__title {
  display: block;
  text-align: center;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__bulletin__title {
    line-height: 1.63;
    width: 90%;
    margin: 0 auto;
  }
}
.bebasata-apply-account-personal-step5__bulletin__title-borderspan {
  position: relative;
}
.bebasata-apply-account-personal-step5__bulletin__title-borderspan:after {
  content: '';
  width: 119px;
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__bulletin__title-borderspan:after {
    width: 80px;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-account-personal-step5__bulletin__selectform-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #e9edef;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__bulletin__selectform-item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-account-personal-step5__bulletin__selectform-itemspan {
  line-height: 1.57;
}
.bebasata-apply-account-personal-step5__bulletin__selectform-item.--half {
  width: calc((100% - 10px) / 2);
}
.bebasata-apply-account-personal-step5__bulletin__selectform-item.--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step5__bulletin__selectform-item.-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step5__bulletin__selectform-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-apply-account-personal-step5__bulletin__selectform-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-apply-account-personal-step5__bulletin__selectform-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-apply-account-personal-step5__bulletin__selectform-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-account-personal-step5__bulletin__selectform-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__bulletin__selectform-label-text {
    font-size: 13px;
  }
}
.bebasata-apply-account-personal-step5__bulletin__selectform-radio {
  display: none;
}
.bebasata-apply-account-personal-step5__bulletin__selectform-radio:checked + .bebasata-apply-account-personal-step5__bulletin__selectform-item {
  border-color: #d9b1d8;
}
.bebasata-apply-account-personal-step5__bulletin__selectform-radio:checked + .bebasata-apply-account-personal-step5__bulletin__selectform-item > .bebasata-apply-account-personal-step5__bulletin__selectform-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-account-personal-step5__bulletin__selectform-radio:checked + .bebasata-apply-account-personal-step5__bulletin__selectform-item > .bebasata-apply-account-personal-step5__bulletin__selectform-check-status:after {
  background-color: #b44ea7;
}
.--company .bebasata-apply-account-personal-step5__bulletin__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.-company .bebasata-apply-account-personal-step5__bulletin__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.--company .bebasata-apply-account-personal-step5__bulletin__selectform-item {
  background-color: #f8f9fa;
}
.-company .bebasata-apply-account-personal-step5__bulletin__selectform-item {
  background-color: #f8f9fa;
}
.--company .bebasata-apply-account-personal-step5__bulletin__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.-company .bebasata-apply-account-personal-step5__bulletin__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.--company .bebasata-apply-account-personal-step5__bulletin__selectform-radio:checked + label > .bebasata-apply-account-personal-step5__bulletin__selectform-check-status:before {
  border-color: #aacfe1;
}
.-company .bebasata-apply-account-personal-step5__bulletin__selectform-radio:checked + label > .bebasata-apply-account-personal-step5__bulletin__selectform-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-account-personal-step5__bulletin__selectform-radio:checked + label > .bebasata-apply-account-personal-step5__bulletin__selectform-check-status:after {
  background-color: #00b3fd;
}
.-company .bebasata-apply-account-personal-step5__bulletin__selectform-radio:checked + label > .bebasata-apply-account-personal-step5__bulletin__selectform-check-status:after {
  background-color: #00b3fd;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__bulletin {
    margin-top: 20px;
  }
}
.bebasata-apply-account-personal-step5__bulletin__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__bulletin__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-account-personal-step5__bulletin__subline {
  position: relative;
}
.bebasata-apply-account-personal-step5__bulletin__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__bulletin__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-account-personal-step5__bulletin__items {
  width: 100%;
}
.bebasata-apply-account-personal-step5__bulletin__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__bulletin__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-account-personal-step5__bulletin__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step5__bulletin__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step5__bulletin__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-account-personal-step5__bulletin__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-account-personal-step5__bulletin__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-account-personal-step5__bulletin__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-account-personal-step5__bulletin__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__bulletin__description {
    font-size: 13px;
  }
}
.bebasata-apply-account-personal-step5__bulletin__button {
  width: 100%;
}
.bebasata-apply-account-personal-step5__bulletin__radio {
  display: none;
}
.bebasata-apply-account-personal-step5__bulletin__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-account-personal-step5__bulletin__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-account-personal-step5__bulletin__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-account-personal-step5__bulletin__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step5__bulletin__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step5__bulletin__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step5__bulletin__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step5__bulletin__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-account-personal-step5__bulletin__validation-message--show {
  display: block;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__bulletin {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.bebasata-apply-account-personal-step5__bulletin__selectform-item {
  width: 185px;
  padding: 0;
  min-height: initial;
  height: 42px;
  margin-right: 6px;
  border-color: #b7bdbf;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__bulletin__selectform-item {
    width: 100%;
    margin-right: 0;
    height: 39px;
    margin-bottom: 5px;
  }
}
.bebasata-apply-account-personal-step5__button-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.bebasata-apply-account-personal-step5__button-box__next-btn {
  width: 200px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5__button-box__next-btn {
    width: 100%;
  }
}
.bebasata-apply-account-step5__user-information-form .bebasata-apply-account-select__selectform__form-item {
  min-height: initial;
  height: 42px;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-account-step5__user-information-form .bebasata-apply-account-select__selectform__form-item {
    height: 39px;
  }
}
.bebasata-apply-account-personal-step5-bulletin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  width: 946px;
  margin-bottom: 18px;
}
.bebasata-apply-account-personal-step5-bulletin__title {
  display: block;
  text-align: center;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5-bulletin__title {
    line-height: 1.63;
    width: 90%;
    margin: 0 auto;
  }
}
.bebasata-apply-account-personal-step5-bulletin__title-borderspan {
  position: relative;
}
.bebasata-apply-account-personal-step5-bulletin__title-borderspan:after {
  content: '';
  width: 119px;
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5-bulletin__title-borderspan:after {
    width: 80px;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-account-personal-step5-bulletin__selectform-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #e9edef;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5-bulletin__selectform-item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-account-personal-step5-bulletin__selectform-itemspan {
  line-height: 1.57;
}
.bebasata-apply-account-personal-step5-bulletin__selectform-item.--half {
  width: calc((100% - 10px) / 2);
}
.bebasata-apply-account-personal-step5-bulletin__selectform-item.--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step5-bulletin__selectform-item.-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step5-bulletin__selectform-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-apply-account-personal-step5-bulletin__selectform-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-apply-account-personal-step5-bulletin__selectform-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-apply-account-personal-step5-bulletin__selectform-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-account-personal-step5-bulletin__selectform-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5-bulletin__selectform-label-text {
    font-size: 13px;
  }
}
.bebasata-apply-account-personal-step5-bulletin__selectform-radio {
  display: none;
}
.bebasata-apply-account-personal-step5-bulletin__selectform-radio:checked + .bebasata-apply-account-personal-step5-bulletin__selectform-item {
  border-color: #d9b1d8;
}
.bebasata-apply-account-personal-step5-bulletin__selectform-radio:checked + .bebasata-apply-account-personal-step5-bulletin__selectform-item > .bebasata-apply-account-personal-step5-bulletin__selectform-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-account-personal-step5-bulletin__selectform-radio:checked + .bebasata-apply-account-personal-step5-bulletin__selectform-item > .bebasata-apply-account-personal-step5-bulletin__selectform-check-status:after {
  background-color: #b44ea7;
}
.--company .bebasata-apply-account-personal-step5-bulletin__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.-company .bebasata-apply-account-personal-step5-bulletin__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.--company .bebasata-apply-account-personal-step5-bulletin__selectform-item {
  background-color: #f8f9fa;
}
.-company .bebasata-apply-account-personal-step5-bulletin__selectform-item {
  background-color: #f8f9fa;
}
.--company .bebasata-apply-account-personal-step5-bulletin__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.-company .bebasata-apply-account-personal-step5-bulletin__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.--company .bebasata-apply-account-personal-step5-bulletin__selectform-radio:checked + label > .bebasata-apply-account-personal-step5-bulletin__selectform-check-status:before {
  border-color: #aacfe1;
}
.-company .bebasata-apply-account-personal-step5-bulletin__selectform-radio:checked + label > .bebasata-apply-account-personal-step5-bulletin__selectform-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-account-personal-step5-bulletin__selectform-radio:checked + label > .bebasata-apply-account-personal-step5-bulletin__selectform-check-status:after {
  background-color: #00b3fd;
}
.-company .bebasata-apply-account-personal-step5-bulletin__selectform-radio:checked + label > .bebasata-apply-account-personal-step5-bulletin__selectform-check-status:after {
  background-color: #00b3fd;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5-bulletin {
    margin-top: 20px;
  }
}
.bebasata-apply-account-personal-step5-bulletin__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5-bulletin__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-account-personal-step5-bulletin__subline {
  position: relative;
}
.bebasata-apply-account-personal-step5-bulletin__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5-bulletin__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-account-personal-step5-bulletin__items {
  width: 100%;
}
.bebasata-apply-account-personal-step5-bulletin__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5-bulletin__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-account-personal-step5-bulletin__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step5-bulletin__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-personal-step5-bulletin__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-account-personal-step5-bulletin__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-account-personal-step5-bulletin__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-account-personal-step5-bulletin__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-account-personal-step5-bulletin__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5-bulletin__description {
    font-size: 13px;
  }
}
.bebasata-apply-account-personal-step5-bulletin__button {
  width: 100%;
}
.bebasata-apply-account-personal-step5-bulletin__radio {
  display: none;
}
.bebasata-apply-account-personal-step5-bulletin__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-account-personal-step5-bulletin__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-account-personal-step5-bulletin__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-account-personal-step5-bulletin__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step5-bulletin__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step5-bulletin__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-account-personal-step5-bulletin__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-personal-step5-bulletin__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-account-personal-step5-bulletin__validation-message--show {
  display: block;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5-bulletin {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-apply-account-personal-step5-bulletin__selectform-item {
  width: 185px;
  padding: 0;
  min-height: initial;
  height: 42px;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-personal-step5-bulletin__selectform-item {
    width: 100%;
    margin-right: 0;
    height: 39px;
    margin-bottom: 5px;
  }
}
.bebasata-apply-account-general-form__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
  position: relative;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-general-form__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-general-form__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-general-form__form-item--passive {
  display: none;
}
.bebasata-apply-account-general-form__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-account-general-form__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-account-general-form__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-account-general-form__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-account-general-form__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-account-general-form__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-account-general-form__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-account-general-form__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-general-form__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-account-general-form__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-general-form__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-account-general-form__form-item__form-input-holder,
.bebasata-apply-account-general-form__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-account-general-form__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-account-general-form__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-account-general-form__form-item__form-input,
.bebasata-apply-account-general-form__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-item__form-input,
  .bebasata-apply-account-general-form__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-account-general-form__form-item__form-input.--error,
.bebasata-apply-account-general-form__form-item__select.--error,
.bebasata-apply-account-general-form__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-general-form__form-item__form-input.-error,
.bebasata-apply-account-general-form__form-item__select.-error,
.bebasata-apply-account-general-form__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-general-form__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-general-form__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-general-form__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-account-general-form__form-item__form-input.--error + .bebasata-apply-account-general-form__form-item__error-text,
.bebasata-apply-account-general-form__form-item__select.--error + .bebasata-apply-account-general-form__form-item__error-text,
.bebasata-apply-account-general-form__form-item__textarea.--error + .bebasata-apply-account-general-form__form-item__error-text {
  display: block;
}
.bebasata-apply-account-general-form__form-item__form-input.-error + .bebasata-apply-account-general-form__form-item__error-text,
.bebasata-apply-account-general-form__form-item__select.-error + .bebasata-apply-account-general-form__form-item__error-text,
.bebasata-apply-account-general-form__form-item__textarea.-error + .bebasata-apply-account-general-form__form-item__error-text {
  display: block;
}
.bebasata-apply-account-general-form__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-account-general-form__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-account-general-form__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-account-general-form__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-account-general-form__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-account-general-form__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-account-general-form__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-account-general-form__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-account-general-form__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-account-general-form__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-account-general-form__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-account-general-form__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-account-general-form__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-account-general-form__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-account-general-form__form-item--error .bebasata-apply-account-general-form__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-account-general-form__form-item-error .bebasata-apply-account-general-form__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-account-general-form__form-item--error .bebasata-apply-account-general-form__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-account-general-form__form-item-error .bebasata-apply-account-general-form__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-account-general-form__form-item--error .bebasata-apply-account-general-form__form-item__error-text {
  display: block;
}
.bebasata-apply-account-general-form__form-item-error .bebasata-apply-account-general-form__form-item__error-text {
  display: block;
}
.bebasata-apply-account-general-form__form-item--half {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-item--half {
    width: calc((100% - 10px) / 2);
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-item--half:nth-child(odd) {
    margin-right: 10px;
  }
}
.bebasata-apply-account-general-form__form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 0;
}
.bebasata-apply-account-general-form__form-box__title {
  display: block;
  text-align: center;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-box__title {
    line-height: 1.63;
    width: 90%;
    margin: 0 auto;
  }
}
.bebasata-apply-account-general-form__form-box__title-borderspan {
  position: relative;
}
.bebasata-apply-account-general-form__form-box__title-borderspan:after {
  content: '';
  width: 119px;
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-box__title-borderspan:after {
    width: 80px;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-account-general-form__form-box__selectform-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #e9edef;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-box__selectform-item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-account-general-form__form-box__selectform-itemspan {
  line-height: 1.57;
}
.bebasata-apply-account-general-form__form-box__selectform-item.--half {
  width: calc((100% - 10px) / 2);
}
.bebasata-apply-account-general-form__form-box__selectform-item.--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-general-form__form-box__selectform-item.-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-general-form__form-box__selectform-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-apply-account-general-form__form-box__selectform-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-apply-account-general-form__form-box__selectform-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-apply-account-general-form__form-box__selectform-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-account-general-form__form-box__selectform-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-box__selectform-label-text {
    font-size: 13px;
  }
}
.bebasata-apply-account-general-form__form-box__selectform-radio {
  display: none;
}
.bebasata-apply-account-general-form__form-box__selectform-radio:checked + .bebasata-apply-account-general-form__form-box__selectform-item {
  border-color: #d9b1d8;
}
.bebasata-apply-account-general-form__form-box__selectform-radio:checked + .bebasata-apply-account-general-form__form-box__selectform-item > .bebasata-apply-account-general-form__form-box__selectform-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-account-general-form__form-box__selectform-radio:checked + .bebasata-apply-account-general-form__form-box__selectform-item > .bebasata-apply-account-general-form__form-box__selectform-check-status:after {
  background-color: #b44ea7;
}
.--company .bebasata-apply-account-general-form__form-box__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.-company .bebasata-apply-account-general-form__form-box__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.--company .bebasata-apply-account-general-form__form-box__selectform-item {
  background-color: #f8f9fa;
}
.-company .bebasata-apply-account-general-form__form-box__selectform-item {
  background-color: #f8f9fa;
}
.--company .bebasata-apply-account-general-form__form-box__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.-company .bebasata-apply-account-general-form__form-box__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.--company .bebasata-apply-account-general-form__form-box__selectform-radio:checked + label > .bebasata-apply-account-general-form__form-box__selectform-check-status:before {
  border-color: #aacfe1;
}
.-company .bebasata-apply-account-general-form__form-box__selectform-radio:checked + label > .bebasata-apply-account-general-form__form-box__selectform-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-account-general-form__form-box__selectform-radio:checked + label > .bebasata-apply-account-general-form__form-box__selectform-check-status:after {
  background-color: #00b3fd;
}
.-company .bebasata-apply-account-general-form__form-box__selectform-radio:checked + label > .bebasata-apply-account-general-form__form-box__selectform-check-status:after {
  background-color: #00b3fd;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-box {
    margin-top: 20px;
  }
}
.bebasata-apply-account-general-form__form-box__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-box__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-account-general-form__form-box__subline {
  position: relative;
}
.bebasata-apply-account-general-form__form-box__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-box__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-account-general-form__form-box__items {
  width: 100%;
}
.bebasata-apply-account-general-form__form-box__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-box__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-account-general-form__form-box__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-general-form__form-box__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-account-general-form__form-box__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-account-general-form__form-box__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-account-general-form__form-box__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-account-general-form__form-box__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-account-general-form__form-box__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-box__description {
    font-size: 13px;
  }
}
.bebasata-apply-account-general-form__form-box__button {
  width: 100%;
}
.bebasata-apply-account-general-form__form-box__radio {
  display: none;
}
.bebasata-apply-account-general-form__form-box__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-account-general-form__form-box__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-account-general-form__form-box__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-account-general-form__form-box__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-account-general-form__form-box__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-general-form__form-box__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-account-general-form__form-box__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-account-general-form__form-box__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-account-general-form__form-box__validation-message--show {
  display: block;
}
.bebasata-apply-account-general-form__form-box__selectform-item {
  min-height: 88px;
  border-color: #b7bdbf;
}
.bebasata-apply-account-general-form__form-box__selectform-item.--small {
  min-height: initial;
  height: 42px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-box__selectform-item.--small {
    height: 39px;
  }
}
.bebasata-apply-account-general-form__form-box__selectform-item.-small {
  min-height: initial;
  height: 42px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-account-general-form__form-box__selectform-item.-small {
    height: 39px;
  }
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1 {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step1__calculation-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-radius: 10px;
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f3f4f4;
  margin: 34px auto 0;
  padding: 20px 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__calculation-box {
    width: 100%;
    margin: 0 0 18px 0;
    border-radius: 0;
    padding: 16px 15px 15px 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.bebasata-apply-credit-personal-step1__calculation-box__item {
  width: calc(100% / 9);
  padding: 0 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__calculation-box__item {
    width: calc(100% / 3);
    text-align: center;
    margin-bottom: 17px;
  }
  .bebasata-apply-credit-personal-step1__calculation-box__item--passive {
    display: none;
  }
}
.bebasata-apply-credit-personal-step1__calculation-box__title {
  font-size: 11px;
  min-height: 26px;
  color: #879196;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__calculation-box__title {
    margin-bottom: 7px;
    min-height: initial;
    font-size: 10px;
  }
}
.bebasata-apply-credit-personal-step1__calculation-box__value {
  font-size: 16px;
  font-weight: 500;
  color: #3c3f48;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__calculation-box__value {
    font-size: 14px;
  }
}
.bebasata-apply-credit-personal-step1__calculation-box__value span {
  font-weight: normal;
}
.bebasata-apply-credit-personal-step1__calculation-box__detail-btn {
  color: #b44ea7;
  font-size: 12px;
  font-weight: 500;
  display: none;
}
.bebasata-apply-credit-personal-step1__calculation-box__detail-btn:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 5px;
  margin-left: 12px;
  background-image: url('../images/dropdown-icon.svg');
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__calculation-box__detail-btn {
    display: block;
  }
  .bebasata-apply-credit-personal-step1__calculation-box__detail-btn--passive {
    display: none;
  }
}
.bebasata-apply-credit-personal-step1__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-personal-step1__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step1__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step1__form-item--passive {
  display: none;
}
.bebasata-apply-credit-personal-step1__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-credit-personal-step1__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-credit-personal-step1__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step1__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-credit-personal-step1__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-personal-step1__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-credit-personal-step1__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-credit-personal-step1__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step1__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-personal-step1__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step1__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-personal-step1__form-item__form-input-holder,
.bebasata-apply-credit-personal-step1__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-credit-personal-step1__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-credit-personal-step1__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step1__form-item__form-input,
.bebasata-apply-credit-personal-step1__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__form-item__form-input,
  .bebasata-apply-credit-personal-step1__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-credit-personal-step1__form-item__form-input.--error,
.bebasata-apply-credit-personal-step1__form-item__select.--error,
.bebasata-apply-credit-personal-step1__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step1__form-item__form-input.-error,
.bebasata-apply-credit-personal-step1__form-item__select.-error,
.bebasata-apply-credit-personal-step1__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step1__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step1__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step1__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-credit-personal-step1__form-item__form-input.--error + .bebasata-apply-credit-personal-step1__form-item__error-text,
.bebasata-apply-credit-personal-step1__form-item__select.--error + .bebasata-apply-credit-personal-step1__form-item__error-text,
.bebasata-apply-credit-personal-step1__form-item__textarea.--error + .bebasata-apply-credit-personal-step1__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step1__form-item__form-input.-error + .bebasata-apply-credit-personal-step1__form-item__error-text,
.bebasata-apply-credit-personal-step1__form-item__select.-error + .bebasata-apply-credit-personal-step1__form-item__error-text,
.bebasata-apply-credit-personal-step1__form-item__textarea.-error + .bebasata-apply-credit-personal-step1__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step1__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-credit-personal-step1__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-credit-personal-step1__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-credit-personal-step1__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step1__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step1__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-credit-personal-step1__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-credit-personal-step1__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-credit-personal-step1__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-credit-personal-step1__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step1__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-credit-personal-step1__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-credit-personal-step1__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-credit-personal-step1__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-credit-personal-step1__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-credit-personal-step1__form-item--error .bebasata-apply-credit-personal-step1__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-personal-step1__form-item-error .bebasata-apply-credit-personal-step1__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-personal-step1__form-item--error .bebasata-apply-credit-personal-step1__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-personal-step1__form-item-error .bebasata-apply-credit-personal-step1__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-personal-step1__form-item--error .bebasata-apply-credit-personal-step1__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step1__form-item-error .bebasata-apply-credit-personal-step1__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step2__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step2__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-personal-step2__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step2__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step2__form-item--passive {
  display: none;
}
.bebasata-apply-credit-personal-step2__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-credit-personal-step2__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step2__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-credit-personal-step2__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step2__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step2__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step2__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-credit-personal-step2__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step2__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-personal-step2__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-credit-personal-step2__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-credit-personal-step2__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step2__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-personal-step2__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step2__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-personal-step2__form-item__form-input-holder,
.bebasata-apply-credit-personal-step2__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-credit-personal-step2__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-credit-personal-step2__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step2__form-item__form-input,
.bebasata-apply-credit-personal-step2__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step2__form-item__form-input,
  .bebasata-apply-credit-personal-step2__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-credit-personal-step2__form-item__form-input.--error,
.bebasata-apply-credit-personal-step2__form-item__select.--error,
.bebasata-apply-credit-personal-step2__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step2__form-item__form-input.-error,
.bebasata-apply-credit-personal-step2__form-item__select.-error,
.bebasata-apply-credit-personal-step2__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step2__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step2__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step2__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step2__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-credit-personal-step2__form-item__form-input.--error + .bebasata-apply-credit-personal-step2__form-item__error-text,
.bebasata-apply-credit-personal-step2__form-item__select.--error + .bebasata-apply-credit-personal-step2__form-item__error-text,
.bebasata-apply-credit-personal-step2__form-item__textarea.--error + .bebasata-apply-credit-personal-step2__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step2__form-item__form-input.-error + .bebasata-apply-credit-personal-step2__form-item__error-text,
.bebasata-apply-credit-personal-step2__form-item__select.-error + .bebasata-apply-credit-personal-step2__form-item__error-text,
.bebasata-apply-credit-personal-step2__form-item__textarea.-error + .bebasata-apply-credit-personal-step2__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step2__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-credit-personal-step2__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-credit-personal-step2__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-credit-personal-step2__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step2__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step2__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-credit-personal-step2__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-credit-personal-step2__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-credit-personal-step2__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-credit-personal-step2__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step2__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-credit-personal-step2__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-credit-personal-step2__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-credit-personal-step2__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-credit-personal-step2__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-credit-personal-step2__form-item--error .bebasata-apply-credit-personal-step2__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-personal-step2__form-item-error .bebasata-apply-credit-personal-step2__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-personal-step2__form-item--error .bebasata-apply-credit-personal-step2__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-personal-step2__form-item-error .bebasata-apply-credit-personal-step2__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-personal-step2__form-item--error .bebasata-apply-credit-personal-step2__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step2__form-item-error .bebasata-apply-credit-personal-step2__form-item__error-text {
  display: block;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step2__user-information-form {
    min-height: 500px;
  }
}
.bebasata-apply-credit-personal-step3-fail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.bebasata-apply-credit-personal-step3-fail__top-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 946px;
  height: 347px;
  margin-left: 75px;
  margin-top: 34px;
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-fail__top-box {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    height: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: solid 1px #f3f4f4;
  }
}
.bebasata-apply-credit-personal-step3-fail__left-emoji-box {
  width: 235px;
  height: 100%;
  background-image: url('../images/fail-emoji.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f8f9fa;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-fail__left-emoji-box {
    width: 100%;
    height: 90px;
    background-size: 53px;
    background-color: #fff;
    border-radius: 0;
  }
}
.bebasata-apply-credit-personal-step3-fail__right-result-text-box {
  width: calc(100% - 235px);
  height: 100%;
  padding: 28px 30px 17px 26px;
  border: solid 1px #f3f4f4;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-fail__right-result-text-box {
    width: 100%;
    border-radius: 0;
    border: none;
    height: auto;
    padding: 0 17px 20px 15px;
  }
}
.bebasata-apply-credit-personal-step3-fail__right-result-text-box__title {
  text-align: center;
  color: #3c3f48;
  line-height: 1.56;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-fail__right-result-text-box__title {
    font-size: 14px;
    line-height: 1.57;
    text-align: left;
  }
}
.bebasata-apply-credit-personal-step3-fail__right-result-text-box__desc-box {
  margin-top: 20px;
  font-size: 14px;
  color: #555864;
  line-height: 1.57;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-fail__right-result-text-box__desc-box {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 11px;
  }
}
.bebasata-apply-credit-personal-step3-fail__information-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  width: 856px;
  margin-top: 61px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-fail__information-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
  }
}
.bebasata-apply-credit-personal-step3-fail__left-text-box {
  width: 361px;
  line-height: 1.55;
  margin: 0px;
  display: block;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-fail__left-text-box {
    width: 100%;
    line-height: 1.63;
    letter-spacing: -0.9px;
    margin-bottom: 15px;
  }
}
.bebasata-apply-credit-personal-step3-fail__left-text-box__color-span {
  display: inline-block;
  color: #b44ea7;
}
.bebasata-apply-credit-personal-step3-fail__right-text-box {
  width: 445px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-fail__right-text-box {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step3-fail__right-text-box__item {
  font-size: 16px;
  color: #555864;
  position: relative;
  padding-left: 25px;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-fail__right-text-box__item {
    font-size: 13px;
    line-height: 1.54;
    padding-right: 26px;
  }
}
.bebasata-apply-credit-personal-step3-fail__right-text-box__item:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 15px;
  height: 10px;
  background-image: url('../images/checked-icon-purple.svg');
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-fail__right-text-box__item:before {
    width: 14px;
    height: 9px;
    background-repeat: no-repeat;
    top: 7px;
  }
}
.bebasata-apply-credit-personal-step3-fail__next-btn {
  width: 260px;
  margin-top: 30px;
  margin-left: 25px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-fail__next-btn {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step3-success {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.bebasata-apply-credit-personal-step3-success__top-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.05);
  border: solid 1px #f3f4f4;
  margin: 34px auto 41px;
  padding: 20px 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__top-box {
    margin-top: 0;
  }
}
.bebasata-apply-credit-personal-step3-success__sucess-top-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e9edef;
  padding-bottom: 30px;
  margin-bottom: 30px;
  width: 97%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__sucess-top-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.bebasata-apply-credit-personal-step3-success__success-icon-box {
  width: 86px;
  height: 86px;
  background-color: #8aca2d;
  border-radius: 200px;
  border: 10px solid #eaf3d2;
  background-image: url('../images/appyl-checked-big.svg');
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 43px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__success-icon-box {
    width: 72px;
    height: 72px;
    background-size: auto;
    margin: 0 auto 25px;
  }
}
.bebasata-apply-credit-personal-step3-success__sucess-top-text-box__title {
  color: #555864;
  line-height: 1.55;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__sucess-top-text-box__title {
    line-height: 1.55;
    letter-spacing: -0.9px;
    text-align: center;
    margin-bottom: 5px;
  }
}
.bebasata-apply-credit-personal-step3-success__sucess-top-text-box__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__sucess-top-text-box__desc {
    text-align: center;
    font-size: 13px;
    line-height: 1.54;
  }
}
.bebasata-apply-credit-personal-step3-success__calculation-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__calculation-box {
    width: 100%;
    margin: 0 0 18px 0;
    border-radius: 0;
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.bebasata-apply-credit-personal-step3-success__calculation-box__item {
  width: calc(100% / 9);
  padding: 0 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__calculation-box__item {
    width: calc(100% / 2);
    text-align: center;
    margin-bottom: 33px;
    padding: 0;
  }
  .bebasata-apply-credit-personal-step3-success__calculation-box__item--passive {
    display: none;
  }
}
.bebasata-apply-credit-personal-step3-success__calculation-box__item:last-child {
  margin-bottom: 0;
}
.bebasata-apply-credit-personal-step3-success__calculation-box__title {
  font-size: 11px;
  min-height: 26px;
  color: #879196;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__calculation-box__title {
    margin-bottom: 7px;
    min-height: initial;
    font-size: 10px;
  }
}
.bebasata-apply-credit-personal-step3-success__calculation-box__value {
  font-size: 16px;
  font-weight: 500;
  color: #3c3f48;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__calculation-box__value {
    font-size: 14px;
  }
}
.bebasata-apply-credit-personal-step3-success__calculation-box__value span {
  font-weight: normal;
}
.bebasata-apply-credit-personal-step3-success__calculation-box__detail-btn {
  color: #b44ea7;
  font-size: 12px;
  font-weight: 500;
  display: none;
  width: 100%;
  text-align: center;
}
.bebasata-apply-credit-personal-step3-success__calculation-box__detail-btn:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 5px;
  margin-left: 12px;
  background-image: url('../images/dropdown-icon.svg');
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__calculation-box__detail-btn {
    display: block;
  }
  .bebasata-apply-credit-personal-step3-success__calculation-box__detail-btn--passive {
    display: none;
  }
}
.bebasata-apply-credit-personal-step3-success__bottom-box {
  width: 971px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__bottom-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }
}
.bebasata-apply-credit-personal-step3-success__bottom-box__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #555864;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__bottom-box__title {
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-personal-step3-success__bottom-box__desc {
  font-size: 14px;
  line-height: 2.14;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__bottom-box__desc {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-personal-step3-success__button-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  margin-top: 50px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__button-box {
    margin-top: 20px;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.bebasata-apply-credit-personal-step3-success__success-btn {
  width: 275px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__success-btn {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step3-success__success-btn:first-child {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step3-success__success-btn:first-child {
    margin-right: 0;
    margin-top: 10px;
  }
}
.bebasata-apply-credit-personal-step4__top-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 946px;
  height: 127px;
  margin-top: 34px;
  background-color: #f3ba1b;
  border-radius: 6px;
  position: relative;
}
.bebasata-apply-credit-personal-step4__top-box:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 30px;
  width: 74px;
  height: 74px;
  background: url('../images/address-found.svg');
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__top-box {
    width: 100%;
    margin: -5px 0 0 0;
    height: 150px;
    border-radius: 0;
  }
  .bebasata-apply-credit-personal-step4__top-box:before {
    left: initial;
    right: -10px;
    top: 35px;
    opacity: 0.2;
  }
}
.bebasata-apply-credit-personal-step4__top-box--success {
  background-color: #8aca2d;
}
.bebasata-apply-credit-personal-step4__top-box--success:before {
  background: url('../images/address-found.svg');
}
.bebasata-apply-credit-personal-step4__top-box__text-box {
  padding-left: 134px;
  padding-right: 65px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__top-box__text-box {
    padding: 0 15px;
  }
}
.bebasata-apply-credit-personal-step4__top-box__text-box-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__top-box__text-box-title {
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 5px;
    padding-right: 45px;
  }
}
.bebasata-apply-credit-personal-step4__top-box__text-box-desc {
  font-size: 14px;
  line-height: 1.57;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__top-box__text-box-desc {
    font-size: 13px;
    line-height: 1.46;
    color: #ffffff;
  }
}
.bebasata-apply-credit-personal-step4-form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 0;
}
.bebasata-apply-credit-personal-step4-form-box__title {
  display: block;
  text-align: center;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4-form-box__title {
    line-height: 1.63;
    width: 90%;
    margin: 0 auto;
  }
}
.bebasata-apply-credit-personal-step4-form-box__title-borderspan {
  position: relative;
}
.bebasata-apply-credit-personal-step4-form-box__title-borderspan:after {
  content: '';
  width: 119px;
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4-form-box__title-borderspan:after {
    width: 80px;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-personal-step4-form-box__selectform-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #e9edef;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4-form-box__selectform-item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-personal-step4-form-box__selectform-itemspan {
  line-height: 1.57;
}
.bebasata-apply-credit-personal-step4-form-box__selectform-item.--half {
  width: calc((100% - 10px) / 2);
}
.bebasata-apply-credit-personal-step4-form-box__selectform-item.--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step4-form-box__selectform-item.-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step4-form-box__selectform-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-apply-credit-personal-step4-form-box__selectform-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-apply-credit-personal-step4-form-box__selectform-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-apply-credit-personal-step4-form-box__selectform-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-personal-step4-form-box__selectform-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4-form-box__selectform-label-text {
    font-size: 13px;
  }
}
.bebasata-apply-credit-personal-step4-form-box__selectform-radio {
  display: none;
}
.bebasata-apply-credit-personal-step4-form-box__selectform-radio:checked + .bebasata-apply-credit-personal-step4-form-box__selectform-item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step4-form-box__selectform-radio:checked + .bebasata-apply-credit-personal-step4-form-box__selectform-item > .bebasata-apply-credit-personal-step4-form-box__selectform-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step4-form-box__selectform-radio:checked + .bebasata-apply-credit-personal-step4-form-box__selectform-item > .bebasata-apply-credit-personal-step4-form-box__selectform-check-status:after {
  background-color: #b44ea7;
}
.--company .bebasata-apply-credit-personal-step4-form-box__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.-company .bebasata-apply-credit-personal-step4-form-box__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.--company .bebasata-apply-credit-personal-step4-form-box__selectform-item {
  background-color: #f8f9fa;
}
.-company .bebasata-apply-credit-personal-step4-form-box__selectform-item {
  background-color: #f8f9fa;
}
.--company .bebasata-apply-credit-personal-step4-form-box__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-personal-step4-form-box__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-personal-step4-form-box__selectform-radio:checked + label > .bebasata-apply-credit-personal-step4-form-box__selectform-check-status:before {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-personal-step4-form-box__selectform-radio:checked + label > .bebasata-apply-credit-personal-step4-form-box__selectform-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-personal-step4-form-box__selectform-radio:checked + label > .bebasata-apply-credit-personal-step4-form-box__selectform-check-status:after {
  background-color: #00b3fd;
}
.-company .bebasata-apply-credit-personal-step4-form-box__selectform-radio:checked + label > .bebasata-apply-credit-personal-step4-form-box__selectform-check-status:after {
  background-color: #00b3fd;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4-form-box {
    margin-top: 20px;
  }
}
.bebasata-apply-credit-personal-step4-form-box__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4-form-box__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-credit-personal-step4-form-box__subline {
  position: relative;
}
.bebasata-apply-credit-personal-step4-form-box__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4-form-box__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-personal-step4-form-box__items {
  width: 100%;
}
.bebasata-apply-credit-personal-step4-form-box__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4-form-box__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-personal-step4-form-box__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step4-form-box__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step4-form-box__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-credit-personal-step4-form-box__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-credit-personal-step4-form-box__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-credit-personal-step4-form-box__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-personal-step4-form-box__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4-form-box__description {
    font-size: 13px;
  }
}
.bebasata-apply-credit-personal-step4-form-box__button {
  width: 100%;
}
.bebasata-apply-credit-personal-step4-form-box__radio {
  display: none;
}
.bebasata-apply-credit-personal-step4-form-box__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step4-form-box__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step4-form-box__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-credit-personal-step4-form-box__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step4-form-box__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step4-form-box__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step4-form-box__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step4-form-box__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-credit-personal-step4-form-box__validation-message--show {
  display: block;
}
.bebasata-apply-credit-personal-step4-form-box__other-address-title {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #879196;
}
.bebasata-apply-credit-personal-step4-form-box__select-adress-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bebasata-apply-credit-personal-step4-form-box__select-adress-box-text {
  font-size: 13px;
  font-weight: 500;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4-form-box__select-adress-box-text {
    font-size: 12px;
  }
}
.bebasata-apply-credit-personal-step4-form-box__select-adress-box-edit-btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  color: #b44ea7;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4-form-box__select-adress-box-edit-btn {
    font-size: 10px;
  }
}
.bebasata-apply-credit-personal-step4__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-personal-step4__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step4__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step4__form-item--passive {
  display: none;
}
.bebasata-apply-credit-personal-step4__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-credit-personal-step4__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-credit-personal-step4__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step4__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-credit-personal-step4__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-personal-step4__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-credit-personal-step4__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-credit-personal-step4__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step4__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-personal-step4__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step4__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-personal-step4__form-item__form-input-holder,
.bebasata-apply-credit-personal-step4__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-credit-personal-step4__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-credit-personal-step4__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step4__form-item__form-input,
.bebasata-apply-credit-personal-step4__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-item__form-input,
  .bebasata-apply-credit-personal-step4__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-credit-personal-step4__form-item__form-input.--error,
.bebasata-apply-credit-personal-step4__form-item__select.--error,
.bebasata-apply-credit-personal-step4__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step4__form-item__form-input.-error,
.bebasata-apply-credit-personal-step4__form-item__select.-error,
.bebasata-apply-credit-personal-step4__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step4__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step4__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step4__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-credit-personal-step4__form-item__form-input.--error + .bebasata-apply-credit-personal-step4__form-item__error-text,
.bebasata-apply-credit-personal-step4__form-item__select.--error + .bebasata-apply-credit-personal-step4__form-item__error-text,
.bebasata-apply-credit-personal-step4__form-item__textarea.--error + .bebasata-apply-credit-personal-step4__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step4__form-item__form-input.-error + .bebasata-apply-credit-personal-step4__form-item__error-text,
.bebasata-apply-credit-personal-step4__form-item__select.-error + .bebasata-apply-credit-personal-step4__form-item__error-text,
.bebasata-apply-credit-personal-step4__form-item__textarea.-error + .bebasata-apply-credit-personal-step4__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step4__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-credit-personal-step4__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-credit-personal-step4__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-credit-personal-step4__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step4__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step4__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-credit-personal-step4__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-credit-personal-step4__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-credit-personal-step4__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-credit-personal-step4__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-credit-personal-step4__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-credit-personal-step4__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-credit-personal-step4__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-credit-personal-step4__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-credit-personal-step4__form-item--error .bebasata-apply-credit-personal-step4__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-personal-step4__form-item-error .bebasata-apply-credit-personal-step4__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-personal-step4__form-item--error .bebasata-apply-credit-personal-step4__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-personal-step4__form-item-error .bebasata-apply-credit-personal-step4__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-personal-step4__form-item--error .bebasata-apply-credit-personal-step4__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step4__form-item-error .bebasata-apply-credit-personal-step4__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step4__form-item--half {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-item--half {
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__user-information-form {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step4__top-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 946px;
  height: 127px;
  margin-top: 34px;
  background-color: #f3ba1b;
  border-radius: 6px;
  position: relative;
}
.bebasata-apply-credit-personal-step4__top-box:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 30px;
  width: 74px;
  height: 74px;
  background: url('../images/address-found.svg');
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__top-box {
    width: 100%;
    margin: -5px 0 0 0;
    height: 150px;
    border-radius: 0;
  }
  .bebasata-apply-credit-personal-step4__top-box:before {
    left: initial;
    right: -10px;
    top: 35px;
    opacity: 0.2;
  }
}
.bebasata-apply-credit-personal-step4__top-box--success {
  background-color: #8aca2d;
}
.bebasata-apply-credit-personal-step4__top-box--success:before {
  background: url('../images/address-found.svg');
}
.bebasata-apply-credit-personal-step4__top-box__text-box {
  padding-left: 134px;
  padding-right: 65px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__top-box__text-box {
    padding: 0 15px;
  }
}
.bebasata-apply-credit-personal-step4__top-box__text-box-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__top-box__text-box-title {
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 5px;
    padding-right: 45px;
  }
}
.bebasata-apply-credit-personal-step4__top-box__text-box-desc {
  font-size: 14px;
  line-height: 1.57;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__top-box__text-box-desc {
    font-size: 13px;
    line-height: 1.46;
    color: #ffffff;
  }
}
.bebasata-apply-credit-personal-step4__select-adress-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bebasata-apply-credit-personal-step4__select-adress-box-text {
  font-size: 13px;
  font-weight: 500;
  color: #879196;
}
.bebasata-apply-credit-personal-step4__select-adress-box-edit-btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  color: #b44ea7;
}
.bebasata-apply-credit-personal-step4__other-address-title {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #879196;
}
.bebasata-apply-credit-personal-step4__form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 0;
}
.bebasata-apply-credit-personal-step4__form-box__title {
  display: block;
  text-align: center;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-box__title {
    line-height: 1.63;
    width: 90%;
    margin: 0 auto;
  }
}
.bebasata-apply-credit-personal-step4__form-box__title-borderspan {
  position: relative;
}
.bebasata-apply-credit-personal-step4__form-box__title-borderspan:after {
  content: '';
  width: 119px;
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-box__title-borderspan:after {
    width: 80px;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-personal-step4__form-box__selectform-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #e9edef;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-box__selectform-item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-personal-step4__form-box__selectform-itemspan {
  line-height: 1.57;
}
.bebasata-apply-credit-personal-step4__form-box__selectform-item.--half {
  width: calc((100% - 10px) / 2);
}
.bebasata-apply-credit-personal-step4__form-box__selectform-item.--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step4__form-box__selectform-item.-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step4__form-box__selectform-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-apply-credit-personal-step4__form-box__selectform-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-apply-credit-personal-step4__form-box__selectform-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-apply-credit-personal-step4__form-box__selectform-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-personal-step4__form-box__selectform-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-box__selectform-label-text {
    font-size: 13px;
  }
}
.bebasata-apply-credit-personal-step4__form-box__selectform-radio {
  display: none;
}
.bebasata-apply-credit-personal-step4__form-box__selectform-radio:checked + .bebasata-apply-credit-personal-step4__form-box__selectform-item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step4__form-box__selectform-radio:checked + .bebasata-apply-credit-personal-step4__form-box__selectform-item > .bebasata-apply-credit-personal-step4__form-box__selectform-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step4__form-box__selectform-radio:checked + .bebasata-apply-credit-personal-step4__form-box__selectform-item > .bebasata-apply-credit-personal-step4__form-box__selectform-check-status:after {
  background-color: #b44ea7;
}
.--company .bebasata-apply-credit-personal-step4__form-box__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.-company .bebasata-apply-credit-personal-step4__form-box__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.--company .bebasata-apply-credit-personal-step4__form-box__selectform-item {
  background-color: #f8f9fa;
}
.-company .bebasata-apply-credit-personal-step4__form-box__selectform-item {
  background-color: #f8f9fa;
}
.--company .bebasata-apply-credit-personal-step4__form-box__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-personal-step4__form-box__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-personal-step4__form-box__selectform-radio:checked + label > .bebasata-apply-credit-personal-step4__form-box__selectform-check-status:before {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-personal-step4__form-box__selectform-radio:checked + label > .bebasata-apply-credit-personal-step4__form-box__selectform-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-personal-step4__form-box__selectform-radio:checked + label > .bebasata-apply-credit-personal-step4__form-box__selectform-check-status:after {
  background-color: #00b3fd;
}
.-company .bebasata-apply-credit-personal-step4__form-box__selectform-radio:checked + label > .bebasata-apply-credit-personal-step4__form-box__selectform-check-status:after {
  background-color: #00b3fd;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-box {
    margin-top: 20px;
  }
}
.bebasata-apply-credit-personal-step4__form-box__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-box__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-credit-personal-step4__form-box__subline {
  position: relative;
}
.bebasata-apply-credit-personal-step4__form-box__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-box__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-personal-step4__form-box__items {
  width: 100%;
}
.bebasata-apply-credit-personal-step4__form-box__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-box__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-personal-step4__form-box__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step4__form-box__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step4__form-box__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-credit-personal-step4__form-box__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-credit-personal-step4__form-box__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-credit-personal-step4__form-box__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-personal-step4__form-box__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-box__description {
    font-size: 13px;
  }
}
.bebasata-apply-credit-personal-step4__form-box__button {
  width: 100%;
}
.bebasata-apply-credit-personal-step4__form-box__radio {
  display: none;
}
.bebasata-apply-credit-personal-step4__form-box__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step4__form-box__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step4__form-box__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-credit-personal-step4__form-box__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step4__form-box__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step4__form-box__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step4__form-box__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step4__form-box__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-credit-personal-step4__form-box__validation-message--show {
  display: block;
}
.bebasata-apply-credit-personal-step4__form-box__selectform-item {
  min-height: 88px;
}
.bebasata-apply-credit-personal-step4__form-box__selectform-item.--small {
  min-height: initial;
  height: 42px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-box__selectform-item.--small {
    height: 39px;
  }
}
.bebasata-apply-credit-personal-step4__form-box__selectform-item.-small {
  min-height: initial;
  height: 42px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step4__form-box__selectform-item.-small {
    height: 39px;
  }
}
/*&__top-box {
    .flex-display();
    .align-items(center);
    width: 946px;
    height: 127px;
    margin-left: 75px;
    margin-top: 34px;
    background-color: #f3ba1b;
    border-radius: 6px;
    position: relative;

    &:before {
        content: '';
        position: absolute;
        top: 25px;
        left: 30px;
        width: 74px;
        height: 74px;
        background: url(@image-address-found);
    }

    @media @max-768 {
        width: 100%;
        margin: -5px 0 0 0;
        height: 150px;
        border-radius: 0;

        &:before {
            left: initial;
            right: -10px;
            top: 35px;
            opacity: .2;
        }
    }

    &--success {
        background-color: #8aca2d;

        &:before {
            background: url(@image-address-found);
        }
    }

    &__text-box {
        padding-left: 134px;
        padding-right: 65px;

        @media @max-768 {
            padding: 0 15px;
        }

        &__title {
            font-size: 18px;
            font-weight: 500;
            line-height: 1.56;
            color: #ffffff;
            margin-bottom: 15px;

            @media @max-768 {
                font-size: 16px;
                line-height: 1.38;
                margin-bottom: 5px;
                padding-right: 45px
            }
        }

        &__desc {
            font-size: 14px;
            line-height: 1.57;
            color: rgba(255,255,255, .9);

            @media @max-768 {
                font-size: 13px;
                line-height: 1.46;
                color: #ffffff;
            }
        }
    }
}*/
.bebasata-apply-credit-personal-step5__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step5__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-personal-step5__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step5__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step5__form-item--passive {
  display: none;
}
.bebasata-apply-credit-personal-step5__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-credit-personal-step5__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step5__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-credit-personal-step5__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step5__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step5__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step5__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-credit-personal-step5__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step5__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-personal-step5__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-credit-personal-step5__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-credit-personal-step5__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step5__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-personal-step5__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step5__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-personal-step5__form-item__form-input-holder,
.bebasata-apply-credit-personal-step5__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-credit-personal-step5__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-credit-personal-step5__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step5__form-item__form-input,
.bebasata-apply-credit-personal-step5__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step5__form-item__form-input,
  .bebasata-apply-credit-personal-step5__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-credit-personal-step5__form-item__form-input.--error,
.bebasata-apply-credit-personal-step5__form-item__select.--error,
.bebasata-apply-credit-personal-step5__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step5__form-item__form-input.-error,
.bebasata-apply-credit-personal-step5__form-item__select.-error,
.bebasata-apply-credit-personal-step5__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step5__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step5__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step5__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step5__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-credit-personal-step5__form-item__form-input.--error + .bebasata-apply-credit-personal-step5__form-item__error-text,
.bebasata-apply-credit-personal-step5__form-item__select.--error + .bebasata-apply-credit-personal-step5__form-item__error-text,
.bebasata-apply-credit-personal-step5__form-item__textarea.--error + .bebasata-apply-credit-personal-step5__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step5__form-item__form-input.-error + .bebasata-apply-credit-personal-step5__form-item__error-text,
.bebasata-apply-credit-personal-step5__form-item__select.-error + .bebasata-apply-credit-personal-step5__form-item__error-text,
.bebasata-apply-credit-personal-step5__form-item__textarea.-error + .bebasata-apply-credit-personal-step5__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step5__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-credit-personal-step5__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-credit-personal-step5__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-credit-personal-step5__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step5__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step5__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-credit-personal-step5__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-credit-personal-step5__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-credit-personal-step5__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-credit-personal-step5__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step5__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-credit-personal-step5__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-credit-personal-step5__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-credit-personal-step5__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-credit-personal-step5__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-credit-personal-step5__form-item--error .bebasata-apply-credit-personal-step5__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-personal-step5__form-item-error .bebasata-apply-credit-personal-step5__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-personal-step5__form-item--error .bebasata-apply-credit-personal-step5__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-personal-step5__form-item-error .bebasata-apply-credit-personal-step5__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-personal-step5__form-item--error .bebasata-apply-credit-personal-step5__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step5__form-item-error .bebasata-apply-credit-personal-step5__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step6__success-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 946px;
  height: 127px;
  border: solid 1px #f3f4f4;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.05);
  margin: 34px auto 29px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__success-box {
    width: 100%;
    height: auto;
  }
}
.bebasata-apply-credit-personal-step6__success-box__top-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0;
  border: none;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__success-box__top-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-apply-credit-personal-step6__success-box__icon-box {
  width: 86px;
  height: 86px;
  background-color: #8aca2d;
  border-radius: 200px;
  border: 10px solid #eaf3d2;
  background-image: url(../images/appyl-checked-big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 28px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__success-box__icon-box {
    width: 72px;
    height: 72px;
    background-size: auto;
    margin: 0 auto 20px;
  }
}
.bebasata-apply-credit-personal-step6__success-box__text-box {
  width: 761px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__success-box__text-box {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step6__success-box__text-box-title {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 15px;
  color: #3c3f48;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__success-box__text-box-title {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.9px;
    text-align: center;
    margin-bottom: 5px;
    color: #555864;
  }
}
.bebasata-apply-credit-personal-step6__success-box__text-box-desc {
  font-size: 14px;
  line-height: 1.57;
  font-weight: normal;
  color: rgba(85, 88, 100, 0.9);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__success-box__text-box-desc {
    font-size: 13px;
    line-height: 1.54;
    text-align: center;
    color: #555864;
  }
}
.bebasata-apply-credit-personal-step6__title {
  font-size: 13px;
  font-weight: 500;
  color: #879196;
  margin-bottom: 10px;
}
.bebasata-apply-credit-personal-step6__form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__form-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-apply-credit-personal-step6__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
  width: 307px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-personal-step6__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step6__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step6__form-item--passive {
  display: none;
}
.bebasata-apply-credit-personal-step6__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-credit-personal-step6__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-credit-personal-step6__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step6__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-credit-personal-step6__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-personal-step6__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-credit-personal-step6__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-credit-personal-step6__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step6__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-personal-step6__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step6__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-personal-step6__form-item__form-input-holder,
.bebasata-apply-credit-personal-step6__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-credit-personal-step6__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-credit-personal-step6__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step6__form-item__form-input,
.bebasata-apply-credit-personal-step6__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__form-item__form-input,
  .bebasata-apply-credit-personal-step6__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-credit-personal-step6__form-item__form-input.--error,
.bebasata-apply-credit-personal-step6__form-item__select.--error,
.bebasata-apply-credit-personal-step6__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step6__form-item__form-input.-error,
.bebasata-apply-credit-personal-step6__form-item__select.-error,
.bebasata-apply-credit-personal-step6__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step6__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step6__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step6__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-credit-personal-step6__form-item__form-input.--error + .bebasata-apply-credit-personal-step6__form-item__error-text,
.bebasata-apply-credit-personal-step6__form-item__select.--error + .bebasata-apply-credit-personal-step6__form-item__error-text,
.bebasata-apply-credit-personal-step6__form-item__textarea.--error + .bebasata-apply-credit-personal-step6__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step6__form-item__form-input.-error + .bebasata-apply-credit-personal-step6__form-item__error-text,
.bebasata-apply-credit-personal-step6__form-item__select.-error + .bebasata-apply-credit-personal-step6__form-item__error-text,
.bebasata-apply-credit-personal-step6__form-item__textarea.-error + .bebasata-apply-credit-personal-step6__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step6__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-credit-personal-step6__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-credit-personal-step6__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-credit-personal-step6__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step6__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step6__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-credit-personal-step6__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-credit-personal-step6__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-credit-personal-step6__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-credit-personal-step6__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-credit-personal-step6__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-credit-personal-step6__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-credit-personal-step6__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-credit-personal-step6__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-credit-personal-step6__form-item--error .bebasata-apply-credit-personal-step6__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-personal-step6__form-item-error .bebasata-apply-credit-personal-step6__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-personal-step6__form-item--error .bebasata-apply-credit-personal-step6__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-personal-step6__form-item-error .bebasata-apply-credit-personal-step6__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-personal-step6__form-item--error .bebasata-apply-credit-personal-step6__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step6__form-item-error .bebasata-apply-credit-personal-step6__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-personal-step6__form-item:last-child {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__form-item {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step6__bulletin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  /*&:extend(.wrapper-946);*/
  width: 946px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  margin-bottom: 18px;
}
.bebasata-apply-credit-personal-step6__bulletin__title {
  display: block;
  text-align: center;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__bulletin__title {
    line-height: 1.63;
    width: 90%;
    margin: 0 auto;
  }
}
.bebasata-apply-credit-personal-step6__bulletin__title-borderspan {
  position: relative;
}
.bebasata-apply-credit-personal-step6__bulletin__title-borderspan:after {
  content: '';
  width: 119px;
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__bulletin__title-borderspan:after {
    width: 80px;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #e9edef;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__bulletin__selectform-item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-itemspan {
  line-height: 1.57;
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-item.--half {
  width: calc((100% - 10px) / 2);
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-item.--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-item.-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__bulletin__selectform-label-text {
    font-size: 13px;
  }
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-radio {
  display: none;
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-radio:checked + .bebasata-apply-credit-personal-step6__bulletin__selectform-item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-radio:checked + .bebasata-apply-credit-personal-step6__bulletin__selectform-item > .bebasata-apply-credit-personal-step6__bulletin__selectform-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-radio:checked + .bebasata-apply-credit-personal-step6__bulletin__selectform-item > .bebasata-apply-credit-personal-step6__bulletin__selectform-check-status:after {
  background-color: #b44ea7;
}
.--company .bebasata-apply-credit-personal-step6__bulletin__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.-company .bebasata-apply-credit-personal-step6__bulletin__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.--company .bebasata-apply-credit-personal-step6__bulletin__selectform-item {
  background-color: #f8f9fa;
}
.-company .bebasata-apply-credit-personal-step6__bulletin__selectform-item {
  background-color: #f8f9fa;
}
.--company .bebasata-apply-credit-personal-step6__bulletin__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-personal-step6__bulletin__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-personal-step6__bulletin__selectform-radio:checked + label > .bebasata-apply-credit-personal-step6__bulletin__selectform-check-status:before {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-personal-step6__bulletin__selectform-radio:checked + label > .bebasata-apply-credit-personal-step6__bulletin__selectform-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-personal-step6__bulletin__selectform-radio:checked + label > .bebasata-apply-credit-personal-step6__bulletin__selectform-check-status:after {
  background-color: #00b3fd;
}
.-company .bebasata-apply-credit-personal-step6__bulletin__selectform-radio:checked + label > .bebasata-apply-credit-personal-step6__bulletin__selectform-check-status:after {
  background-color: #00b3fd;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__bulletin {
    margin-top: 20px;
  }
}
.bebasata-apply-credit-personal-step6__bulletin__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__bulletin__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-credit-personal-step6__bulletin__subline {
  position: relative;
}
.bebasata-apply-credit-personal-step6__bulletin__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__bulletin__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-personal-step6__bulletin__items {
  width: 100%;
}
.bebasata-apply-credit-personal-step6__bulletin__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__bulletin__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-personal-step6__bulletin__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step6__bulletin__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step6__bulletin__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-credit-personal-step6__bulletin__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-credit-personal-step6__bulletin__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-credit-personal-step6__bulletin__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-personal-step6__bulletin__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__bulletin__description {
    font-size: 13px;
  }
}
.bebasata-apply-credit-personal-step6__bulletin__button {
  width: 100%;
}
.bebasata-apply-credit-personal-step6__bulletin__radio {
  display: none;
}
.bebasata-apply-credit-personal-step6__bulletin__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step6__bulletin__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step6__bulletin__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-credit-personal-step6__bulletin__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step6__bulletin__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step6__bulletin__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step6__bulletin__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step6__bulletin__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-credit-personal-step6__bulletin__validation-message--show {
  display: block;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__bulletin {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.bebasata-apply-credit-personal-step6__bulletin__selectform-item {
  width: 185px;
  padding: 0;
  min-height: initial;
  height: 42px;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__bulletin__selectform-item {
    width: 100%;
    margin-right: 0;
    height: 39px;
    margin-bottom: 5px;
  }
}
.bebasata-apply-credit-personal-step6__button-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.bebasata-apply-credit-personal-step6__button-box__next-btn {
  width: 200px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6__button-box__next-btn {
    width: 100%;
  }
}
.bebasata-apply-account-step5__user-information-form .bebasata-apply-account-select__selectform__form-item {
  min-height: initial;
  height: 42px;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-account-step5__user-information-form .bebasata-apply-account-select__selectform__form-item {
    height: 39px;
  }
}
.bebasata-apply-credit-personal-step6-bulletin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  width: 946px;
  margin-bottom: 18px;
}
.bebasata-apply-credit-personal-step6-bulletin__title {
  display: block;
  text-align: center;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6-bulletin__title {
    line-height: 1.63;
    width: 90%;
    margin: 0 auto;
  }
}
.bebasata-apply-credit-personal-step6-bulletin__title-borderspan {
  position: relative;
}
.bebasata-apply-credit-personal-step6-bulletin__title-borderspan:after {
  content: '';
  width: 119px;
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6-bulletin__title-borderspan:after {
    width: 80px;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #e9edef;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6-bulletin__selectform-item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-itemspan {
  line-height: 1.57;
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-item.--half {
  width: calc((100% - 10px) / 2);
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-item.--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-item.-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6-bulletin__selectform-label-text {
    font-size: 13px;
  }
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-radio {
  display: none;
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-radio:checked + .bebasata-apply-credit-personal-step6-bulletin__selectform-item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-radio:checked + .bebasata-apply-credit-personal-step6-bulletin__selectform-item > .bebasata-apply-credit-personal-step6-bulletin__selectform-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-radio:checked + .bebasata-apply-credit-personal-step6-bulletin__selectform-item > .bebasata-apply-credit-personal-step6-bulletin__selectform-check-status:after {
  background-color: #b44ea7;
}
.--company .bebasata-apply-credit-personal-step6-bulletin__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.-company .bebasata-apply-credit-personal-step6-bulletin__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.--company .bebasata-apply-credit-personal-step6-bulletin__selectform-item {
  background-color: #f8f9fa;
}
.-company .bebasata-apply-credit-personal-step6-bulletin__selectform-item {
  background-color: #f8f9fa;
}
.--company .bebasata-apply-credit-personal-step6-bulletin__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-personal-step6-bulletin__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-personal-step6-bulletin__selectform-radio:checked + label > .bebasata-apply-credit-personal-step6-bulletin__selectform-check-status:before {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-personal-step6-bulletin__selectform-radio:checked + label > .bebasata-apply-credit-personal-step6-bulletin__selectform-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-personal-step6-bulletin__selectform-radio:checked + label > .bebasata-apply-credit-personal-step6-bulletin__selectform-check-status:after {
  background-color: #00b3fd;
}
.-company .bebasata-apply-credit-personal-step6-bulletin__selectform-radio:checked + label > .bebasata-apply-credit-personal-step6-bulletin__selectform-check-status:after {
  background-color: #00b3fd;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6-bulletin {
    margin-top: 20px;
  }
}
.bebasata-apply-credit-personal-step6-bulletin__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6-bulletin__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-credit-personal-step6-bulletin__subline {
  position: relative;
}
.bebasata-apply-credit-personal-step6-bulletin__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6-bulletin__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-personal-step6-bulletin__items {
  width: 100%;
}
.bebasata-apply-credit-personal-step6-bulletin__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6-bulletin__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-personal-step6-bulletin__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step6-bulletin__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-personal-step6-bulletin__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-credit-personal-step6-bulletin__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-credit-personal-step6-bulletin__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-credit-personal-step6-bulletin__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-personal-step6-bulletin__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6-bulletin__description {
    font-size: 13px;
  }
}
.bebasata-apply-credit-personal-step6-bulletin__button {
  width: 100%;
}
.bebasata-apply-credit-personal-step6-bulletin__radio {
  display: none;
}
.bebasata-apply-credit-personal-step6-bulletin__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step6-bulletin__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-personal-step6-bulletin__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-credit-personal-step6-bulletin__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step6-bulletin__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step6-bulletin__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-personal-step6-bulletin__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-personal-step6-bulletin__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-credit-personal-step6-bulletin__validation-message--show {
  display: block;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6-bulletin {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-apply-credit-personal-step6-bulletin__selectform-item {
  width: 185px;
  padding: 0;
  min-height: initial;
  height: 42px;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-step6-bulletin__selectform-item {
    width: 100%;
    margin-right: 0;
    height: 39px;
    margin-bottom: 5px;
  }
}
.bebasata-apply-credit-personal-cancel-overlay {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  z-index: 999;
}
.bebasata-apply-credit-personal-cancel-overlay__holder {
  width: 647px;
  height: 448px;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 35px 41px 40px 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__holder {
    width: 90%;
    height: 388px;
    padding: 20px 15px 15px 15px;
  }
}
.bebasata-apply-credit-personal-cancel-overlay__holder__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: -1px;
  text-align: center;
  color: #3c3f48;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__holder__title {
    font-size: 18px;
    line-height: 1.33;
    padding: 0 20px;
  }
}
.bebasata-apply-credit-personal-cancel-overlay__holder__desc {
  font-size: 14px;
  line-height: 1.57;
  text-align: center;
  color: #555864;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__holder__desc {
    font-size: 13px;
    line-height: 1.54;
    margin-bottom: 20px;
  }
}
.bebasata-apply-credit-personal-cancel-overlay__holder-close-button {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__holder-close-button {
    top: 15px;
    right: 15px;
  }
}
.bebasata-apply-credit-personal-cancel-overlay__holder-close-button:before,
.bebasata-apply-credit-personal-cancel-overlay__holder-close-button:after {
  content: '';
  position: absolute;
  left: 7px;
  top: -1px;
  width: 2px;
  height: 19px;
  background-color: #b7bdbf;
  transform-origin: 50%;
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__holder-close-button:before,
  .bebasata-apply-credit-personal-cancel-overlay__holder-close-button:after {
    background-color: #939292;
  }
}
.bebasata-apply-credit-personal-cancel-overlay__holder-close-button:after {
  transform: rotate(-45deg);
}
.bebasata-apply-credit-personal-cancel-overlay__detail-box {
  width: 100%;
  height: 188px;
  border-radius: 6px;
  background-color: #fdfdfd;
  border: 1px solid #b7bdbf;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0 30px 107px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__detail-box {
    height: 131px;
    padding: 20px 0 17px 7px;
  }
}
.bebasata-apply-credit-personal-cancel-overlay__detail-box-item {
  margin-bottom: 30px;
  width: 50%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__detail-box-item {
    margin-bottom: 20px;
    text-align: center;
  }
}
.bebasata-apply-credit-personal-cancel-overlay__detail-box-item__title {
  font-size: 12px;
  color: #879196;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__detail-box-item__title {
    font-size: 11px;
  }
}
.bebasata-apply-credit-personal-cancel-overlay__detail-box-item__value {
  font-size: 26px;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__detail-box-item__value {
    font-size: 16px;
    font-weight: 500;
  }
}
.bebasata-apply-credit-personal-cancel-overlay__detail-box-item__value > span {
  font-weight: 300;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__detail-box-item__value > span {
    font-weight: normal;
  }
}
.bebasata-apply-credit-personal-cancel-overlay__button-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 566px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__button-box {
    width: 100%;
    margin-top: 21px;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.bebasata-apply-credit-personal-cancel-overlay__button-box__button-item {
  width: 275px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__button-box__button-item {
    width: 100%;
  }
}
.bebasata-apply-credit-personal-cancel-overlay__button-box__button-item:first-child {
  margin-right: 16px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-personal-cancel-overlay__button-box__button-item:first-child {
    margin-right: 0;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step1 {
    width: 100%;
  }
}
.bebasata-apply-credit-card-personal-step1__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step1__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-card-personal-step1__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step1__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step1__form-item--passive {
  display: none;
}
.bebasata-apply-credit-card-personal-step1__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step1__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-credit-card-personal-step1__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step1__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-credit-card-personal-step1__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step1__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-credit-card-personal-step1__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step1__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-card-personal-step1__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-credit-card-personal-step1__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-credit-card-personal-step1__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step1__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-card-personal-step1__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step1__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input-holder,
.bebasata-apply-credit-card-personal-step1__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-credit-card-personal-step1__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input,
.bebasata-apply-credit-card-personal-step1__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step1__form-item__form-input,
  .bebasata-apply-credit-card-personal-step1__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input.--error,
.bebasata-apply-credit-card-personal-step1__form-item__select.--error,
.bebasata-apply-credit-card-personal-step1__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input.-error,
.bebasata-apply-credit-card-personal-step1__form-item__select.-error,
.bebasata-apply-credit-card-personal-step1__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step1__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step1__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step1__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step1__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input.--error + .bebasata-apply-credit-card-personal-step1__form-item__error-text,
.bebasata-apply-credit-card-personal-step1__form-item__select.--error + .bebasata-apply-credit-card-personal-step1__form-item__error-text,
.bebasata-apply-credit-card-personal-step1__form-item__textarea.--error + .bebasata-apply-credit-card-personal-step1__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input.-error + .bebasata-apply-credit-card-personal-step1__form-item__error-text,
.bebasata-apply-credit-card-personal-step1__form-item__select.-error + .bebasata-apply-credit-card-personal-step1__form-item__error-text,
.bebasata-apply-credit-card-personal-step1__form-item__textarea.-error + .bebasata-apply-credit-card-personal-step1__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-credit-card-personal-step1__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-credit-card-personal-step1__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step1__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-credit-card-personal-step1__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-credit-card-personal-step1__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-credit-card-personal-step1__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-credit-card-personal-step1__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-credit-card-personal-step1__form-item--error .bebasata-apply-credit-card-personal-step1__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-card-personal-step1__form-item-error .bebasata-apply-credit-card-personal-step1__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-card-personal-step1__form-item--error .bebasata-apply-credit-card-personal-step1__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-card-personal-step1__form-item-error .bebasata-apply-credit-card-personal-step1__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-card-personal-step1__form-item--error .bebasata-apply-credit-card-personal-step1__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step1__form-item-error .bebasata-apply-credit-card-personal-step1__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step2__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step2__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-card-personal-step2__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step2__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step2__form-item--passive {
  display: none;
}
.bebasata-apply-credit-card-personal-step2__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step2__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-credit-card-personal-step2__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step2__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-credit-card-personal-step2__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step2__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-credit-card-personal-step2__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step2__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-card-personal-step2__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-credit-card-personal-step2__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-credit-card-personal-step2__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step2__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-card-personal-step2__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step2__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input-holder,
.bebasata-apply-credit-card-personal-step2__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-credit-card-personal-step2__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input,
.bebasata-apply-credit-card-personal-step2__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step2__form-item__form-input,
  .bebasata-apply-credit-card-personal-step2__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input.--error,
.bebasata-apply-credit-card-personal-step2__form-item__select.--error,
.bebasata-apply-credit-card-personal-step2__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input.-error,
.bebasata-apply-credit-card-personal-step2__form-item__select.-error,
.bebasata-apply-credit-card-personal-step2__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step2__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step2__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step2__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step2__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input.--error + .bebasata-apply-credit-card-personal-step2__form-item__error-text,
.bebasata-apply-credit-card-personal-step2__form-item__select.--error + .bebasata-apply-credit-card-personal-step2__form-item__error-text,
.bebasata-apply-credit-card-personal-step2__form-item__textarea.--error + .bebasata-apply-credit-card-personal-step2__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input.-error + .bebasata-apply-credit-card-personal-step2__form-item__error-text,
.bebasata-apply-credit-card-personal-step2__form-item__select.-error + .bebasata-apply-credit-card-personal-step2__form-item__error-text,
.bebasata-apply-credit-card-personal-step2__form-item__textarea.-error + .bebasata-apply-credit-card-personal-step2__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-credit-card-personal-step2__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-credit-card-personal-step2__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step2__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-credit-card-personal-step2__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-credit-card-personal-step2__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-credit-card-personal-step2__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-credit-card-personal-step2__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-credit-card-personal-step2__form-item--error .bebasata-apply-credit-card-personal-step2__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-card-personal-step2__form-item-error .bebasata-apply-credit-card-personal-step2__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-card-personal-step2__form-item--error .bebasata-apply-credit-card-personal-step2__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-card-personal-step2__form-item-error .bebasata-apply-credit-card-personal-step2__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-card-personal-step2__form-item--error .bebasata-apply-credit-card-personal-step2__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step2__form-item-error .bebasata-apply-credit-card-personal-step2__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step3__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step3__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-card-personal-step3__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step3__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step3__form-item--passive {
  display: none;
}
.bebasata-apply-credit-card-personal-step3__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step3__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-credit-card-personal-step3__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step3__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-credit-card-personal-step3__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step3__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-credit-card-personal-step3__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step3__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-card-personal-step3__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-credit-card-personal-step3__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-credit-card-personal-step3__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step3__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-card-personal-step3__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step3__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input-holder,
.bebasata-apply-credit-card-personal-step3__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-credit-card-personal-step3__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input,
.bebasata-apply-credit-card-personal-step3__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step3__form-item__form-input,
  .bebasata-apply-credit-card-personal-step3__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input.--error,
.bebasata-apply-credit-card-personal-step3__form-item__select.--error,
.bebasata-apply-credit-card-personal-step3__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input.-error,
.bebasata-apply-credit-card-personal-step3__form-item__select.-error,
.bebasata-apply-credit-card-personal-step3__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step3__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step3__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step3__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step3__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input.--error + .bebasata-apply-credit-card-personal-step3__form-item__error-text,
.bebasata-apply-credit-card-personal-step3__form-item__select.--error + .bebasata-apply-credit-card-personal-step3__form-item__error-text,
.bebasata-apply-credit-card-personal-step3__form-item__textarea.--error + .bebasata-apply-credit-card-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input.-error + .bebasata-apply-credit-card-personal-step3__form-item__error-text,
.bebasata-apply-credit-card-personal-step3__form-item__select.-error + .bebasata-apply-credit-card-personal-step3__form-item__error-text,
.bebasata-apply-credit-card-personal-step3__form-item__textarea.-error + .bebasata-apply-credit-card-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-credit-card-personal-step3__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-credit-card-personal-step3__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step3__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-credit-card-personal-step3__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-credit-card-personal-step3__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-credit-card-personal-step3__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-credit-card-personal-step3__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-credit-card-personal-step3__form-item--error .bebasata-apply-credit-card-personal-step3__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-card-personal-step3__form-item-error .bebasata-apply-credit-card-personal-step3__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-card-personal-step3__form-item--error .bebasata-apply-credit-card-personal-step3__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-card-personal-step3__form-item-error .bebasata-apply-credit-card-personal-step3__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-card-personal-step3__form-item--error .bebasata-apply-credit-card-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step3__form-item-error .bebasata-apply-credit-card-personal-step3__form-item__error-text {
  display: block;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step3__user-information-form {
    min-height: 500px;
  }
}
.bebasata-apply-credit-card-personal-step4__top-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 946px;
  height: 127px;
  margin-top: 34px;
  background-color: #f3ba1b;
  border-radius: 6px;
  position: relative;
}
.bebasata-apply-credit-card-personal-step4__top-box:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 30px;
  width: 74px;
  height: 74px;
  background: url('../images/address-found.svg');
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__top-box {
    width: 100%;
    margin: -5px 0 0 0;
    height: 150px;
    border-radius: 0;
  }
  .bebasata-apply-credit-card-personal-step4__top-box:before {
    left: initial;
    right: -10px;
    top: 35px;
    opacity: 0.2;
  }
}
.bebasata-apply-credit-card-personal-step4__top-box--success {
  background-color: #8aca2d;
}
.bebasata-apply-credit-card-personal-step4__top-box--success:before {
  background: url('../images/address-found.svg');
}
.bebasata-apply-credit-card-personal-step4__top-box__text-box {
  padding-left: 134px;
  padding-right: 65px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__top-box__text-box {
    padding: 0 15px;
  }
}
.bebasata-apply-credit-card-personal-step4__top-box__text-box-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__top-box__text-box-title {
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 5px;
    padding-right: 45px;
  }
}
.bebasata-apply-credit-card-personal-step4__top-box__text-box-desc {
  font-size: 14px;
  line-height: 1.57;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__top-box__text-box-desc {
    font-size: 13px;
    line-height: 1.46;
    color: #ffffff;
  }
}
.bebasata-apply-credit-card-personal-step4-form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 0;
}
.bebasata-apply-credit-card-personal-step4-form-box__title {
  display: block;
  text-align: center;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4-form-box__title {
    line-height: 1.63;
    width: 90%;
    margin: 0 auto;
  }
}
.bebasata-apply-credit-card-personal-step4-form-box__title-borderspan {
  position: relative;
}
.bebasata-apply-credit-card-personal-step4-form-box__title-borderspan:after {
  content: '';
  width: 119px;
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4-form-box__title-borderspan:after {
    width: 80px;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #e9edef;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4-form-box__selectform-item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-itemspan {
  line-height: 1.57;
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-item.--half {
  width: calc((100% - 10px) / 2);
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-item.--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-item.-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4-form-box__selectform-label-text {
    font-size: 13px;
  }
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-radio {
  display: none;
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-radio:checked + .bebasata-apply-credit-card-personal-step4-form-box__selectform-item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-radio:checked + .bebasata-apply-credit-card-personal-step4-form-box__selectform-item > .bebasata-apply-credit-card-personal-step4-form-box__selectform-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step4-form-box__selectform-radio:checked + .bebasata-apply-credit-card-personal-step4-form-box__selectform-item > .bebasata-apply-credit-card-personal-step4-form-box__selectform-check-status:after {
  background-color: #b44ea7;
}
.--company .bebasata-apply-credit-card-personal-step4-form-box__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.-company .bebasata-apply-credit-card-personal-step4-form-box__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.--company .bebasata-apply-credit-card-personal-step4-form-box__selectform-item {
  background-color: #f8f9fa;
}
.-company .bebasata-apply-credit-card-personal-step4-form-box__selectform-item {
  background-color: #f8f9fa;
}
.--company .bebasata-apply-credit-card-personal-step4-form-box__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-card-personal-step4-form-box__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-card-personal-step4-form-box__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step4-form-box__selectform-check-status:before {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-card-personal-step4-form-box__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step4-form-box__selectform-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-card-personal-step4-form-box__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step4-form-box__selectform-check-status:after {
  background-color: #00b3fd;
}
.-company .bebasata-apply-credit-card-personal-step4-form-box__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step4-form-box__selectform-check-status:after {
  background-color: #00b3fd;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4-form-box {
    margin-top: 20px;
  }
}
.bebasata-apply-credit-card-personal-step4-form-box__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4-form-box__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-credit-card-personal-step4-form-box__subline {
  position: relative;
}
.bebasata-apply-credit-card-personal-step4-form-box__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4-form-box__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-card-personal-step4-form-box__items {
  width: 100%;
}
.bebasata-apply-credit-card-personal-step4-form-box__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4-form-box__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-card-personal-step4-form-box__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step4-form-box__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step4-form-box__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-credit-card-personal-step4-form-box__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-credit-card-personal-step4-form-box__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-credit-card-personal-step4-form-box__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-card-personal-step4-form-box__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4-form-box__description {
    font-size: 13px;
  }
}
.bebasata-apply-credit-card-personal-step4-form-box__button {
  width: 100%;
}
.bebasata-apply-credit-card-personal-step4-form-box__radio {
  display: none;
}
.bebasata-apply-credit-card-personal-step4-form-box__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step4-form-box__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step4-form-box__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-credit-card-personal-step4-form-box__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step4-form-box__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step4-form-box__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step4-form-box__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step4-form-box__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-credit-card-personal-step4-form-box__validation-message--show {
  display: block;
}
.bebasata-apply-credit-card-personal-step4-form-box__other-address-title {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #879196;
}
.bebasata-apply-credit-card-personal-step4-form-box__select-adress-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bebasata-apply-credit-card-personal-step4-form-box__select-adress-box-text {
  font-size: 13px;
  font-weight: 500;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4-form-box__select-adress-box-text {
    font-size: 12px;
  }
}
.bebasata-apply-credit-card-personal-step4-form-box__select-adress-box-edit-btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  color: #b44ea7;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4-form-box__select-adress-box-edit-btn {
    font-size: 10px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step4__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step4__form-item--passive {
  display: none;
}
.bebasata-apply-credit-card-personal-step4__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-credit-card-personal-step4__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-credit-card-personal-step4__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-credit-card-personal-step4__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-credit-card-personal-step4__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step4__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-card-personal-step4__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step4__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input-holder,
.bebasata-apply-credit-card-personal-step4__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-credit-card-personal-step4__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input,
.bebasata-apply-credit-card-personal-step4__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-item__form-input,
  .bebasata-apply-credit-card-personal-step4__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input.--error,
.bebasata-apply-credit-card-personal-step4__form-item__select.--error,
.bebasata-apply-credit-card-personal-step4__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input.-error,
.bebasata-apply-credit-card-personal-step4__form-item__select.-error,
.bebasata-apply-credit-card-personal-step4__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step4__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step4__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step4__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input.--error + .bebasata-apply-credit-card-personal-step4__form-item__error-text,
.bebasata-apply-credit-card-personal-step4__form-item__select.--error + .bebasata-apply-credit-card-personal-step4__form-item__error-text,
.bebasata-apply-credit-card-personal-step4__form-item__textarea.--error + .bebasata-apply-credit-card-personal-step4__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input.-error + .bebasata-apply-credit-card-personal-step4__form-item__error-text,
.bebasata-apply-credit-card-personal-step4__form-item__select.-error + .bebasata-apply-credit-card-personal-step4__form-item__error-text,
.bebasata-apply-credit-card-personal-step4__form-item__textarea.-error + .bebasata-apply-credit-card-personal-step4__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-credit-card-personal-step4__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-credit-card-personal-step4__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-credit-card-personal-step4__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-credit-card-personal-step4__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-credit-card-personal-step4__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-credit-card-personal-step4__form-item--error .bebasata-apply-credit-card-personal-step4__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-card-personal-step4__form-item-error .bebasata-apply-credit-card-personal-step4__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-card-personal-step4__form-item--error .bebasata-apply-credit-card-personal-step4__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-card-personal-step4__form-item-error .bebasata-apply-credit-card-personal-step4__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-card-personal-step4__form-item--error .bebasata-apply-credit-card-personal-step4__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step4__form-item-error .bebasata-apply-credit-card-personal-step4__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step4__form-item--half {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-item--half {
    margin-bottom: 18px;
  }
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__user-information-form {
    width: 100%;
  }
}
.bebasata-apply-credit-card-personal-step4__top-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 946px;
  height: 127px;
  margin-top: 34px;
  background-color: #f3ba1b;
  border-radius: 6px;
  position: relative;
}
.bebasata-apply-credit-card-personal-step4__top-box:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 30px;
  width: 74px;
  height: 74px;
  background: url('../images/address-found.svg');
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__top-box {
    width: 100%;
    margin: -5px 0 0 0;
    height: 150px;
    border-radius: 0;
  }
  .bebasata-apply-credit-card-personal-step4__top-box:before {
    left: initial;
    right: -10px;
    top: 35px;
    opacity: 0.2;
  }
}
.bebasata-apply-credit-card-personal-step4__top-box--success {
  background-color: #8aca2d;
}
.bebasata-apply-credit-card-personal-step4__top-box--success:before {
  background: url('../images/address-found.svg');
}
.bebasata-apply-credit-card-personal-step4__top-box__text-box {
  padding-left: 134px;
  padding-right: 65px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__top-box__text-box {
    padding: 0 15px;
  }
}
.bebasata-apply-credit-card-personal-step4__top-box__text-box-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56;
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__top-box__text-box-title {
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 5px;
    padding-right: 45px;
  }
}
.bebasata-apply-credit-card-personal-step4__top-box__text-box-desc {
  font-size: 14px;
  line-height: 1.57;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__top-box__text-box-desc {
    font-size: 13px;
    line-height: 1.46;
    color: #ffffff;
  }
}
.bebasata-apply-credit-card-personal-step4__select-adress-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.bebasata-apply-credit-card-personal-step4__select-adress-box-text {
  font-size: 13px;
  font-weight: 500;
  color: #879196;
}
.bebasata-apply-credit-card-personal-step4__select-adress-box-edit-btn {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  color: #b44ea7;
}
.bebasata-apply-credit-card-personal-step4__other-address-title {
  margin-top: 15px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #879196;
}
.bebasata-apply-credit-card-personal-step4__form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  padding-top: 30px;
  padding-bottom: 0;
}
.bebasata-apply-credit-card-personal-step4__form-box__title {
  display: block;
  text-align: center;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-box__title {
    line-height: 1.63;
    width: 90%;
    margin: 0 auto;
  }
}
.bebasata-apply-credit-card-personal-step4__form-box__title-borderspan {
  position: relative;
}
.bebasata-apply-credit-card-personal-step4__form-box__title-borderspan:after {
  content: '';
  width: 119px;
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-box__title-borderspan:after {
    width: 80px;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #e9edef;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-box__selectform-item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-itemspan {
  line-height: 1.57;
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-item.--half {
  width: calc((100% - 10px) / 2);
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-item.--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-item.-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-box__selectform-label-text {
    font-size: 13px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-radio {
  display: none;
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-radio:checked + .bebasata-apply-credit-card-personal-step4__form-box__selectform-item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-radio:checked + .bebasata-apply-credit-card-personal-step4__form-box__selectform-item > .bebasata-apply-credit-card-personal-step4__form-box__selectform-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-radio:checked + .bebasata-apply-credit-card-personal-step4__form-box__selectform-item > .bebasata-apply-credit-card-personal-step4__form-box__selectform-check-status:after {
  background-color: #b44ea7;
}
.--company .bebasata-apply-credit-card-personal-step4__form-box__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.-company .bebasata-apply-credit-card-personal-step4__form-box__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.--company .bebasata-apply-credit-card-personal-step4__form-box__selectform-item {
  background-color: #f8f9fa;
}
.-company .bebasata-apply-credit-card-personal-step4__form-box__selectform-item {
  background-color: #f8f9fa;
}
.--company .bebasata-apply-credit-card-personal-step4__form-box__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-card-personal-step4__form-box__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-card-personal-step4__form-box__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step4__form-box__selectform-check-status:before {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-card-personal-step4__form-box__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step4__form-box__selectform-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-card-personal-step4__form-box__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step4__form-box__selectform-check-status:after {
  background-color: #00b3fd;
}
.-company .bebasata-apply-credit-card-personal-step4__form-box__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step4__form-box__selectform-check-status:after {
  background-color: #00b3fd;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-box {
    margin-top: 20px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-box__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-box__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-box__subline {
  position: relative;
}
.bebasata-apply-credit-card-personal-step4__form-box__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-box__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-box__items {
  width: 100%;
}
.bebasata-apply-credit-card-personal-step4__form-box__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-box__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-box__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step4__form-box__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step4__form-box__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-credit-card-personal-step4__form-box__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-credit-card-personal-step4__form-box__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-credit-card-personal-step4__form-box__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-card-personal-step4__form-box__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-box__description {
    font-size: 13px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-box__button {
  width: 100%;
}
.bebasata-apply-credit-card-personal-step4__form-box__radio {
  display: none;
}
.bebasata-apply-credit-card-personal-step4__form-box__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step4__form-box__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step4__form-box__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-credit-card-personal-step4__form-box__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step4__form-box__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step4__form-box__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step4__form-box__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step4__form-box__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-credit-card-personal-step4__form-box__validation-message--show {
  display: block;
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-item {
  min-height: 88px;
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-item.--small {
  min-height: initial;
  height: 42px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-box__selectform-item.--small {
    height: 39px;
  }
}
.bebasata-apply-credit-card-personal-step4__form-box__selectform-item.-small {
  min-height: initial;
  height: 42px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step4__form-box__selectform-item.-small {
    height: 39px;
  }
}
.bebasata-apply-credit-card-personal-step5__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step5__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-card-personal-step5__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step5__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step5__form-item--passive {
  display: none;
}
.bebasata-apply-credit-card-personal-step5__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step5__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-credit-card-personal-step5__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step5__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-credit-card-personal-step5__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step5__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-credit-card-personal-step5__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step5__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-card-personal-step5__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-credit-card-personal-step5__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-credit-card-personal-step5__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step5__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-card-personal-step5__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step5__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input-holder,
.bebasata-apply-credit-card-personal-step5__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-credit-card-personal-step5__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input,
.bebasata-apply-credit-card-personal-step5__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step5__form-item__form-input,
  .bebasata-apply-credit-card-personal-step5__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input.--error,
.bebasata-apply-credit-card-personal-step5__form-item__select.--error,
.bebasata-apply-credit-card-personal-step5__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input.-error,
.bebasata-apply-credit-card-personal-step5__form-item__select.-error,
.bebasata-apply-credit-card-personal-step5__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step5__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step5__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step5__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step5__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input.--error + .bebasata-apply-credit-card-personal-step5__form-item__error-text,
.bebasata-apply-credit-card-personal-step5__form-item__select.--error + .bebasata-apply-credit-card-personal-step5__form-item__error-text,
.bebasata-apply-credit-card-personal-step5__form-item__textarea.--error + .bebasata-apply-credit-card-personal-step5__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input.-error + .bebasata-apply-credit-card-personal-step5__form-item__error-text,
.bebasata-apply-credit-card-personal-step5__form-item__select.-error + .bebasata-apply-credit-card-personal-step5__form-item__error-text,
.bebasata-apply-credit-card-personal-step5__form-item__textarea.-error + .bebasata-apply-credit-card-personal-step5__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-credit-card-personal-step5__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-credit-card-personal-step5__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step5__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-credit-card-personal-step5__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-credit-card-personal-step5__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-credit-card-personal-step5__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-credit-card-personal-step5__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-credit-card-personal-step5__form-item--error .bebasata-apply-credit-card-personal-step5__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-card-personal-step5__form-item-error .bebasata-apply-credit-card-personal-step5__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-card-personal-step5__form-item--error .bebasata-apply-credit-card-personal-step5__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-card-personal-step5__form-item-error .bebasata-apply-credit-card-personal-step5__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-card-personal-step5__form-item--error .bebasata-apply-credit-card-personal-step5__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step5__form-item-error .bebasata-apply-credit-card-personal-step5__form-item__error-text {
  display: block;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step5__form-item--half {
    width: 49%;
  }
  .bebasata-apply-credit-card-personal-step5__form-item--half:first-child {
    margin-right: 5px;
  }
}
.bebasata-apply-credit-card-personal-step5__form-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bebasata-apply-credit-card-personal-step6__success-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 946px;
  height: 127px;
  border: solid 1px #f3f4f4;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 0 20px 15px 0 rgba(0, 0, 0, 0.05);
  margin: 34px auto 29px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__success-box {
    width: 100%;
    height: auto;
  }
}
.bebasata-apply-credit-card-personal-step6__success-box__top-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0;
  border: none;
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__success-box__top-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-apply-credit-card-personal-step6__success-box__icon-box {
  width: 86px;
  height: 86px;
  background-color: #8aca2d;
  border-radius: 200px;
  border: 10px solid #eaf3d2;
  background-image: url(../images/appyl-checked-big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 28px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__success-box__icon-box {
    width: 72px;
    height: 72px;
    background-size: auto;
    margin: 0 auto 20px;
  }
}
.bebasata-apply-credit-card-personal-step6__success-box__text-box {
  width: 761px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__success-box__text-box {
    width: 100%;
  }
}
.bebasata-apply-credit-card-personal-step6__success-box__text-box-title {
  font-size: 18px;
  line-height: 1.56;
  margin-bottom: 15px;
  color: #3c3f48;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__success-box__text-box-title {
    font-size: 16px;
    line-height: 1.63;
    letter-spacing: -0.9px;
    text-align: center;
    margin-bottom: 5px;
    color: #555864;
  }
}
.bebasata-apply-credit-card-personal-step6__success-box__text-box-desc {
  font-size: 14px;
  line-height: 1.57;
  font-weight: normal;
  color: rgba(85, 88, 100, 0.9);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__success-box__text-box-desc {
    font-size: 13px;
    line-height: 1.54;
    text-align: center;
    color: #555864;
  }
}
.bebasata-apply-credit-card-personal-step6__title {
  font-size: 13px;
  font-weight: 500;
  color: #879196;
  margin-bottom: 10px;
}
.bebasata-apply-credit-card-personal-step6__form-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__form-box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-apply-credit-card-personal-step6__form-item {
  width: 100%;
  margin-bottom: 25px;
  /*& label{
            font-size: 14px;
            font-weight: 500;
            color:@color-charcoal-grey;
            display: block;
            line-height: 46px;
            border-style:dashed;
            position:relative;
        }*/
  width: 307px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__form-item {
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-card-personal-step6__form-item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step6__form-item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step6__form-item--passive {
  display: none;
}
.bebasata-apply-credit-card-personal-step6__form-item:last-child {
  margin-bottom: 30px;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-label {
  display: flex;
  color: #879196;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.38;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__form-item__form-label {
    font-size: 12px;
  }
}
.bebasata-apply-credit-card-personal-step6__form-item--half {
  width: calc((100% - 10px) / 2);
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__form-item--half {
    width: 100%;
  }
}
.bebasata-apply-credit-card-personal-step6__form-item--half:nth-child(odd) {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__form-item--half:nth-child(odd) {
    margin-right: 0;
  }
}
.bebasata-apply-credit-card-personal-step6__form-item--third {
  width: calc((100% - 10px) / 3);
  /*width:100%;*/
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__form-item--third {
    width: calc((100% - 10px) / 3);
    margin-bottom: 18px;
  }
}
.bebasata-apply-credit-card-personal-step6__form-item--third:not(:last-child) {
  margin-right: 5px;
}
.bebasata-apply-credit-card-personal-step6__form-item textarea {
  resize: none;
  width: 100%;
  height: 130px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  padding: 15px 13px;
  font-size: 14px;
  font-weight: 500;
}
.bebasata-apply-credit-card-personal-step6__form-item textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step6__form-item textarea.--error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-card-personal-step6__form-item textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step6__form-item textarea.-error + .bebasata-apply-account-personal-step4__form-item__error-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-top: -12px;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input-holder,
.bebasata-apply-credit-card-personal-step6__form-item__form-input-holder {
  /*height: 46px;*/
  border-radius: 6px;
  overflow: hidden;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text,
.bebasata-apply-credit-card-personal-step6__form-item__form-input-holder.-error .bebasata-apply-account-personal-step3__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input,
.bebasata-apply-credit-card-personal-step6__form-item__form-input-holder label {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf !important;
  width: 100%;
  background-color: #fff;
  padding-left: 13px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__form-item__form-input,
  .bebasata-apply-credit-card-personal-step6__form-item__form-input-holder label {
    font-size: 13px;
    padding-left: 15px;
  }
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input.--error,
.bebasata-apply-credit-card-personal-step6__form-item__select.--error,
.bebasata-apply-credit-card-personal-step6__form-item__textarea.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input.-error,
.bebasata-apply-credit-card-personal-step6__form-item__select.-error,
.bebasata-apply-credit-card-personal-step6__form-item__textarea.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step6__form-item__select.--error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step6__form-item__select.-error {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step6__form-item__error-text {
  display: none;
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 16px 10px 10px;
  margin-top: -10px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__form-item__error-text {
    font-weight: 400;
  }
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input.--error + .bebasata-apply-credit-card-personal-step6__form-item__error-text,
.bebasata-apply-credit-card-personal-step6__form-item__select.--error + .bebasata-apply-credit-card-personal-step6__form-item__error-text,
.bebasata-apply-credit-card-personal-step6__form-item__textarea.--error + .bebasata-apply-credit-card-personal-step6__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input.-error + .bebasata-apply-credit-card-personal-step6__form-item__error-text,
.bebasata-apply-credit-card-personal-step6__form-item__select.-error + .bebasata-apply-credit-card-personal-step6__form-item__error-text,
.bebasata-apply-credit-card-personal-step6__form-item__textarea.-error + .bebasata-apply-credit-card-personal-step6__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input-holder select option:selected:disabled {
  color: #b7bdbf;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input[type=file] {
  display: none;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input[type=file] + label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  color: #3c3f48;
  display: block;
  line-height: 46px;
  border-style: dashed;
  position: relative;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input[type=file].--error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input[type=file].-error + label {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input[type=file] + label:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  background-image: url('../images/upload-icon.png');
  right: 20px;
  top: 15px;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input::placeholder {
  font-size: 13px;
  font-weight: 400;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-input-holder-multi {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.bebasata-apply-credit-card-personal-step6__form-item__holder-small {
  width: 70px;
  margin-right: 10px;
}
.bebasata-apply-credit-card-personal-step6__form-item__holder-small span {
  display: block;
  margin-top: 7px;
  font-size: 12px;
  text-align: center;
  color: #879196;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__form-item__holder-small span {
    font-size: 10px;
  }
}
.bebasata-apply-credit-card-personal-step6__form-item__form-tooltip-btn {
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  background-color: #879196;
  margin-left: 8px;
  position: relative;
  top: 2px;
  background-image: url('../images/question.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.bebasata-apply-credit-card-personal-step6__form-item__form-tooltip-btn__form-tooltip {
  display: none;
  width: 442px;
  height: 62px;
  border-radius: 6px;
  background-color: #879196;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -70px;
  left: -30px;
  z-index: 10;
}
.bebasata-apply-credit-card-personal-step6__form-item__select {
  height: 46px;
  border-radius: 6px;
  border: solid 2px #b7bdbf;
  width: 100%;
  padding-left: 13px;
}
.--tooltip .bebasata-apply-credit-card-personal-step6__form-item__form-tooltip-btn {
  display: inline-block;
}
.bebasata-apply-credit-card-personal-step6__form-item--error .bebasata-apply-credit-card-personal-step6__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-card-personal-step6__form-item-error .bebasata-apply-credit-card-personal-step6__form-item__form-input-holder {
  height: auto;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
}
.bebasata-apply-credit-card-personal-step6__form-item--error .bebasata-apply-credit-card-personal-step6__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-card-personal-step6__form-item-error .bebasata-apply-credit-card-personal-step6__form-item__form-input {
  border-color: transparent;
}
.bebasata-apply-credit-card-personal-step6__form-item--error .bebasata-apply-credit-card-personal-step6__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step6__form-item-error .bebasata-apply-credit-card-personal-step6__form-item__error-text {
  display: block;
}
.bebasata-apply-credit-card-personal-step6__form-item:last-child {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__form-item {
    width: 100%;
  }
}
.bebasata-apply-credit-card-personal-step6__bulletin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  /*&:extend(.wrapper-946);*/
  width: 946px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  margin-bottom: 18px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__title {
  display: block;
  text-align: center;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__bulletin__title {
    line-height: 1.63;
    width: 90%;
    margin: 0 auto;
  }
}
.bebasata-apply-credit-card-personal-step6__bulletin__title-borderspan {
  position: relative;
}
.bebasata-apply-credit-card-personal-step6__bulletin__title-borderspan:after {
  content: '';
  width: 119px;
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__bulletin__title-borderspan:after {
    width: 80px;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #e9edef;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__bulletin__selectform-item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-itemspan {
  line-height: 1.57;
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-item.--half {
  width: calc((100% - 10px) / 2);
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-item.--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-item.-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__bulletin__selectform-label-text {
    font-size: 13px;
  }
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-radio {
  display: none;
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-radio:checked + .bebasata-apply-credit-card-personal-step6__bulletin__selectform-item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-radio:checked + .bebasata-apply-credit-card-personal-step6__bulletin__selectform-item > .bebasata-apply-credit-card-personal-step6__bulletin__selectform-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-radio:checked + .bebasata-apply-credit-card-personal-step6__bulletin__selectform-item > .bebasata-apply-credit-card-personal-step6__bulletin__selectform-check-status:after {
  background-color: #b44ea7;
}
.--company .bebasata-apply-credit-card-personal-step6__bulletin__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.-company .bebasata-apply-credit-card-personal-step6__bulletin__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.--company .bebasata-apply-credit-card-personal-step6__bulletin__selectform-item {
  background-color: #f8f9fa;
}
.-company .bebasata-apply-credit-card-personal-step6__bulletin__selectform-item {
  background-color: #f8f9fa;
}
.--company .bebasata-apply-credit-card-personal-step6__bulletin__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-card-personal-step6__bulletin__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-card-personal-step6__bulletin__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step6__bulletin__selectform-check-status:before {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-card-personal-step6__bulletin__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step6__bulletin__selectform-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-card-personal-step6__bulletin__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step6__bulletin__selectform-check-status:after {
  background-color: #00b3fd;
}
.-company .bebasata-apply-credit-card-personal-step6__bulletin__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step6__bulletin__selectform-check-status:after {
  background-color: #00b3fd;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__bulletin {
    margin-top: 20px;
  }
}
.bebasata-apply-credit-card-personal-step6__bulletin__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__bulletin__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-credit-card-personal-step6__bulletin__subline {
  position: relative;
}
.bebasata-apply-credit-card-personal-step6__bulletin__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__bulletin__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-card-personal-step6__bulletin__items {
  width: 100%;
}
.bebasata-apply-credit-card-personal-step6__bulletin__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__bulletin__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-card-personal-step6__bulletin__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__bulletin__description {
    font-size: 13px;
  }
}
.bebasata-apply-credit-card-personal-step6__bulletin__button {
  width: 100%;
}
.bebasata-apply-credit-card-personal-step6__bulletin__radio {
  display: none;
}
.bebasata-apply-credit-card-personal-step6__bulletin__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step6__bulletin__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step6__bulletin__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-credit-card-personal-step6__bulletin__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step6__bulletin__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step6__bulletin__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step6__bulletin__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step6__bulletin__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-credit-card-personal-step6__bulletin__validation-message--show {
  display: block;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__bulletin {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
.bebasata-apply-credit-card-personal-step6__bulletin__selectform-item {
  width: 185px;
  padding: 0;
  min-height: initial;
  height: 42px;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__bulletin__selectform-item {
    width: 100%;
    margin-right: 0;
    height: 39px;
    margin-bottom: 5px;
  }
}
.bebasata-apply-credit-card-personal-step6__button-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}
.bebasata-apply-credit-card-personal-step6__button-box__next-btn {
  width: 200px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6__button-box__next-btn {
    width: 100%;
  }
}
.bebasata-apply-account-step5__user-information-form .bebasata-apply-account-select__selectform__form-item {
  min-height: initial;
  height: 42px;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .bebasata-apply-account-step5__user-information-form .bebasata-apply-account-select__selectform__form-item {
    height: 39px;
  }
}
.bebasata-apply-credit-card-personal-step6-bulletin {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 70px;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
  width: 946px;
  margin-bottom: 18px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__title {
  display: block;
  text-align: center;
  color: #555864;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6-bulletin__title {
    line-height: 1.63;
    width: 90%;
    margin: 0 auto;
  }
}
.bebasata-apply-credit-card-personal-step6-bulletin__title-borderspan {
  position: relative;
}
.bebasata-apply-credit-card-personal-step6-bulletin__title-borderspan:after {
  content: '';
  width: 119px;
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6-bulletin__title-borderspan:after {
    width: 80px;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #e9edef;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6-bulletin__selectform-item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-itemspan {
  line-height: 1.57;
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-item.--half {
  width: calc((100% - 10px) / 2);
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-item.--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-item.-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-check-status {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-check-status:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 18px;
  height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
  margin-left: 15px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-check-status:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -29px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-check-status:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-label-text {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6-bulletin__selectform-label-text {
    font-size: 13px;
  }
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-radio {
  display: none;
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-radio:checked + .bebasata-apply-credit-card-personal-step6-bulletin__selectform-item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-radio:checked + .bebasata-apply-credit-card-personal-step6-bulletin__selectform-item > .bebasata-apply-credit-card-personal-step6-bulletin__selectform-check-status:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-radio:checked + .bebasata-apply-credit-card-personal-step6-bulletin__selectform-item > .bebasata-apply-credit-card-personal-step6-bulletin__selectform-check-status:after {
  background-color: #b44ea7;
}
.--company .bebasata-apply-credit-card-personal-step6-bulletin__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.-company .bebasata-apply-credit-card-personal-step6-bulletin__title-borderspan:after {
  background-image: url('../images/blue-bottom-stroke.svg');
}
.--company .bebasata-apply-credit-card-personal-step6-bulletin__selectform-item {
  background-color: #f8f9fa;
}
.-company .bebasata-apply-credit-card-personal-step6-bulletin__selectform-item {
  background-color: #f8f9fa;
}
.--company .bebasata-apply-credit-card-personal-step6-bulletin__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-card-personal-step6-bulletin__selectform-radio:checked + label {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-card-personal-step6-bulletin__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step6-bulletin__selectform-check-status:before {
  border-color: #aacfe1;
}
.-company .bebasata-apply-credit-card-personal-step6-bulletin__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step6-bulletin__selectform-check-status:before {
  border-color: #aacfe1;
}
.--company .bebasata-apply-credit-card-personal-step6-bulletin__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step6-bulletin__selectform-check-status:after {
  background-color: #00b3fd;
}
.-company .bebasata-apply-credit-card-personal-step6-bulletin__selectform-radio:checked + label > .bebasata-apply-credit-card-personal-step6-bulletin__selectform-check-status:after {
  background-color: #00b3fd;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6-bulletin {
    margin-top: 20px;
  }
}
.bebasata-apply-credit-card-personal-step6-bulletin__title {
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  color: #3c3f48;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6-bulletin__title {
    font-size: 16px;
    line-height: 1.63;
    width: 100%;
    margin-bottom: 25px;
  }
}
.bebasata-apply-credit-card-personal-step6-bulletin__subline {
  position: relative;
}
.bebasata-apply-credit-card-personal-step6-bulletin__subline:after {
  content: '';
  height: 9px;
  background-image: url('../images/purple-bottom-stroke.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  bottom: -8px;
  width: 100%;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6-bulletin__subline:after {
    width: 100%;
    height: 9px;
    left: 2px;
  }
}
.bebasata-apply-credit-card-personal-step6-bulletin__items {
  width: 100%;
}
.bebasata-apply-credit-card-personal-step6-bulletin__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  min-height: 67px;
  border-radius: 6px;
  border: 2px solid #b7bdbf;
  background-color: #f8f9fa;
  cursor: pointer;
  padding: 11px 10px 12px 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6-bulletin__item {
    margin-bottom: 10px;
  }
}
.bebasata-apply-credit-card-personal-step6-bulletin__item--small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__item-small {
  min-height: initial;
  height: 42px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__status-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 5px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__status-icon:before {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 18px;
  min-height: 18px;
  border: solid 2px #b7bdbf;
  border-radius: 100%;
  margin-left: 15px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__status-icon:after {
  content: '';
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  min-width: 10px;
  min-height: 10px;
  border-radius: 100%;
  background-color: transparent;
  margin-left: -14px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__status-icon:nth-child(2) {
  margin: 0px 5px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__description {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: #879196;
  margin-left: 15px;
  line-height: 1.5;
  margin-left: 15px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6-bulletin__description {
    font-size: 13px;
  }
}
.bebasata-apply-credit-card-personal-step6-bulletin__button {
  width: 100%;
}
.bebasata-apply-credit-card-personal-step6-bulletin__radio {
  display: none;
}
.bebasata-apply-credit-card-personal-step6-bulletin__radio:checked + .bebasata-apply-select__item {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step6-bulletin__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #d9b1d8;
}
.bebasata-apply-credit-card-personal-step6-bulletin__radio:checked + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:after {
  background-color: #b44ea7;
}
.bebasata-apply-credit-card-personal-step6-bulletin__radio--error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step6-bulletin__radio--error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step6-bulletin__radio-error + .bebasata-apply-select__item {
  border-color: #ff9b07;
}
.bebasata-apply-credit-card-personal-step6-bulletin__radio-error + .bebasata-apply-select__item > .bebasata-apply-select__status-icon:before {
  border-color: #ff9b07 !important;
}
.bebasata-apply-credit-card-personal-step6-bulletin__validation-message {
  font-size: 12px;
  line-height: 1.58;
  color: #ffffff;
  padding: 15px 15px 15px 15px;
  font-weight: 500;
  background-color: #ff9b07;
  border: 2px solid #ff9b07;
  border-radius: 6px;
  display: none;
  margin: 0px auto;
  margin-top: -10px;
  margin-bottom: 20px;
}
.bebasata-apply-credit-card-personal-step6-bulletin__validation-message--show {
  display: block;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6-bulletin {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.bebasata-apply-credit-card-personal-step6-bulletin__selectform-item {
  width: 185px;
  padding: 0;
  min-height: initial;
  height: 42px;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .bebasata-apply-credit-card-personal-step6-bulletin__selectform-item {
    width: 100%;
    margin-right: 0;
    height: 39px;
    margin-bottom: 5px;
  }
}
@keyframes slideInFromLeft_RTL {
  from {
    transform: translateX(0px);
  }
  to {
    transform: translateX(50px);
  }
}
@keyframes slideInFromRight_RTL {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50px);
  }
}
@keyframes slideInFromLeftMobile_RTL {
  from {
    transform: translateX(30px);
  }
  to {
    transform: translateX(0px);
  }
}
@keyframes slideInFromRightMobile_RTL {
  from {
    transform: translateX(-20px);
  }
  to {
    transform: translateX(0px);
  }
}
body.ar {
  direction: rtl;
  overflow-x: hidden;
  /* application form - fix */
}
body.ar .bebasata-header__top-buttons {
  margin-left: inherit;
  margin-right: auto;
}
body.ar .bebasata-header__items {
  margin-left: auto;
  margin-right: -20px;
}
body.ar .bebasata-header__tabs {
  border-left: none;
  border-right: 1px solid #e9edef;
  margin: 0px 15px 0px 0px;
  padding: 0px 5px 0px 0px;
}
body.ar .bebasata-header-mobile__brand {
  margin-left: 20px;
}
body.ar .bebasata-header-fixed .bebasata-header__items {
  margin-right: 20px;
}
body.ar .bebasata-header-fixed__join-bebasata {
  margin-right: auto;
  margin-left: 0;
}
body.ar .bebasata-header-fixed__join-bebasata {
  margin-left: 0;
  margin-right: auto;
}
body.ar .bebasata-header__internet-branch:before {
  margin-right: inherit;
  margin-left: 7px;
}
body.ar .bebasata-header__subitems {
  left: inherit;
}
body.ar .bebasata-hero-banner__background-icon {
  left: inherit;
  right: 0px;
}
body.ar .bebasata-hero-banner__product > .left-image {
  animation-name: slideInFromRight_RTL;
  padding-left: 20px;
  padding-right: 0px;
}
body.ar .bebasata-hero-banner__product > .right-image {
  animation-name: slideInFromLeft_RTL;
  padding-left: 0px;
  padding-right: 40px;
}
body.ar .rangeslider--horizontal {
  direction: ltr;
}
body.ar .bebasata-very-pleasure__icon {
  margin-left: inherit;
  margin-right: auto;
}
body.ar .bebasata-footer__appstore > * {
  margin-left: 0px;
  margin-right: 14px;
}
@media (max-width: 768px) {
  body.ar .bebasata-footer__appstore > * {
    margin-left: 14px;
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  body.ar .bebasata-header__internet-branch {
    margin-left: 0px;
  }
  body.ar .bebasata-header__internet-branch:before {
    background-image: url(../images/EP-BEBASATA-BUTON-AR.png);
  }
}
body.ar .bebasata-footer__social-media-link:nth-child(5) {
  margin-left: 0px;
  margin-right: 10px;
}
body.ar .bebasata-sidebar-page__content-item {
  margin-left: 0px;
  margin-right: 30px;
}
@media (max-width: 768px) {
  body.ar .bebasata-sidebar-page__content-item {
    margin-right: 0px;
  }
}
body.ar .bebasata-sidebar-page__contents > div:not(.bebasata-sidebar-page__content-item) > .sfContentBlock {
  margin-right: 30px;
}
@media (max-width: 768px) {
  body.ar .bebasata-sidebar-page__contents > div:not(.bebasata-sidebar-page__content-item) > .sfContentBlock {
    margin-right: 0px;
  }
}
body.ar .bebasata-sidebar-page__navigation-items {
  margin-right: -15px;
  margin-left: 0px;
}
body.ar .bebasata-sidebar-page__navigation-item {
  background-position: 10% center;
}
body.ar .bebasata-sidebar-page__navigation-item.active,
body.ar .bebasata-sidebar-page__navigation-item:hover {
  background-image: url('../images/content-page-menu-arrow-ar.svg');
  background-position: 4% center;
}
body.ar .bebasata-sidebar-page__navigation-item.active::after {
  background-image: url('../images/content-page-menu-arrow-ar.svg');
}
body.ar .bebasata-deposit-interest-rates__form-check-status:before {
  margin-left: -14px;
}
body.ar .bebasata-apply-select__status-icon:before {
  margin-left: 0px;
}
body.ar .bebasata-apply-select__status-icon:after {
  margin-left: 15px;
  margin-right: -14px;
}
body.ar .bebasata-application-form__checkbox-label--height-64 img {
  margin-right: 0;
  margin-left: 10px;
}
body.ar .bebasata-sms-popup__timer > span,
body.ar .bebasata-sms-popup__send-again {
  float: right;
}
body.ar select {
  padding-right: 30px;
}
body.ar .bebasata-application-form__item > select {
  background-position: 97% center;
}
body.ar .bebasata-apply-checkbox-label__form-check-status {
  margin-right: 0;
  margin-left: 10px;
}
body.ar .bebasata-apply-account-personal-step3__form-item__form-input[type=file] + label:after {
  right: auto;
  left: 20px;
}
body.ar .bebasata-apply-account-personal-step3__form-item__form-input[type=file] + label {
  padding-right: 13px;
  padding-left: 0px;
}
body.ar .bebasata-application-information-head__icon {
  margin-right: 0px;
  margin-left: 30px;
}
body.ar .bebasata-header__tabs.top-bar-nav > ul > li {
  margin: 0px 15px 0px 0px !important;
}
body.ar #smsRecaptcha {
  transform-origin: 100% 0% !important;
  direction: rtl !important;
}
body.ar .bebasata-detailed-specifications-toggle__item:before {
  left: inherit;
  right: 0px;
}
body.ar .bebasata-campaigns__campaign-item:nth-child(3n+1) {
  margin-left: 30px;
}
body.ar .bebasata-campaigns__campaign-item:nth-child(3n) {
  margin-left: 0px;
}
body.ar .bebasata-news-from-us__news-item:nth-child(3n+1) {
  margin-left: 30px;
}
body.ar .bebasata-news-from-us__news-item:nth-child(3n) {
  margin-left: 0px;
}
body.ar .bebasata-video-gallery__year-filter-option:last-child {
  padding-right: 37px;
}
body.ar .bebasata-video-gallery__year-filter-option:first-child {
  padding-left: 37px;
  padding-right: 0px;
}
body.ar .my-rating {
  right: inherit;
  left: 0px;
}
body.ar .bebasata-campaign-detail__content .breadcrumb {
  display: flex;
}
body.ar .breadcrumb li:not(:first-child):after,
body.ar .breadcrumb li:last-child:after {
  position: absolute;
  content: ">";
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}
body.ar .breadcrumb li:first-child:after {
  display: none;
}
body.ar .breadcrumb li:first-child {
  margin-right: 0px;
}
body.ar .breadcrumb li:last-child {
  margin-right: 20px;
}
body.ar .bebasata-campaign-detail__title.info_bank {
  padding-right: 0px;
}
@media (max-width: 768px) {
  body.ar .bebasata-campaigns__campaign-item:nth-child(3n+1) {
    margin-left: 0px;
  }
}
body .bebasata-general-table__content-text {
  padding-right: 0px;
}
body .bebasata-header-mobile-fixed__brand {
  margin-right: 0px;
  margin-left: 10px;
}
body .bebasata-header-mobile-fixed__join-bebasata {
  margin-left: 10px;
}
body .bebasata-announcements__head {
  background-position: left center;
}
body .bebasata-credit-calculator__range-start-finish-line {
  direction: ltr;
}
body .bebasata-header__brand {
  background-position: right;
}
body .bebasata-header-fixed__brand {
  margin-right: 0px;
}
body .bebasata-sidebar-page .bebasata-short-sss__items {
  width: 100%;
  padding-left: 0px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  body .bebasata-sidebar-page .bebasata-short-sss__items {
    padding-right: 0px;
    padding-left: 0px;
  }
}
body .bebasata-footer__social-media-link:last-child {
  margin-right: 10px !important;
}
body .bebasata-footer__social-media-link:first-child {
  margin-right: 0px;
}
body .bebasata-header-mobile__brand {
  width: 111px;
}
body .bebasata-header-mobile__hamburger {
  margin-left: inherit;
  margin-right: auto;
}
body .bebasata-header-mobile-fixed__hamburger {
  margin-left: inherit;
  margin-right: auto;
}
