/* Wajib menambahkan font-display:swap; */
@font-face {
  font-family: "TiketOdysseyDisplay";
  src: url("fonts/TiketOdysseyDisplay/TiketOdysseyDisplay-Regular.ttf");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TiketOdysseyDisplay";
  src: url("fonts/TiketOdysseyDisplay/TiketOdysseyDisplay-Italic.ttf");
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TiketOdysseyDisplay";
  src: url("fonts/TiketOdysseyDisplay/TiketOdysseyDisplay-SemiBold.ttf");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "TiketOdysseyDisplay";
  src: url("fonts/TiketOdysseyDisplay/TiketOdysseyDisplay-Bold.ttf");
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("fonts/GothamRounded/GothamRnd-Light.woff2") format("woff2"), url("fonts/GothamRounded/GothamRnd-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("fonts/GothamRounded/GothamRnd-LightItalic.woff2") format("woff2"), url("fonts/GothamRounded/GothamRnd-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("fonts/GothamRounded/GothamRnd-Book.woff2") format("woff2"), url("fonts/GothamRounded/GothamRnd-Book.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("fonts/GothamRounded/GothamRnd-BookItalic.woff2") format("woff2"), url("fonts/GothamRounded/GothamRnd-BookItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("fonts/GothamRounded/GothamRnd-Medium.woff2") format("woff2"), url("fonts/GothamRounded/GothamRnd-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("fonts/GothamRounded/GothamRnd-MediumItalic.woff2") format("woff2"), url("fonts/GothamRounded/GothamRnd-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("fonts/GothamRounded/GothamRnd-Bold.woff2") format("woff2"), url("fonts/GothamRounded/GothamRnd-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Rounded";
  src: url("fonts/GothamRounded/GothamRnd-BoldItalic.woff2") format("woff2"), url("fonts/GothamRounded/GothamRnd-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@-webkit-keyframes MoveScaleUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    -moz-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    -ms-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    -o-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@keyframes MoveScaleUpInitial {
  to {
    -webkit-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    -moz-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    -ms-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    -o-transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}
@-webkit-keyframes MoveScaleUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    -moz-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    -ms-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    -o-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes MoveScaleUpEnd {
  from {
    -webkit-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    -moz-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    -ms-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    -o-transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
body {
  font-family: "TiketOdysseyDisplay";
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
}

a {
  text-decoration: unset;
}

#copyright-gositus {
  background: url(../images/gositus/go-online-solusi.png) no-repeat left bottom;
  color: inherit;
  display: inline-block;
  height: 20px;
  padding-left: 23px;
  background-size: 18px;
  position: relative;
  top: 2px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#copyright-gositus span {
  position: relative;
  top: -2px;
}
#copyright-gositus:hover {
  background-position: left top;
}
#copyright-gositus:hover label {
  color: #9dd22a;
  cursor: pointer;
}
#copyright-gositus:hover span {
  color: #97d4e9;
}

.gositus-footer {
  display: inline-block;
}

#kotakkosong {
  position: absolute;
  top: -8000px;
  left: -8000px;
}

body.sticky.hide header, body.sticky-while-at-top.hide header {
  -webkit-transform: translate3d(0, -110%, 0);
  -moz-transform: translate3d(0, -110%, 0);
  -ms-transform: translate3d(0, -110%, 0);
  -o-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0);
}
body.sticky header .navbar, body.sticky-while-at-top header .navbar {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: rgba(255, 255, 255, 0.5);
}
body.sticky header .navbar:before, body.sticky-while-at-top header .navbar:before {
  opacity: 1;
}
body.sticky header.clean-header .navbar-light .navbar-nav .nav-link, body.sticky-while-at-top header.clean-header .navbar-light .navbar-nav .nav-link {
  color: white;
}
body.sticky header.clean-header .navbar-light .navbar-nav .nav-link.active, body.sticky header.clean-header .navbar-light .navbar-nav .nav-link:hover, body.sticky-while-at-top header.clean-header .navbar-light .navbar-nav .nav-link.active, body.sticky-while-at-top header.clean-header .navbar-light .navbar-nav .nav-link:hover {
  color: #fedd00;
}
body.sticky header.clean-header .navbar, body.sticky-while-at-top header.clean-header .navbar {
  box-shadow: unset;
}
body.sticky header .navbar-light .navbar-nav .nav-link, body.sticky-while-at-top header .navbar-light .navbar-nav .nav-link {
  color: #444;
}
body.sticky header .navbar-light .navbar-nav .nav-link.active, body.sticky header .navbar-light .navbar-nav .nav-link:hover, body.sticky-while-at-top header .navbar-light .navbar-nav .nav-link.active, body.sticky-while-at-top header .navbar-light .navbar-nav .nav-link:hover {
  color: #0064d2;
}
body.sticky header .navbar-brand span, body.sticky-while-at-top header .navbar-brand span {
  color: #0064d2;
}
body.sticky header .navbar-brand img.brand-color, body.sticky-while-at-top header .navbar-brand img.brand-color {
  display: block;
}
body.sticky header .navbar-brand img.brand-white, body.sticky-while-at-top header .navbar-brand img.brand-white {
  display: none;
}
body.sticky-while-at-top header .navbar {
  padding: 0.75rem 0;
}
@media (max-width: 767px) {
  body.sticky-while-at-top header .navbar {
    padding: 0.5rem 0;
  }
}

#sticky-filter {
  -webkit-transition: top 0.5s ease-in-out;
  -moz-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.41, 1), -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.41, 1);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.6, 0, 0.41, 1), -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.41, 1);
  transition: transform 0.5s cubic-bezier(0.6, 0, 0.41, 1), -webkit-transform 0.5s cubic-bezier(0.6, 0, 0.41, 1);
}
header.no-banner-header .navbar {
  background-color: rgb(0, 100, 210);
}
header.clean-header .navbar-light .navbar-nav .nav-link {
  color: white;
}
header.clean-header .navbar-light .navbar-nav .nav-link.active, header.clean-header .navbar-light .navbar-nav .nav-link:hover {
  color: #fedd00;
  text-shadow: 0px 0 1px #fedd00;
}
header.clean-header .navbar {
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.6);
}
header.clean-header .navbar-brand img.brand-color {
  display: block;
}
header.clean-header .navbar-brand img.brand-white {
  display: none;
}
header .navbar {
  padding: 1.2rem 0;
  transition: all 0.54s cubic-bezier(0.6, 0, 0.41, 1);
}
header .navbar:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 100, 210, 0.6), transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  -webkit-transition: opacity 0.54s cubic-bezier(0.6, 0, 0.41, 1);
  -moz-transition: opacity 0.54s cubic-bezier(0.6, 0, 0.41, 1);
  transition: opacity 0.54s cubic-bezier(0.6, 0, 0.41, 1);
}
header .navbar-brand {
  align-items: center;
}
header .navbar-brand img {
  margin-top: 1px;
  width: 225px;
}
header .navbar-brand img.brand-color {
  display: none;
}
header .navbar-brand img.brand-white {
  display: block;
}
header .navbar-light .navbar-nav .nav-link {
  color: white;
}
header .navbar-light .navbar-nav .nav-link.active, header .navbar-light .navbar-nav .nav-link:hover {
  color: #fedd00;
}
header .navbar-collapse .close {
  display: none;
}
header .navbar-collapse form {
  background-color: white;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
header .navbar-collapse form input {
  border: 0px;
  padding-left: 20px;
  padding-right: 40px;
}
header .navbar-collapse form .btn {
  color: #0064d2;
  background-color: #fedd00;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#overmenu-mobile {
  display: none;
}

.height-inherit {
  height: inherit;
}

#main-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
#main-banner.home-banner {
  background-position: bottom center;
}
#main-banner.home-banner_new {
  background-size: cover;
  background-position: 0% 75%;
}
#main-banner.home-banner_new img, #main-banner.banner-image img {
  width: 100%;
}
#main-banner.home-banner_new .figure-caption, #main-banner.banner-image .figure-caption {
  color: #0064d2;
}
#main-banner.banner-image .wrapper-content {
  padding-bottom: 50px;
}
#main-banner.banner-image .figure-caption {
  color: white;
}
#main-banner.faq-banner_new {
  background-size: cover;
  background-position: 10% 75%;
}
#main-banner.faq-banner_new img, #main-banner.banner-image img {
  width: 100%;
}
#main-banner.faq-banner_new .figure-caption, #main-banner.banner-image .figure-caption {
  color: white;
}
#main-banner .wow img.w-100 {
  width: 90% !important;
}
#main-banner.fill-screen {
  width: 100%;
  height: 100vh;
  max-height: 567px;
  min-height: 500px;
  padding-top: 100px;
}
#main-banner .img-overlay {
  transform: translateY(18px);
  z-index: 11;
  pointer-events: none;
}
#main-banner .wrapper-banner-content .banner-caption {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 1.5rem;
}
#main-banner .wrapper-banner-content .banner-caption h1 {
  margin-bottom: 3px;
  text-align: center;
  font-size: 30px;
}
#main-banner .wrapper-banner-content .banner-caption p {
  text-align: center;
}
#main-banner .wrapper-banner-content .img-banner {
  width: 65%;
}
#main-banner .overlay {
  position: absolute;
  width: 100%;
  height: calc(100% - 110px);
  left: 0;
  bottom: 0;
}
#main-banner .overlay .caption {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  width: 60%;
}
#main-banner .overlay .caption h1 {
  margin-bottom: 3px;
  text-align: center;
  font-size: 30px;
}
#main-banner .overlay .caption p {
  text-align: center;
}
@media (max-width: 767px) {
  #main-banner {
    background-position: 53% 0;
    background-size: 370%;
  }
}

