html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.4rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

section {
  overflow: hidden;
  padding: 100px 120px;
  position: relative; }

p {
  color: #464646;
  line-height: 2.2rem;
  font-size: 1.8rem; }

header {
  font-size: 14px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1); }
  header .navbar-toggler:focus {
    box-shadow: none; }
  header .navbar-light .navbar-nav .nav-item {
    margin-right: 30px;
    padding-top: 5px; }
    @media (max-width: 768px) {
      header .navbar-light .navbar-nav .nav-item {
        margin-right: 0; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      header .navbar-light .navbar-nav .nav-item {
        margin-right: 20px; } }
    header .navbar-light .navbar-nav .nav-item.active .nav-link {
      color: #b8b8b8; }
    header .navbar-light .navbar-nav .nav-item.halaman-awal {
      border: 1px solid #1c1b1f;
      border-radius: 20px;
      padding-left: 15px;
      padding-right: 15px;
      padding-top: 0px; }
      header .navbar-light .navbar-nav .nav-item.halaman-awal .nav-link {
        color: #1c1b1f; }
        header .navbar-light .navbar-nav .nav-item.halaman-awal .nav-link:before {
          background-image: url("../img/forward.svg");
          content: '';
          display: inline-block;
          height: 18px;
          margin-right: 10px;
          width: 22px; }
    header .navbar-light .navbar-nav .nav-item .nav-link {
      color: #6e6e6e; }

.btn-non {
  background-color: #0075b2;
  border-radius: 15px;
  color: white;
  padding: 18px 65px;
  border-color: transparent;
  font-size: 1.4rem;
  font-weight: 700; }
  @media (max-width: 768px) {
    .btn-non {
      padding: 18px 30px; } }
  .btn-non:hover {
    background-color: white;
    color: #0075b2;
    border-color: #0075b2; }

.breadcrumb a {
  color: #2259c9;
  text-decoration: none; }

@media (max-width: 768px) {
  .breadcrumb {
    padding-left: 30px;
    padding-right: 30px; } }

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  margin-left: 10px;
  margin-right: 10px; }

.breadcrumb .breadcrumb-item:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 550px; }
  @media (max-width: 768px) {
    .breadcrumb .breadcrumb-item:last-child {
      width: 150px; } }

.navigation {
  display: flex;
  justify-content: center;
  margin-top: 100px; }
  .navigation .pagination .page-item {
    padding-right: 30px; }
    .navigation .pagination .page-item .current {
      background: #f5c7a9;
      border-radius: 20px;
      color: #411530;
      display: block;
      font-weight: 600;
      padding: 5px;
      padding-left: 8px;
      text-align: center;
      width: 38px; }
    .navigation .pagination .page-item .page-link {
      background-color: transparent;
      border: none;
      color: #411530; }

.line-clamps {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden; }

a:focus {
  box-shadow: 0 0 5px #acc1dc;
  outline: 2px solid #42628b; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

footer .sub-footer {
  background-color: #404040;
  color: white; }
  footer .sub-footer h6 {
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 20px; }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    footer .sub-footer .left {
      margin-bottom: 20px; } }
  footer .sub-footer .left .footer-logo {
    margin-bottom: 20px;
    width: 172px; }
  footer .sub-footer .left p {
    color: white;
    font-size: 1.4rem; }
  footer .sub-footer .left ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0; }
    footer .sub-footer .left ul li {
      padding-right: 25px; }
      footer .sub-footer .left ul li img {
        height: 15px; }
  footer .sub-footer .center ul {
    font-size: 1.4rem;
    list-style: none;
    padding-left: 0px; }
    footer .sub-footer .center ul li {
      padding-bottom: 12px;
      padding-left: 0px; }
      footer .sub-footer .center ul li a {
		padding: 0;
        color: white;
        text-decoration: none; }
  footer .sub-footer .right .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
    margin-bottom: 16px; }
    footer .sub-footer .right .form-control:focus {
      box-shadow: none; }
    footer .sub-footer .right .form-control::placeholder {
      color: #d0cbcb; }
  footer .sub-footer .right .btn {
    border-radius: 20px;
    font-size: 1.4rem;
    padding-left: 30px;
    padding-right: 30px; }

footer .c-footer {
  background-color: #292929;
  color: white;
  font-size: 1.2rem;
  padding: 20px;
  padding-bottom: 10px; }
  footer .c-footer .menu-copyright ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0; }
    footer .c-footer .menu-copyright ul li {
      padding-right: 20px; }
      footer .c-footer .menu-copyright ul li a {
        color: white;
        text-decoration: none; }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
  p {
    font-size: 1.2rem; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  p {
    font-size: 1.2rem; } }

@media (max-width: 768px) {
  section {
    padding: 70px 40px; }
  p {
    font-size: 1.2rem; }
  .btn-global {
    font-size: 1.2rem;
    padding: 10px 20px 10px 20px; }
  header .nav-item.halaman-awal .nav-link {
    padding-bottom: 1rem; }
  header .nav-item .nav-link {
    padding-bottom: 30px; }
  footer .sub-footer {
    padding: 24px 20px;
    padding-bottom: 0px; }
    footer .sub-footer .left,
    footer .sub-footer .center,
    footer .sub-footer .right {
      margin-bottom: 24px;
      padding-bottom: 30px; }
    footer .sub-footer .center {
      border-bottom: none;
      margin-bottom: 0px; }
    footer .sub-footer .right .btn {
      font-size: 1.2rem; }
    footer .sub-footer h6 {
      font-size: 1.3rem; }
    footer .sub-footer p {
      font-size: 1.2rem; }
    footer .sub-footer .center ul {
      font-size: 1.2rem;
      padding-left: 5px; }
      footer .sub-footer .center ul li {
        padding-bottom: 12px;
        padding-left: 0px; }
  footer .c-footer {
    padding-bottom: 20px; }
    footer .c-footer .menu-copyright ul {
      display: inherit;
      text-align: center; }
      footer .c-footer .menu-copyright ul li {
        display: inline; } }

.home-page .section-0 {
  background-color: #404040;
  padding: 40px 0; }
  .home-page .section-0 h1 {
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    font-size: 2.6rem; }
    @media (max-width: 768px) {
      .home-page .section-0 h1 {
        font-size: 1.8rem; } }
  .home-page .section-0 p {
    font-size: 1.6rem; }
  .home-page .section-0 h1,
  .home-page .section-0 p {
    color: white; }

.home-page .section-1 {
  height: 800px;
  padding: 0px; }
  .home-page .section-1 button {
    background-color: transparent;
    border-radius: 30px;
    color: white;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 18px 50px 18px 50px; }
    .home-page .section-1 button:hover {
      background-color: white;
      color: black; }
  .home-page .section-1 h2,
  .home-page .section-1 h3 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 20px; }
  .home-page .section-1 p {
    font-size: 1.8rem;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-bottom: 0px;
    margin-bottom: 40px;
    width: 400px; }
  .home-page .section-1 h2,
  .home-page .section-1 h3,
  .home-page .section-1 p {
    color: white; }
  .home-page .section-1 .left {
    background-color: #0175b2a3;
    min-height: 800px;
    padding-bottom: 20%;
    padding-top: 20%; }
  .home-page .section-1 .right {
    min-height: 800px;
    padding-top: 20%; }

@media (max-width: 768px) {
	.home-page .section-1 {
  height: 1000px;}
  .home-page .section-1 h2,
  .home-page .section-1 h3 {
    font-size: 2.4rem; }
  .home-page .section-1 p {
    width: auto; }
  .home-page .section-1 button {
    font-size: 1.2rem;
    padding: 10px 30px 10px 30px; }
  .home-page .section-1 .left,
  .home-page .section-1 .right {
    min-height: 300px;
    padding-left: 30px;
    padding-right: 30px; } }

.non-partner-page .section-1 {
  padding: 50px 120px; }
  @media (max-width: 768px) {
    .non-partner-page .section-1 {
      padding: 70px 40px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .non-partner-page .section-1 {
      padding: 70px 40px; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .non-partner-page .section-1 {
      padding: 70px 40px; } }
  .non-partner-page .section-1 h1 {
    color: white;
    font-size: 5.5rem;
    font-weight: 700; }
    @media (max-width: 768px) {
      .non-partner-page .section-1 h1 {
        font-size: 2.8rem; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .non-partner-page .section-1 h1 {
        font-size: 2.8rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .non-partner-page .section-1 h1 {
        font-size: 2.8rem; } }
  .non-partner-page .section-1 p {
    font-weight: 400;
    color: white;
    margin-bottom: 20px; }

.non-partner-page .section-2 h2 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2.4rem; }
  .non-partner-page .section-2 h2::first-line {
    font-weight: 400; }
  @media (max-width: 768px) {
    .non-partner-page .section-2 h2 {
      font-size: 2.4rem;
      margin-top: 20px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .non-partner-page .section-2 h2 {
      font-size: 2.4rem; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .non-partner-page .section-2 h2 {
      font-size: 2.4rem; } }

.non-partner-page .section-2 p {
  margin-bottom: 1.8rem; }

.non-partner-page .section-2 img {
  border-radius: 50px; }

.non-partner-page .section-3 {
  background-color: #f2f2f2; }
  .non-partner-page .section-3 .top {
    margin-bottom: 90px; }
    .non-partner-page .section-3 .top h3 {
      font-size: 3.6rem;
      font-weight: 700;
      margin-bottom: 2.4rem; }
      .non-partner-page .section-3 .top h3::first-line {
        font-weight: 400; }
      @media (max-width: 768px) {
        .non-partner-page .section-3 .top h3 {
          font-size: 2.4rem; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        .non-partner-page .section-3 .top h3 {
          font-size: 2.4rem; } }
      @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
        .non-partner-page .section-3 .top h3 {
          font-size: 2.4rem; } }
    .non-partner-page .section-3 .top p {
      margin-bottom: 1.8rem; }
    .non-partner-page .section-3 .top img {
      border-radius: 50px; }
  .non-partner-page .section-3 .left .column {
    display: flex;
    margin-bottom: 32px; }
    .non-partner-page .section-3 .left .column .description h4 {
      font-weight: 700;
      color: #404040;
      margin-bottom: 12px; }
    .non-partner-page .section-3 .left .column .description p {
      color: #656565; }
    .non-partner-page .section-3 .left .column img {
      margin-right: 30px;
      height: 68px; }
  .non-partner-page .section-3 .right img {
    border-radius: 60px 0px 0px 60px; }

.non-partner-page .section-4 h3 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 2.4rem;
  text-align: center; }
  .non-partner-page .section-4 h3::first-line {
    font-weight: 400; }
  @media (max-width: 768px) {
    .non-partner-page .section-4 h3 {
      font-size: 2.4rem; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .non-partner-page .section-4 h3 {
      font-size: 2.4rem; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .non-partner-page .section-4 h3 {
      font-size: 2.4rem; } }

.non-partner-page .section-4 p {
  margin-bottom: 1.8rem; }

.non-partner-page .section-4 .our-university h4 {
  font-weight: 400;
  font-size: 1.6rem;
  padding-top: 16px; }

.non-partner-page .section-4 .our-university button {
  margin-top: 60px; }

.non-partner-page .section-5 {
  background-color: #f2f2f2; }
  .non-partner-page .section-5 h3 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 2.4rem; }
    .non-partner-page .section-5 h3::first-line {
      font-weight: 400; }
    @media (max-width: 768px) {
      .non-partner-page .section-5 h3 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .non-partner-page .section-5 h3 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .non-partner-page .section-5 h3 {
        font-size: 2.4rem; } }
  .non-partner-page .section-5 p {
    margin-bottom: 1.8rem; }
  .non-partner-page .section-5 .right {
    text-align: center; }
    @media (max-width: 768px) {
      .non-partner-page .section-5 .right {
        text-align: left; } }

.non-partner-about-page .section-1 h1 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 8.8rem;
  text-align: center; }
  .non-partner-about-page .section-1 h1::first-line {
    font-weight: 400; }
  @media (max-width: 768px) {
    .non-partner-about-page .section-1 h1 {
      font-size: 2.4rem;
      margin-top: 20px;
      text-align: left;
      margin-bottom: 4rem; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .non-partner-about-page .section-1 h1 {
      font-size: 2.4rem; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .non-partner-about-page .section-1 h1 {
      font-size: 2.4rem; } }

.non-partner-about-page .section-2 h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2.6rem; }
  .non-partner-about-page .section-2 h2::first-line {
    font-weight: 400; }
  @media (max-width: 768px) {
    .non-partner-about-page .section-2 h2 {
      font-size: 2.4rem;
      margin-top: 20px;
      text-align: left;
      margin-bottom: 4rem; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .non-partner-about-page .section-2 h2 {
      font-size: 2.4rem; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .non-partner-about-page .section-2 h2 {
      font-size: 2.4rem; } }

.non-partner-about-page .section-3 {
  padding-bottom: 175px; }
  .non-partner-about-page .section-3 h3 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 6.5rem;
    text-align: center; }
    .non-partner-about-page .section-3 h3::first-line {
      font-weight: 400; }
    @media (max-width: 768px) {
      .non-partner-about-page .section-3 h3 {
        font-size: 2.4rem;
        margin-top: 20px;
        text-align: left;
        margin-bottom: 4rem; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .non-partner-about-page .section-3 h3 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .non-partner-about-page .section-3 h3 {
        font-size: 2.4rem; } }
  .non-partner-about-page .section-3 .cycle-slideshow {
    width: 100%;
    /* Prev and Next Buttons */ }
    .non-partner-about-page .section-3 .cycle-slideshow .slide {
      width: 100%;
      position: relative; }
      .non-partner-about-page .section-3 .cycle-slideshow .slide img {
        display: block;
        width: auto; }
        @media (max-width: 768px) {
          .non-partner-about-page .section-3 .cycle-slideshow .slide img {
            margin-right: auto !important;
            margin-left: auto !important;
            margin-bottom: 30px; } }
      .non-partner-about-page .section-3 .cycle-slideshow .slide .slide-description {
        position: relative; }
        .non-partner-about-page .section-3 .cycle-slideshow .slide .slide-description h5 {
          font-size: 1.8rem;
          line-height: 2.4rem;
          margin-bottom: 3rem;
          display: -webkit-box;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          .non-partner-about-page .section-3 .cycle-slideshow .slide .slide-description h5:before {
            content: open-quote;
            display: inline-block;
            position: absolute;
            left: -15px;
            font-size: 5rem; }
          .non-partner-about-page .section-3 .cycle-slideshow .slide .slide-description h5:after {
            content: close-quote;
            display: inline-block;
            position: absolute;
            right: 8px;
            bottom: 45px;
            font-size: 5rem; }
        .non-partner-about-page .section-3 .cycle-slideshow .slide .slide-description .student {
          font-weight: 700;
          font-size: 1.8rem;
          margin-bottom: 0px; }
        .non-partner-about-page .section-3 .cycle-slideshow .slide .slide-description .university {
          font-size: 1.2rem; }
      .non-partner-about-page .section-3 .cycle-slideshow .slide.cycle-slide {
        z-index: 0 !important; }
    .non-partner-about-page .section-3 .cycle-slideshow .cycle-prev,
    .non-partner-about-page .section-3 .cycle-slideshow .cycle-next {
      position: absolute;
      bottom: 50%;
      background-color: #403f3fe3;
      display: block;
      cursor: pointer;
      z-index: 1000;
      transition: opacity 0.5s;
      width: 50px;
      height: 50px;
      text-align: center;
      border-radius: 30px;
      padding-top: 10px; }
      .non-partner-about-page .section-3 .cycle-slideshow .cycle-prev svg,
      .non-partner-about-page .section-3 .cycle-slideshow .cycle-next svg {
        color: white;
        width: 20px;
        height: 20px; }
    .non-partner-about-page .section-3 .cycle-slideshow .cycle-next {
      right: 0px;
      margin-right: 16px; }
    .non-partner-about-page .section-3 .cycle-slideshow .cycle-prev {
      left: 0px;
      margin-left: 16px; }
    .non-partner-about-page .section-3 .cycle-slideshow .cycle-slideshow:hover .cycle-prev,
    .non-partner-about-page .section-3 .cycle-slideshow .cycle-slideshow:hover .cycle-next {
      opacity: 1; }
    .non-partner-about-page .section-3 .cycle-slideshow .cycle-pager {
      position: absolute;
      z-index: 0;
      width: 100%;
      text-align: center;
      margin-top: 25px;
      display: none; }
      .non-partner-about-page .section-3 .cycle-slideshow .cycle-pager span {
        text-indent: -9999px;
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #cad3e8;
        margin: 0 4px;
        cursor: pointer; }
      .non-partner-about-page .section-3 .cycle-slideshow .cycle-pager .cycle-pager-active {
        background-color: #2c4fa2; }

.non-partner-benefit-page .section-1 h1 {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 8.8rem;
  text-align: center; }
  .non-partner-benefit-page .section-1 h1::first-line {
    font-weight: 400; }
  @media (max-width: 768px) {
    .non-partner-benefit-page .section-1 h1 {
      font-size: 2.4rem;
      margin-top: 20px;
      text-align: left;
      margin-bottom: 4rem; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .non-partner-benefit-page .section-1 h1 {
      font-size: 2.4rem; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .non-partner-benefit-page .section-1 h1 {
      font-size: 2.4rem; } }

.non-partner-benefit-page .section-2 .benefit-item {
  margin-bottom: 80px; }
  .non-partner-benefit-page .section-2 .benefit-item h3 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 15px; }
  .non-partner-benefit-page .section-2 .benefit-item p {
    line-height: 2.4rem;
    font-size: 1.8rem; }
  @media (max-width: 768px) {
    .non-partner-benefit-page .section-2 .benefit-item img {
      margin-bottom: 4rem; } }

.non-partner-university-page .section-1 h1 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center; }
  .non-partner-university-page .section-1 h1::first-line {
    font-weight: 400; }
  @media (max-width: 768px) {
    .non-partner-university-page .section-1 h1 {
      font-size: 2.4rem;
      margin-top: 20px;
      text-align: left; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .non-partner-university-page .section-1 h1 {
      font-size: 2.4rem; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .non-partner-university-page .section-1 h1 {
      font-size: 2.4rem; } }

.non-partner-university-page .section-2 {
  padding: 0;
  padding-bottom: 100px; }
  .non-partner-university-page .section-2 .nav-pills {
    margin-right: 65px;
    width: 130px; }
    .non-partner-university-page .section-2 .nav-pills .nav-link {
      font-size: 14px;
      color: black;
      padding: 0px 0px 40px 0px;
      width: 130px;
      text-align: right;
      line-height: 24px; }
      .non-partner-university-page .section-2 .nav-pills .nav-link.active {
        background-color: transparent;
        color: #4094bf;
        font-weight: 700; }
  .non-partner-university-page .section-2 .tab-content h5 {
    font-weight: 600;
    font-size: 16px; }
  .non-partner-university-page .section-2 .tab-content img {
    max-width: 100%;
    padding: 5px; }
  .non-partner-university-page .section-2 .tab-content ol {
    padding-left: 0; }
    .non-partner-university-page .section-2 .tab-content ol li {
      padding-left: 20px; }
  .non-partner-university-page .section-2 .tab-content .btn-wrapper {
    display: inherit; }

@media (max-width: 768px) {
  .non-partner-university-page .section-2 .d-flex {
    display: inherit !important; }
  .non-partner-university-page .section-2 .nav-pills {
    margin-right: 25px;
    overflow-x: auto;
    width: 350px;
    overflow-y: hidden;
    white-space: nowrap;
    height: 50px; }
    .non-partner-university-page .section-2 .nav-pills .nav-link {
      font-size: 12px;
      width: auto;
      text-align: center;
      margin-right: 25px;
      display: inline-block; }
  .non-partner-university-page .section-2 .tab-content {
    font-size: 12px; }
    .non-partner-university-page .section-2 .tab-content ol li {
      padding-left: 10px; }
      .non-partner-university-page .section-2 .tab-content ol li h5 {
        font-size: 14px; }
      .non-partner-university-page .section-2 .tab-content ol li p {
        font-size: 12px; } }

.non-partner-contact-page .section-1 h1 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center; }
  .non-partner-contact-page .section-1 h1::first-line {
    font-weight: 400; }
  @media (max-width: 768px) {
    .non-partner-contact-page .section-1 h1 {
      font-size: 2.4rem;
      margin-top: 20px;
      text-align: left; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .non-partner-contact-page .section-1 h1 {
      font-size: 2.4rem; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .non-partner-contact-page .section-1 h1 {
      font-size: 2.4rem; } }

.non-partner-contact-page .section-2 {
  padding: 0;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .non-partner-contact-page .section-2 {
      padding: 20px; } }
  .non-partner-contact-page .section-2 h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 24px; }
  .non-partner-contact-page .section-2 .form-kontak {
    margin-top: 35px; }
    .non-partner-contact-page .section-2 .form-kontak .form-label {
      font-weight: 700; }
    .non-partner-contact-page .section-2 .form-kontak input {
      height: 40px; }
    .non-partner-contact-page .section-2 .form-kontak .form-control {
      background-color: transparent;
      border-radius: 15px;
      font-size: 1.4rem;
      margin-bottom: 20px; }
      .non-partner-contact-page .section-2 .form-kontak .form-control:focus {
        background-color: transparent; }
    .non-partner-contact-page .section-2 .form-kontak .btn-light {
      padding: 10px 50px 10px 50px;
      border-radius: 15px; }

.non-partner-contact-page .section-3 {
  background-color: #f2f2f2; }
  .non-partner-contact-page .section-3 h3 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 2.4rem; }
    .non-partner-contact-page .section-3 h3::first-line {
      font-weight: 400; }
    @media (max-width: 768px) {
      .non-partner-contact-page .section-3 h3 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .non-partner-contact-page .section-3 h3 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .non-partner-contact-page .section-3 h3 {
        font-size: 2.4rem; } }
  .non-partner-contact-page .section-3 p {
    margin-bottom: 1.8rem; }

.partner-page .section-1 {
  padding: 0; }
  .partner-page .section-1 h1 {
    color: white;
    font-size: 5.5rem;
    font-weight: 700; }
    @media (max-width: 768px) {
      .partner-page .section-1 h1 {
        font-size: 2.8rem; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .partner-page .section-1 h1 {
        font-size: 2.8rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .partner-page .section-1 h1 {
        font-size: 2.8rem; } }
  .partner-page .section-1 p {
    font-weight: 400;
    color: white;
    margin-bottom: 20px; }

.partner-page .section-2 {
  background-color: #f2f2f2; }
  .partner-page .section-2 h2 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 2.4rem; }
    .partner-page .section-2 h2::first-line {
      font-weight: 400; }
    @media (max-width: 768px) {
      .partner-page .section-2 h2 {
        font-size: 2.4rem;
        margin-top: 20px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .partner-page .section-2 h2 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .partner-page .section-2 h2 {
        font-size: 2.4rem; } }
  .partner-page .section-2 p {
    margin-bottom: 1.8rem; }
  .partner-page .section-2 img {
    border-radius: 50px; }

.partner-page .section-3 .top {
  margin-bottom: 90px; }
  .partner-page .section-3 .top h3 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 2.4rem; }
    .partner-page .section-3 .top h3::first-line {
      font-weight: 400; }
    @media (max-width: 768px) {
      .partner-page .section-3 .top h3 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .partner-page .section-3 .top h3 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .partner-page .section-3 .top h3 {
        font-size: 2.4rem; } }
  .partner-page .section-3 .top p {
    margin-bottom: 1.8rem; }
  .partner-page .section-3 .top img {
    border-radius: 50px; }

.partner-page .section-4 {
  padding: 100px 0;
  padding-left: 80px; }
  @media (max-width: 768px) {
    .partner-page .section-4 {
      padding: 20px; } }
  .partner-page .section-4 h3 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 11.5rem;
    text-align: center; }
    .partner-page .section-4 h3::first-line {
      font-weight: 400; }
    @media (max-width: 768px) {
      .partner-page .section-4 h3 {
        font-size: 2.4rem;
        margin-bottom: 4.5rem;
        text-align: left; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .partner-page .section-4 h3 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .partner-page .section-4 h3 {
        font-size: 2.4rem; } }
  .partner-page .section-4 h4 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 2.4rem; }
    .partner-page .section-4 h4::first-line {
      font-weight: 400; }
    @media (max-width: 768px) {
      .partner-page .section-4 h4 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .partner-page .section-4 h4 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .partner-page .section-4 h4 {
        font-size: 2.4rem; } }
  .partner-page .section-4 p {
    margin-bottom: 1.8rem; }
  .partner-page .section-4 img {
    border-radius: 50px; }
  .partner-page .section-4 .img-right {
    text-align: right; }
    @media (max-width: 768px) {
      .partner-page .section-4 .img-right {
        padding-top: 40px; } }

.partner-page .section-5 {
  background-color: #f2f2f2; }
  .partner-page .section-5 h3 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 2.4rem; }
    .partner-page .section-5 h3::first-line {
      font-weight: 400; }
    @media (max-width: 768px) {
      .partner-page .section-5 h3 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .partner-page .section-5 h3 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .partner-page .section-5 h3 {
        font-size: 2.4rem; } }
  .partner-page .section-5 p {
    margin-bottom: 1.8rem; }
  .partner-page .section-5 .right {
    text-align: center; }
    @media (max-width: 768px) {
      .partner-page .section-5 .right {
        text-align: left; } }

.partner-page .section-6 h3 {
  font-size: 3.6rem;
font-weight: 700;
margin-bottom: 11.5rem;
text-align: center;
}

.partner-page .section-6 .testimonial .slick-prev, .partner-page .section-6 .testimonial .slick-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFB533;
  border: none;
  padding: 15px;
  border-radius: 30px;
  width: 50px;
  height: 50px; }

.partner-page .section-6 .testimonial .slick-next {
  right: -10px; 
}

.partner-page .section-6 .testimonial .slick-prev {
  left: 40px;
}

.partner-page .section-6 .testimonial .slick-next:before {
  content: url("../img/arrow-right-2.png");
}

.partner-page .section-6 .testimonial .slick-prev:before {
  content: url("../img/arrow-left-2.png");
}

.partner-page .section-6 .testimonial .slick-list .slick-slide{
  text-align: center;
  margin: 10px;
  width: 200px;
}


.partner-booking .section-1 h1 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 10.5rem; }

.partner-booking .section-1 .cycle-slideshow {
  width: 100%;
  margin-bottom: 80px;
  /* Prev and Next Buttons */ }
  .partner-booking .section-1 .cycle-slideshow .slide {
    width: 100%;
    position: relative; }
    .partner-booking .section-1 .cycle-slideshow .slide .slide-image {
      padding-right: 0px; }
    .partner-booking .section-1 .cycle-slideshow .slide img {
      display: block;
      width: auto; }
    .partner-booking .section-1 .cycle-slideshow .slide.cycle-slide {
      z-index: 0 !important; }
  .partner-booking .section-1 .cycle-slideshow .cycle-prev,
  .partner-booking .section-1 .cycle-slideshow .cycle-next {
    position: absolute;
    bottom: 50%;
    background-color: #403f3fe3;
    display: block;
    cursor: pointer;
    z-index: 1000;
    transition: opacity 0.5s;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 30px;
    padding-top: 10px; }
    .partner-booking .section-1 .cycle-slideshow .cycle-prev svg,
    .partner-booking .section-1 .cycle-slideshow .cycle-next svg {
      color: white;
      width: 20px;
      height: 20px; }
  .partner-booking .section-1 .cycle-slideshow .cycle-next {
    right: 0px;
    margin-right: 16px; }
  .partner-booking .section-1 .cycle-slideshow .cycle-prev {
    left: 0px;
    margin-left: 16px; }
  .partner-booking .section-1 .cycle-slideshow .cycle-slideshow:hover .cycle-prev,
  .partner-booking .section-1 .cycle-slideshow .cycle-slideshow:hover .cycle-next {
    opacity: 1; }
  .partner-booking .section-1 .cycle-slideshow .cycle-pager {
    position: absolute;
    z-index: 0;
    width: 100%;
    text-align: center;
    margin-top: 25px; }
    .partner-booking .section-1 .cycle-slideshow .cycle-pager span {
      text-indent: -9999px;
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #cad3e8;
      margin: 0 4px;
      cursor: pointer; }
    .partner-booking .section-1 .cycle-slideshow .cycle-pager .cycle-pager-active {
      background-color: #2c4fa2; }

.partner-booking .section-1 .top {
  margin-bottom: 90px; }
  .partner-booking .section-1 .top h2 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 2.4rem; }
    .partner-booking .section-1 .top h2::first-line {
      font-weight: 400; }
    @media (max-width: 768px) {
      .partner-booking .section-1 .top h2 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .partner-booking .section-1 .top h2 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .partner-booking .section-1 .top h2 {
        font-size: 2.4rem; } }
  .partner-booking .section-1 .top p {
    margin-bottom: 1.8rem; }
  @media (max-width: 768px) {
    .partner-booking .section-1 .top.img-right {
      margin-top: 40px; } }
  .partner-booking .section-1 .top img {
    border-radius: 50px; }

.partner-booking .section-2 {
  background-color: #f2f2f2; }
  .partner-booking .section-2 h2 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 2.4rem; }
    .partner-booking .section-2 h2::first-line {
      font-weight: 400; }
    @media (max-width: 768px) {
      .partner-booking .section-2 h2 {
        font-size: 2.4rem;
        margin-top: 20px; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .partner-booking .section-2 h2 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .partner-booking .section-2 h2 {
        font-size: 2.4rem; } }
  .partner-booking .section-2 p {
    margin-bottom: 1.8rem; }
  .partner-booking .section-2 img {
    border-radius: 50px; }

.partner-booking .section-3 .top {
  margin-bottom: 90px; }
  .partner-booking .section-3 .top h3 {
    font-size: 3.6rem;
    font-weight: 700;
    margin-bottom: 2.4rem; }
    .partner-booking .section-3 .top h3::first-line {
      font-weight: 400; }
    @media (max-width: 768px) {
      .partner-booking .section-3 .top h3 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
      .partner-booking .section-3 .top h3 {
        font-size: 2.4rem; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
      .partner-booking .section-3 .top h3 {
        font-size: 2.4rem; } }
  .partner-booking .section-3 .top p {
    margin-bottom: 1.8rem; }
  @media (max-width: 768px) {
    .partner-booking .section-3 .top.img-right {
      margin-top: 40px; } }
  .partner-booking .section-3 .top img {
    border-radius: 50px; }

.partner-contact .section-1 h1 {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center; }
  .partner-contact .section-1 h1::first-line {
    font-weight: 400; }
  @media (max-width: 768px) {
    .partner-contact .section-1 h1 {
      font-size: 2.4rem;
      margin-top: 20px;
      text-align: left; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .partner-contact .section-1 h1 {
      font-size: 2.4rem; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) {
    .partner-contact .section-1 h1 {
      font-size: 2.4rem; } }

.partner-contact .section-2 {
  padding: 0;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    .partner-contact .section-2 {
      padding: 20px; } }
  .partner-contact .section-2 h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 24px; }
  .partner-contact .section-2 .form-kontak {
    margin-top: 35px; }
    .partner-contact .section-2 .form-kontak .form-label {
      font-weight: 700; }
    .partner-contact .section-2 .form-kontak input {
      height: 40px; }
    .partner-contact .section-2 .form-kontak .form-control {
      background-color: transparent;
      border-radius: 15px;
	  font-size: 1.4rem;
      margin-bottom: 20px; }
      .partner-contact .section-2 .form-kontak .form-control:focus {
        background-color: transparent; }
    .partner-contact .section-2 .form-kontak .btn-light {
      padding: 10px 50px 10px 50px;
      border-radius: 15px; }

.passster-form {
	margin: 0 auto;
}
.passster-form > form {
	background: transparent !important;
}
.passster-form button[type="submit"] {
	border: 1px solid white;
}
.passster-form input[type="email"], .passster-form input[type="password"], .passster-form input[type="text"] {
	border-radius: 10px;
}

.passster-password::placeholder {
   text-align: center; 
}
/*# sourceMappingURL=style.css.map */