﻿@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);
}
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-advantages,
.bebasata-very-pleasure__carousel,
.bebasata-social-gossip,
.bebasata-social-gossip__carousel,
.bebasata-very-easy__content,
.bebasata-credit-calculator,
.bebasata-gold-exchange-rates,
.bebasata-happy-customers,
.bebasata-web-cookie__wrapper {
  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-advantages,
  .bebasata-very-pleasure__carousel,
  .bebasata-social-gossip,
  .bebasata-social-gossip__carousel,
  .bebasata-very-easy__content,
  .bebasata-credit-calculator,
  .bebasata-gold-exchange-rates,
  .bebasata-happy-customers,
  .bebasata-web-cookie__wrapper {
    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-advantages,
  .bebasata-very-pleasure__carousel,
  .bebasata-social-gossip,
  .bebasata-social-gossip__carousel,
  .bebasata-very-easy__content,
  .bebasata-credit-calculator,
  .bebasata-gold-exchange-rates,
  .bebasata-happy-customers,
  .bebasata-web-cookie__wrapper {
    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 {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-960 {
    width: 90%;
  }
}
.wrapper-946 {
  width: 946px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-946 {
    width: 95%;
  }
}
.wrapper-1006 {
  width: 1006px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-1006 {
    width: 90%;
  }
}
.wrapper-466,
.bebasata-form-message {
  width: 466px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-466,
  .bebasata-form-message {
    width: 90%;
  }
}
.wrapper-495 {
  width: 495px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-495 {
    width: 90%;
  }
}
.wrapper-500 {
  width: 458px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .wrapper-500 {
    width: 90%;
  }
}
.bebasata-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 {
    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-credit-calculator__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-credit-calculator__title {
    font-size: 18px;
  }
}
.title-26-600,
.bebasata-credit-calculator__title {
  font-weight: 600 !important;
  letter-spacing: -1px;
}
.title-18-500 {
  font-size: 18px;
  font-weight: 500;
  color: #555864;
}
.--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-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;
}
.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-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-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-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-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-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-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-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-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;
}
@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-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-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;
  }
}
@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;
}