#filter-jobs {
  background-color: white;
  border-radius: 15px;
  padding: 5px 20px;
  margin-top: -53px;
  margin-bottom: -45px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 10;
}
#filter-jobs:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 50%;
  width: 100%;
  background-image: linear-gradient(to bottom, rgba(243, 250, 255, 0) 0%, #f3faff 100%);
  z-index: -1;
}
#filter-jobs form label, #filter-jobs div label {
  font-weight: bold;
  color: #444;
}
#filter-jobs form label i, #filter-jobs div label i {
  color: #0064d2;
  margin-right: 10px;
}
#filter-jobs form .select2-container--default .select2-selection--single, #filter-jobs div .select2-container--default .select2-selection--single {
  border: unset;
}
#filter-jobs form .input-group .input-group-text, #filter-jobs div .input-group .input-group-text {
  color: #0064d2;
}
#filter-jobs form .input-group .form-control, #filter-jobs form .input-group .input-group-text, #filter-jobs div .input-group .form-control, #filter-jobs div .input-group .input-group-text {
  background-color: transparent;
  border: 1px solid transparent;
}
#filter-jobs form .input-group .form-control, #filter-jobs div .input-group .form-control {
  font-weight: normal;
  padding-left: 10px;
  color: #444;
}
#filter-jobs form .input-group .form-control::placeholder, #filter-jobs div .input-group .form-control::placeholder {
  color: #666;
  opacity: 1;
}
#filter-jobs form .input-group .form-control:-ms-input-placeholder, #filter-jobs div .input-group .form-control:-ms-input-placeholder {
  color: #666;
}
#filter-jobs form .input-group .form-control::-ms-input-placeholder, #filter-jobs div .input-group .form-control::-ms-input-placeholder {
  color: #666;
}
#filter-jobs form .input-group .form-control:focus, #filter-jobs form .input-group .form-control:active, #filter-jobs div .input-group .form-control:focus, #filter-jobs div .input-group .form-control:active {
  outline: none;
  box-shadow: unset;
}
#filter-jobs form .input-group.inner-group, #filter-jobs div .input-group.inner-group {
  position: relative;
}
#filter-jobs form .input-group.inner-group .input-group-text, #filter-jobs div .input-group.inner-group .input-group-text {
  position: absolute;
  top: 5px;
  z-index: 2;
}
#filter-jobs form .nice-select, #filter-jobs div .nice-select {
  font-family: "TiketOdysseyDisplay";
  border-color: transparent;
  width: 100%;
  padding-left: 50px;
  color: #666;
  background-color: transparent;
}
#filter-jobs form .nice-select .list, #filter-jobs div .nice-select .list {
  overflow: auto;
  max-height: 200px;
  color: #444;
}

.select2-search--dropdown .select2-search__field {
  outline: none !important;
}

.select2-dropdown {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}

.button {
  pointer-events: auto;
  cursor: pointer;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: inherit;
  position: relative;
  display: inline-block;
}

.btn-tiket-blue, .btn-tiket-yellow, .btn-tiket-light {
  border-radius: 50px;
  padding: 0.4rem 1.5rem;
}

.btn-tiket-blue {
  background-color: #0064d2;
  color: white;
  border: 2px solid #0064d2;
}
.btn-tiket-blue:hover {
  border: 2px solid #fedd00;
}

.btn-tiket-yellow {
  background-color: #fedd00;
  color: #444;
  border: 2px solid #fedd00;
}
.btn-tiket-yellow:hover {
  border: 2px solid #0064d2;
}

.btn-tiket-light {
  background-color: transparent;
  color: red;
  border: 2px solid red;
}

.btn-white-border {
  border: 2px solid transparent !important;
}
.btn-white-border:hover {
  border: 2px solid white !important;
}

.btn-x2 {
  font-size: 18px;
}

.btn-splash {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.btn-splash.btn-dis:hover {
  border: 2px solid red !important;
}
.btn-splash.btn-dis:before, .btn-splash.btn-dis:after {
  background: red;
}
.btn-splash span {
  display: block;
  position: relative;
  z-index: 10;
}
.btn-splash.btn-tiket-blue:before, .btn-splash.btn-tiket-blue:after {
  background: #fedd00;
}
.btn-splash.btn-tiket-blue:hover span {
  color: #0064d2;
}
.btn-splash:before, .btn-splash:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  background: #0064d2;
}
.btn-splash:before {
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  -webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  -moz-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  -ms-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  -o-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.btn-splash:after {
  top: -2px;
  height: 0;
  left: -10%;
  padding-bottom: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-splash:hover span {
  color: white;
  -webkit-animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
.btn-splash:hover:before {
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-splash:hover:after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.spacer {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-title {
  font-size: 28px;
}
.main-title.x1 {
  font-size: 32px;
}
.main-title.x2 {
  font-size: 36px;
}

.color-light {
  color: #666;
}

.color-yelow {
  color: #fedd00;
}

.x1 {
  font-size: 28px;
}

.x2 {
  font-size: 18px;
}

#grid-wrapper {
  width: 100%;
  position: relative;
}
#grid-wrapper .grid-sizer {
  width: 25%;
}
#grid-wrapper .gutter-sizer {
  width: 0%;
}
#grid-wrapper .grid-collase {
  float: left;
  padding-bottom: 20px !important;
  display: block;
  overflow: hidden;
  background-color: red;
}
#grid-wrapper .grid-collase.box-1 {
  width: 25%;
  height: 400px;
}
#grid-wrapper .grid-collase.box-2 {
  width: 15%;
  height: 200px;
}
#grid-wrapper .grid-collase.box-3 {
  width: 35%;
  height: 200px;
}

.col-ratio {
  flex: var(--col-aspect-ratio);
}

.title-quote {
  position: relative;
}
.title-quote:before, .title-quote:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  background-image: url("../images/gositus/quote.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.title-quote:after {
  right: 7.5rem;
}
.title-quote:before {
  left: 7.5rem;
}

#the-vision {
  background-image: linear-gradient(to bottom, #f3faff 0%, rgba(243, 250, 255, 0) 100%);
}
#the-vision .wrapper-dots {
  position: relative;
}
#the-vision .wrapper-dots:before, #the-vision .wrapper-dots:after {
  content: "";
  position: absolute;
  background-image: url("../images/gositus/dot-1.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 40px;
}
#the-vision .wrapper-dots:before {
  transform: rotate(90deg);
  top: 30%;
}
#the-vision .wrapper-dots:after {
  bottom: 50px;
  right: -50px;
}
#the-vision .bg-star {
  margin-top: 100px;
  border-radius: 10px;
  background-image: url("../images/gositus/aksen-thevision.png");
  background-color: #0064d2;
  color: white;
  background-size: 80%;
  background-position: center calc(50% + 10px);
  background-repeat: no-repeat;
}
#the-vision .bg-star .main-title {
  color: #fedd00;
}
#the-vision .bg-star.dashed-line-0:before {
  background-image: url("../images/gositus/line-0-v2.png");
  top: 0px;
  background-size: 75% !important;
  background-position: left 25px;
}
#the-vision .bg-star .title-quote:before, #the-vision .bg-star .title-quote:after {
  transform: unset;
}
#the-vision .bg-star .title-quote:before {
  top: 0;
}
#the-vision .bg-star .title-quote:after {
  top: unset;
  bottom: 0;
}
#the-vision .dashed-line-0 {
  position: relative;
}
#the-vision .dashed-line-0:before {
  background-image: url("../images/gositus/line.png");
  background-position: 25% top;
  background-size: auto !important;
  top: -50px;
}
#the-vision .dashed-line-1, #the-vision .dashed-line-2, #the-vision .dashed-line-0:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: inherit;
}
#the-vision .dashed-line-1:before, #the-vision .dashed-line-2:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#the-vision .dashed-line-1 {
  background-image: url("../images/gositus/line-1.png");
  background-position: center 0;
}
#the-vision .dashed-line-1:before {
  background-image: url("../images/gositus/happy-face.png");
  left: calc(10% + 30px);
  top: -20px;
}
#the-vision .dashed-line-2 {
  background-image: url("../images/gositus/line-2.png");
  background-position: top right;
  -webkit-transform: translateY(-45px);
  -moz-transform: translateY(-45px);
  -ms-transform: translateY(-45px);
  -o-transform: translateY(-45px);
  transform: translateY(-45px);
}
#the-vision .dashed-line-2:before {
  background-image: url("../images/gositus/plane.png");
  right: calc(10% + 30px);
  top: -30px;
}
#the-vision .gallery-image {
  z-index: 2;
}
#the-vision .gallery-image .ratio {
  overflow: hidden;
  border-radius: 12px;
}
#the-vision .gallery-image .ratio img {
  object-fit: cover;
}
#the-vision .the-vision-box {
  margin-top: 100px;
}

.testi-card .d-flex {
  background-color: white;
  transition: all 0.5s;
  cursor: pointer;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 15px;
}
.testi-card .d-flex:hover {
  background-color: #0064d2;
}
.testi-card .d-flex:hover .flex-grow-1 {
  color: white;
}
.testi-card .d-flex:hover .flex-grow-1 .card-title {
  color: #fedd00;
}

#ModalTesti .d-flex.align-items-center {
  align-items: start !important;
}

.testi-card .swiper-wrapper, #ModalTesti .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -moz-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
  position: relative;
}
.testi-card .d-flex .ratio, #ModalTesti .d-flex .ratio {
  width: 150px;
  border-radius: 10px;
  overflow: hidden;
}
.testi-card .d-flex .ratio img, #ModalTesti .d-flex .ratio img {
  object-fit: cover;
}
.testi-card .d-flex span.card-national, #ModalTesti .d-flex span.card-national {
  border-radius: 15px;
  background-color: #0064d2;
  color: white;
  padding: 2px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testi-card .d-flex span.card-national img, #ModalTesti .d-flex span.card-national img {
  width: 20px;
}
.testi-card .d-flex .flex-grow-1, #ModalTesti .d-flex .flex-grow-1 {
  color: #666;
}
.testi-card .d-flex .flex-grow-1 .card-title, #ModalTesti .d-flex .flex-grow-1 .card-title {
  color: #0064d2;
  font-weight: 500;
  font-size: 18px;
}

#wrap-box .box {
  position: relative;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 40px 15px 30px;
  background-color: #0064d2;
}
#wrap-box .box p {
  margin-bottom: 5px;
  color: #fedd00;
  line-height: 25px;
  font-weight: bold;
}
#wrap-box .box small {
  color: white;
}
#wrap-box .box .icon {
  position: absolute;
  top: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon.tman {
  background-color: transparent;
  width: 60px;
  height: 60px;
  border-radius: 0%;
}
.icon.tman.pose-3 {
  background-image: url("../images/gositus/Tman_pose_03.png");
}
.icon.tman.pose-4 {
  background-image: url("../images/gositus/Tman_pose_04.png");
}
.icon.tman.pose-8 {
  background-image: url("../images/gositus/Tman_pose_08.png");
}
.icon.icon-user {
  background-image: url("../images/gositus/1.png");
}
.icon.icon-employee {
  background-image: url("../images/gositus/2.png");
}
.icon.icon-women {
  background-image: url("../images/gositus/3.png");
}
.icon.icon-median {
  background-image: url("../images/gositus/4.png");
}
.icon.icon-flag {
  background-image: url("../images/gositus/5.png");
}
.icon.icon-wallet {
  background-image: url("../images/gositus/wallet.png");
}
.icon.icon-self-improvment {
  background-image: url("../images/gositus/self-improvement.png");
}
.icon.icon-community {
  background-image: url("../images/gositus/community.png");
}
.icon.icon-freelance {
  background-image: url("../images/gositus/freelance.png");
}
.icon.icon-lunch {
  background-image: url("../images/gositus/lunch.png");
}
.icon.icon-meeting {
  background-image: url("../images/gositus/meeting.png");
}

#our-core-values .section-title {
  background-color: #0064d2;
  color: white;
  position: relative;
}

.bg-tiket-blue {
  background-color: #0064d2;
  color: white;
  position: relative;
  background-image: url("../images/gositus/akesn-ourcorevalue.png");
  background-position: center 35px;
  background-repeat: no-repeat;
  background-size: 90%;
}

@supports (-webkit-text-stroke: 1px black) {
  #happy .mySwiper h2 {
    -webkit-text-stroke: 1px #0064d2;
    -webkit-text-fill-color: white;
  }
}
.experience {
  background-image: linear-gradient(to bottom, rgba(243, 250, 255, 0) 0%, #f3faff 100%);
}

#happy {
  position: relative;
  z-index: 2;
}
#happy:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: #0064d2;
  z-index: 1;
}
#happy .line-t-man {
  position: absolute;
  left: 0;
  bottom: -135px;
  width: 100%;
  height: 200px;
  background-image: url("../images/gositus/vector41.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#happy .wrap-happy {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  background-color: white;
  position: relative;
  z-index: 5;
}
#happy .mySwiper ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
}
#happy .mySwiper ul li {
  position: relative;
}
#happy .mySwiper ul li h2 {
  font-size: 64px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: transform 0.5s;
}
#happy .mySwiper ul li.swiper-slide-thumb-active .tada {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: tada;
  animation-name: tada;
}
#happy .mySwiper ul li.swiper-slide-thumb-active h2 {
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: unset;
  color: #0064d2;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#happy .mySwiper2 {
  position: inherit;
}
#happy .mySwiper2 .swiper-slide {
  text-align: center;
}
#happy .mySwiper2 .swiper-slide h4.tagline {
  font-size: 24px;
  font-weight: 500;
  color: #0064d2;
  line-height: 1.3;
}
#happy .mySwiper2 .swiper-slide h4.tagline strong {
  text-transform: uppercase;
  font-size: 32px;
  position: relative;
  padding: 0px 3px;
}
#happy .mySwiper2 .swiper-slide span {
  color: #444;
}
#happy .mySwiper2 .swiper-button-next {
  right: -20px;
}
#happy .mySwiper2 .swiper-button-prev {
  left: -20px;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  background-color: #0064d2;
  color: white;
  border-radius: 50%;
  border: 2px solid white;
  transition: 0.5s;
}
.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
  font-size: 20px;
}
.swiper .swiper-button-next.swiper-svg-icon:after, .swiper .swiper-button-prev.swiper-svg-icon:after {
  content: unset;
}
.swiper .swiper-button-next.swiper-svg-icon svg path, .swiper .swiper-button-prev.swiper-svg-icon svg path {
  stroke: white;
}
.swiper .swiper-button-next.swiper-svg-icon:hover svg path, .swiper .swiper-button-prev.swiper-svg-icon:hover svg path {
  stroke: #0064d2;
}
.swiper .swiper-button-next:hover, .swiper .swiper-button-prev:hover {
  background-color: #fedd00;
}
.swiper .swiper-button-next:hover:after, .swiper .swiper-button-prev:hover:after {
  color: #0064d2;
}

.embed-video {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.embed-video img {
  object-fit: cover;
}
.embed-video .player {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}
.embed-video .player .btn-play {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.embed-video .player .btn-play i {
  color: white;
  font-size: 18px;
}
.embed-video .player .btn-play:hover {
  background: #ff0000;
  background-clip: content-box;
  padding: 10px;
}
.embed-video .player .btn-play:hover .sm-svg-circle {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) translateZ(0);
  -moz-transform: translate(-50%, -50%) rotate(-45deg) translateZ(0);
  -ms-transform: translate(-50%, -50%) rotate(-45deg) translateZ(0);
  -o-transform: translate(-50%, -50%) rotate(-45deg) translateZ(0);
  transform: translate(-50%, -50%) rotate(-45deg) translateZ(0);
}
.embed-video .player .btn-play:hover .sm-svg-circle circle {
  stroke-dashoffset: 10;
}
.embed-video .player .btn-play .sm-svg-circle {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  z-index: 1;
  fill: none;
  stroke: #ffffff;
  -webkit-transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03), stroke 10ms ease-out;
  -moz-transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03), stroke 10ms ease-out;
  transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03), stroke 10ms ease-out;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -moz-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  -o-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}
.embed-video .player .btn-play .sm-svg-circle:first-of-type circle {
  stroke-dasharray: 0;
  stroke-dashoffset: 0;
  opacity: 0.6;
}
.embed-video .player .btn-play .sm-svg-circle circle {
  -webkit-transition-duration: 1.1s;
  -moz-transition-duration: 1.1s;
  transition-duration: 1.1s;
}
.embed-video .player .btn-play .sm-svg-circle circle {
  stroke-dasharray: 950;
  stroke-dashoffset: 950;
  stroke-width: 1;
  -webkit-transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
  -moz-transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
  transition: all 0.8s cubic-bezier(0.45, 0, 0.14, 1.03);
}

#perks, #new-perks {
  position: relative;
}
#perks .card, #new-perks .card {
  width: calc(100% - 30px);
  border-radius: 12px;
  min-height: 138px;
  position: relative;
  transition: all 0.5s;
}
#perks .card .icon, #new-perks .card .icon {
  position: absolute;
  top: 1.5rem;
}
#perks .card .card-title, #new-perks .card .card-title {
  color: #0064d2;
  font-size: 20px;
}
#perks .card .card-text, #new-perks .card .card-text {
  color: #666;
}

#new-perks {
  background-image: linear-gradient(to top, #f3faff 0%, rgba(243, 250, 255, 0) 100%);
}
#new-perks .card {
  width: 100%;
  border: 0px;
  padding-top: 25px;
  height: 100%;
  background-color: transparent;
}
#new-perks .card .icon {
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#new-perks .card .card-body {
  border-radius: 12px;
  text-align: center;
  background-color: white;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  padding: 40px 30px 30px 30px;
  border: 1px solid transparent;
  transition: all 0.5s;
}
#new-perks .card:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 10;
}
#new-perks .card:hover .card-body {
  border: 1px solid #D8DCE8;
}

#perks .overlay {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  color: white;
  z-index: 2;
}
#perks {
  background-image: var(--background), linear-gradient(to top, rgb(0, 100, 210), rgb(0, 100, 210));
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#perks .t-man {
  position: relative;
  color: white;
}
#perks .t-man img {
  position: relative;
  width: 80% !important;
  margin: auto;
}
#perks .wrap-card-left {
  text-align: right;
}
#perks .wrap-card-left .card {
  padding-right: 25px;
}
#perks .wrap-card-left .card .icon {
  right: -25px;
}
#perks .wrap-card-left .card:not(:last-of-type) {
  margin-bottom: 20px;
}
#perks .wrap-card-left .card:not(:nth-child(2)) {
  margin-left: auto;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -ms-transform: translateX(40px);
  -o-transform: translateX(40px);
  transform: translateX(40px);
}
#perks .wrap-card-left .card:not(:nth-child(2)):hover {
  -webkit-transform: translateX(40px) scale(1.1);
  -moz-transform: translateX(40px) scale(1.1);
  -ms-transform: translateX(40px) scale(1.1);
  -o-transform: translateX(40px) scale(1.1);
  transform: translateX(40px) scale(1.1);
}
#perks .wrap-card-left .card:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#perks .wrap-card-right .card {
  padding-left: 25px;
}
#perks .wrap-card-right .card .icon {
  left: -25px;
}
#perks .wrap-card-right .card:not(:last-of-type) {
  margin-bottom: 20px;
}
#perks .wrap-card-right .card:not(:nth-child(2)) {
  -webkit-transform: translateX(-40px);
  -moz-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  -o-transform: translateX(-40px);
  transform: translateX(-40px);
}
#perks .wrap-card-right .card:not(:nth-child(2)):hover {
  -webkit-transform: translateX(-40px) scale(1.1);
  -moz-transform: translateX(-40px) scale(1.1);
  -ms-transform: translateX(-40px) scale(1.1);
  -o-transform: translateX(-40px) scale(1.1);
  transform: translateX(-40px) scale(1.1);
}
#perks .wrap-card-right .card:nth-child(2) {
  margin-left: auto;
}
#perks .wrap-card-right .card:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#perks .perks-mobile .t-man img {
  width: 32% !important;
  margin-bottom: -40px;
}
#perks .perks-mobile .card {
  width: 100%;
  margin-top: 25px;
  padding-top: 20px;
  min-height: 160px;
}
#perks .perks-mobile .card .icon {
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.embed-responsive {
  --bs-aspect-ratio: 48%;
}

.relative {
  position: relative !important;
}

#perks-slider .carousel-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#perks-slider .carousel-item.block-ratio {
  height: 100vh;
  min-height: 450px;
}
#perks-slider .carousel-item .perks-content {
  height: inherit;
}
#perks-slider .carousel-item .perks-content .pagination-slide {
  color: white;
}
#perks-slider .carousel-item .perks-content .pagination-slide span {
  font-weight: 500;
}
#perks-slider .carousel-item .perks-content .pagination-slide small {
  font-size: 12px;
  opacity: 0.8;
}
#perks-slider .carousel-item .perks-content .carousel-caption {
  right: unset;
  left: unset;
  max-width: 60%;
}
#perks-slider .carousel-item .perks-content .carousel-caption h5 {
  font-size: 60px;
  font-weight: 500;
}
#perks-slider .carousel-navigation {
  position: absolute;
  width: 30%;
  bottom: 7.5rem;
  right: 0;
}
#perks-slider .carousel-navigation .carousel-control-prev, #perks-slider .carousel-navigation .carousel-control-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid white;
  background-color: #0064d2;
  opacity: 1;
}
#perks-slider .carousel-navigation .carousel-control-prev {
  left: unset;
  right: 70px;
}

.bg-warning {
  background-color: #fedd00 !important;
  color: #0064d2;
}

@-webkit-keyframes pulse__center {
  from {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -moz-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -o-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    -moz-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    -ms-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    -o-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -moz-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -o-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}
@keyframes pulse__center {
  from {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -moz-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -o-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    -moz-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    -ms-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    -o-transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
    transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -moz-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -ms-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    -o-transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
  }
}
.card-jobs .loading-data {
  position: relative;
  text-align: center;
  margin-bottom: 75px;
  padding: 50px 0px;
}
.card-jobs .loading-data:before, .card-jobs .loading-data:after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.card-jobs .loading-data:before {
  width: 150px;
  height: 150px;
  background: url("../images/gositus/tiketcom_icon_BG_2.svg") no-repeat center;
  opacity: 0.2;
}
.card-jobs .loading-data:after {
  width: 150px;
  height: 150px;
  background: url("../images/gositus/T-Man Dancing.webp") no-repeat center;
  background-size: 100%;
  top: calc(50% + 5px);
}
.card-jobs .card {
  border: unset;
}
.card-jobs .card a {
  height: 100%;
}
.card-jobs .card .card-body {
  border-radius: 12px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  transition: all 0.5s;
  padding: 30px;
  color: #666;
  height: 100%;
}
.card-jobs .card .card-body .card-title {
  font-size: 20px;
  color: #444;
  line-height: 1.5;
}
.card-jobs .card .card-body .badge {
  padding: 6px 12px;
  font-weight: normal;
  border-radius: 12px;
  border: 1px solid transparent;
}
.card-jobs .card:hover .card-body {
  background-color: #0064d2;
  color: white;
}
.card-jobs .card:hover .card-body .card-title {
  color: #fedd00;
}
.card-jobs .card:hover .card-body .badge {
  border: 1px solid white;
  color: white;
  background-color: transparent !important;
}

.card-jobs .swiper-slide.card .card-body {
  min-height: 203px;
}

.figure-caption {
  font-size: unset;
}

h1 {
  font-size: 2.6rem;
}

.main-title {
  margin-bottom: 1.8rem;
}

.main-title, h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.6rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  margin-bottom: 0;
}

.line-clamp-2, .line-clamp-3, .line-clamp-4, .clamp-4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.line-clamp-4, .clamp-4 {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

#discover-more {
  background-image: linear-gradient(to bottom, #f3faff 0%, rgba(243, 250, 255, 0) 100%);
}
#discover-more .blog-card-slider .card {
  border: unset;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  position: relative;
}
#discover-more .blog-card-slider .card:before {
  content: "";
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: var(--background);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
#discover-more .blog-card-slider .card .ratio img {
  object-fit: cover;
  opacity: 1;
  transition: all 0.5s;
}
#discover-more .blog-card-slider .card:hover:before {
  opacity: 1;
}
#discover-more .blog-card-slider .card:hover .ratio img {
  opacity: 0;
}
#discover-more .blog-card-slider .card:hover .card-body {
  background-color: transparent;
  color: white;
}
#discover-more .blog-card-slider .card:hover .card-body .card-title {
  color: #fedd00;
}
#discover-more .blog-card-slider .card .card-body {
  padding: 30px;
  color: #666;
  position: relative;
  background-color: white;
  transition: all 0.5s;
}
#discover-more .blog-card-slider .card .card-body .badge-blog {
  position: absolute;
  top: -20px;
  right: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid white;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: calc(100% + 10px);
}
#discover-more .blog-card-slider .card .card-body .badge-blog.medium {
  background-image: url("../images/gositus/medium-badge.jpg");
}
#discover-more .blog-card-slider .card .card-body .badge-blog.youtube {
  background-image: url("../images/gositus/yt-badge.jpg");
}
#discover-more .blog-card-slider .card .card-body .badge-blog.spotify {
  background-image: url("../images/gositus/spotify-badge.jpg");
}
#discover-more .blog-card-slider .card .card-body .line-clamp-2 {
  height: 63px;
}
#discover-more .blog-card-slider .card .card-body .card-title {
  font-size: 18px;
  color: #444;
  font-weight: normal;
  overflow: hidden;
}

.swiper {
  z-index: 3;
}
.swiper.duplicate {
  position: unset;
  width: 100%;
}
.swiper.duplicate .swiper-button-next {
  right: -10px;
}
.swiper.duplicate .swiper-button-prev {
  left: -10px;
}
.swiper .job-swiper-next, .swiper .job-swiper-prev, .swiper .blog-swiper-next, .swiper .blog-swiper-prev, .swiper .point-swiper-next, .swiper .point-swiper-prev {
  display: none;
}

.select2-dropdown {
  border: unset;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0064d2;
  color: white;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #666;
}

.overflow-hidden {
  overflow: hidden !important;
}

.wow {
  visibility: hidden;
}

.socmed.inline-flex li {
  display: inline-flex;
  margin-bottom: 0px !important;
}

.blue {
  color: #0064d2;
}

#social-media.float-right, .social-media.float-right, .socmed.float-right {
  position: fixed;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.935, 0, 0.34, 1.33);
}
#social-media.float-right.hide, .social-media.float-right.hide, .socmed.float-right.hide {
  -webkit-transform: translate(calc(-100% - 20px), -50%);
  -moz-transform: translate(calc(-100% - 20px), -50%);
  -ms-transform: translate(calc(-100% - 20px), -50%);
  -o-transform: translate(calc(-100% - 20px), -50%);
  transform: translate(calc(-100% - 20px), -50%);
}
#social-media ul, .social-media ul, .socmed ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
#social-media ul li:not(:last-child), .social-media ul li:not(:last-child), .socmed ul li:not(:last-child) {
  margin-bottom: 6px;
}
#social-media ul li:not(:last-child) strong, .social-media ul li:not(:last-child) strong, .socmed ul li:not(:last-child) strong {
  color: #0064d2;
}
#social-media ul li a span, .social-media ul li a span, .socmed ul li a span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
#social-media ul li a span.in, .social-media ul li a span.in, .socmed ul li a span.in {
  background-image: url("../images/logo/linkedin.png");
}
#social-media ul li a span.ig, .social-media ul li a span.ig, .socmed ul li a span.ig {
  background-image: url("../images/logo/instagram.png");
}
#social-media ul li a span.sp, .social-media ul li a span.sp, .socmed ul li a span.sp {
  background-image: url("../images/logo/spotify.png");
}
#social-media ul li a span.yt, .social-media ul li a span.yt, .socmed ul li a span.yt {
  background-image: url("../images/logo/youtube.png");
}
#social-media ul li a span:hover, .social-media ul li a span:hover, .socmed ul li a span:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#social-media ul li a.in, .social-media ul li a.in, .socmed ul li a.in {
  background-color: #00a0dc;
}
#social-media ul li a.ig, .social-media ul li a.ig, .socmed ul li a.ig {
  background-image: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
#social-media ul li a.sp, .social-media ul li a.sp, .socmed ul li a.sp {
  overflow: hidden;
  background-color: white;
}
#social-media ul li a.sp i, .social-media ul li a.sp i, .socmed ul li a.sp i {
  font-size: 38px;
  color: #1db954;
}
#social-media ul li a.yt, .social-media ul li a.yt, .socmed ul li a.yt {
  background-color: #ff0000;
}

.social-media ul li, .socmed ul li {
  display: inline-block;
}
.social-media ul li a.sp, .socmed ul li a.sp {
  top: 8px;
  position: relative;
}

#to-top.hide {
  visibility: hidden;
  opacity: 0;
}
#to-top {
  opacity: 0.7;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: fixed;
  bottom: 17px;
  right: 15px;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 10;
}
#to-top i {
  font-size: 22px;
  color: #0064d2;
}
#to-top:hover, #to-top.show {
  opacity: 1;
}

#faq h1 {
  color: #0064d2;
}
#faq .accordion-item {
  background-color: #EDF8FF;
  border: unset;
  margin-bottom: 8px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
  border-radius: 24px;
  overflow: hidden;
}
#faq .accordion-item:first-of-type .accordion-button {
  border-radius: 25px;
}
#faq .accordion-item .accordion-body {
  color: #666;
}
#faq .accordion-item .accordion-body a {
  color: #0064d2;
  background-image: linear-gradient(to right, #0064d2, #0064d2 50%, #444 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
}
#faq .accordion-item .accordion-body a:before {
  content: "";
  border-top: 1px dashed #0064d2;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
#faq .accordion-item .accordion-body a:hover {
  background-position: 0;
}
#faq .accordion-item .accordion-body a:hover:before {
  width: 0%;
}
#faq .accordion-item .accordion-button {
  border-radius: 0px;
}
#faq .accordion-item .accordion-button:after {
  background-color: #0064d2;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-size: 7px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.9104 11.0747L6.68652 6.29858L1.9104 1.52246' stroke='%23ffffff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#faq .accordion-item .accordion-button:hover {
  color: white;
  background-color: #0064d2;
}
#faq .accordion-button:not(.collapsed) {
  color: white;
  background-color: #0064d2;
  box-shadow: unset;
}
#faq .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#hiring-process .row {
  max-width: 100%;
  justify-self: center;
}
#hiring-process .row > *:nth-child(even) .step-your-dream {
  background-color: #0064d2;
}
#hiring-process .row > *:nth-child(even) .step-your-dream * {
  color: white;
}
#hiring-process .accordion-item {
  border-radius: 12px !important;
  overflow: hidden;
  background-color: transparent;
  border: none;
  transition: all 0.5s;
}
#hiring-process .accordion-item:not(.step-your-dream) {
  color: white;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.03);
  background-image: linear-gradient(to bottom, #298cfa 0%, #0064d2 100%);
}
#hiring-process .accordion-item.step-your-dream {
  border: 1px solid #0064d2;
  position: relative;
  overflow: unset;
}
#hiring-process .accordion-item.step-your-dream.h-100 {
  height: 100%;
}
#hiring-process .accordion-item.step-your-dream .accordion-button:focus {
  box-shadow: unset;
}
#hiring-process .accordion-item.step-your-dream .accordion-button .step {
  font-size: 14px;
}
#hiring-process .accordion-item.step-your-dream .accordion-button h5 {
  margin-bottom: 5px;
}
#hiring-process .accordion-item.step-your-dream .accordion-button:after {
  content: unset;
}
#hiring-process .accordion-item.step-your-dream .accordion-body {
  padding: 1rem 1.7rem;
  color: #444;
  min-height: 450px;
}
#hiring-process .accordion-item.step-your-dream .accordion-body ol {
  padding-left: 23px;
}
#hiring-process .accordion-item.step-your-dream .accordion-body ol li strong {
  color: #0064d2;
}
#hiring-process .accordion-item.step-your-dream.active .arrow i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#hiring-process .accordion-item.step-your-dream .arrow {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #0064d2;
  border-radius: 50%;
  left: 50%;
  bottom: -12.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fedd00;
  font-size: 8px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
}
#hiring-process .accordion-item.step-your-dream .arrow i {
  transition: transform 0.2s ease-in-out;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#hiring-process .accordion-item.step-your-dream, #hiring-process .accordion-item.step-your-dream .accordion-button {
  color: #0064d2;
}
#hiring-process .accordion-item .accordion-button {
  background-color: transparent;
  color: white;
  font-size: 22px;
  display: block;
  position: relative;
}
#hiring-process .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: unset;
}
#hiring-process .accordion-item .accordion-button:not(.collapsed):after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#hiring-process .accordion-item .accordion-button .badge {
  border-radius: 10px;
  font-size: 12px;
  padding: 4px 10px;
}
#hiring-process .accordion-item .accordion-button:after {
  position: absolute;
  right: 20px;
  bottom: 23px;
  background-color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  background-size: 7px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.9104 11.0747L6.68652 6.29858L1.9104 1.52246' stroke='%230064d2' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/svg%3E");
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#hiring-process .accordion-item:hover {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
}

#ModalTesti .modal-header, #jobModal .modal-header {
  padding: 0px;
  position: relative;
  border-bottom: unset;
}
#ModalTesti .modal-header button, #jobModal .modal-header button {
  position: absolute;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 50%;
  top: 0;
  opacity: 1;
  background-image: unset;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0064d2;
  transition: all 0.5s;
  z-index: 2;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
#ModalTesti .modal-header button:hover, #jobModal .modal-header button:hover {
  background-color: #fedd00;
}
#ModalTesti .modal-content, #jobModal .modal-content {
  border: unset;
  border-radius: 15px;
}

.statistic-mobile .statistic-mobile-next, .statistic-mobile .statistic-mobile-prev, .statistic-mobile .perks-mobile-next, .statistic-mobile .perks-mobile-prev, .perks-slider .statistic-mobile-next, .perks-slider .statistic-mobile-prev, .perks-slider .perks-mobile-next, .perks-slider .perks-mobile-prev {
  top: calc(50% + 1.7rem);
}
.statistic-mobile .statistic-mobile-next, .statistic-mobile .perks-mobile-next, .perks-slider .statistic-mobile-next, .perks-slider .perks-mobile-next {
  right: -20px;
}
.statistic-mobile .statistic-mobile-prev, .statistic-mobile .perks-mobile-prev, .perks-slider .statistic-mobile-prev, .perks-slider .perks-mobile-prev {
  left: -20px;
}

#jobModal .modal-header img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#jobModal .modal-body.card-jobs .card {
  pointer-events: none;
}
#jobModal .modal-body.card-jobs .card .card-body {
  box-shadow: unset;
  border-radius: 0px;
  padding: 0px;
}
#jobModal .modal-body.card-jobs .card .card-body .card-title {
  color: #0064d2;
  width: 80%;
  max-width: calc(100% - 150px);
}
#jobModal .modal-body.card-jobs .card .card-body .badge {
  position: absolute;
  right: 0;
  top: 0;
}
#jobModal .modal-body.card-jobs .card .card-text .card-desc-title {
  font-weight: 500;
  color: #444;
}
#jobModal .modal-body.card-jobs .card .card-text div {
  margin-bottom: 12px;
}
#jobModal .modal-body.card-jobs .card .card-text div b {
  font-weight: 500;
  color: #444;
}
#jobModal .modal-body.card-jobs .card .card-text div br {
  display: none;
}
#jobModal .modal-footer {
  background-color: #f3f3f3;
  border-top: unset;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#jobModal .modal-footer .btn-tiket-blue:hover {
  border: 2px solid #0064d2;
}

.spacer-heading {
  padding-top: 72px;
}

.white {
  color: white;
}

#tiketAcademy .welcome-title {
  font-size: 56px;
}
#tiketAcademy blockquote {
  font-size: 42px;
}
#tiketAcademy .tiketacademy-desc {
  color: #7c8fa5;
}
#tiketAcademy .personal-development.bg-star {
  background-image: url("../images/gositus/tiket-academy.png");
  background-color: #0064d2;
  color: white;
  background-size: cover;
  background-position: center calc(50% + 10px);
  background-repeat: no-repeat;
}
#tiketAcademy .personal-development.bg-star .main-title {
  color: #fedd00;
}
#tiketAcademy .point-slider {
  background-color: #f3faff;
}
#tiketAcademy .point-slider .point-swiper .swiper-slide {
  padding: 10px;
}
#tiketAcademy .point-slider .point-swiper .card {
  border: 0px;
  text-align: center;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
#tiketAcademy .point-slider .point-swiper .card img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#tiketAcademy .point-slider .point-swiper .card .card-title {
  color: #0064d2;
}
#tiketAcademy .point-slider .point-swiper .card span {
  color: #7c8fa5;
}
#tiketAcademy .t-form-badge {
  background-color: #0064d2;
  padding: 30px;
  border-radius: 8px;
  background-image: url("../images/gositus/bg-tform.png");
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#tiketAcademy .t-form-badge img {
  width: 180px;
}
#tiketAcademy .t-form-badge .main-title {
  font-size: 38px;
}
#tiketAcademy .fit-content {
  width: fit-content;
}
#tiketAcademy .form-control {
  padding: 0.5rem 0.75rem;
}
#tiketAcademy .form-control.form-file {
  border: none;
}
#tiketAcademy .media-desc .x1 {
  color: #666666;
}

#forABetterTravelFuture .welcome-title {
  font-size: 56px;
}
#forABetterTravelFuture blockquote {
  font-size: 42px;
}
#forABetterTravelFuture .tiketacademy-desc {
  color: #7c8fa5;
}
#forABetterTravelFuture .personal-development.bg-star {
  background-image: url("../images/gositus/tiket-academy.png");
  background-color: #0064d2;
  color: white;
  background-size: cover;
  background-position: center calc(50% + 10px);
  background-repeat: no-repeat;
}
#forABetterTravelFuture .personal-development.bg-star .main-title {
  color: #fedd00;
}
#forABetterTravelFuture .point-slider {
  background-color: #f3faff;
}
#forABetterTravelFuture .point-slider .point-swiper .swiper-slide {
  padding: 10px;
}
#forABetterTravelFuture .point-slider .point-swiper .card {
  border: 0px;
  text-align: center;
  border-radius: 8px;
  padding: 30px 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
}
#forABetterTravelFuture .point-slider .point-swiper .card img {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}
#forABetterTravelFuture .point-slider .point-swiper .card .card-title {
  color: #0064d2;
}
#forABetterTravelFuture .point-slider .point-swiper .card span {
  color: #7c8fa5;
}
#forABetterTravelFuture .t-form-badge {
  background-color: #0064d2;
  padding: 30px;
  border-radius: 8px;
  background-image: url("../images/gositus/bg-tform.png");
  color: white;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#forABetterTravelFuture .t-form-badge img {
  width: 180px;
}
#forABetterTravelFuture .t-form-badge .main-title {
  font-size: 38px;
}
#forABetterTravelFuture .fit-content {
  width: fit-content;
}
#forABetterTravelFuture .form-control {
  padding: 0.5rem 0.75rem;
}
#forABetterTravelFuture .form-control.form-file {
  border: none;
}
#forABetterTravelFuture .media-desc .x1 {
  color: #666666;
}

#jobs-wrapper .card:nth-of-type(odd) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.card.card-lever-job {
  display: none;
}
.card.card-lever-job.shown {
  display: block;
}

footer {
  background-image: url("../images/gositus/footer.svg");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0064d2;
  color: white;
}
footer .hr-line {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.swiper-button-next svg, .swiper-button-prev svg {
  width: auto;
  height: auto;
}

@media (min-width: 768px) {
  body.sticky #sticky-filter.sticky {
    position: sticky;
    top: 125px;
    z-index: 10;
  }
  body.sticky.hide #sticky-filter.sticky {
    position: sticky;
    top: -110%;
    z-index: 10;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (min-width: 1100px) {
  .swiper.duplicate {
    position: absolute;
    top: 0;
    width: calc(100% + 100px);
    left: -50px;
    height: 100%;
    z-index: 2;
  }
  .swiper.duplicate .swiper-button-next {
    right: 0;
  }
  .swiper.duplicate .swiper-button-prev {
    left: 0;
  }
  .swiper .job-swiper-next, .swiper .job-swiper-prev, .swiper .blog-swiper-next, .swiper .blog-swiper-prev {
    display: none;
  }
  #main-banner .wow img.w-100 {
    width: auto !important;
    height: 40vh;
    min-height: 370px;
  }
}
@media (min-width: 1200px) {
  #tiketAcademy .point-slider .point-swiper .card {
    padding: 30px 40px;
  }
  #tiketAcademy .t-form-badge img {
    width: 200px;
  }
  #tiketAcademy .t-form-badge .main-title {
    font-size: 43px;
  }
  #forABetterTravelFuture .point-slider .point-swiper .card {
    padding: 30px 40px;
  }
  #forABetterTravelFuture .t-form-badge img {
    width: 200px;
  }
  #forABetterTravelFuture .t-form-badge .main-title {
    font-size: 43px;
  }
  #main-banner .wrapper-banner-content .img-banner {
    width: 53%;
  }
}
@media (min-width: 1500px) {
  #main-banner.fill-screen .wow img.w-100 {
    width: auto !important;
    height: 40vh;
    min-height: 370px;
  }
}
@media (max-width: 991px) {
  .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='12' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  .navbar-toggler {
    padding: 0px;
    border: unset;
  }
  .navbar-toggler:focus:not(:focus-visible) {
    outline: unset;
    box-shadow: unset;
  }
  .navbar-toggler-icon {
    width: 2rem;
    height: 2em;
  }
  #social-media.float-right, #socmed.float-right {
    display: none;
  }
  #happy .mySwiper2 .swiper-button-next {
    right: 5px;
  }
  #happy .mySwiper2 .swiper-button-prev {
    left: 5px;
  }
  #happy .line-t-man:before {
    left: 15px;
    top: 70px;
  }
  #happy .line-t-man:after {
    right: 15px;
  }
  .title-quote:before {
    top: -20px !important;
    left: 0;
  }
  .title-quote:after {
    bottom: -20px !important;
    right: 0;
  }
  .modal-xl, .modal-lg {
    max-width: calc(100% - 100px);
  }
  html.disScroll {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
  }
  .sticky header.clean-header .ham .line {
    stroke: white;
  }
  .sticky header .ham .line {
    stroke: #0064d2;
  }
  header.clean-header .ham .line {
    stroke: #0064d2;
  }
  header .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 0.8s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  header .ham.hamRotate.active {
    transform: rotate(45deg);
  }
  header .ham.hamRotate.active .line {
    stroke: #0064d2;
  }
  header .ham.hamRotate.active .top {
    stroke-dashoffset: -98px;
  }
  header .ham.hamRotate.active .bottom {
    stroke-dashoffset: -138px;
  }
  header .ham .line {
    fill: none;
    transition: stroke 1s, stroke-dasharray 800ms, stroke-dashoffset 800ms;
    stroke: white;
    stroke-width: 5;
    stroke-linecap: round;
  }
  header .ham .top {
    stroke-dasharray: 40 139;
  }
  header .ham .bottom {
    stroke-dasharray: 40 180;
  }
  #navbarMenu {
    overflow: hidden;
    display: block;
    max-height: 0px;
    opacity: 0;
    background: #fff;
    border-radius: 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    right: 0;
    transition: opacity 0.5s ease, max-height 0.5s ease, padding 0.5s ease;
    padding: 0;
    z-index: 100;
    box-shadow: 0 30px 30px -20px rgba(0, 0, 0, 0.18), 0 -2px 0 #fff;
  }
  #navbarMenu .navbar-nav .nav-link {
    font-family: "TiketOdysseyDisplay";
    color: #666;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
  }
  #navbarMenu .navbar-nav .nav-link.active {
    color: #0064d2;
  }
  #navbarMenu .close {
    display: block;
    position: absolute;
    right: 15px;
    top: 20px;
    border: none;
    background: none;
    cursor: pointer;
  }
  #navbarMenu .close i {
    font-size: 32px;
    color: #666;
  }
  #navbarMenu .social-media, #navbarMenu .socmed {
    position: absolute;
    width: 100%;
    bottom: 70px;
    left: 0;
    padding: 15px 15px;
  }
  #navbarMenu .social-media span, #navbarMenu .socmed span {
    color: white;
  }
  #navbarMenu .social-media li, #navbarMenu .socmed li {
    padding: 0px 3px;
  }
  body .navbar-brand {
    opacity: 1;
    transition: opacity 0.6s ease;
  }
  body .navbar-brand.op-menu {
    opacity: 0;
    pointer-events: none;
  }
  body.menu-show {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  body.menu-show #navbarMenu {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  body.menu-show #overmenu-mobile {
    display: block;
    opacity: 0.6;
    background: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 90;
  }
  body.menu-show header.clean-header .navbar-brand img.brand-color {
    display: none;
  }
  body.menu-show header.clean-header .navbar-brand img.brand-white {
    display: block;
  }
  #navbarMenuButton {
    z-index: 200;
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -0.75rem;
  }
  #navbarMenuButton.fading:before {
    background-color: rgba(255, 255, 255, 0.95);
  }
  #navbarMenuButton.clicked:before {
    -webkit-transform: scale(100);
    -moz-transform: scale(100);
    -ms-transform: scale(100);
    -o-transform: scale(100);
    transform: scale(100);
    background-color: rgba(255, 255, 255, 0.95);
  }
  #navbarMenuButton.clicked .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3e%3cpath stroke='%230064d2' stroke-linecap='round' stroke-miterlimit='12' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
  #navbarMenuButton:before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background-color: rgba(255, 255, 255, 0.95);
    transition: transform 0.6s ease-in-out;
  }
  #perks .perks-mobile .t-man img {
    width: 120px !important;
  }
  #perks .perks-mobile .card {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .x1 {
    font-size: 22px;
  }
  body.sticky header .navbar {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
  header .navbar {
    padding: 1rem 0;
  }
  #main-banner.home-banner {
    background-position: center calc(100% - 95px), center center;
    background-size: 100%;
  }
  #main-banner.fill-screen {
    height: calc(100vh - 100px);
    max-height: unset;
    min-height: 400px;
  }
  #main-banner img.mobile {
    height: 70vh;
    margin: auto;
  }
  #main-banner.with-form .overlay {
    height: calc(100% - 160px);
    bottom: 90px;
  }
  #main-banner .overlay {
    height: calc(100% - 80px);
  }
  #main-banner .overlay .bg-mobile {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #main-banner .overlay .caption {
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    padding: 0px 15px;
  }
  #main-banner .overlay .caption h1 {
    font-size: 24px;
  }
  #main-banner .overlay .caption p {
    font-size: 16px;
  }
  #filter-jobs {
    margin-bottom: -75px;
    margin-top: -90px;
  }
  #jobs {
    padding-top: 35px !important;
  }
  #hiring-process .accordion-item {
    margin-bottom: 15px;
  }
  #hiring-process .accordion-item:hover {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  #filter-jobs:after {
    height: 50px;
  }
  #happy .wrap-happy:before, #happy .wrap-happy:after {
    top: calc(50% + 25px);
    width: 50px;
    height: 50px;
  }
  #the-vision {
    background-size: 80%, 100%;
  }
  #jobModal .modal-body.card-jobs .card {
    padding: 0px 15px;
  }
  #jobModal .modal-footer .btn-dis {
    display: none;
  }
  #tiketAcademy .point-slider .point-swiper .card {
    padding: 15px 20px 20px;
  }
  #tiketAcademy .point-slider .point-swiper .card img {
    width: 100px;
  }
  #tiketAcademy .point-slider .point-swiper .card .card-title {
    font-size: 16px;
  }
  #tiketAcademy .point-slider .point-swiper .card span {
    font-size: 14px;
  }
  #tiketAcademy .t-form-badge {
    padding: 30px 15px;
    background-image: url("../images/gositus/tman-form.png");
    background-size: 195px;
    background-position: right;
    background-repeat: no-repeat;
  }
  #tiketAcademy .t-form-badge .main-title {
    font-size: 30px;
  }
  #forABetterTravelFuture .point-slider .point-swiper .card {
    padding: 15px 20px 20px;
  }
  #forABetterTravelFuture .point-slider .point-swiper .card img {
    width: 100px;
  }
  #forABetterTravelFuture .point-slider .point-swiper .card .card-title {
    font-size: 16px;
  }
  #forABetterTravelFuture .point-slider .point-swiper .card span {
    font-size: 14px;
  }
  #forABetterTravelFuture .t-form-badge {
    padding: 30px 15px;
    background-image: url("../images/gositus/tman-form.png");
    background-size: 195px;
    background-position: right;
    background-repeat: no-repeat;
  }
  #forABetterTravelFuture .t-form-badge .main-title {
    font-size: 30px;
  }
  #main-banner .wrapper-banner-content .img-banner {
    width: 80%;
  }
  #hiring-process .accordion-item.step-your-dream .accordion-body {
    min-height: 350px;
  }
}
@media (max-width: 576px) {
  header .navbar {
    padding: 0.5rem 0;
  }
  header .navbar-brand img {
    width: 190px;
  }
  header .navbar-brand span {
    font-size: 1.3rem !important;
  }
  #main-banner.fill-screen {
    height: calc(100vh - 290px);
    max-height: unset;
    min-height: 450px;
  }
  #main-banner.banner-image .wrapper-content {
    padding-bottom: 0px;
  }
  #main-banner.home-banner_new .figure-caption h1, #main-banner.banner-image .figure-caption h1 {
    font-size: 2rem;
  }
  #main-banner img.mobile {
    height: auto;
    max-height: unset;
    width: 100%;
  }
  .card-jobs .card .card-body {
    padding: 15px;
  }
  #discover-more .blog-card-slider .card .card-body {
    padding: 15px;
  }
  #filter-jobs {
    margin-bottom: -60px;
    margin-top: 0px;
  }
  #jobs {
    padding-top: 50px !important;
  }
  #the-vision .bg-star {
    padding-top: 100px !important;
  }
  h1 {
    font-size: 2rem !important;
    line-height: 1.3;
  }
  .main-title, h3 {
    font-size: 1.8rem !important;
    line-height: 1.3;
  }
  h4 {
    font-size: 1.5rem !important;
  }
  #happy .mySwiper ul li h2 {
    font-size: 50px;
  }
  #happy .wrap-happy:before, #happy .wrap-happy:after {
    top: 90%;
    width: 45px;
    height: 45px;
  }
  #happy .line-t-man:before, #happy .line-t-man:after {
    display: none;
  }
  .testi-card .d-flex .ratio {
    width: 110px;
  }
  #filter-jobs {
    padding: 5px 10px;
  }
  #filter-jobs form .input-group .form-control, #filter-jobs div .input-group .form-control {
    padding-left: 0px;
  }
  #filter-jobs form .nice-select, #filter-jobs div .nice-select {
    padding-left: 35px;
  }
  .embed-responsive {
    --bs-aspect-ratio: 55%;
  }
  .title-quote:before {
    top: -40px !important;
  }
  .title-quote:after {
    bottom: -40px !important;
  }
  .card-jobs .jobs-card-slider .card .card-body {
    padding: 15px 30px;
  }
  .card-jobs .jobs-card-slider .card .card-body .d-flex.flex-row {
    display: flex !important;
  }
  #filter-jobs div .input-group .input-group-text, #filter-jobs form .input-group .input-group-text {
    padding-left: 3px;
  }
  #ModalTesti .d-flex {
    display: block !important;
  }
  #ModalTesti .d-flex .flex-grow-1 {
    margin-left: 0px !important;
    text-align: center;
  }
  #ModalTesti .ratio {
    margin: auto;
    margin-bottom: 0.7rem;
  }
  .modal-xl, .modal-lg {
    max-width: 100%;
  }
  #jobModal .modal-body.card-jobs .card {
    padding: 0px;
  }
  #jobModal .modal-body.card-jobs .card .card-body .card-title {
    width: 100%;
    max-width: 100%;
  }
  #jobModal .modal-body.card-jobs .card .card-body .badge {
    position: relative;
  }
  #happy .mySwiper2 .swiper-button-next {
    right: -10px;
  }
  #happy .mySwiper2 .swiper-button-prev {
    left: -10px;
  }
  #tiketAcademy .welcome-title {
    font-size: 37px;
    line-height: 60px;
  }
  #tiketAcademy blockquote {
    font-size: 25px;
    line-height: 45px;
  }
  #forABetterTravelFuture .welcome-title {
    font-size: 37px;
    line-height: 60px;
  }
  #forABetterTravelFuture blockquote {
    font-size: 25px;
    line-height: 45px;
  }
  #main-banner .wrapper-banner-content .banner-caption {
    padding-bottom: 2rem;
  }
  #main-banner .wrapper-banner-content .banner-caption h1 {
    font-size: 26px;
  }
  #main-banner .wrapper-banner-content.with-form .img-banner {
    width: 100%;
    margin-bottom: 60px;
  }
  #main-banner .wrapper-banner-content .img-banner {
    width: 100%;
  }
  #hiring-process .accordion-item.step-your-dream .accordion-body {
    min-height: 350px;
  }
}
@media (max-width: 425px) {
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.6);
    padding-left: calc(var(--bs-gutter-x) * 0.6);
    margin-top: var(--bs-gutter-y);
  }
}
@media (max-width: 400px) {
  #main-banner.fill-screen {
    height: calc(100vh - 270px);
    min-height: 400px;
  }
  #main-banner.home-banner_new .figure-caption h1, #main-banner.banner-image .figure-caption h1 {
    font-size: 2rem;
  }
  #tiketAcademy .t-form-badge {
    background-size: 150px;
    background-position: right 50px;
  }
  #forABetterTravelFuture .t-form-badge {
    background-size: 150px;
    background-position: right 50px;
  }
}
@media (max-width: 300px) {
  header .navbar-brand img {
    width: 180px;
  }
}

/*# sourceMappingURL=front.css.map */
