@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 127, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(0, 255, 127, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 255, 127, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 255, 127, 0.4);
    box-shadow: 0 0 0 0 rgba(0, 255, 127, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 25px rgba(0, 255, 127, 0);
    box-shadow: 0 0 0 25px rgba(0, 255, 127, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 255, 127, 0);
    box-shadow: 0 0 0 0 rgba(0, 255, 127, 0); } }
.project-card {
  display: block;
  width: 100%;
  height: 500px;
  background-color: rgba(157, 157, 157, 0.5);
  position: relative;
  overflow: hidden; }
  .project-card:hover .project-img:after, .project-card:hover .project-video:after {
    bottom: 0;
    visibility: visible;
    opacity: 1; }
  .project-card .project-img:after, .project-card .project-video:after {
    content: 'lihat';
    font-size: 16px;
    color: white;
    font-family: "Galano-Bold";
    line-height: 1.75;
    letter-spacing: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 50%;
    padding-bottom: 25px;
    position: absolute;
    left: 0;
    background: springgreen;
    background: -webkit-linear-gradient(bottom, springgreen 0%, rgba(0, 255, 127, 0) 100%);
    background: -o-linear-gradient(bottom, springgreen 0%, rgba(0, 255, 127, 0) 100%);
    background: linear-gradient(to top, springgreen 0%, rgba(0, 255, 127, 0) 100%);
    transition: all .32s;
    visibility: hidden;
    opacity: 0;
    bottom: -48px; }
  .project-card .project-img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  .project-card .project-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    .project-card .project-video video {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }

.article .img-wp {
  height: 450px;
  position: relative;
  width: 100%; }
  .article .img-wp .img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw; }
    .article .img-wp .img img {
      transform: translate(-50%, -50%) scale(1); }
.article p {
  max-width: 80%; }
.article h4 {
  text-transform: capitalize; }
.article ul li, .article ol li {
  margin-left: 25px;
  padding-left: 25px;
  line-height: 1.5;
  color: #32343C; }
  .article ul li:not(:last-child), .article ol li:not(:last-child) {
    margin-bottom: 15px; }
  .article ul li p, .article ol li p {
    margin-top: 10px; }
.article ul {
  list-style: disc; }
.article ol {
  list-style: decimal; }
.article .quoted-text {
  position: relative;
  width: calc(100% - 25px);
  padding: 0 0 0 25px; }
  .article .quoted-text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: rgba(50, 52, 60, 0.1); }
  .article .quoted-text:after {
    content: '';
    position: absolute;
    left: -190px;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(50, 52, 60, 0.1);
    display: none; }
  .article .quoted-text p {
    font-size: 18px; }
@media only screen and (max-width: 700px) {
  .article .img-wp {
    height: 250px; }
    .article .img-wp .img img {
      height: 100% !important;
      width: auto !important; }
  .article p {
    max-width: 100%; } }
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .article .img-wp .img img {
    height: 100% !important;
    width: auto !important; } }

.article-signature, .project-signature, .project-credit {
  margin-top: 50px; }
  .article-signature > .row, .project-signature > .row, .project-credit > .row {
    border-top: 1px solid rgba(50, 52, 60, 0.1);
    padding-top: 50px; }
    .article-signature > .row .col-8, .article-signature > .row .col-6, .article-signature > .row .col-4, .article-signature > .row .col-2, .project-signature > .row .col-8, .project-signature > .row .col-6, .project-signature > .row .col-4, .project-signature > .row .col-2, .project-credit > .row .col-8, .project-credit > .row .col-6, .project-credit > .row .col-4, .project-credit > .row .col-2 {
      padding-left: 0;
      padding-right: 0; }
    .article-signature > .row .col-8, .project-signature > .row .col-8, .project-credit > .row .col-8 {
      display: flex;
      align-items: center; }
      .article-signature > .row .col-8 .socmed, .project-signature > .row .col-8 .socmed, .project-credit > .row .col-8 .socmed {
        margin-left: auto; }
  .article-signature .blog-user-interaction, .project-signature .blog-user-interaction, .project-credit .blog-user-interaction {
    display: flex;
    align-items: center; }
    .article-signature .blog-user-interaction .btn-appreciation, .project-signature .blog-user-interaction .btn-appreciation, .project-credit .blog-user-interaction .btn-appreciation {
      color: rgba(13, 79, 157, 0.8);
      justify-content: flex-start;
      padding: 0;
      overflow: visible; }
      @media only screen and (max-width: 1500px) and (min-width: 1100px) {
        .article-signature .blog-user-interaction .btn-appreciation:hover, .project-signature .blog-user-interaction .btn-appreciation:hover, .project-credit .blog-user-interaction .btn-appreciation:hover {
          color: #0D4F9D; }
          .article-signature .blog-user-interaction .btn-appreciation:hover .icon, .project-signature .blog-user-interaction .btn-appreciation:hover .icon, .project-credit .blog-user-interaction .btn-appreciation:hover .icon {
            background-color: rgba(13, 79, 157, 0.2); } }
      .article-signature .blog-user-interaction .btn-appreciation.active, .project-signature .blog-user-interaction .btn-appreciation.active, .project-credit .blog-user-interaction .btn-appreciation.active {
        color: #0D4F9D; }
        .article-signature .blog-user-interaction .btn-appreciation.active .icon, .project-signature .blog-user-interaction .btn-appreciation.active .icon, .project-credit .blog-user-interaction .btn-appreciation.active .icon {
          background-color: rgba(13, 79, 157, 0.2); }
      .article-signature .blog-user-interaction .btn-appreciation:not(:last-child), .project-signature .blog-user-interaction .btn-appreciation:not(:last-child), .project-credit .blog-user-interaction .btn-appreciation:not(:last-child) {
        margin-right: 25px; }
      .article-signature .blog-user-interaction .btn-appreciation .icon, .project-signature .blog-user-interaction .btn-appreciation .icon, .project-credit .blog-user-interaction .btn-appreciation .icon {
        height: 48px;
        width: 48px;
        border-radius: 48px;
        border: 2px solid rgba(13, 79, 157, 0.1);
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .32s;
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px); }
  .article-signature .socmed, .project-signature .socmed, .project-credit .socmed {
    justify-content: flex-end; }
    .article-signature .socmed p, .project-signature .socmed p, .project-credit .socmed p {
      font-size: 14px;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-right: 25px; }
    .article-signature .socmed .socmed-icon, .project-signature .socmed .socmed-icon, .project-credit .socmed .socmed-icon {
      color: #0D4F9D; }
      .article-signature .socmed .socmed-icon:hover, .project-signature .socmed .socmed-icon:hover, .project-credit .socmed .socmed-icon:hover {
        color: #3b8def; }
  @media only screen and (max-width: 700px) {
    .article-signature > .row, .project-signature > .row, .project-credit > .row {
      padding-top: 50px;
      flex-direction: column; }
      .article-signature > .row .col-8, .article-signature > .row .col-6, .article-signature > .row .col-4, .article-signature > .row .col-2, .project-signature > .row .col-8, .project-signature > .row .col-6, .project-signature > .row .col-4, .project-signature > .row .col-2, .project-credit > .row .col-8, .project-credit > .row .col-6, .project-credit > .row .col-4, .project-credit > .row .col-2 {
        min-width: 100%;
        max-width: 100%; }
        .article-signature > .row .col-8:not(:last-child), .article-signature > .row .col-6:not(:last-child), .article-signature > .row .col-4:not(:last-child), .article-signature > .row .col-2:not(:last-child), .project-signature > .row .col-8:not(:last-child), .project-signature > .row .col-6:not(:last-child), .project-signature > .row .col-4:not(:last-child), .project-signature > .row .col-2:not(:last-child), .project-credit > .row .col-8:not(:last-child), .project-credit > .row .col-6:not(:last-child), .project-credit > .row .col-4:not(:last-child), .project-credit > .row .col-2:not(:last-child) {
          margin-bottom: 25px; }
      .article-signature > .row .col-8, .project-signature > .row .col-8, .project-credit > .row .col-8 {
        flex-direction: column; }
    .article-signature .blog-user-interaction, .project-signature .blog-user-interaction, .project-credit .blog-user-interaction {
      min-width: 100%;
      margin-bottom: 25px;
      flex-direction: column;
      align-items: flex-start; }
      .article-signature .blog-user-interaction .btn, .project-signature .blog-user-interaction .btn, .project-credit .blog-user-interaction .btn {
        min-width: calc(100% - 0px*2); }
        .article-signature .blog-user-interaction .btn:not(:last-child), .project-signature .blog-user-interaction .btn:not(:last-child), .project-credit .blog-user-interaction .btn:not(:last-child) {
          margin-right: 0;
          margin-bottom: 25px; }
    .article-signature .socmed, .project-signature .socmed, .project-credit .socmed {
      margin-left: 0;
      min-width: 100%;
      justify-content: flex-start; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .article-signature > .row, .project-signature > .row, .project-credit > .row {
      padding-top: 50px; }
      .article-signature > .row .col-8, .article-signature > .row .col-6, .article-signature > .row .col-4, .article-signature > .row .col-2, .project-signature > .row .col-8, .project-signature > .row .col-6, .project-signature > .row .col-4, .project-signature > .row .col-2, .project-credit > .row .col-8, .project-credit > .row .col-6, .project-credit > .row .col-4, .project-credit > .row .col-2 {
        min-width: 50%;
        max-width: 50%; }
      .article-signature > .row .col-8, .project-signature > .row .col-8, .project-credit > .row .col-8 {
        flex-direction: column; }
    .article-signature .blog-user-interaction, .project-signature .blog-user-interaction, .project-credit .blog-user-interaction {
      min-width: 100%;
      margin-bottom: 25px;
      flex-direction: column;
      align-items: flex-start; }
      .article-signature .blog-user-interaction .btn, .project-signature .blog-user-interaction .btn, .project-credit .blog-user-interaction .btn {
        min-width: calc(100% - 0px*2); }
        .article-signature .blog-user-interaction .btn:not(:last-child), .project-signature .blog-user-interaction .btn:not(:last-child), .project-credit .blog-user-interaction .btn:not(:last-child) {
          margin-right: 0;
          margin-bottom: 25px; }
    .article-signature .socmed, .project-signature .socmed, .project-credit .socmed {
      margin-left: 0;
      min-width: 100%;
      justify-content: flex-start;
      position: absolute;
      bottom: 20px;
      left: -100%; } }

.project-signature > .row:nth-child(1) .col-6 {
  display: flex;
  align-items: center; }
  .project-signature > .row:nth-child(1) .col-6 .socmed {
    margin-left: auto; }
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .project-signature > .row:nth-child(1) .col-6 {
    align-items: flex-start; }
  .project-signature .blog-user-interaction {
    margin-bottom: 0; }
  .project-signature .socmed {
    margin-left: 0;
    min-width: 100%;
    justify-content: flex-end;
    position: relative;
    bottom: 0;
    left: 0; } }

.project-credit {
  display: flex;
  border-top: 1px solid rgba(50, 52, 60, 0.1);
  padding-top: 50px; }
  .project-credit .credit-title {
    width: 285px;
    font-size: 40px;
    color: #0D4F9D;
    font-family: "Galano-Regular";
    line-height: 1.05;
    letter-spacing: 0.5px; }
  .project-credit > .project-content {
    width: calc(100% - 285px); }
    .project-credit > .project-content > .row .col-6 {
      padding-left: 0;
      padding-right: 0;
      min-width: calc(50% - 12px);
      max-width: calc(50% - 12px);
      position: relative;
      transition: all .32s; }
      .project-credit > .project-content > .row .col-6:nth-child(n+2) {
        margin-bottom: 35px; }
      .project-credit > .project-content > .row .col-6:nth-child(odd) {
        padding-right: 12px; }
      .project-credit > .project-content > .row .col-6:nth-child(even) {
        padding-left: 12px; }
      .project-credit > .project-content > .row .col-6.resign {
        position: absolute;
        visibility: hidden;
        opacity: 0; }
      .project-credit > .project-content > .row .col-6.active {
        z-index: 2; }
  @media only screen and (max-width: 700px) {
    .project-credit {
      flex-direction: column; }
      .project-credit .credit-title {
        width: 100%;
        margin-bottom: 25px; }
      .project-credit > .project-content {
        width: 100%; }
        .project-credit > .project-content > .row .col-6 {
          min-width: calc(100% - 0px);
          max-width: calc(100% - 0px);
          position: relative;
          transition: all .32s; }
          .project-credit > .project-content > .row .col-6:nth-child(n+2) {
            margin-bottom: 0px; }
          .project-credit > .project-content > .row .col-6:nth-child(odd) {
            padding-right: 0px; }
          .project-credit > .project-content > .row .col-6:nth-child(even) {
            padding-left: 0px; }
          .project-credit > .project-content > .row .col-6:not(:last-child) {
            margin-bottom: 25px; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .project-credit {
      flex-direction: column; }
      .project-credit .credit-title {
        width: 100%;
        margin-bottom: 25px; }
        .project-credit .credit-title br {
          display: none; }
      .project-credit > .project-content {
        width: 100%; } }

.master-body.sub-page {
  padding-bottom: 0; }
  .master-body.sub-page .nav .inner .nav-item.logo img.logo-white {
    visibility: hidden;
    opacity: 0; }
  .master-body.sub-page .nav .inner .nav-item.logo img.logo-blue {
    visibility: visible;
    opacity: 1; }
  .master-body.sub-page .nav .inner .nav-item.artex-ads > span.text {
    color: #0D4F9D; }
  .master-body.sub-page .nav .inner .nav-item.menu span {
    background-color: #0D4F9D; }
  @media only screen and (max-width: 700px) {
    .master-body.sub-page .nav .inner .nav-item.page-youre-in {
      display: none; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .master-body.sub-page .nav .inner .nav-item.page-youre-in {
      display: none; } }
  .master-body.sub-page .bottom:not(.reach-bottom-page) .inner .bottom-item p {
    color: #0D4F9D; }
  .master-body.sub-page .bottom:not(.reach-bottom-page) .inner .bottom-item.clock-wp .clock {
    border: 2px solid #0D4F9D; }
    .master-body.sub-page .bottom:not(.reach-bottom-page) .inner .bottom-item.clock-wp .clock .hour {
      background: #0D4F9D; }
    .master-body.sub-page .bottom:not(.reach-bottom-page) .inner .bottom-item.clock-wp .clock .minute {
      background: #0D4F9D; }
  .master-body.sub-page .bottom:not(.reach-bottom-page) .inner .bottom-item.say-hello .scroll-indicator span {
    border-left: 1px solid #0D4F9D;
    border-bottom: 1px solid #0D4F9D; }
  .master-body.sub-page .frame-master .inner {
    padding-left: 285px;
    width: calc(100% - 285px); }
  @media only screen and (max-width: 700px) {
    .master-body.sub-page .frame-master .inner {
      padding-left: 0;
      width: 100%; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .master-body.sub-page .frame-master .inner {
      padding-left: 0;
      width: 100%; } }
  .master-body.sub-page #loading .loading-animation {
    visibility: hidden;
    opacity: 0; }

.profile {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
  transition: all .32s; }
  .profile.s-p .profile-img {
    height: 70px !important;
    width: 100%;
    background-color: #32343C; }
    .profile.s-p .profile-img img {
      width: auto !important;
      height: 80% !important;
      transform: translate(-50%, -50%) scale(1); }
  .profile.s-p.logo-v .profile-img img {
    width: auto !important;
    height: 65px !important; }
  .profile .profile-img {
    height: 70px;
    width: 70px;
    border-radius: 70px;
    margin-right: 35px;
    transition: all .32s;
    z-index: 2; }
    .profile .profile-img img {
      filter: grayscale(1); }
  .profile .profile-info {
    transition: all .32s;
    border-radius: 12px; }
    .profile .profile-info .position {
      font-size: 20px;
      color: #0D4F9D;
      font-family: "neo-sans-bold";
      line-height: 1.05;
      letter-spacing: 0.5px;
      margin-bottom: 10px; }
    .profile .profile-info .name {
      font-size: 16px;
      color: #0D4F9D;
      font-family: "Galano-Regular";
      line-height: 1;
      letter-spacing: 3px;
      text-transform: uppercase; }
    .profile .profile-info p {
      transition: all .32s; }
  @media only screen and (max-width: 700px) {
    .profile .profile-img {
      height: 60px;
      width: 60px;
      border-radius: 60px; }
    .profile .profile-info .position {
      font-size: 16px; }
    .profile .profile-info .name {
      font-size: 14px; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .profile .profile-img {
      height: 60px;
      width: 60px;
      border-radius: 60px; }
    .profile .profile-info .position {
      font-size: 16px; }
    .profile .profile-info .name {
      font-size: 14px; } }

.about-img-accent {
  position: absolute;
  width: 550px;
  transition: all .32s;
  filter: grayscale(1);
  z-index: 1; }
  .about-img-accent:hover {
    filter: grayscale(0); }
    .about-img-accent:hover.img-1, .about-img-accent:hover.img-2, .about-img-accent:hover.img-3, .about-img-accent:hover.img-4, .about-img-accent:hover.img-5 {
      transform: translateY(-50%) rotate(0deg) scale(1.15);
      z-index: 4; }
  .about-img-accent.img-1 {
    z-index: 3;
    right: calc(-200px/2);
    top: calc(55% + 50px);
    transform: translateY(-50%) rotate(5deg); }
  .about-img-accent.img-2 {
    z-index: 1;
    right: calc(-200px/2 - 125px);
    top: calc(55% - 150px);
    transform: translateY(-50%) rotate(12deg); }
  .about-img-accent.img-3 {
    z-index: 2;
    right: calc(-200px/2 - 100px);
    top: calc(55% + 225px);
    transform: translateY(-50%) rotate(-2deg); }
  .about-img-accent.img-4 {
    z-index: 2;
    left: calc(-125px);
    top: calc(55% - 150px);
    transform: translateY(-50%) rotate(4deg); }
  .about-img-accent.img-5 {
    z-index: 1;
    left: calc(-200px);
    top: calc(90% - 150px);
    transform: translateY(-50%) rotate(-8deg); }

.sub-page#about-us .section-header {
  height: 100vh;
  z-index: 3; }
  .sub-page#about-us .section-header .dot-accent {
    right: 250px;
    top: 0;
    width: 250px;
    height: 100%; }
  .sub-page#about-us .section-header .inner {
    height: 100%;
    display: flex;
    align-items: center; }
    .sub-page#about-us .section-header .inner .t-n-s {
      position: relative;
      z-index: 3; }
  @media only screen and (max-width: 700px) {
    .sub-page#about-us .section-header .inner .t-n-s {
      width: 100%;
      margin-top: -250px;
      text-align: center; }
    .sub-page#about-us .section-header .inner .about-img-accent {
      width: 350px; }
      .sub-page#about-us .section-header .inner .about-img-accent.img-1 {
        z-index: 3;
        right: auto;
        left: calc(50% + 15px);
        top: calc(55% + 50px);
        transform: translate(-50%, -50%) rotate(5deg); }
      .sub-page#about-us .section-header .inner .about-img-accent.img-2 {
        z-index: 1;
        right: auto;
        left: calc(50% + 15px);
        top: calc(55% + 50px);
        transform: translate(-50%, -50%) rotate(12deg); }
      .sub-page#about-us .section-header .inner .about-img-accent.img-3 {
        z-index: 2;
        right: auto;
        left: calc(50% + 15px);
        top: calc(55% + 50px);
        transform: translate(-50%, -50%) rotate(-2deg); } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#about-us .section-header .inner .t-n-s {
      width: 100%;
      margin-top: -450px;
      text-align: center; }
      .sub-page#about-us .section-header .inner .t-n-s .subtitle {
        max-width: 100% !important; }
    .sub-page#about-us .section-header .inner .about-img-accent:hover {
      filter: grayscale(0); }
      .sub-page#about-us .section-header .inner .about-img-accent:hover.img-1, .sub-page#about-us .section-header .inner .about-img-accent:hover.img-2, .sub-page#about-us .section-header .inner .about-img-accent:hover.img-3 {
        transform: translate(-50%, -50%) rotate(0deg) scale(1.15);
        z-index: 4; }
    .sub-page#about-us .section-header .inner .about-img-accent.img-1 {
      z-index: 1;
      right: auto;
      left: calc(50% - 150px);
      top: calc(55% + 150px);
      transform: translate(-50%, -50%) rotate(-5deg); }
    .sub-page#about-us .section-header .inner .about-img-accent.img-2 {
      z-index: 3;
      right: auto;
      left: 50%;
      top: calc(55% + 50px);
      transform: translate(-50%, -50%) rotate(-2deg); }
    .sub-page#about-us .section-header .inner .about-img-accent.img-3 {
      z-index: 2;
      right: auto;
      left: calc(50% + 150px + 100px);
      top: calc(55% + 150px);
      transform: translate(-50%, -50%) rotate(12deg); } }
.sub-page#about-us .section-1 .circle-accent {
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-490px + 50px); }
  .sub-page#about-us .section-1 .circle-accent:after {
    background-color: rgba(50, 52, 60, 0.25); }
.sub-page#about-us .section-1 .dot-accent {
  left: -100px;
  top: -100px;
  width: 350px;
  height: 1200px; }
.sub-page#about-us .section-1 .inner.sub-1 {
  margin-top: 150px; }
  .sub-page#about-us .section-1 .inner.sub-1 .timeline {
    position: relative;
    max-width: 100%;
    z-index: 2; }
    .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item {
      position: relative;
      display: flex;
      align-items: center;
      font-size: 40px;
      color: #00FF7F;
      font-family: "Galano-Bold";
      line-height: 1.75;
      letter-spacing: 0.5px; }
      .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item:not(:last-child) {
        padding-bottom: 50px; }
        .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item:not(:last-child):after {
          content: '';
          position: absolute;
          left: calc(150px + 10px - 2px);
          top: calc(50% + 30px);
          transform: translateY(-50%);
          width: 2px;
          height: calc(100% + 0px);
          background-color: #00FF7F; }
      .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item .year {
        min-width: 100px;
        max-width: 100px; }
      .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item .icon {
        font-size: 20px;
        margin-left: 50px;
        margin-right: 50px;
        position: relative; }
.sub-page#about-us .section-1 .inner.sub-2 {
  margin-top: 150px; }
  .sub-page#about-us .section-1 .inner.sub-2 p {
    max-width: 75%;
    font-size: 18px;
    position: relative;
    z-index: 2; }
    .sub-page#about-us .section-1 .inner.sub-2 p > span {
      font-family: "Galano-Regular"; }
      .sub-page#about-us .section-1 .inner.sub-2 p > span > span {
        font-family: "Galano-Bold"; }
.sub-page#about-us .section-1 .inner.sub-3 {
  margin-top: 150px;
  padding-left: 0;
  width: 100%;
  padding-bottom: 300px; }
  .sub-page#about-us .section-1 .inner.sub-3 .title {
    margin-bottom: 100px; }
  .sub-page#about-us .section-1 .inner.sub-3 .dept {
    position: relative;
    display: flex; }
    .sub-page#about-us .section-1 .inner.sub-3 .dept:not(:last-child) {
      margin-bottom: 50px; }
    .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-title {
      width: 285px;
      font-size: 40px;
      color: #0D4F9D;
      font-family: "Galano-Regular";
      line-height: 1.05;
      letter-spacing: 0.5px; }
    .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content {
      width: calc(100% - 285px); }
      .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content > .row .col-6 {
        padding-left: 0;
        padding-right: 0;
        min-width: calc(50% - 12px);
        max-width: calc(50% - 12px);
        position: relative;
        transition: all .32s; }
        .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content > .row .col-6:nth-child(n+2) {
          margin-bottom: 35px; }
        .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content > .row .col-6:nth-child(odd) {
          padding-right: 12px; }
        .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content > .row .col-6:nth-child(even) {
          padding-left: 12px; }
        .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content > .row .col-6.resign {
          position: absolute;
          visibility: hidden;
          opacity: 0; }
        .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content > .row .col-6.active {
          z-index: 2; }
@media only screen and (max-width: 700px) {
  .sub-page#about-us .section-1 .circle-accent {
    display: none; }
  .sub-page#about-us .section-1 .inner .about-img-accent {
    display: none; }
  .sub-page#about-us .section-1 .inner.sub-1 {
    margin-top: 0; }
    .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item {
      padding-left: 35px;
      flex-direction: column;
      align-items: flex-start; }
      .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item:not(:last-child) {
        padding-bottom: 25px; }
        .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item:not(:last-child):after {
          left: calc(0px + 10px - 2px); }
      .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item .year {
        order: 1; }
      .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item .icon {
        position: absolute;
        margin-left: 0;
        margin-right: 0;
        left: 0;
        top: 18px; }
      .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item p {
        order: 2; }
        .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item p br {
          display: none; }
  .sub-page#about-us .section-1 .inner.sub-2 {
    margin-top: 75px; }
    .sub-page#about-us .section-1 .inner.sub-2 p {
      max-width: 100%;
      font-size: 16px; }
      .sub-page#about-us .section-1 .inner.sub-2 p > span {
        display: none; }
        .sub-page#about-us .section-1 .inner.sub-2 p > span + br {
          display: none; }
          .sub-page#about-us .section-1 .inner.sub-2 p > span + br + br {
            display: none; }
  .sub-page#about-us .section-1 .inner.sub-3 {
    margin-top: 75px;
    padding-bottom: 150px; }
    .sub-page#about-us .section-1 .inner.sub-3 .title {
      margin-bottom: 50px; }
    .sub-page#about-us .section-1 .inner.sub-3 .dept {
      flex-direction: column; }
      .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-title {
        width: 100%;
        margin-bottom: 25px; }
      .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content {
        width: 100%; }
        .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content > .row .col-6 {
          min-width: calc(100% - 0px);
          max-width: calc(100% - 0px);
          position: relative;
          transition: all .32s; }
          .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content > .row .col-6:nth-child(n+2) {
            margin-bottom: 0px; }
          .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content > .row .col-6:nth-child(odd) {
            padding-right: 0px; }
          .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content > .row .col-6:nth-child(even) {
            padding-left: 0px; }
          .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content > .row .col-6:not(:last-child) {
            margin-bottom: 25px; } }
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .sub-page#about-us .section-1 .inner .about-img-accent {
    display: none; }
  .sub-page#about-us .section-1 .inner.sub-1 {
    margin-top: 0; }
    .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item:not(:last-child) {
      padding-bottom: 25px; }
    .sub-page#about-us .section-1 .inner.sub-1 .timeline .timeline-item p br {
      display: none; }
  .sub-page#about-us .section-1 .inner.sub-2 {
    margin-top: 75px; }
    .sub-page#about-us .section-1 .inner.sub-2 p {
      max-width: 100%;
      font-size: 16px; }
      .sub-page#about-us .section-1 .inner.sub-2 p > span {
        display: none; }
        .sub-page#about-us .section-1 .inner.sub-2 p > span + br {
          display: none; }
          .sub-page#about-us .section-1 .inner.sub-2 p > span + br + br {
            display: none; }
  .sub-page#about-us .section-1 .inner.sub-3 {
    margin-top: 75px;
    padding-bottom: 150px; }
    .sub-page#about-us .section-1 .inner.sub-3 .title {
      margin-bottom: 50px; }
    .sub-page#about-us .section-1 .inner.sub-3 .dept {
      flex-direction: column; }
      .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-title {
        width: 100%;
        margin-bottom: 25px; }
      .sub-page#about-us .section-1 .inner.sub-3 .dept .dept-content {
        width: 100%; } }

.sub-page#services .section-header {
  height: 100vh;
  z-index: 3; }
  .sub-page#services .section-header .dot-accent {
    left: -100px;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: -2; }
  .sub-page#services .section-header .img-accent-1 {
    position: absolute;
    width: 650px;
    transition: all .32s;
    filter: grayscale(1);
    right: 0;
    bottom: 0;
    z-index: 3; }
    .sub-page#services .section-header .img-accent-1:hover + .img-accent-2 {
      filter: grayscale(0); }
  .sub-page#services .section-header .img-accent-2 {
    position: absolute;
    width: 65%;
    height: 300px;
    transition: all .32s;
    filter: grayscale(0);
    right: 0;
    bottom: 0;
    z-index: 2;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sub-page#services .section-header .img-accent-2:hover {
      filter: grayscale(0); }
    .sub-page#services .section-header .img-accent-2 img {
      height: 100vh;
      position: absolute;
      transition: all .32s; }
  .sub-page#services .section-header .inner {
    height: calc(100% - 225px);
    padding-top: 225px; }
    .sub-page#services .section-header .inner .t-n-s {
      position: relative;
      z-index: 3; }
  @media only screen and (max-width: 700px) {
    .sub-page#services .section-header .img-accent-1 {
      width: 450px;
      z-index: 0; }
    .sub-page#services .section-header .img-accent-2 {
      width: 100%;
      height: 300px;
      z-index: -1; }
    .sub-page#services .section-header .inner .t-n-s {
      width: 100%;
      margin-top: -50px;
      text-align: center; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#services .section-header .dot-accent {
      z-index: -2; }
    .sub-page#services .section-header .img-accent-1 {
      z-index: 3; }
    .sub-page#services .section-header .img-accent-2 {
      width: 100%;
      height: 300px;
      z-index: 2; }
    .sub-page#services .section-header .inner {
      padding-top: 325px; } }
.sub-page#services .section-1 .circle-accent {
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-490px + 50px); }
  .sub-page#services .section-1 .circle-accent:after {
    background-color: rgba(50, 52, 60, 0.25); }
.sub-page#services .section-1 .dot-accent {
  left: -100px;
  bottom: 0;
  width: 250px;
  height: 40%;
  z-index: -1; }
.sub-page#services .section-1 .inner.sub-1 {
  margin-top: 150px;
  padding-left: 0;
  width: 100%; }
  .sub-page#services .section-1 .inner.sub-1 > .row .col-12 {
    padding-left: 0;
    padding-right: 0; }
  .sub-page#services .section-1 .inner.sub-1 > .row:not(:last-child) .excellence-list:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: rgba(50, 52, 60, 0.1); }
  .sub-page#services .section-1 .inner.sub-1 .excellence-list {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
    height: 150px;
    position: relative; }
    .sub-page#services .section-1 .inner.sub-1 .excellence-list .left-frame, .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame {
      color: #9D9D9D;
      transition: all .32s; }
    .sub-page#services .section-1 .inner.sub-1 .excellence-list .left-frame {
      width: 60%; }
      .sub-page#services .section-1 .inner.sub-1 .excellence-list .left-frame .number {
        font-size: 80px;
        height: 85px;
        font-family: "neo-sans-bold";
        letter-spacing: .5px; }
        .sub-page#services .section-1 .inner.sub-1 .excellence-list .left-frame .number span {
          font-family: "FS-Joey-Medium";
          letter-spacing: 1.5px; }
    .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame {
      padding-right: 0px;
      width: calc(40% - 0px); }
      .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame .detail-pane {
        height: calc(100% - 0px * 2);
        min-width: 150px;
        padding: 0px 0;
        display: flex;
        align-items: center; }
        .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame .detail-pane .detail-title {
          font-size: 24px;
          font-family: "Galano-Bold";
          margin-bottom: 10px;
          display: none; }
        .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame .detail-pane .detail-subtitle {
          font-size: 16px;
          line-height: 1.35;
          transition: all .32s;
          visibility: hidden;
          opacity: 0; }
        .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame .detail-pane .detail-number {
          font-size: 32px;
          font-family: "Galano-Bold"; }
    .sub-page#services .section-1 .inner.sub-1 .excellence-list .link {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1; }
      .sub-page#services .section-1 .inner.sub-1 .excellence-list .link:after {
        display: none; }
      .sub-page#services .section-1 .inner.sub-1 .excellence-list .link:hover + .left-frame + .right-frame .detail-pane .detail-subtitle {
        visibility: visible;
        opacity: 1; }
.sub-page#services .section-1 .inner.sub-2 {
  margin-top: 150px;
  padding-left: 0;
  width: 100%;
  padding-bottom: 300px; }
  .sub-page#services .section-1 .inner.sub-2 .form {
    position: relative;
    display: flex; }
    .sub-page#services .section-1 .inner.sub-2 .form .form-title {
      width: 285px;
      font-size: 40px;
      color: #0D4F9D;
      font-family: "Galano-Regular";
      line-height: 1.05;
      letter-spacing: 0.5px; }
    .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper {
      width: calc(100% - 285px); }
      .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .row > .col-6.pr-0 .btn-wrapper .btn:first-child {
        margin-right: 0; }
      .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper .btn {
        border-radius: 8px; }
        .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper .btn.btn-service.btn-loading .icon > i {
          -webkit-animation: spin 2s linear infinite;
          -moz-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite; }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
      .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .show-on-mobile {
        display: none; }
        @media only screen and (max-width: 700px) {
          .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .show-on-mobile {
            display: flex; } }
      .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .hide-on-mobile {
        display: flex; }
        @media only screen and (max-width: 700px) {
          .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .hide-on-mobile {
            display: none; } }
@media only screen and (max-width: 700px) {
  .sub-page#services .section-1 .inner.sub-1 {
    margin-top: 75px; }
    .sub-page#services .section-1 .inner.sub-1 .excellence-list {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      padding: 35px 0 10px; }
      .sub-page#services .section-1 .inner.sub-1 .excellence-list .link {
        margin-top: -35px; }
      .sub-page#services .section-1 .inner.sub-1 .excellence-list .left-frame, .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame {
        width: 100%; }
      .sub-page#services .section-1 .inner.sub-1 .excellence-list .left-frame .number {
        height: auto;
        line-height: .8;
        margin-bottom: 25px;
        font-size: 50px;
        letter-spacing: 0; }
      .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame {
        flex-direction: column; }
        .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame .detail-pane {
          width: 100%; }
          .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame .detail-pane:not(:first-child) {
            padding-top: 0; }
  .sub-page#services .section-1 .inner.sub-2 {
    margin-top: 75px;
    padding-bottom: 150px; }
    .sub-page#services .section-1 .inner.sub-2 .form {
      flex-direction: column; }
      .sub-page#services .section-1 .inner.sub-2 .form .form-title {
        width: 100%;
        margin-bottom: 25px; }
      .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper {
        width: 100%; }
        .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper > .row .col-6 {
          padding-left: 0 !important;
          padding-right: 0 !important;
          min-width: calc(100% - 0px);
          max-width: calc(100% - 0px); }
        .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) {
          flex-direction: column; }
          .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) a.btn {
            min-width: calc(100% - 24px*2); }
          .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) .btn {
            min-width: calc(100% - 0px*2);
            max-width: calc(100% - 0px*2); }
            .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) .btn:not(:last-child) {
              margin-right: 0;
              margin-bottom: 25px; }
            .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) .btn.ml-auto {
              margin-left: 0; }
            .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) .btn.show-on-mobile {
              display: flex; }
            .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) .btn.btn-green {
              color: rgba(50, 52, 60, 0.75); } }
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .sub-page#services .section-1 .inner.sub-1 {
    margin-top: 75px; }
    .sub-page#services .section-1 .inner.sub-1 .excellence-list {
      flex-direction: column;
      align-items: flex-start;
      height: auto;
      padding: 35px 0 10px; }
      .sub-page#services .section-1 .inner.sub-1 .excellence-list .link {
        margin-top: -35px; }
      .sub-page#services .section-1 .inner.sub-1 .excellence-list .left-frame, .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame {
        width: 100%; }
      .sub-page#services .section-1 .inner.sub-1 .excellence-list .left-frame .number {
        height: auto;
        line-height: .8;
        margin-bottom: 25px;
        font-size: 50px;
        letter-spacing: 0; }
      .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame {
        flex-direction: column; }
        .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame .detail-pane {
          width: 100%; }
          .sub-page#services .section-1 .inner.sub-1 .excellence-list .right-frame .detail-pane:not(:first-child) {
            padding-top: 0; }
  .sub-page#services .section-1 .inner.sub-2 {
    margin-top: 75px; }
    .sub-page#services .section-1 .inner.sub-2 .form {
      flex-direction: column; }
      .sub-page#services .section-1 .inner.sub-2 .form .form-title {
        width: 100%;
        margin-bottom: 25px; }
      .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper {
        width: 100%; }
        .sub-page#services .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper .btn {
          margin-right: 0; } }
.sub-page#services .footer > .btn, .sub-page#services .footer > .text-accent {
  display: none; }

.sub-page#projects .section-header {
  height: 50vh; }
  .sub-page#projects .section-header .dot-accent {
    right: 250px;
    top: 0;
    width: 250px;
    height: 100%; }
  .sub-page#projects .section-header .inner {
    height: 100%;
    display: flex;
    align-items: flex-end; }
    .sub-page#projects .section-header .inner .t-n-s {
      position: relative;
      z-index: 3;
      margin-bottom: 50px; }
  @media only screen and (max-width: 700px) {
    .sub-page#projects .section-header {
      height: auto; }
      .sub-page#projects .section-header .inner .t-n-s {
        width: 100%;
        margin-top: 200px;
        margin-bottom: 25px; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#projects .section-header {
      height: auto; }
      .sub-page#projects .section-header .inner .t-n-s {
        width: 100%;
        margin-top: 200px;
        margin-bottom: 25px; }
        .sub-page#projects .section-header .inner .t-n-s .subtitle {
          max-width: 100% !important; } }
.sub-page#projects .section-1 {
  min-height: 100vh; }
  .sub-page#projects .section-1 .circle-accent {
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-490px + 50px); }
    .sub-page#projects .section-1 .circle-accent:after {
      background-color: rgba(50, 52, 60, 0.25); }
  .sub-page#projects .section-1 .dot-accent {
    left: -100px;
    top: -100px;
    width: 350px;
    height: 50%; }
  .sub-page#projects .section-1 .inner {
    margin-top: 0px;
    padding-left: 0;
    width: 100%;
    padding-bottom: 300px; }
    .sub-page#projects .section-1 .inner .project-wrapper.ver-1 > .row .col {
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0; }
    .sub-page#projects .section-1 .inner .project-wrapper.ver-1 > .row .col-4 {
      min-width: calc(33.333% - 0px*2);
      max-width: calc(33.333% - 0px*2); }
    .sub-page#projects .section-1 .inner .project-wrapper.ver-1 > .row .col-8 {
      min-width: calc(66.666% - 0px*2);
      max-width: calc(66.666% - 0px*2); }
    .sub-page#projects .section-1 .inner .project-wrapper.ver-1 > .row .col-12 {
      min-width: calc(100% - 0px*2);
      max-width: calc(100% - 0px*2); }
    .sub-page#projects .section-1 .inner .project-wrapper.ver-2 > .row {
      margin-left: -60px;
      width: calc(100% + 75px*2); }
      .sub-page#projects .section-1 .inner .project-wrapper.ver-2 > .row .col-4 {
        padding-left: 0;
        padding-right: 75px;
        min-width: calc(33.333% - 75px);
        max-width: calc(33.333% - 75px); }
        @media only screen and (max-width: 1500px) and (min-width: 1100px) {
          .sub-page#projects .section-1 .inner .project-wrapper.ver-2 > .row .col-4:nth-child(n+3) {
            margin-bottom: 75px; } }
  @media only screen and (max-width: 700px) {
    .sub-page#projects .section-1 .circle-accent {
      display: none; }
    .sub-page#projects .section-1 .inner {
      padding-bottom: 150px; }
      .sub-page#projects .section-1 .inner .tab:after, .sub-page#projects .section-1 .inner .tab:before {
        display: block; }
      .sub-page#projects .section-1 .inner .tab:before {
        left: -30px; }
      .sub-page#projects .section-1 .inner .tab:after {
        right: -30px; }
      .sub-page#projects .section-1 .inner .project-wrapper.ver-2 > .row {
        margin-left: 0;
        width: calc(100% + 0px*2); }
        .sub-page#projects .section-1 .inner .project-wrapper.ver-2 > .row .col-4 {
          padding-left: 0;
          padding-right: 0px;
          min-width: calc(100% - 0px);
          max-width: calc(100% - 0px); }
          .sub-page#projects .section-1 .inner .project-wrapper.ver-2 > .row .col-4:not(:last-child) {
            margin-bottom: 50px; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#projects .section-1 .inner {
      padding-bottom: 300px; }
      .sub-page#projects .section-1 .inner .tab:after, .sub-page#projects .section-1 .inner .tab:before {
        display: block; }
      .sub-page#projects .section-1 .inner .project-wrapper.ver-2 > .row {
        margin-left: 0;
        width: calc(100% + 0px*2); }
        .sub-page#projects .section-1 .inner .project-wrapper.ver-2 > .row .col-4 {
          padding-left: 0;
          padding-right: 0;
          min-width: calc(50% - 15px);
          max-width: calc(50% - 15px); }
          .sub-page#projects .section-1 .inner .project-wrapper.ver-2 > .row .col-4:nth-child(n+2) {
            margin-bottom: 50px; }
          .sub-page#projects .section-1 .inner .project-wrapper.ver-2 > .row .col-4:nth-child(odd) {
            padding-right: 15px; }
          .sub-page#projects .section-1 .inner .project-wrapper.ver-2 > .row .col-4:nth-child(even) {
            padding-left: 15px; } }

.sub-page.project-detail .section-header {
  min-height: 50vh; }
  .sub-page.project-detail .section-header .dot-accent {
    right: 250px;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: -1; }
  .sub-page.project-detail .section-header .inner {
    height: 100%;
    display: flex;
    padding-top: 250px; }
    .sub-page.project-detail .section-header .inner .t-n-s {
      position: relative;
      z-index: 3;
      margin-bottom: 50px;
      width: 285px; }
      .sub-page.project-detail .section-header .inner .t-n-s .title .client-logo {
        height: 75px; }
      .sub-page.project-detail .section-header .inner .t-n-s .title .title-highlight:before {
        width: calc(175px + 15px);
        background-color: rgba(157, 157, 157, 0.1); }
    .sub-page.project-detail .section-header .inner .project-info {
      width: calc(100% - 285px); }
      .sub-page.project-detail .section-header .inner .project-info .name {
        font-size: 32px;
        color: #32343C;
        font-family: "Galano-Bold";
        line-height: 1;
        letter-spacing: 0.5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 64px; }
      .sub-page.project-detail .section-header .inner .project-info p {
        padding-top: 35px;
        padding-bottom: 35px;
        max-width: 80%;
        border-bottom: 1px solid rgba(50, 52, 60, 0.1); }
      .sub-page.project-detail .section-header .inner .project-info > .row {
        margin-top: 35px; }
        .sub-page.project-detail .section-header .inner .project-info > .row .col-4 {
          padding-left: 0;
          padding-right: 0; }
      .sub-page.project-detail .section-header .inner .project-info .category, .sub-page.project-detail .section-header .inner .project-info .project-year {
        font-size: 16px;
        color: rgba(50, 52, 60, 0.5);
        font-family: "Galano-Regular";
        line-height: 1.75;
        letter-spacing: 0; }
        .sub-page.project-detail .section-header .inner .project-info .category a, .sub-page.project-detail .section-header .inner .project-info .project-year a {
          margin-right: 10px;
          margin-bottom: 8px; }
          .sub-page.project-detail .section-header .inner .project-info .category a.active, .sub-page.project-detail .section-header .inner .project-info .project-year a.active {
            color: #353434; }
      .sub-page.project-detail .section-header .inner .project-info .category {
        display: flex;
        flex-wrap: wrap; }
      .sub-page.project-detail .section-header .inner .project-info .company-type {
        font-size: 20px;
        color: #32343C;
        font-family: "Galano-Bold";
        line-height: 1.25;
        letter-spacing: 0;
        display: flex;
        align-items: center; }
        .sub-page.project-detail .section-header .inner .project-info .company-type .icon {
          margin-right: 15px; }
  @media only screen and (max-width: 700px) {
    .sub-page.project-detail .section-header .inner {
      padding-top: 150px;
      display: block; }
      .sub-page.project-detail .section-header .inner .t-n-s {
        width: 100%;
        margin-bottom: 25px; }
        .sub-page.project-detail .section-header .inner .t-n-s .title .client-logo {
          height: 55px; }
        .sub-page.project-detail .section-header .inner .t-n-s .title .title-highlight:before {
          width: 100px; }
      .sub-page.project-detail .section-header .inner .project-info {
        width: calc(100% - 0px); }
        .sub-page.project-detail .section-header .inner .project-info .name {
          font-size: 24px;
          height: 49px; }
        .sub-page.project-detail .section-header .inner .project-info p {
          padding-top: 25px;
          padding-bottom: 25px;
          max-width: 100%; }
        .sub-page.project-detail .section-header .inner .project-info > .row {
          margin-top: 25px; }
          .sub-page.project-detail .section-header .inner .project-info > .row .col-4 {
            padding-left: 0;
            padding-right: 0;
            min-width: 100%;
            max-width: 100%; }
            .sub-page.project-detail .section-header .inner .project-info > .row .col-4:not(:last-child) {
              margin-bottom: 25px; }
            .sub-page.project-detail .section-header .inner .project-info > .row .col-4:nth-child(1) {
              min-width: 80%;
              max-width: 80%; }
            .sub-page.project-detail .section-header .inner .project-info > .row .col-4:nth-child(2) {
              min-width: 20%;
              max-width: 20%;
              text-align: right; }
        .sub-page.project-detail .section-header .inner .project-info .category, .sub-page.project-detail .section-header .inner .project-info .project-year {
          font-size: 14px;
          margin-bottom: 10px; }
        .sub-page.project-detail .section-header .inner .project-info .company-type {
          font-size: 16px; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page.project-detail .section-header .inner {
      padding-top: 200px;
      display: block; }
      .sub-page.project-detail .section-header .inner .t-n-s {
        width: 100%;
        margin-bottom: 25px; }
      .sub-page.project-detail .section-header .inner .project-info {
        width: calc(100% - 0px); }
        .sub-page.project-detail .section-header .inner .project-info .name {
          font-size: 28px;
          height: 56px;
          max-width: 80%; } }
.sub-page.project-detail .section-1 {
  min-height: 100vh;
  margin-top: 150px; }
  .sub-page.project-detail .section-1 .circle-accent {
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-490px + 50px); }
    .sub-page.project-detail .section-1 .circle-accent:after {
      background-color: rgba(50, 52, 60, 0.25); }
  .sub-page.project-detail .section-1 .dot-accent {
    left: -100px;
    top: -100px;
    width: 350px;
    height: 50%; }
  .sub-page.project-detail .section-1 .inner {
    padding-bottom: 300px; }
    .sub-page.project-detail .section-1 .inner .project-content {
      width: 100%; }
  @media only screen and (max-width: 700px) {
    .sub-page.project-detail .section-1 {
      margin-top: 50px; }
      .sub-page.project-detail .section-1 .circle-accent {
        display: none; }
      .sub-page.project-detail .section-1 .inner {
        padding-bottom: 150px; } }

.sub-page#blogs .section-header {
  min-height: 50vh; }
  .sub-page#blogs .section-header .dot-accent {
    left: -100px;
    top: 0;
    width: 250px;
    height: 100%; }
  .sub-page#blogs .section-header .inner {
    height: 100%;
    display: flex;
    padding-top: 150px; }
    .sub-page#blogs .section-header .inner .t-n-s {
      position: relative;
      z-index: 3;
      padding-top: 100px;
      margin-bottom: 50px;
      width: 285px; }
      .sub-page#blogs .section-header .inner .t-n-s .title {
        font-size: 56px; }
    .sub-page#blogs .section-header .inner .row {
      width: calc(100% - 285px); }
      .sub-page#blogs .section-header .inner .row .col-12 {
        padding-left: 0;
        padding-right: 0; }
        .sub-page#blogs .section-header .inner .row .col-12 .blog-card .blog-info {
          display: flex;
          align-items: flex-start; }
          .sub-page#blogs .section-header .inner .row .col-12 .blog-card .blog-info .blog-type {
            padding-right: 50px; }
        .sub-page#blogs .section-header .inner .row .col-12 .blog-card .blog-img {
          height: 450px; }
  @media only screen and (max-width: 700px) {
    .sub-page#blogs .section-header {
      height: auto;
      z-index: 2; }
      .sub-page#blogs .section-header .inner {
        padding-top: 150px;
        display: block; }
        .sub-page#blogs .section-header .inner .t-n-s {
          width: 100%;
          padding-top: 0;
          margin-bottom: 75px; }
          .sub-page#blogs .section-header .inner .t-n-s .title {
            font-size: 48px; }
            .sub-page#blogs .section-header .inner .t-n-s .title .title-highlight:before {
              height: calc(48px + 15px);
              width: 100%; }
        .sub-page#blogs .section-header .inner .row {
          width: calc(100% - 0px); }
          .sub-page#blogs .section-header .inner .row .col-12 .blog-card .blog-info {
            display: block; }
            .sub-page#blogs .section-header .inner .row .col-12 .blog-card .blog-info .blog-type {
              padding-right: 0px; }
          .sub-page#blogs .section-header .inner .row .col-12 .blog-card .blog-img {
            height: 210px; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#blogs .section-header {
      height: auto;
      z-index: 2; }
      .sub-page#blogs .section-header .inner {
        padding-top: 200px;
        display: block; }
        .sub-page#blogs .section-header .inner .t-n-s {
          width: 100%;
          padding-top: 0;
          margin-bottom: 50px; }
          .sub-page#blogs .section-header .inner .t-n-s .title {
            font-size: 56px; }
            .sub-page#blogs .section-header .inner .t-n-s .title br {
              display: none; }
            .sub-page#blogs .section-header .inner .t-n-s .title .title-highlight:before {
              height: calc(56px + 15px);
              width: 100%; }
        .sub-page#blogs .section-header .inner .row {
          width: calc(100% - 0px); }
          .sub-page#blogs .section-header .inner .row .col-12 .blog-card {
            width: 100%; }
            .sub-page#blogs .section-header .inner .row .col-12 .blog-card .blog-img {
              height: 365px; } }
.sub-page#blogs .section-1 {
  padding-top: 150px;
  min-height: auto; }
  .sub-page#blogs .section-1 .circle-accent {
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-490px + 50px); }
    .sub-page#blogs .section-1 .circle-accent:after {
      background-color: rgba(50, 52, 60, 0.25); }
  .sub-page#blogs .section-1 .dot-accent {
    left: -100px;
    top: -100px;
    width: 350px;
    height: 50%;
    z-index: -1; }
  .sub-page#blogs .section-1 .inner {
    margin-top: 0px;
    padding-left: 0;
    width: 100%;
    padding-bottom: 300px; }
    .sub-page#blogs .section-1 .inner .btn-wrapper {
      margin-bottom: 50px;
      align-items: center; }
      .sub-page#blogs .section-1 .inner .btn-wrapper p {
        width: 285px;
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #0D4F9D; }
      .sub-page#blogs .section-1 .inner .btn-wrapper .btn-icon .icon {
        margin-top: -2.5px; }
    .sub-page#blogs .section-1 .inner .blog-slider {
      height: auto; }
      .sub-page#blogs .section-1 .inner .blog-slider > .row {
        margin-left: -60px;
        width: calc(100% + 75px*2); }
        .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4 {
          padding-left: 0;
          padding-right: 75px;
          min-width: calc(33.333% - 75px);
          max-width: calc(33.333% - 75px); }
          @media only screen and (max-width: 1500px) and (min-width: 1100px) {
            .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4:nth-child(n+3) {
              margin-bottom: 75px; } }
          .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4 .blog-card {
            width: 400px; }
  @media only screen and (max-width: 700px) {
    .sub-page#blogs .section-1 {
      padding-top: 50px;
      z-index: 1; }
      .sub-page#blogs .section-1 .circle-accent {
        display: none; }
      .sub-page#blogs .section-1 .inner {
        padding-bottom: 150px; }
        .sub-page#blogs .section-1 .inner .btn-wrapper {
          margin-bottom: 50px;
          align-items: flex-start;
          flex-wrap: wrap; }
          .sub-page#blogs .section-1 .inner .btn-wrapper p {
            width: 100%;
            min-width: 100%;
            max-width: 100%;
            margin-bottom: 25px; }
          .sub-page#blogs .section-1 .inner .btn-wrapper .btn-icon .icon {
            margin-top: -2.5px; }
        .sub-page#blogs .section-1 .inner .blog-slider > .row {
          margin-left: 0;
          width: calc(100% + 0px*2);
          height: auto; }
          .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4 {
            padding-left: 0;
            padding-right: 0px;
            min-width: calc(100% - 0px);
            max-width: calc(100% - 0px); }
            .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4:not(:last-child) {
              margin-bottom: 50px; }
            .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4 .blog-card {
              width: 100%; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#blogs .section-1 {
      z-index: 1;
      padding-top: 100px; }
      .sub-page#blogs .section-1 .inner {
        padding-bottom: 300px; }
        .sub-page#blogs .section-1 .inner .btn-wrapper {
          margin-bottom: 50px;
          align-items: center; }
          .sub-page#blogs .section-1 .inner .btn-wrapper p {
            width: auto; }
          .sub-page#blogs .section-1 .inner .btn-wrapper .btn-dropdown:nth-child(2) {
            margin-left: auto; }
          .sub-page#blogs .section-1 .inner .btn-wrapper .btn-icon .icon {
            margin-top: -2.5px; }
        .sub-page#blogs .section-1 .inner .blog-slider > .row {
          margin-left: 0;
          width: calc(100% + 0px*2);
          height: auto; }
          .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4 {
            padding-left: 0;
            padding-right: 0;
            min-width: calc(50% - 15px);
            max-width: calc(50% - 15px); }
            .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4:nth-child(n+2) {
              margin-bottom: 50px; }
            .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4:nth-child(odd) {
              padding-right: 15px; }
            .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4:nth-child(even) {
              padding-left: 15px; }
            .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4 .blog-card {
              width: 100%; }
              .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4 .blog-card .blog-img {
                height: 185px; }
                .sub-page#blogs .section-1 .inner .blog-slider > .row .col-4 .blog-card .blog-img img {
                  width: auto;
                  height: 100%; } }

.sub-page.blog-detail .nav.active .inner .nav-item.logo img.logo-white, .sub-page.blog-detail .nav.scroll-active .inner .nav-item.logo img.logo-white {
  visibility: hidden;
  opacity: 0; }
.sub-page.blog-detail .nav.active .inner .nav-item.logo img.logo-blue, .sub-page.blog-detail .nav.scroll-active .inner .nav-item.logo img.logo-blue {
  visibility: visible;
  opacity: 1; }
.sub-page.blog-detail .nav.active .inner .nav-item.page-youre-in, .sub-page.blog-detail .nav.scroll-active .inner .nav-item.page-youre-in {
  color: #0D4F9D; }
.sub-page.blog-detail .nav.active .inner .nav-item.artex-ads > span.text, .sub-page.blog-detail .nav.scroll-active .inner .nav-item.artex-ads > span.text {
  color: #0D4F9D; }
.sub-page.blog-detail .nav.active .inner .nav-item.menu span, .sub-page.blog-detail .nav.scroll-active .inner .nav-item.menu span {
  background-color: #0D4F9D; }
.sub-page.blog-detail .nav .inner .nav-item.logo img.logo-white {
  visibility: visible;
  opacity: 1; }
.sub-page.blog-detail .nav .inner .nav-item.logo img.logo-blue {
  visibility: hidden;
  opacity: 0; }
.sub-page.blog-detail .nav .inner .nav-item.page-youre-in {
  color: #fff; }
.sub-page.blog-detail .nav .inner .nav-item.artex-ads > span.text {
  color: #fff; }
.sub-page.blog-detail .nav .inner .nav-item.menu span {
  background-color: #fff; }
.sub-page.blog-detail .section-header {
  min-height: 50vh;
  z-index: 3;
  overflow: hidden;
  background-image: url(http://dekodr.co.id/artex-v2-assets/images/BG-02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #9D9D9D; }
  .sub-page.blog-detail .section-header .dot-accent {
    right: 250px;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: -1;
    display: none; }
  .sub-page.blog-detail .section-header .inner {
    height: 100%;
    display: flex;
    padding-top: 250px; }
    .sub-page.blog-detail .section-header .inner .t-n-s {
      position: relative;
      z-index: 3;
      margin-bottom: 50px; }
      .sub-page.blog-detail .section-header .inner .t-n-s .title {
        font-size: 64px;
        color: #fff; }
        .sub-page.blog-detail .section-header .inner .t-n-s .title .title-highlight:before {
          height: calc(64px + 15px); }
    .sub-page.blog-detail .section-header .inner .project-info {
      width: calc(100% - 285px); }
      .sub-page.blog-detail .section-header .inner .project-info .name {
        font-size: 32px;
        color: #32343C;
        font-family: "Galano-Bold";
        line-height: 1;
        letter-spacing: 0.5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        height: 64px; }
      .sub-page.blog-detail .section-header .inner .project-info p {
        padding-top: 35px;
        padding-bottom: 35px;
        max-width: 80%;
        border-bottom: 1px solid rgba(50, 52, 60, 0.1); }
      .sub-page.blog-detail .section-header .inner .project-info > .row {
        margin-top: 35px; }
        .sub-page.blog-detail .section-header .inner .project-info > .row .col-4 {
          padding-left: 0;
          padding-right: 0; }
      .sub-page.blog-detail .section-header .inner .project-info .category, .sub-page.blog-detail .section-header .inner .project-info .project-year {
        font-size: 16px;
        color: rgba(50, 52, 60, 0.5);
        font-family: "Galano-Regular";
        line-height: 1.75;
        letter-spacing: 0; }
      .sub-page.blog-detail .section-header .inner .project-info .company-type {
        font-size: 20px;
        color: #32343C;
        font-family: "Galano-Bold";
        line-height: 1.75;
        letter-spacing: 0;
        display: flex;
        align-items: center; }
        .sub-page.blog-detail .section-header .inner .project-info .company-type .icon {
          margin-right: 15px; }
  @media only screen and (max-width: 700px) {
    .sub-page.blog-detail .section-header .inner {
      padding-top: 150px;
      height: calc(50vh - 150px);
      align-items: flex-end; }
      .sub-page.blog-detail .section-header .inner .t-n-s {
        width: 100%;
        margin-bottom: 25px; }
        .sub-page.blog-detail .section-header .inner .t-n-s .title {
          font-size: 32px;
          color: #fff; }
          .sub-page.blog-detail .section-header .inner .t-n-s .title br {
            display: none; }
          .sub-page.blog-detail .section-header .inner .t-n-s .title .title-highlight:before {
            height: calc(32px + 15px); }
      .sub-page.blog-detail .section-header .inner .project-info {
        width: calc(100% - 0px); }
        .sub-page.blog-detail .section-header .inner .project-info .name {
          font-size: 24px;
          height: 49px; }
        .sub-page.blog-detail .section-header .inner .project-info p {
          padding-top: 25px;
          padding-bottom: 25px;
          max-width: 100%; }
        .sub-page.blog-detail .section-header .inner .project-info > .row {
          margin-top: 25px; }
          .sub-page.blog-detail .section-header .inner .project-info > .row .col-4 {
            padding-left: 0;
            padding-right: 0;
            min-width: 100%;
            max-width: 100%; }
            .sub-page.blog-detail .section-header .inner .project-info > .row .col-4:not(:last-child) {
              margin-bottom: 25px;
              min-width: 50%;
              max-width: 50%; }
            .sub-page.blog-detail .section-header .inner .project-info > .row .col-4:nth-child(2) {
              text-align: right; }
        .sub-page.blog-detail .section-header .inner .project-info .category, .sub-page.blog-detail .section-header .inner .project-info .project-year {
          font-size: 14px;
          margin-bottom: 10px; }
        .sub-page.blog-detail .section-header .inner .project-info .company-type {
          font-size: 16px; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page.blog-detail .section-header .inner {
      padding-top: 200px;
      height: calc(50vh - 200px);
      align-items: flex-end; }
      .sub-page.blog-detail .section-header .inner .t-n-s {
        width: 100%;
        margin-bottom: 25px; }
      .sub-page.blog-detail .section-header .inner .project-info {
        width: calc(100% - 0px); }
        .sub-page.blog-detail .section-header .inner .project-info .name {
          font-size: 28px;
          height: 56px;
          max-width: 80%; } }
.sub-page.blog-detail .section-1 {
  min-height: 100vh;
  margin-top: 50px; }
  .sub-page.blog-detail .section-1 .circle-accent {
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-490px + 50px); }
    .sub-page.blog-detail .section-1 .circle-accent:after {
      background-color: rgba(50, 52, 60, 0.25); }
  .sub-page.blog-detail .section-1 .dot-accent {
    right: -100px;
    top: -100px;
    width: 350px;
    height: 50%; }
  .sub-page.blog-detail .section-1 .inner {
    padding-bottom: 300px; }
    .sub-page.blog-detail .section-1 .inner .article > .row {
      align-items: flex-end; }
      .sub-page.blog-detail .section-1 .inner .article > .row .col-3 {
        text-align: right; }
        .sub-page.blog-detail .section-1 .inner .article > .row .col-3 .date {
          width: 100%;
          margin-bottom: 10px;
          font-size: 18px; }
  @media only screen and (max-width: 700px) {
    .sub-page.blog-detail .section-1 {
      margin-top: 50px; }
      .sub-page.blog-detail .section-1 .circle-accent {
        display: none; }
      .sub-page.blog-detail .section-1 .inner {
        padding-bottom: 150px; }
        .sub-page.blog-detail .section-1 .inner .article > .row {
          flex-direction: column-reverse;
          align-items: flex-end; }
          .sub-page.blog-detail .section-1 .inner .article > .row .col-9, .sub-page.blog-detail .section-1 .inner .article > .row .col-3 {
            padding-left: 0;
            padding-right: 0;
            min-width: 100%;
            max-width: 100%; }
          .sub-page.blog-detail .section-1 .inner .article > .row .col-3 {
            text-align: left; }
            .sub-page.blog-detail .section-1 .inner .article > .row .col-3 .date {
              margin-bottom: 25px; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page.blog-detail .section-1 .inner .article > .row {
      flex-direction: column-reverse;
      align-items: flex-end; }
      .sub-page.blog-detail .section-1 .inner .article > .row .col-9, .sub-page.blog-detail .section-1 .inner .article > .row .col-3 {
        padding-left: 0;
        padding-right: 0;
        min-width: 100%;
        max-width: 100%; }
      .sub-page.blog-detail .section-1 .inner .article > .row .col-3 {
        text-align: left; }
        .sub-page.blog-detail .section-1 .inner .article > .row .col-3 .date {
          margin-bottom: 25px; } }

.sub-page#career .section-header {
  height: 100vh;
  z-index: 3; }
  .sub-page#career .section-header .dot-accent {
    left: -100px;
    top: 0;
    width: 250px;
    height: 100%; }
  .sub-page#career .section-header .career-img-accent {
    position: absolute;
    width: 550px;
    height: 350px;
    right: -100px;
    bottom: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .sub-page#career .section-header .career-img-accent:hover {
      filter: grayscale(0); }
    .sub-page#career .section-header .career-img-accent .img-wp {
      width: 100%;
      height: 700px;
      border-radius: 0 0 550px 550px;
      position: relative;
      overflow: hidden; }
      .sub-page#career .section-header .career-img-accent .img-wp img {
        width: 625px;
        transition: all .32s;
        filter: grayscale(1);
        z-index: 1;
        position: absolute;
        left: calc(50% - 65px);
        bottom: -25px;
        transform: translateX(-50%); }
    .sub-page#career .section-header .career-img-accent .img-accent-2 {
      width: 550px;
      height: 550px;
      border-radius: 550px;
      position: absolute;
      bottom: 0;
      left: 0;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .sub-page#career .section-header .career-img-accent .img-accent-2 img {
        position: absolute;
        width: 1100px;
        height: 1100px; }
    .sub-page#career .section-header .career-img-accent .text-wp {
      position: absolute;
      width: 665px;
      height: 550px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .sub-page#career .section-header .career-img-accent .text-wp:after {
        content: '';
        -webkit-mask: url(../assets/images/career-circle-accent.svg) no-repeat 50% 50%;
        mask: url(../assets/images/career-circle-accent.svg) no-repeat 50% 50%;
        background-color: #0D4F9D;
        -webkit-mask-size: contain;
        mask-size: contain;
        width: calc(550px + 150px);
        height: calc(550px + 150px);
        -webkit-animation: spin 25s linear infinite;
        -moz-animation: spin 25s linear infinite;
        animation: spin 25s linear infinite; }
  .sub-page#career .section-header .inner {
    height: 100%;
    display: flex;
    align-items: center; }
    .sub-page#career .section-header .inner .t-n-s {
      position: relative;
      z-index: 3; }
  @media only screen and (max-width: 700px) {
    .sub-page#career .section-header .career-img-accent {
      right: auto;
      left: 50%;
      transform: translateX(-50%); }
    .sub-page#career .section-header .inner {
      padding-bottom: 150px; }
      .sub-page#career .section-header .inner .t-n-s {
        width: 100%;
        margin-top: -250px;
        text-align: center; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#career .section-header .career-img-accent {
      right: auto;
      left: 50%;
      transform: translateX(-50%); }
    .sub-page#career .section-header .inner .t-n-s {
      width: 100%;
      margin-top: -450px;
      text-align: center; }
      .sub-page#career .section-header .inner .t-n-s .subtitle {
        max-width: 100% !important; } }
.sub-page#career .section-1 {
  min-height: 100vh; }
  .sub-page#career .section-1 .circle-accent {
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-490px + 50px); }
    .sub-page#career .section-1 .circle-accent:after {
      background-color: rgba(50, 52, 60, 0.25); }
  .sub-page#career .section-1 .dot-accent {
    left: -100px;
    top: -100px;
    width: 350px;
    height: 1200px; }
  .sub-page#career .section-1 .inner {
    margin-top: 150px;
    padding-top: 150px; }
    .sub-page#career .section-1 .inner.sub-1 .t-n-s {
      width: 285px; }
      .sub-page#career .section-1 .inner.sub-1 .t-n-s .title {
        font-size: 40px;
        color: #0D4F9D;
        font-family: "Galano-Regular";
        line-height: 1.05;
        letter-spacing: 0.5px; }
    .sub-page#career .section-1 .inner.sub-1 .accordion-wrapper {
      width: calc(100% - 285px); }
    .sub-page#career .section-1 .inner.sub-2 {
      margin-top: 75px;
      padding-top: 0;
      padding-bottom: 300px; }
      .sub-page#career .section-1 .inner.sub-2 .form {
        position: relative;
        display: flex; }
        .sub-page#career .section-1 .inner.sub-2 .form .form-title {
          width: 285px;
          font-size: 40px;
          color: #0D4F9D;
          font-family: "Galano-Regular";
          line-height: 1.05;
          letter-spacing: 0.5px; }
        .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper {
          width: calc(100% - 285px); }
          .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper > .row .col-6 {
            max-width: calc(50% - 12px); }
          .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .row > .col-6.pr-0 .btn-wrapper .btn:first-child {
            margin-right: 0; }
          .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper .btn {
            border-radius: 8px; }
            .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper .btn.btn-service.btn-loading .icon > i {
              -webkit-animation: spin 2s linear infinite;
              -moz-animation: spin 2s linear infinite;
              animation: spin 2s linear infinite; }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
          .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .show-on-mobile {
            display: none; }
            @media only screen and (max-width: 700px) {
              .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .show-on-mobile {
                display: flex; } }
          .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .hide-on-mobile {
            display: flex; }
            @media only screen and (max-width: 700px) {
              .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .hide-on-mobile {
                display: none; } }
  @media only screen and (max-width: 700px) {
    .sub-page#career .section-1 .circle-accent {
      display: none; }
    .sub-page#career .section-1 .inner.sub-1 > .row {
      flex-direction: column; }
    .sub-page#career .section-1 .inner.sub-1 .t-n-s {
      width: 100%; }
    .sub-page#career .section-1 .inner.sub-1 .accordion-wrapper {
      width: calc(100% - 0px); }
    .sub-page#career .section-1 .inner.sub-2 {
      margin-top: 75px;
      padding-bottom: 150px; }
      .sub-page#career .section-1 .inner.sub-2 .form {
        flex-direction: column; }
        .sub-page#career .section-1 .inner.sub-2 .form .form-title {
          width: 100%;
          margin-bottom: 25px; }
        .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper {
          width: 100%; }
          .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper > .row .col-6 {
            padding-left: 0 !important;
            padding-right: 0 !important;
            min-width: calc(100% - 0px) !important;
            max-width: calc(100% - 0px) !important; }
            .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper > .row .col-6:not(:last-child) {
              margin-bottom: 25px; }
          .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) {
            flex-direction: column; }
            .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) a.btn {
              min-width: calc(100% - 24px*2); }
            .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) .btn {
              min-width: calc(100% - 0px*2);
              max-width: calc(100% - 0px*2); }
              .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) .btn:not(:last-child) {
                margin-right: 0;
                margin-bottom: 25px; }
              .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) .btn.ml-auto {
                margin-left: 0; }
              .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) .btn.show-on-mobile {
                display: flex; }
              .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper:not(.hide-on-mobile) .btn.btn-green {
                color: rgba(50, 52, 60, 0.75); } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#career .section-1 .inner.sub-2 {
      margin-top: 75px; }
      .sub-page#career .section-1 .inner.sub-2 .form {
        flex-direction: column; }
        .sub-page#career .section-1 .inner.sub-2 .form .form-title {
          width: 100%;
          margin-bottom: 25px; }
        .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper {
          width: 100%; }
          .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper > .row .col-6 {
            max-width: calc(50% - 12px); }
          .sub-page#career .section-1 .inner.sub-2 .form .form-wrapper .btn-wrapper .btn {
            margin-right: 0; } }

.sub-page#reach-us .section-header {
  height: 100vh;
  overflow: hidden; }
  .sub-page#reach-us .section-header .map-wp {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: calc(100% + 50px); }
    .sub-page#reach-us .section-header .map-wp:after, .sub-page#reach-us .section-header .map-wp:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100px;
      background: rgba(0, 0, 0, 0);
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.8)));
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
      z-index: 3; }
    .sub-page#reach-us .section-header .map-wp:before {
      bottom: auto;
      top: 0;
      transform: rotate(-180deg); }
    .sub-page#reach-us .section-header .map-wp #contact-map {
      width: 100%;
      height: 100%; }
  @media only screen and (max-width: 700px) {
    .sub-page#reach-us .section-header {
      height: 75vh; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#reach-us .section-header {
      height: 75vh; } }
.sub-page#reach-us .footer > .btn + .text-accent:after {
  -webkit-mask: url(../assets/images/stop-by-circle-accent.svg) no-repeat 50% 50%;
  mask: url(../assets/images/stop-by-circle-accent.svg) no-repeat 50% 50%; }

.sub-page.ads-page .section-header {
  height: 100vh;
  z-index: 3;
  overflow: hidden; }
  .sub-page.ads-page .section-header .dot-accent {
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: -1; }
  .sub-page.ads-page .section-header .img-accent-1 {
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    height: 550px;
    filter: grayscale(1);
    z-index: 2; }
  .sub-page.ads-page .section-header .img-accent-2 {
    width: 550px;
    height: 550px;
    border-radius: 550px;
    position: absolute;
    right: -100px;
    top: 50%;
    transform: translateY(-50%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center; }
    .sub-page.ads-page .section-header .img-accent-2 img {
      position: absolute;
      width: 1100px;
      height: 1100px; }
  .sub-page.ads-page .section-header .inner {
    height: 100%;
    display: flex; }
    .sub-page.ads-page .section-header .inner .t-n-s {
      position: relative;
      z-index: 3;
      padding-top: 200px;
      margin-bottom: 50px; }
      .sub-page.ads-page .section-header .inner .t-n-s .subtitle {
        max-width: 100%; }
  @media only screen and (max-width: 700px) {
    .sub-page.ads-page .section-header {
      height: calc(100vh + 150px); }
      .sub-page.ads-page .section-header .img-accent-1 {
        height: 450px;
        right: auto;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%); }
      .sub-page.ads-page .section-header .img-accent-2 {
        height: 450px;
        width: 450px;
        border-radius: 450px;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%); }
      .sub-page.ads-page .section-header .inner {
        padding-top: 150px;
        height: calc(100% - 150px);
        align-items: flex-start; }
        .sub-page.ads-page .section-header .inner .t-n-s {
          width: 100%;
          margin-bottom: 25px;
          padding-top: 0; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page.ads-page .section-header {
      height: calc(100vh + 200px); }
      .sub-page.ads-page .section-header .img-accent-1 {
        right: auto;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%); }
      .sub-page.ads-page .section-header .img-accent-2 {
        left: 50%;
        bottom: 0;
        transform: translateX(-50%); }
      .sub-page.ads-page .section-header .inner {
        padding-top: 200px;
        height: calc(100% - 200px);
        align-items: flex-start; }
        .sub-page.ads-page .section-header .inner .t-n-s {
          width: 100%;
          margin-bottom: 25px;
          padding-top: 0; } }
.sub-page.ads-page .section-1 {
  margin-top: 50px; }
  .sub-page.ads-page .section-1 .circle-accent {
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-490px + 50px); }
    .sub-page.ads-page .section-1 .circle-accent:after {
      background-color: rgba(50, 52, 60, 0.25); }
  .sub-page.ads-page .section-1 .dot-accent {
    right: -100px;
    top: -100px;
    width: 350px;
    height: 50%; }
  .sub-page.ads-page .section-1 .inner .ads-services {
    display: flex;
    width: 100%; }
    .sub-page.ads-page .section-1 .inner .ads-services .service-title {
      width: 285px;
      font-size: 40px;
      color: #0D4F9D;
      font-family: "Galano-Regular";
      line-height: 1.05;
      letter-spacing: 0.5px; }
    .sub-page.ads-page .section-1 .inner .ads-services .service-content {
      width: calc(100% - 285px); }
      .sub-page.ads-page .section-1 .inner .ads-services .service-content > .row {
        margin-left: -12px;
        width: calc(100% + 12px*2); }
        .sub-page.ads-page .section-1 .inner .ads-services .service-content > .row .col-4 {
          min-width: calc(33.333% - 12px*2);
          max-width: calc(33.333% - 12px*2);
          transition: all .32s; }
          @media only screen and (max-width: 1500px) and (min-width: 1100px) {
            .sub-page.ads-page .section-1 .inner .ads-services .service-content > .row .col-4 {
              padding-top: 12px;
              padding-bottom: 12px;
              border-radius: 12px;
              margin-bottom: 50px; }
              .sub-page.ads-page .section-1 .inner .ads-services .service-content > .row .col-4:hover {
                background-color: #fff;
                box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
                transform: translateY(-5px); }
                .sub-page.ads-page .section-1 .inner .ads-services .service-content > .row .col-4:hover .service-item .icon {
                  filter: grayscale(0); } }
      .sub-page.ads-page .section-1 .inner .ads-services .service-content .service-item .icon {
        height: 75px;
        width: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        filter: grayscale(1);
        transition: all .32s;
        margin-bottom: 15px; }
        .sub-page.ads-page .section-1 .inner .ads-services .service-content .service-item .icon img {
          width: 100%; }
      .sub-page.ads-page .section-1 .inner .ads-services .service-content .service-item .info .text {
        font-size: 20px;
        color: #0D4F9D;
        font-family: "Galano-Bold";
        line-height: 1.05;
        letter-spacing: 0.5px;
        margin-bottom: 8px;
        max-width: 90%; }
      .sub-page.ads-page .section-1 .inner .ads-services .service-content .service-item .info p {
        max-width: 90%; }
  .sub-page.ads-page .section-1 .inner.sub-0 {
    margin-top: 0;
    min-height: auto;
    margin-bottom: 100px;
    padding-left: 285px;
    width: calc(100% - 285px); }
    .sub-page.ads-page .section-1 .inner.sub-0 p {
      max-width: 75%;
      font-size: 18px;
      position: relative;
      z-index: 2; }
      .sub-page.ads-page .section-1 .inner.sub-0 p > span {
        font-family: "Galano-Regular"; }
        .sub-page.ads-page .section-1 .inner.sub-0 p > span > span {
          font-family: "Galano-Bold"; }
  .sub-page.ads-page .section-1 .inner.sub-2 {
    margin-top: 75px; }
  .sub-page.ads-page .section-1 .inner.sub-3 {
    margin-top: 125px; }
    .sub-page.ads-page .section-1 .inner.sub-3.last-sub {
      padding-bottom: 300px; }
    .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider > .row .col-4 {
      padding-left: 0;
      padding-right: 0;
      height: 100%; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider > .row .col-4:first-child {
        margin-right: -2px; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider > .row .col-4:first-child .ads-card {
          border-radius: 12px 0 0 12px; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider > .row .col-4:last-child {
        margin-left: -2px; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider > .row .col-4:last-child .ads-card {
          border-radius: 0 12px 12px 0; }
    .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider > .row .slick-list {
      overflow: visible; }
    .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card {
      position: relative;
      width: calc(100% - 0px*2);
      min-height: 525px;
      border: 2px solid rgba(157, 157, 157, 0.2);
      background-color: #fff;
      border-collapse: collapse;
      transition: all .32s;
      overflow: hidden; }
      @media only screen and (max-width: 1500px) and (min-width: 1100px) {
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card:hover > .btn {
          visibility: visible;
          opacity: 1;
          bottom: 25px;
          color: rgba(0, 0, 0, 0.25); }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card:hover > .btn:after {
            top: calc(50% + 0px); } }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.active {
        border-color: #00FF7F;
        transform: scale(1.05);
        z-index: 4; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.active > .btn {
          visibility: visible;
          opacity: 1;
          bottom: 25px;
          color: rgba(0, 0, 0, 0.25); }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.active > .btn:after {
            top: calc(50% + 0px); }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card .card-header {
        padding: 25px;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card .card-header:after {
          content: '';
          position: absolute;
          left: 50%;
          transform: translate(-50%, 0);
          bottom: 0;
          width: calc(100% - 25px*2);
          height: 1px;
          background-color: rgba(157, 157, 157, 0.2); }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card .card-header .icon {
          margin-bottom: 15px; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card .card-header .icon img {
            height: 65px;
            transition: all .32s; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card .card-header .text {
          margin-bottom: 15px;
          font-size: 20px;
          color: #00FF7F;
          font-family: "Galano-Regular";
          line-height: 1.05;
          letter-spacing: 0.5px; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card .card-header .price {
          font-size: 28px;
          color: #00FF7F;
          font-family: "Galano-Bold";
          line-height: 1.05;
          letter-spacing: 0.5px;
          position: relative;
          padding-left: 32px; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card .card-header .price span {
            font-size: 16px;
            font-family: "Galano-Regular";
            position: absolute;
            left: 0;
            top: 0; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card .card-content {
        padding: 25px;
        position: relative; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card .card-content .content-list {
          position: relative; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card .card-content .content-list:not(:last-child) {
            margin-bottom: 18px; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card .card-content .content-list .icon {
            font-size: 16px;
            color: #00FF7F;
            position: absolute;
            left: 0;
            top: 0; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card .card-content .content-list p {
            padding-left: 28px;
            line-height: 1.2; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card > .btn {
        position: absolute;
        left: 50%;
        bottom: -50px;
        transform: translateX(-50%);
        visibility: hidden;
        opacity: 0; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-silver {
        border-color: #747d8c;
        background-color: #747d8c; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-silver .card-header .text, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-silver .card-header .price {
          color: #fff; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-silver .card-content .content-list .icon, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-silver .card-content .content-list p {
          color: #fff; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-silver > .btn {
          color: #747d8c; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-silver > .btn:before {
            border-color: #fff; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-silver > .btn:after {
            top: 50%;
            background-color: #fff; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-gold {
        border-color: #eccc68;
        background-color: #eccc68; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-gold .card-header .text, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-gold .card-header .price {
          color: #fff; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-gold .card-content .content-list .icon, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-gold .card-content .content-list p {
          color: #fff; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-gold > .btn {
          color: #eccc68; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-gold > .btn:before {
            border-color: #fff; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-gold > .btn:after {
            top: 50%;
            background-color: #fff; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-platinum {
        border-color: #a4b0be;
        background-color: #a4b0be; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-platinum .card-header .text, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-platinum .card-header .price {
          color: #fff; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-platinum .card-content .content-list .icon, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-platinum .card-content .content-list p {
          color: #fff; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-platinum > .btn {
          color: #a4b0be; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-platinum > .btn:before {
            border-color: #fff; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.paket-platinum > .btn:after {
            top: 50%;
            background-color: #fff; }
    .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .btn-wrapper {
      width: 100%;
      justify-content: center;
      margin-top: 50px; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .btn-wrapper .btn.btn-blue {
        min-width: 250px; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .btn-wrapper .btn-green {
        margin-left: auto; }
    .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package {
      width: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      background-image: url(http://dekodr.co.id/artex-v2-assets/images/BG-02.png);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #9D9D9D; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row {
        padding: 50px 25px; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-9, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 {
          padding-left: 0;
          padding-right: 0; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-9 .t-n-s, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 .t-n-s {
            position: relative; }
            .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-9 .t-n-s .title, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 .t-n-s .title {
              font-size: 48px;
              color: #fff;
              margin-bottom: 0; }
              .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-9 .t-n-s .title .title-highlight:before, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 .t-n-s .title .title-highlight:before {
                height: calc(48px + 15px); }
            .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-9 .t-n-s .subtitle, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 .t-n-s .subtitle {
              line-height: 1.35;
              color: #fff;
              margin-bottom: 25px; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 {
          display: flex;
          align-items: center;
          justify-content: flex-end;
          flex-direction: column; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 .btn {
            min-width: calc(100% - 0px*2);
            margin-top: 25px; }
            .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 .btn.btn-blue {
              animation: pulse 1.5s infinite; }
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(70, 148, 240, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(70, 148, 240, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(70, 148, 240, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(70, 148, 240, 0.4);
    box-shadow: 0 0 0 0 rgba(70, 148, 240, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 25px rgba(70, 148, 240, 0);
    box-shadow: 0 0 0 25px rgba(70, 148, 240, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(70, 148, 240, 0);
    box-shadow: 0 0 0 0 rgba(70, 148, 240, 0); } }
  @media only screen and (max-width: 700px) {
    .sub-page.ads-page .section-1 {
      margin-top: 50px; }
      .sub-page.ads-page .section-1 .circle-accent {
        display: none; }
      .sub-page.ads-page .section-1 .inner .ads-services {
        flex-direction: column; }
        .sub-page.ads-page .section-1 .inner .ads-services .service-title {
          width: 100%;
          margin-bottom: 50px; }
        .sub-page.ads-page .section-1 .inner .ads-services .service-content {
          width: 100%; }
          .sub-page.ads-page .section-1 .inner .ads-services .service-content > .row {
            margin-left: 0;
            width: calc(100% + 0px*2); }
            .sub-page.ads-page .section-1 .inner .ads-services .service-content > .row .col-4 {
              padding-left: 0;
              padding-right: 0;
              min-width: 100%;
              max-width: 100%; }
              .sub-page.ads-page .section-1 .inner .ads-services .service-content > .row .col-4:not(:last-child) {
                margin-bottom: 35px; }
          .sub-page.ads-page .section-1 .inner .ads-services .service-content .service-item {
            padding-left: calc(75px + 15px); }
            .sub-page.ads-page .section-1 .inner .ads-services .service-content .service-item .icon {
              height: 75px;
              width: 75px;
              filter: grayscale(0);
              margin-bottom: 0;
              position: absolute;
              left: 0;
              top: -8px; }
            .sub-page.ads-page .section-1 .inner .ads-services .service-content .service-item .info p {
              max-width: 100%; }
      .sub-page.ads-page .section-1 .inner.sub-0 {
        margin-top: 0;
        padding-left: 0px;
        width: calc(100% - 0px); }
        .sub-page.ads-page .section-1 .inner.sub-0 p {
          max-width: 100%;
          font-size: 16px; }
      .sub-page.ads-page .section-1 .inner.sub-1 .ads-services .service-title {
        margin-bottom: 35px; }
        .sub-page.ads-page .section-1 .inner.sub-1 .ads-services .service-title br {
          display: none; }
      .sub-page.ads-page .section-1 .inner.sub-3.last-sub {
        padding-bottom: 150px; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider > .row {
        margin-left: 0px;
        width: calc(100% + 0px); }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider > .row .col-4 {
          padding-left: 0;
          padding-right: 0;
          margin-left: 0; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider > .row .col-4:first-child {
            margin-right: 0; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card {
        min-height: 528px; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card.active {
          transform: scale(1); }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card > .btn {
          position: relative;
          left: 0;
          bottom: 0;
          transform: translateX(0);
          visibility: visible;
          opacity: 1;
          margin: 15px auto;
          min-width: 125px;
          max-width: 125px; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card > .btn:after {
            top: 50%; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .btn-wrapper {
        flex-direction: column-reverse; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .btn-wrapper .btn {
          min-width: calc(100% - 0px*2); }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .btn-wrapper .btn.btn-green {
            margin-bottom: 25px; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row {
        padding: 50px 25px 25px; }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-9, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 {
          min-width: 100%;
          max-width: 100%; }
          .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-9 .t-n-s, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 .t-n-s {
            position: relative; }
            .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-9 .t-n-s .title, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 .t-n-s .title {
              font-size: 28px; }
              .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-9 .t-n-s .title .title-highlight:before, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 .t-n-s .title .title-highlight:before {
                height: calc(28px + 15px); }
        .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 {
          flex-direction: column-reverse;
          justify-content: flex-start;
          margin-top: 25px; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page.ads-page .section-1 .inner .ads-services {
      flex-direction: column; }
      .sub-page.ads-page .section-1 .inner .ads-services .service-title {
        width: 100%;
        margin-bottom: 25px; }
        .sub-page.ads-page .section-1 .inner .ads-services .service-title br {
          display: none; }
      .sub-page.ads-page .section-1 .inner .ads-services .service-content {
        width: 100%; }
        .sub-page.ads-page .section-1 .inner .ads-services .service-content > .row {
          margin-left: 0;
          width: calc(100% + 0px*2); }
          .sub-page.ads-page .section-1 .inner .ads-services .service-content > .row .col-4 {
            padding-left: 0;
            padding-right: 0;
            min-width: 50%;
            max-width: 50%; }
            .sub-page.ads-page .section-1 .inner .ads-services .service-content > .row .col-4:not(:last-child) {
              margin-bottom: 35px; }
        .sub-page.ads-page .section-1 .inner .ads-services .service-content .service-item {
          padding-left: calc(75px + 15px); }
          .sub-page.ads-page .section-1 .inner .ads-services .service-content .service-item .icon {
            height: 75px;
            width: 75px;
            filter: grayscale(0);
            margin-bottom: 0;
            position: absolute;
            left: 0;
            top: -8px; }
    .sub-page.ads-page .section-1 .inner.sub-0 {
      margin-top: 0;
      padding-left: 0px;
      width: calc(100% - 0px); }
      .sub-page.ads-page .section-1 .inner.sub-0 p {
        max-width: 100%;
        font-size: 16px; }
    .sub-page.ads-page .section-1 .inner.sub-1 .ads-services .service-title {
      margin-bottom: 35px; }
      .sub-page.ads-page .section-1 .inner.sub-1 .ads-services .service-title br {
        display: none; }
    .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card > .btn {
      position: relative;
      left: 0;
      bottom: 0;
      transform: translateX(0);
      visibility: visible;
      opacity: 1;
      margin: 25px auto;
      min-width: 125px;
      max-width: 125px; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .ads-slider .ads-card > .btn:after {
        top: 50%; }
    .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-9, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 {
      min-width: 60%;
      max-width: 60%; }
      .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-9 .t-n-s .title, .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 .t-n-s .title {
        font-size: 40px; }
    .sub-page.ads-page .section-1 .inner.sub-3 .ads-services .service-content .banner-custom-package > .row .col-3 {
      min-width: 40%;
      max-width: 40%; } }
.sub-page.ads-page .modal-for-ads-detail .modal-header h1,
.sub-page.ads-page .modal-for-ads-pro .modal-header h1 {
  color: #fff; }
  @media only screen and (max-width: 1500px) and (min-width: 1100px) {
    .sub-page.ads-page .modal-for-ads-detail .modal-header h1 br,
    .sub-page.ads-page .modal-for-ads-pro .modal-header h1 br {
      display: none; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page.ads-page .modal-for-ads-detail .modal-header h1 br,
    .sub-page.ads-page .modal-for-ads-pro .modal-header h1 br {
      display: none; } }
.sub-page.ads-page .modal-for-ads-detail .modal-content,
.sub-page.ads-page .modal-for-ads-pro .modal-content {
  background-color: #fff; }
  .sub-page.ads-page .modal-for-ads-detail .modal-content .form,
  .sub-page.ads-page .modal-for-ads-pro .modal-content .form {
    position: relative; }
    .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper,
    .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper {
      width: calc(100%); }
      .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper > .row .col-12,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper > .row .col-12 {
        min-width: 100%; }
        .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper > .row .col-12 .row-ringkasan,
        .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper > .row .col-12 .row-ringkasan {
          width: 100%; }
      .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper > .row .col-6,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper > .row .col-6 {
        min-width: calc(50% - 12px); }
        .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper > .row .col-6.pr-0 .btn-wrapper .btn:first-child,
        .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper > .row .col-6.pr-0 .btn-wrapper .btn:first-child {
          margin-right: 0; }
      .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .for-align-only,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .for-align-only {
        display: none; }
        @media only screen and (max-width: 1500px) and (min-width: 1100px) {
          .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .for-align-only,
          .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .for-align-only {
            display: block; } }
        @media only screen and (min-width: 700px) and (max-width: 900px) {
          .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .for-align-only,
          .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .for-align-only {
            display: block; } }
        .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .for-align-only .label,
        .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .for-align-only .label {
          visibility: hidden;
          opacity: 0; }
        .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .for-align-only .input,
        .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .for-align-only .input {
          visibility: hidden;
          opacity: 0; }
      .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .btn-wrapper .btn,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .btn-wrapper .btn {
        border-radius: 8px; }
        .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .btn-wrapper .btn.btn-service.btn-loading .icon > i,
        .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .btn-wrapper .btn.btn-service.btn-loading .icon > i {
          -webkit-animation: spin 2s linear infinite;
          -moz-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite; }
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
      .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .show-on-mobile,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .show-on-mobile {
        display: none; }
        @media only screen and (max-width: 700px) {
          .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .show-on-mobile,
          .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .show-on-mobile {
            display: flex; } }
      .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .hide-on-mobile,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .hide-on-mobile {
        display: flex; }
        @media only screen and (max-width: 700px) {
          .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .hide-on-mobile,
          .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .hide-on-mobile {
            display: none; } }
@media only screen and (max-width: 700px) {
  .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .row,
  .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .row {
    flex-direction: column; }
    .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .row.row-ringkasan,
    .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .row.row-ringkasan {
      flex-direction: row; }
    .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .row .col-6,
    .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .row .col-6 {
      padding-left: 0;
      padding-right: 0;
      min-width: 100%;
      max-width: 100%; }
      .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .row .col-6 .control,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .row .col-6 .control {
        margin-bottom: 15px !important; }
      .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .row .col-6 .row.ai-center,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .row .col-6 .row.ai-center {
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
        margin-bottom: 25px; }
      .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .row .col-6 .btn-wrapper .btn,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .row .col-6 .btn-wrapper .btn {
        min-width: calc(100% - 0px*2); }
    .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .row .col-4, .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .row .col-8,
    .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .row .col-4,
    .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .row .col-8 {
      padding-left: 0;
      padding-right: 0;
      min-width: 100%;
      max-width: 100%; }
      .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .row .col-4 .row.ai-center, .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .row .col-8 .row.ai-center,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .row .col-4 .row.ai-center,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .row .col-8 .row.ai-center {
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
        margin-bottom: 25px; }
      .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .row .col-4 .btn-wrapper .btn, .sub-page.ads-page .modal-for-ads-detail .modal-content .form .form-wrapper .row .col-8 .btn-wrapper .btn,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .row .col-4 .btn-wrapper .btn,
      .sub-page.ads-page .modal-for-ads-pro .modal-content .form .form-wrapper .row .col-8 .btn-wrapper .btn {
        min-width: calc(100% - 0px*2); } }
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .sub-page.ads-page .modal-for-ads-detail,
  .sub-page.ads-page .modal-for-ads-pro {
    display: flex; } }
.sub-page.ads-page .f-ig, .sub-page.ads-page .f-fb {
  display: none; }
.sub-page.ads-page#instagram-ads .f-ig {
  display: inline-block; }
.sub-page.ads-page#instagram-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card {
  border-color: #F77737; }
  .sub-page.ads-page#instagram-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card .card-header .text, .sub-page.ads-page#instagram-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card .card-header .price {
    background: #e1306c;
    background: -moz-linear-gradient(90deg, #e1306c 0%, #f77737 50%, #fcaf45 100%);
    background: -webkit-linear-gradient(90deg, #e1306c 0%, #f77737 50%, #fcaf45 100%);
    background: linear-gradient(90deg, #e1306c 0%, #f77737 50%, #fcaf45 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1306C",endColorstr="#E1306C",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .sub-page.ads-page#instagram-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card .card-header .text span, .sub-page.ads-page#instagram-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card .card-header .price span {
      -webkit-text-fill-color: #E1306C; }
  .sub-page.ads-page#instagram-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card .card-content .content-list .icon {
    color: #F77737; }
  .sub-page.ads-page#instagram-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card > .btn {
    color: #fff; }
    .sub-page.ads-page#instagram-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card > .btn:after {
      background: #e1306c;
      background: -moz-linear-gradient(90deg, #e1306c 0%, #f77737 50%, #fcaf45 100%);
      background: -webkit-linear-gradient(90deg, #e1306c 0%, #f77737 50%, #fcaf45 100%);
      background: linear-gradient(90deg, #e1306c 0%, #f77737 50%, #fcaf45 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#E1306C",endColorstr="#E1306C",GradientType=1); }
.sub-page.ads-page#instagram-ads .section-1 .inner.sub-3 .ads-services .service-content#corporate-paket .ads-slider .ads-card .card-header .text, .sub-page.ads-page#instagram-ads .section-1 .inner.sub-3 .ads-services .service-content#corporate-paket .ads-slider .ads-card .card-header .price {
  background: #32343c;
  background: -moz-linear-gradient(90deg, #32343c 0%, rgba(50, 52, 60, 0.75) 50%, rgba(50, 52, 60, 0.05) 100%);
  background: -webkit-linear-gradient(90deg, #32343c 0%, rgba(50, 52, 60, 0.75) 50%, rgba(50, 52, 60, 0.05) 100%);
  background: linear-gradient(90deg, #32343c 0%, rgba(50, 52, 60, 0.75) 50%, rgba(50, 52, 60, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32343C",endColorstr="#32343C",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
.sub-page.ads-page#facebook-ads .f-fb {
  display: inline-block; }
.sub-page.ads-page#facebook-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card {
  border-color: #3c56aa; }
  .sub-page.ads-page#facebook-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card .card-header .text, .sub-page.ads-page#facebook-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card .card-header .price {
    background: #3c56aa;
    background: -moz-linear-gradient(90deg, #3c56aa 0%, #324788 50%, #283866 100%);
    background: -webkit-linear-gradient(90deg, #3c56aa 0%, #324788 50%, #283866 100%);
    background: linear-gradient(90deg, #3c56aa 0%, #324788 50%, #283866 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3C56AA",endColorstr="#3C56AA",GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .sub-page.ads-page#facebook-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card .card-header .text span, .sub-page.ads-page#facebook-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card .card-header .price span {
      -webkit-text-fill-color: #3c56aa; }
  .sub-page.ads-page#facebook-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card .card-content .content-list .icon {
    color: #3c56aa; }
  .sub-page.ads-page#facebook-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card > .btn {
    color: #fff; }
    .sub-page.ads-page#facebook-ads .section-1 .inner.sub-3 .ads-services .service-content#start-up-paket .ads-slider .ads-card > .btn:after {
      background: #3c56aa;
      background: -moz-linear-gradient(90deg, #3c56aa 0%, #324788 50%, #283866 100%);
      background: -webkit-linear-gradient(90deg, #3c56aa 0%, #324788 50%, #283866 100%);
      background: linear-gradient(90deg, #3c56aa 0%, #324788 50%, #283866 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3C56AA",endColorstr="#3C56AA",GradientType=1); }
.sub-page.ads-page#facebook-ads .section-1 .inner.sub-3 .ads-services .service-content#corporate-paket .ads-slider .ads-card .card-header .text, .sub-page.ads-page#facebook-ads .section-1 .inner.sub-3 .ads-services .service-content#corporate-paket .ads-slider .ads-card .card-header .price {
  background: #32343c;
  background: -moz-linear-gradient(90deg, #32343c 0%, rgba(50, 52, 60, 0.75) 50%, rgba(50, 52, 60, 0.05) 100%);
  background: -webkit-linear-gradient(90deg, #32343c 0%, rgba(50, 52, 60, 0.75) 50%, rgba(50, 52, 60, 0.05) 100%);
  background: linear-gradient(90deg, #32343c 0%, rgba(50, 52, 60, 0.75) 50%, rgba(50, 52, 60, 0.05) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#32343C",endColorstr="#32343C",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.sub-page#special-offer .section-header {
  height: 100vh;
  z-index: 1; }
  .sub-page#special-offer .section-header .dot-accent {
    left: -100px;
    top: 0;
    width: 250px;
    height: 100%; }
  .sub-page#special-offer .section-header .career-img-accent {
    position: absolute;
    width: 550px;
    height: 350px;
    right: -100px;
    top: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    .sub-page#special-offer .section-header .career-img-accent:hover {
      filter: grayscale(0); }
    .sub-page#special-offer .section-header .career-img-accent .img-wp {
      width: 100%;
      height: 700px;
      border-radius: 0 0 550px 550px;
      position: relative;
      overflow: hidden; }
      .sub-page#special-offer .section-header .career-img-accent .img-wp img {
        width: 625px;
        transition: all .32s;
        filter: grayscale(1);
        z-index: 1;
        position: absolute;
        left: calc(50% - 65px);
        bottom: -25px;
        transform: translateX(-50%); }
    .sub-page#special-offer .section-header .career-img-accent .img-accent-2 {
      width: 550px;
      height: 550px;
      border-radius: 550px;
      position: absolute;
      bottom: 0;
      left: 0;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center; }
      .sub-page#special-offer .section-header .career-img-accent .img-accent-2 img {
        position: absolute;
        height: 100%; }
    .sub-page#special-offer .section-header .career-img-accent .text-wp {
      position: absolute;
      width: 665px;
      height: 550px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .sub-page#special-offer .section-header .career-img-accent .text-wp:after {
        content: '';
        -webkit-mask: url(../assets/images/career-circle-accent.svg) no-repeat 50% 50%;
        mask: url(../assets/images/career-circle-accent.svg) no-repeat 50% 50%;
        background-color: #0D4F9D;
        -webkit-mask-size: contain;
        mask-size: contain;
        width: calc(550px + 150px);
        height: calc(550px + 150px);
        -webkit-animation: spin 25s linear infinite;
        -moz-animation: spin 25s linear infinite;
        animation: spin 25s linear infinite; }
    .sub-page#special-offer .section-header .career-img-accent.woman-2 {
      top: 35%; }
      .sub-page#special-offer .section-header .career-img-accent.woman-2 .img-wp {
        overflow: visible; }
  .sub-page#special-offer .section-header .inner {
    height: 100%;
    display: flex;
    align-items: center; }
    .sub-page#special-offer .section-header .inner .t-n-s {
      position: relative;
      z-index: 3; }
      .sub-page#special-offer .section-header .inner .t-n-s .title {
        font-size: 56px; }
      .sub-page#special-offer .section-header .inner .t-n-s .subtitle {
        line-height: 1.35;
        color: #0D4F9D; }
  .sub-page#special-offer .section-header.problem-2 {
    height: 700px; }
    .sub-page#special-offer .section-header.problem-2 .career-img-accent {
      right: auto;
      left: -100px; }
    .sub-page#special-offer .section-header.problem-2 .inner .t-n-s {
      margin-left: auto; }
  @media only screen and (max-width: 700px) {
    .sub-page#special-offer .section-header {
      z-index: 2;
      height: calc(100vh + 150px); }
      .sub-page#special-offer .section-header .career-img-accent {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
        bottom: 0; }
      .sub-page#special-offer .section-header .inner {
        padding-bottom: 150px;
        align-items: flex-start; }
        .sub-page#special-offer .section-header .inner .t-n-s {
          width: 100%;
          margin-top: 125px;
          text-align: center; }
          .sub-page#special-offer .section-header .inner .t-n-s .title {
            font-size: 28px; }
          .sub-page#special-offer .section-header .inner .t-n-s .btn-wrapper {
            justify-content: center; }
      .sub-page#special-offer .section-header.problem-2 {
        height: auto;
        margin-top: 100px; }
        .sub-page#special-offer .section-header.problem-2 .career-img-accent {
          display: none; }
        .sub-page#special-offer .section-header.problem-2 .inner {
          padding-bottom: 50px; }
          .sub-page#special-offer .section-header.problem-2 .inner .t-n-s {
            margin-left: auto;
            margin-top: 0; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#special-offer .section-header .career-img-accent {
      right: auto;
      left: 50%;
      transform: translateX(-50%);
      top: auto;
      bottom: 0; }
    .sub-page#special-offer .section-header .inner .t-n-s {
      width: 100%;
      margin-top: -450px;
      text-align: center; }
      .sub-page#special-offer .section-header .inner .t-n-s .subtitle {
        max-width: 100% !important; }
      .sub-page#special-offer .section-header .inner .t-n-s .btn-wrapper {
        justify-content: center; }
    .sub-page#special-offer .section-header.problem-2 {
      height: auto;
      margin-top: 150px; }
      .sub-page#special-offer .section-header.problem-2 .career-img-accent {
        display: none; }
      .sub-page#special-offer .section-header.problem-2 .inner .t-n-s {
        margin-left: auto;
        margin-top: 0; } }
.sub-page#special-offer .section-1 {
  z-index: 2; }
  .sub-page#special-offer .section-1 .circle-accent.right {
    bottom: auto;
    top: -100px; }
  .sub-page#special-offer .section-1 .inner .image-wrapper {
    position: relative; }
    .sub-page#special-offer .section-1 .inner .image-wrapper > .row .col-4 {
      padding-left: 0;
      padding-right: 0;
      min-width: 33.33333%;
      height: 250px;
      display: flex;
      align-items: center; }
      .sub-page#special-offer .section-1 .inner .image-wrapper > .row .col-4:nth-child(odd) {
        background-color: #5787b8; }
      .sub-page#special-offer .section-1 .inner .image-wrapper > .row .col-4:nth-child(even) {
        background-color: #B1C7DE; }
      .sub-page#special-offer .section-1 .inner .image-wrapper > .row .col-4 p {
        text-align: center;
        padding: 0 25px;
        width: calc(100% - 25px*2);
        font-size: 20px;
        color: #fff; }
        .sub-page#special-offer .section-1 .inner .image-wrapper > .row .col-4 p span {
          text-align: center;
          font-family: "Galano-Bold"; }
    .sub-page#special-offer .section-1 .inner .image-wrapper .subtitle {
      width: calc(100% - 100px * 2);
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      padding: 50px 100px;
      font-size: 32px;
      line-height: 1.35;
      background-color: #0D4F9D;
      color: #fff; }
      .sub-page#special-offer .section-1 .inner .image-wrapper .subtitle > span {
        font-family: "Galano-Regular"; }
        .sub-page#special-offer .section-1 .inner .image-wrapper .subtitle > span > span {
          font-family: "Galano-Bold"; }
  .sub-page#special-offer .section-1 .inner.sub-3 {
    padding-left: 0;
    width: 100%; }
  .sub-page#special-offer .section-1.problem-2 {
    margin-top: -150px;
    padding-top: 0; }
  @media only screen and (max-width: 700px) {
    .sub-page#special-offer .section-1 {
      z-index: 1; }
      .sub-page#special-offer .section-1 .circle-accent {
        display: none; }
        .sub-page#special-offer .section-1 .circle-accent.right {
          top: -550px; }
      .sub-page#special-offer .section-1 .inner {
        margin-bottom: 0; }
        .sub-page#special-offer .section-1 .inner .image-wrapper {
          margin-left: -30px;
          margin-right: -30px;
          height: auto; }
          .sub-page#special-offer .section-1 .inner .image-wrapper > .row .col-4 {
            min-width: 50%;
            padding: 30px 0;
            height: auto;
            background-color: #5787b8 !important; }
            .sub-page#special-offer .section-1 .inner .image-wrapper > .row .col-4:nth-child(4n+2), .sub-page#special-offer .section-1 .inner .image-wrapper > .row .col-4:nth-child(4n+3) {
              background-color: #B1C7DE !important; }
            .sub-page#special-offer .section-1 .inner .image-wrapper > .row .col-4 p {
              padding: 0 30px;
              width: calc(100% - 30px*2);
              font-size: 18px; }
          .sub-page#special-offer .section-1 .inner .image-wrapper .subtitle {
            width: calc(100% - 30px*2);
            height: auto;
            padding: 25px 30px;
            font-size: 20px; }
            .sub-page#special-offer .section-1 .inner .image-wrapper .subtitle span br {
              display: none; }
        .sub-page#special-offer .section-1 .inner > .row .col-6 {
          min-width: 100%;
          max-width: 100%; }
          .sub-page#special-offer .section-1 .inner > .row .col-6 .title {
            margin-bottom: 50px; }
          .sub-page#special-offer .section-1 .inner > .row .col-6 .btn-wrapper {
            display: none; }
      .sub-page#special-offer .section-1.problem-2 {
        margin-top: 0; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#special-offer .section-1 .inner {
      margin-bottom: 0; }
      .sub-page#special-offer .section-1 .inner .image-wrapper {
        margin-left: -30px;
        margin-right: -30px;
        height: auto; }
        .sub-page#special-offer .section-1 .inner .image-wrapper > .row .col-4 {
          padding: 30px 0;
          height: 150px; }
          .sub-page#special-offer .section-1 .inner .image-wrapper > .row .col-4 p {
            padding: 0 30px;
            width: calc(100% - 30px*2); }
        .sub-page#special-offer .section-1 .inner .image-wrapper .subtitle {
          max-width: 100% !important;
          width: calc(100% - 30px*2);
          height: auto;
          padding: 30px; }
          .sub-page#special-offer .section-1 .inner .image-wrapper .subtitle span br {
            display: none; }
      .sub-page#special-offer .section-1 .inner > .row .col-6 {
        min-width: 100%;
        max-width: 100%; }
        .sub-page#special-offer .section-1 .inner > .row .col-6 .title {
          margin-bottom: 50px; }
        .sub-page#special-offer .section-1 .inner > .row .col-6 .btn-wrapper {
          display: none; }
    .sub-page#special-offer .section-1.problem-2 {
      margin-top: 0; } }
.sub-page#special-offer .section-2 .circle-accent {
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(-490px + 50px); }
  .sub-page#special-offer .section-2 .circle-accent:after {
    background-color: rgba(50, 52, 60, 0.25); }
.sub-page#special-offer .section-2 .dot-accent {
  left: -100px;
  top: -100px;
  width: 350px;
  height: 1200px; }
.sub-page#special-offer .section-2 .inner.sub-1 {
  padding-left: 0px;
  width: calc(100% - 0px); }
  .sub-page#special-offer .section-2 .inner.sub-1 .t-n-s {
    width: 100%;
    text-align: center;
    margin-bottom: 50px; }
    .sub-page#special-offer .section-2 .inner.sub-1 .t-n-s .title {
      font-size: 56px; }
      .sub-page#special-offer .section-2 .inner.sub-1 .t-n-s .title .title-highlight:after {
        height: 56px; }
      .sub-page#special-offer .section-2 .inner.sub-1 .t-n-s .title .title-highlight > span.text {
        font-family: "neo-sans-bold";
        letter-spacing: .5px; }
        .sub-page#special-offer .section-2 .inner.sub-1 .t-n-s .title .title-highlight > span.text span {
          font-family: "FS-Joey-Medium";
          letter-spacing: 1.5px; }
    .sub-page#special-offer .section-2 .inner.sub-1 .t-n-s .subtitle {
      position: relative;
      margin: 0 auto;
      max-width: 60%;
      font-family: "Galano-Bold";
      color: #1167cc; }
  .sub-page#special-offer .section-2 .inner.sub-1 .timeline {
    position: relative;
    max-width: 75%;
    margin: 0 auto;
    z-index: 2; }
    .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item {
      position: relative;
      display: flex;
      align-items: center;
      font-size: 40px;
      color: #0D4F9D;
      font-family: "Galano-Bold";
      line-height: 1.75;
      letter-spacing: 0.5px; }
      .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item:not(:last-child) {
        padding-bottom: 50px; }
        .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item:not(:last-child):after {
          content: '';
          position: absolute;
          left: calc(50px + 10px + 1px);
          top: calc(50% + 20px);
          transform: translateY(-50%);
          width: 2px;
          height: calc(100% + 0px);
          background-color: #0D4F9D; }
      .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item .icon {
        font-size: 24px;
        margin-left: 50px;
        margin-right: 50px;
        position: relative; }
      .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item p {
        font-size: 24px;
        color: #0D4F9D; }
  .sub-page#special-offer .section-2 .inner.sub-1 > .btn-wrapper {
    margin-top: 100px;
    justify-content: center; }
    .sub-page#special-offer .section-2 .inner.sub-1 > .btn-wrapper .btn {
      height: auto;
      padding-top: 8px;
      padding-bottom: 8px; }
  .sub-page#special-offer .section-2 .inner.sub-1 > .row.chart-problem .col-4 {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .sub-page#special-offer .section-2 .inner.sub-1 > .row.chart-problem .col-4 .text {
      font-size: 20px;
      margin-top: 24px;
      text-align: center;
      max-width: 75%; }
  .sub-page#special-offer .section-2 .inner.sub-1.problem-1 {
    margin-bottom: 150px; }
    .sub-page#special-offer .section-2 .inner.sub-1.problem-1 .timeline .timeline-item {
      color: #ED2988; }
      .sub-page#special-offer .section-2 .inner.sub-1.problem-1 .timeline .timeline-item:after {
        background-color: #ED2988; }
      .sub-page#special-offer .section-2 .inner.sub-1.problem-1 .timeline .timeline-item p {
        color: #ED2988; }
@media only screen and (max-width: 700px) {
  .sub-page#special-offer .section-2 .circle-accent {
    display: none; }
  .sub-page#special-offer .section-2 .inner .about-img-accent {
    display: none; }
  .sub-page#special-offer .section-2 .inner.sub-1 {
    margin-top: 0; }
    .sub-page#special-offer .section-2 .inner.sub-1 .t-n-s .subtitle {
      text-align: left; }
    .sub-page#special-offer .section-2 .inner.sub-1 .t-n-s .title {
      text-align: left;
      font-size: 28px; }
      .sub-page#special-offer .section-2 .inner.sub-1 .t-n-s .title br {
        display: block; }
      .sub-page#special-offer .section-2 .inner.sub-1 .t-n-s .title .title-highlight:after {
        height: 28px; }
    .sub-page#special-offer .section-2 .inner.sub-1 .timeline {
      max-width: 100%; }
      .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item {
        padding-left: 35px;
        flex-direction: column;
        align-items: flex-start; }
        .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item:not(:last-child) {
          padding-bottom: 25px; }
          .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item:not(:last-child):after {
            left: calc(0px + 10px + 1px);
            top: calc(50% + 24px); }
        .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item .year {
          order: 1; }
        .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item .icon {
          position: absolute;
          margin-left: 0;
          margin-right: 0;
          left: 0;
          top: 0; }
        .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item p {
          font-size: 18px;
          order: 2; }
          .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item p br {
            display: none; }
    .sub-page#special-offer .section-2 .inner.sub-1 > .row.chart-problem .col-4 {
      padding-left: 0;
      padding-right: 0;
      min-width: 100%;
      max-width: 100%; }
      .sub-page#special-offer .section-2 .inner.sub-1 > .row.chart-problem .col-4:not(:last-child) {
        margin-bottom: 50px; }
    .sub-page#special-offer .section-2 .inner.sub-1.problem-1 {
      padding-top: 150px;
      margin-bottom: 150px; } }
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .sub-page#special-offer .section-2 .inner .about-img-accent {
    display: none; }
  .sub-page#special-offer .section-2 .inner.sub-1 {
    margin-top: 0; }
    .sub-page#special-offer .section-2 .inner.sub-1 .t-n-s .title br {
      display: block; }
    .sub-page#special-offer .section-2 .inner.sub-1 .timeline {
      max-width: 85%; }
      .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item {
        padding-left: 50px; }
        .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item:not(:last-child):after {
          left: calc(0px + 10px + 1px);
          top: calc(50% + 24px); }
        .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item .year {
          order: 1; }
        .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item .icon {
          position: absolute;
          margin-left: 0;
          margin-right: 0;
          left: 0;
          top: 0; }
        .sub-page#special-offer .section-2 .inner.sub-1 .timeline .timeline-item p br {
          display: none; }
    .sub-page#special-offer .section-2 .inner.sub-1 > .row.chart-problem .col-4 {
      padding-left: 0;
      padding-right: 0;
      min-width: 50%;
      max-width: 50%; }
      .sub-page#special-offer .section-2 .inner.sub-1 > .row.chart-problem .col-4:not(:last-child) {
        margin-bottom: 50px; }
      .sub-page#special-offer .section-2 .inner.sub-1 > .row.chart-problem .col-4:last-child {
        min-width: 100%;
        max-width: 100%; } }
.sub-page#special-offer .section-3 {
  margin-top: 50px; }
  .sub-page#special-offer .section-3 .circle-accent {
    left: 50%;
    transform: translateX(-50%);
    bottom: calc(-490px + 50px); }
    .sub-page#special-offer .section-3 .circle-accent:after {
      background-color: rgba(50, 52, 60, 0.25); }
  .sub-page#special-offer .section-3 .dot-accent {
    right: -100px;
    top: -100px;
    width: 350px;
    height: 50%; }
  .sub-page#special-offer .section-3 .inner .t-n-s {
    width: 100%;
    text-align: center; }
    .sub-page#special-offer .section-3 .inner .t-n-s > p {
      text-align: center;
      font-size: 32px;
      color: #0D4F9D;
      font-family: "Galano-Bold"; }
    .sub-page#special-offer .section-3 .inner .t-n-s .title {
      font-size: 56px; }
      .sub-page#special-offer .section-3 .inner .t-n-s .title .title-highlight:after {
        height: 56px; }
      .sub-page#special-offer .section-3 .inner .t-n-s .title .title-highlight > span.text {
        font-family: "neo-sans-bold";
        letter-spacing: .5px; }
        .sub-page#special-offer .section-3 .inner .t-n-s .title .title-highlight > span.text span {
          font-family: "FS-Joey-Medium";
          letter-spacing: 1.5px; }
  .sub-page#special-offer .section-3 .inner .service-card {
    margin-top: 100px; }
    .sub-page#special-offer .section-3 .inner .service-card > .row .col-3 {
      padding-left: 0;
      padding-right: 0; }
      .sub-page#special-offer .section-3 .inner .service-card > .row .col-3.most-popular:before {
        content: 'MOST POPULAR';
        position: absolute;
        left: 0;
        top: -28px;
        width: 100%;
        height: 28px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #00FF7F;
        color: #275f43;
        font-size: 14px;
        letter-spacing: 5px;
        font-family: "Galano-Bold"; }
      .sub-page#special-offer .section-3 .inner .service-card > .row .col-3.most-popular .ads-card {
        background-color: #275f43; }
        .sub-page#special-offer .section-3 .inner .service-card > .row .col-3.most-popular .ads-card .card-content .content-list p {
          color: #fff; }
      .sub-page#special-offer .section-3 .inner .service-card > .row .col-3:first-child {
        margin-right: -2px; }
        .sub-page#special-offer .section-3 .inner .service-card > .row .col-3:first-child .ads-card {
          border-radius: 12px 0 0 12px; }
      .sub-page#special-offer .section-3 .inner .service-card > .row .col-3:last-child {
        margin-left: -2px; }
        .sub-page#special-offer .section-3 .inner .service-card > .row .col-3:last-child .ads-card {
          border-radius: 0 12px 12px 0;
          position: -webkit-sticky;
          position: sticky;
          top: 3em; }
    .sub-page#special-offer .section-3 .inner .service-card > .row .slick-list {
      overflow: visible; }
    .sub-page#special-offer .section-3 .inner .service-card .ads-card {
      position: relative;
      width: calc(100% - 2px*2);
      border: 2px solid rgba(157, 157, 157, 0.2);
      background-color: #fff;
      border-collapse: collapse;
      transition: all .32s;
      overflow: hidden; }
      @media only screen and (max-width: 1500px) and (min-width: 1100px) {
        .sub-page#special-offer .section-3 .inner .service-card .ads-card:hover > .btn {
          visibility: visible;
          opacity: 1;
          bottom: 25px;
          color: rgba(0, 0, 0, 0.25); }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card:hover > .btn:after {
            top: calc(50% + 0px); } }
      .sub-page#special-offer .section-3 .inner .service-card .ads-card.active {
        border-color: #00FF7F;
        transform: scale(1.05);
        z-index: 4; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card.active > .btn {
          visibility: visible;
          opacity: 1;
          bottom: 25px;
          color: rgba(0, 0, 0, 0.25); }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card.active > .btn:after {
            top: calc(50% + 0px); }
      .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-header {
        padding: 25px;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-header:after {
          content: '';
          position: absolute;
          left: 50%;
          transform: translate(-50%, 0);
          bottom: 0;
          width: calc(100% - 25px*2);
          height: 1px;
          background-color: rgba(157, 157, 157, 0.2); }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-header .icon {
          margin-bottom: 15px; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-header .icon img {
            height: 65px;
            transition: all .32s; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-header .text {
          margin-bottom: 15px;
          font-size: 20px;
          color: #00FF7F;
          font-family: "Galano-Regular";
          line-height: 1.05;
          letter-spacing: 0.5px; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-header .upper-price {
          font-size: 16px;
          color: #00FF7F;
          font-family: "Galano-Regular";
          line-height: 1.05;
          letter-spacing: 0.5px;
          margin-bottom: 8px;
          text-decoration: line-through; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-header .price {
          font-size: 28px;
          color: #00FF7F;
          font-family: "Galano-Bold";
          line-height: 1.05;
          letter-spacing: 0.5px;
          position: relative;
          padding-left: 32px; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-header .price .start-price {
            font-size: 16px;
            font-family: "Galano-Regular";
            position: absolute;
            left: 0;
            top: 0; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-header .price .end-price {
            font-size: 16px;
            font-family: "Galano-Regular";
            padding-left: 24px; }
      .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-content {
        padding: 25px;
        position: relative; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-content .content-list {
          position: relative; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-content .content-list:not(:last-child) {
            margin-bottom: 18px; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-content .content-list.not-available {
            opacity: .5; }
            .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-content .content-list.not-available .icon {
              opacity: .5;
              color: #9D9D9D; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-content .content-list .icon {
            font-size: 16px;
            color: #00FF7F;
            position: absolute;
            left: 0;
            top: 0; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-content .content-list p {
            padding-left: 28px;
            line-height: 1.2; }
            .sub-page#special-offer .section-3 .inner .service-card .ads-card .card-content .content-list p span {
              font-family: "Galano-Light"; }
      .sub-page#special-offer .section-3 .inner .service-card .ads-card > .btn {
        position: absolute;
        left: 50%;
        bottom: -50px;
        transform: translateX(-50%);
        visibility: hidden;
        opacity: 0; }
      .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-silver {
        border-color: #747d8c;
        background-color: #747d8c; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-silver .card-header .text, .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-silver .card-header .price {
          color: #fff; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-silver .card-content .content-list .icon, .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-silver .card-content .content-list p {
          color: #fff; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-silver > .btn {
          color: #747d8c; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-silver > .btn:before {
            border-color: #fff; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-silver > .btn:after {
            top: 50%;
            background-color: #fff; }
      .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-gold {
        border-color: #eccc68;
        background-color: #eccc68; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-gold .card-header .text, .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-gold .card-header .price {
          color: #fff; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-gold .card-content .content-list .icon, .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-gold .card-content .content-list p {
          color: #fff; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-gold > .btn {
          color: #eccc68; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-gold > .btn:before {
            border-color: #fff; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-gold > .btn:after {
            top: 50%;
            background-color: #fff; }
      .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-platinum {
        border-color: #a4b0be;
        background-color: #a4b0be; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-platinum .card-header .text, .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-platinum .card-header .price {
          color: #fff; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-platinum .card-content .content-list .icon, .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-platinum .card-content .content-list p {
          color: #fff; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-platinum > .btn {
          color: #a4b0be; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-platinum > .btn:before {
            border-color: #fff; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card.paket-platinum > .btn:after {
            top: 50%;
            background-color: #fff; }
    .sub-page#special-offer .section-3 .inner .service-card .btn-wrapper {
      width: 100%;
      justify-content: center;
      margin-top: 50px; }
      .sub-page#special-offer .section-3 .inner .service-card .btn-wrapper .btn.btn-blue {
        min-width: 250px; }
      .sub-page#special-offer .section-3 .inner .service-card .btn-wrapper .btn-green {
        margin-left: auto; }
  .sub-page#special-offer .section-3 .inner .ads-services {
    display: flex;
    position: relative;
    max-width: 75%;
    margin: 0 auto; }
    .sub-page#special-offer .section-3 .inner .ads-services .service-title {
      width: 285px;
      font-size: 40px;
      color: #0D4F9D;
      font-family: "Galano-Regular";
      line-height: 1.05;
      letter-spacing: 0.5px;
      display: none; }
    .sub-page#special-offer .section-3 .inner .ads-services .service-content {
      width: calc(100% - 0px); }
      .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row {
        margin-left: -12px;
        width: calc(100% + 12px*2); }
        .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row .col-6 {
          min-width: calc(50% - 12px*2);
          max-width: calc(50% - 12px*2);
          transition: all .32s; }
          @media only screen and (max-width: 1500px) and (min-width: 1100px) {
            .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row .col-6 {
              padding-top: 12px;
              padding-bottom: 12px;
              border-radius: 12px;
              margin-bottom: 50px; }
              .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row .col-6:hover {
                background-color: #fff;
                box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
                transform: translateY(-5px); }
                .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row .col-6:hover .service-item .icon {
                  filter: grayscale(0); } }
      .sub-page#special-offer .section-3 .inner .ads-services .service-content .service-item .icon {
        height: 75px;
        width: 75px;
        display: flex;
        align-items: center;
        justify-content: center;
        filter: grayscale(1);
        transition: all .32s;
        margin-bottom: 15px; }
        .sub-page#special-offer .section-3 .inner .ads-services .service-content .service-item .icon img {
          width: 100%; }
      .sub-page#special-offer .section-3 .inner .ads-services .service-content .service-item .info .text {
        font-size: 20px;
        color: #0D4F9D;
        font-family: "Galano-Bold";
        line-height: 1.05;
        letter-spacing: 0.5px;
        margin-bottom: 8px; }
      .sub-page#special-offer .section-3 .inner .ads-services .service-content .service-item .info p {
        max-width: 90%; }
  .sub-page#special-offer .section-3 .inner .ads-services-2 {
    display: flex;
    position: relative;
    max-width: 100%;
    margin: 0 auto; }
    .sub-page#special-offer .section-3 .inner .ads-services-2 .service-title {
      width: 285px;
      font-size: 40px;
      color: #0D4F9D;
      font-family: "Galano-Regular";
      line-height: 1.05;
      letter-spacing: 0.5px;
      display: none; }
    .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content {
      width: calc(100% - 0px); }
      .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content > .row {
        margin-left: -12px;
        width: calc(100% + 12px*2); }
        .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content > .row .col-3 {
          min-width: calc(25% - 12px*2);
          max-width: calc(25%);
          transition: all .32s; }
          @media only screen and (max-width: 1500px) and (min-width: 1100px) {
            .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content > .row .col-3 {
              padding-top: 12px;
              padding-bottom: 12px;
              border-radius: 12px;
              margin-bottom: 50px; }
              .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content > .row .col-3:hover {
                background-color: #fff;
                box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
                transform: translateY(-5px); }
                .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content > .row .col-3:hover .service-item .icon {
                  filter: grayscale(0); } }
      .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content .service-item {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content .service-item .icon {
          height: 75px;
          width: 75px;
          display: flex;
          align-items: center;
          justify-content: center;
          filter: grayscale(1);
          transition: all .32s;
          margin-bottom: 15px; }
          .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content .service-item .icon img {
            width: 100%; }
        .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content .service-item .info .text {
          font-size: 20px;
          color: #0D4F9D;
          font-family: "Galano-Bold";
          line-height: 1.05;
          letter-spacing: 0.5px;
          margin-bottom: 8px;
          text-align: center; }
        .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content .service-item .info p {
          font-size: 14px;
          text-align: center;
          max-width: 90%;
          position: relative;
          margin: 0 auto; }
  .sub-page#special-offer .section-3 .inner .service-table {
    position: relative;
    width: 100%; }
    .sub-page#special-offer .section-3 .inner .service-table .service-content {
      position: relative;
      width: 100%; }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row:not(:last-child) {
        border-bottom: 1px solid rgba(50, 52, 60, 0.1); }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header {
        border-left: none; }
        .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header .service-title {
          font-size: 20px;
          color: #0D4F9D;
          letter-spacing: 5px; }
        .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header .col-12 > .row {
          padding: 25px 0; }
          .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header .col-12 > .row .col-4 .text {
            text-align: center;
            font-size: 18px;
            color: #0D4F9D;
            font-family: "Galano-Regular";
            line-height: 1.05;
            letter-spacing: 0.5px; }
            .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header .col-12 > .row .col-4 .text > span {
              font-size: 22px;
              letter-spacing: 0;
              font-family: "Galano-Bold"; }
              .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header .col-12 > .row .col-4 .text > span > span {
                position: absolute; }
        .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header.header-price .col-12 > .row .col-4 .text > span > span {
          position: relative; }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row:not(.header):nth-child(odd) .col-12 > .row {
        background-color: rgba(157, 157, 157, 0.05); }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row:not(.header):nth-child(even) .col-12 > .row {
        background-color: rgba(157, 157, 157, 0.25); }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row .col-12 {
        padding-left: 0;
        padding-right: 0;
        min-width: 100%;
        display: flex;
        align-items: center; }
        .sub-page#special-offer .section-3 .inner .service-table .service-content > .row .col-12 .service-title {
          width: calc(285px - 25px*2);
          padding: 15px 25px; }
        .sub-page#special-offer .section-3 .inner .service-table .service-content > .row .col-12 > .row {
          padding: 0 0;
          height: 100%;
          display: flex;
          align-items: center;
          width: calc(100% - (285px - 25px*2)); }
          .sub-page#special-offer .section-3 .inner .service-table .service-content > .row .col-12 > .row .col-4 {
            text-align: center;
            font-family: "Galano-Bold"; }
            .sub-page#special-offer .section-3 .inner .service-table .service-content > .row .col-12 > .row .col-4 .icon {
              font-size: 20px; }
              .sub-page#special-offer .section-3 .inner .service-table .service-content > .row .col-12 > .row .col-4 .icon .fa-check {
                color: #00FF7F; }
              .sub-page#special-offer .section-3 .inner .service-table .service-content > .row .col-12 > .row .col-4 .icon .fa-times {
                color: rgba(50, 52, 60, 0.1); }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-price .col-4 {
        padding-left: 0;
        padding-right: 0; }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-price .price-icon {
        display: none; }
  .sub-page#special-offer .section-3 .inner.sub-1 .t-n-s .title {
    margin-bottom: 75px; }
  .sub-page#special-offer .section-3 .inner.sub-2 {
    margin-top: 150px; }
  .sub-page#special-offer .section-3 .inner.sub-3 {
    padding-bottom: 150px; }
    .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper {
      position: relative;
      margin: 250px auto 0;
      min-width: 550px;
      max-width: 550px;
      height: 550px; }
      .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 25px);
        height: calc(100% - 25px);
        border-radius: 50%;
        background-color: transparent;
        border: 50px solid rgba(157, 157, 157, 0.5); }
      .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-title {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; }
        .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-title .text {
          font-size: 56px;
          color: #0D4F9D;
          font-family: "neo-sans-bold";
          line-height: 1.05;
          letter-spacing: 0.5px; }
      .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item {
          position: absolute;
          max-width: 200px;
          max-width: 200px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%); }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .icon {
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: start; }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .icon img {
              height: 200px; }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .info {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: calc(-120px + 50px);
            min-width: 300px;
            text-align: center;
            font-size: 48px;
            color: #00FF7F;
            font-family: "neo-sans-bold";
            line-height: 1.05;
            letter-spacing: 0.5px; }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .info .number {
              margin-bottom: 8px; }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .info .text {
              font-size: 28px;
              color: #0D4F9D; }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-1 {
            top: calc(50% - 550px/2); }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-2 {
            left: calc(50% + 550px/2.5);
            top: calc(50% - 550px/3); }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-2 .info {
              left: calc(50% + 120px*2);
              top: calc(-120px/2);
              text-align: left; }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-7 {
            left: calc(50% - 550px/2.5);
            top: calc(50% - 550px/3); }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-7 .info {
              left: calc(50% - 120px*2);
              top: calc(-120px/2);
              text-align: right; }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-3 {
            left: calc(50% + 550px/2);
            top: calc(50% + 550px/9); }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-3 .info {
              top: calc(120px/2 - 50px);
              left: calc(50% + 120px*2);
              text-align: left; }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-6 {
            left: calc(50% - 550px/2);
            top: calc(50% + 550px/9); }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-6 .info {
              top: calc(120px/2 - 50px);
              left: calc(50% - 120px*2);
              text-align: right; }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-4 {
            left: calc(50% + 550px/4);
            top: calc(50% + 550px/2); }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-4 .info {
              top: calc(120px + 50px);
              left: calc(50% + 120px*2 - 50px);
              text-align: left; }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-5 {
            left: calc(50% - 550px/4);
            top: calc(50% + 550px/2); }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item#cycle-5 .info {
              top: calc(120px + 50px);
              left: calc(50% - 120px*2 + 50px);
              text-align: right; }
  .sub-page#special-offer .section-3 .inner.sub-4 .t-n-s {
    text-align: left; }
  .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package {
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background-image: url(http://dekodr.co.id/artex-v2-assets/images/BG-02.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #9D9D9D; }
    .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row {
      padding: 50px 25px; }
      .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-9, .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 {
        padding-left: 0;
        padding-right: 0; }
        .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-9 .t-n-s, .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 .t-n-s {
          position: relative; }
          .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-9 .t-n-s .title, .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 .t-n-s .title {
            font-size: 48px;
            color: #fff;
            margin-bottom: 0;
            margin-bottom: 15px; }
            .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-9 .t-n-s .title .title-highlight:before, .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 .t-n-s .title .title-highlight:before {
              height: calc(48px + 15px); }
          .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-9 .t-n-s .subtitle, .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 .t-n-s .subtitle {
            line-height: 1.35;
            color: #fff;
            margin-bottom: 25px;
            max-width: 50%; }
      .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column; }
        .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 .btn {
          min-width: calc(100% - 0px*2);
          margin-top: 25px; }
          .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 .btn.btn-blue {
            animation: pulse 1.5s infinite; }
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(70, 148, 240, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 25px rgba(70, 148, 240, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(70, 148, 240, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(70, 148, 240, 0.4);
    box-shadow: 0 0 0 0 rgba(70, 148, 240, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 25px rgba(70, 148, 240, 0);
    box-shadow: 0 0 0 25px rgba(70, 148, 240, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(70, 148, 240, 0);
    box-shadow: 0 0 0 0 rgba(70, 148, 240, 0); } }
    .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package:not(:last-child) {
      margin-bottom: 50px; }
  @media only screen and (max-width: 700px) {
    .sub-page#special-offer .section-3 {
      margin-top: 50px; }
      .sub-page#special-offer .section-3 .circle-accent {
        display: none; }
      .sub-page#special-offer .section-3 .inner .t-n-s .title {
        text-align: left;
        font-size: 28px;
        margin-bottom: 35px; }
        .sub-page#special-offer .section-3 .inner .t-n-s .title .title-highlight:after {
          height: 28px; }
      .sub-page#special-offer .section-3 .inner .t-n-s > p {
        line-height: 1.35;
        font-size: 24px;
        text-align: left; }
      .sub-page#special-offer .section-3 .inner .service-card .ads-card {
        min-height: 850px; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card > .btn {
          position: relative;
          left: 0;
          bottom: 0;
          transform: translateX(0);
          visibility: visible;
          opacity: 1;
          margin: 15px auto;
          min-width: 125px;
          max-width: 125px;
          color: #fff; }
          .sub-page#special-offer .section-3 .inner .service-card .ads-card > .btn:after {
            top: 50%; }
      .sub-page#special-offer .section-3 .inner .ads-services {
        flex-direction: column;
        max-width: 100%; }
        .sub-page#special-offer .section-3 .inner .ads-services .service-title {
          width: 100%;
          margin-bottom: 50px; }
        .sub-page#special-offer .section-3 .inner .ads-services .service-content {
          width: 100%; }
          .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row {
            margin-left: 0;
            width: calc(100% + 0px*2); }
            .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row .col-6 {
              padding-left: 0;
              padding-right: 0;
              min-width: 100%;
              max-width: 100%; }
              .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row .col-6:not(:last-child) {
                margin-bottom: 35px; }
          .sub-page#special-offer .section-3 .inner .ads-services .service-content .service-item {
            padding-left: calc(75px + 15px); }
            .sub-page#special-offer .section-3 .inner .ads-services .service-content .service-item .icon {
              height: 75px;
              width: 75px;
              filter: grayscale(0);
              margin-bottom: 0;
              position: absolute;
              left: 0;
              top: -8px; }
            .sub-page#special-offer .section-3 .inner .ads-services .service-content .service-item .info p {
              max-width: 100%; }
      .sub-page#special-offer .section-3 .inner .ads-services-2 {
        flex-direction: column;
        max-width: 100%; }
        .sub-page#special-offer .section-3 .inner .ads-services-2 .service-title {
          width: 100%;
          margin-bottom: 50px; }
        .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content {
          width: 100%; }
          .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content > .row {
            margin-left: 0;
            width: calc(100% + 0px*2); }
            .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content > .row .col-3 {
              padding-left: 0;
              padding-right: 0;
              min-width: 100%;
              max-width: 100%; }
              .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content > .row .col-3:not(:last-child) {
                margin-bottom: 25px; }
          .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content .service-item {
            padding-left: calc(75px + 15px);
            flex-direction: row; }
            .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content .service-item .icon {
              height: 75px;
              width: 75px;
              filter: grayscale(0);
              margin-bottom: 0;
              position: absolute;
              left: 0;
              top: 0; }
            .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content .service-item .info .text {
              text-align: left; }
            .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content .service-item .info p {
              max-width: calc(100% - 0px);
              text-align: left;
              margin: 0; }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-title .col-12 > .row .col-4 {
        height: 50px; }
        .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-title .col-12 > .row .col-4 .text {
          text-align: left;
          position: absolute;
          transform: rotate(-90deg) translate(20px, -18px);
          transform-origin: center;
          left: 0;
          bottom: 0; }
          .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-title .col-12 > .row .col-4 .text > span > span {
            position: relative; }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-title.header-price .col-12 > .row .col-4 .text {
        transform: rotate(90deg) translate(20px, 18px); }
        .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-title.header-price .col-12 > .row .col-4 .text > span > span {
          position: absolute;
          opacity: 0; }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row .col-12 .service-title {
        width: calc(150px - 15px);
        padding: 15px 15px 15px 0; }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row .col-12 > .row {
        width: calc(100% - (150px - 15px*2)); }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-price {
        display: none; }
        .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-price .col-4 {
          padding-left: 0;
          padding-right: 0;
          display: none; }
          .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-price .col-4:nth-child(1) .price-wrapper {
            visibility: visible;
            opacity: 1;
            position: absolute;
            right: 0;
            bottom: -100%; }
            .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-price .col-4:nth-child(1) .price-wrapper .text span > span {
              display: none; }
        .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-price .price-icon {
          display: block; }
        .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header-price .price-wrapper {
          visibility: hidden;
          opacity: 0;
          position: absolute; }
      .sub-page#special-offer .section-3 .inner.sub-1 .ads-services .service-title {
        margin-bottom: 35px; }
        .sub-page#special-offer .section-3 .inner.sub-1 .ads-services .service-title br {
          display: none; }
      .sub-page#special-offer .section-3 .inner.sub-3 {
        padding-bottom: 0; }
        .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper {
          margin-top: 35px;
          min-width: 100%;
          max-width: 100%;
          height: auto; }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper:after {
            display: none; }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-title {
            align-items: flex-start;
            display: none; }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-title .text {
              font-size: 32px; }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content {
            position: relative; }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item {
              position: relative;
              max-width: 100%;
              max-width: 100%;
              left: 0 !important;
              top: 0 !important;
              transform: translate(0, 0) !important;
              display: flex;
              align-items: center; }
              .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item:not(:last-child) {
                margin-bottom: 75px; }
              .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .icon {
                position: absolute;
                opacity: 0.5;
                right: calc(-128px/2);
                top: calc(50% + 128px/2);
                transform: translateY(-50%);
                width: 128px;
                height: 128px; }
                .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .icon img {
                  height: 128px; }
              .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .info {
                position: relative;
                left: 0 !important;
                top: 0 !important;
                transform: translate(0, 0) !important;
                text-align: left !important;
                min-width: calc(100% - 0px); }
                .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .info .number {
                  font-size: 28px; }
                .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .info .text {
                  font-size: 24px; }
      .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row {
        padding: 25px 15px; }
        .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-9, .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 {
          min-width: 100%;
          max-width: 100%; }
          .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-9 .t-n-s, .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 .t-n-s {
            position: relative; }
            .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-9 .t-n-s .title, .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 .t-n-s .title {
              font-size: 28px; }
              .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-9 .t-n-s .title .title-highlight:before, .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 .t-n-s .title .title-highlight:before {
                height: calc(28px + 15px); }
        .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 {
          flex-direction: column-reverse;
          justify-content: flex-start; } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#special-offer .section-3 .inner .service-card .ads-card {
      min-height: 850px; }
      .sub-page#special-offer .section-3 .inner .service-card .ads-card > .btn {
        position: relative;
        left: 0;
        bottom: 0;
        transform: translateX(0);
        visibility: visible;
        opacity: 1;
        margin: 15px auto;
        min-width: 125px;
        max-width: 125px;
        color: #fff; }
        .sub-page#special-offer .section-3 .inner .service-card .ads-card > .btn:after {
          top: 50%; }
    .sub-page#special-offer .section-3 .inner .ads-services {
      flex-direction: column;
      max-width: 100%; }
      .sub-page#special-offer .section-3 .inner .ads-services .service-title {
        width: 100%;
        margin-bottom: 25px; }
      .sub-page#special-offer .section-3 .inner .ads-services .service-content {
        width: 100%;
        margin-top: 50px; }
        .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row {
          margin-left: 0;
          width: calc(100% + 0px*2); }
          .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row .col-6 {
            padding-left: 0;
            padding-right: 0;
            min-width: calc(50% - 25px);
            max-width: calc(50% - 25px); }
            .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row .col-6:not(:last-child) {
              margin-bottom: 35px; }
            .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row .col-6:nth-child(odd) {
              padding-right: 25px; }
            .sub-page#special-offer .section-3 .inner .ads-services .service-content > .row .col-6:nth-child(even) {
              padding-left: 25px; }
        .sub-page#special-offer .section-3 .inner .ads-services .service-content .service-item {
          padding-left: calc(75px + 15px); }
          .sub-page#special-offer .section-3 .inner .ads-services .service-content .service-item .icon {
            height: 75px;
            width: 75px;
            filter: grayscale(0);
            margin-bottom: 0;
            position: absolute;
            left: 0;
            top: -8px; }
    .sub-page#special-offer .section-3 .inner .ads-services-2 {
      max-width: 100%; }
      .sub-page#special-offer .section-3 .inner .ads-services-2 .service-content > .row .col-3 {
        margin-bottom: 25px;
        min-width: calc(33.333% - 25px);
        max-width: calc(33.333% - 0px); }
    .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header.header-price {
      display: none; }
      .sub-page#special-offer .section-3 .inner .service-table .service-content > .row.header.header-price .col-12 > .row .col-4 {
        padding-left: 0;
        padding-right: 0;
        transform: rotate(90deg) translate(20px, 18px);
        display: none; }
    .sub-page#special-offer .section-3 .inner.sub-1 .ads-services .service-title {
      margin-bottom: 35px; }
      .sub-page#special-offer .section-3 .inner.sub-1 .ads-services .service-title br {
        display: none; }
    .sub-page#special-offer .section-3 .inner.sub-3 {
      padding-bottom: 75px; }
      .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper {
        margin-top: 35px;
        min-width: 75%;
        max-width: 75%;
        height: auto; }
        .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper:after {
          display: none; }
        .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-title {
          align-items: flex-start;
          display: none; }
        .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content {
          position: relative; }
          .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item {
            position: relative;
            max-width: 100%;
            max-width: 100%;
            left: 0 !important;
            top: 0 !important;
            transform: translate(0, 0) !important;
            display: flex;
            align-items: center; }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item:not(:last-child) {
              margin-bottom: 75px; }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .icon {
              position: absolute;
              right: calc(0px);
              top: calc(50% + 128px/2);
              transform: translateY(-50%);
              width: 200px;
              height: 200px; }
            .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .info {
              position: relative;
              left: 0 !important;
              top: 0 !important;
              transform: translate(0, 0) !important;
              text-align: left !important;
              min-width: calc(100% - 0px); }
              .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .info .text {
                max-width: 75%; }
                .sub-page#special-offer .section-3 .inner.sub-3 .cycle-wrapper .cycle-content .cycle-item .info .text br {
                  display: none; }
    .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-9, .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 {
      min-width: 60%;
      max-width: 60%; }
      .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-9 .t-n-s .title, .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 .t-n-s .title {
        font-size: 40px; }
    .sub-page#special-offer .section-3 .inner.sub-4 .banner-custom-package > .row .col-3 {
      min-width: 40%;
      max-width: 40%; } }
.sub-page#special-offer .section-4 {
  margin-top: 125px;
  min-height: 50vh;
  z-index: 3;
  overflow: hidden;
  background-image: url(http://dekodr.co.id/artex-v2-assets/images/BG-02.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #9D9D9D; }
  .sub-page#special-offer .section-4.last-sub {
    z-index: 1; }
    .sub-page#special-offer .section-4.last-sub .inner {
      padding: 150px 0; }
    .sub-page#special-offer .section-4.last-sub + .footer {
      z-index: 2; }
  .sub-page#special-offer .section-4 .dot-accent {
    right: 250px;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: -1;
    display: none; }
  .sub-page#special-offer .section-4 .inner {
    height: 100%;
    display: flex;
    padding-top: 250px; }
    .sub-page#special-offer .section-4 .inner > .row .col-6, .sub-page#special-offer .section-4 .inner > .row .col-8, .sub-page#special-offer .section-4 .inner > .row .col-4 {
      padding-left: 0;
      padding-right: 0; }
      .sub-page#special-offer .section-4 .inner > .row .col-6:nth-child(2), .sub-page#special-offer .section-4 .inner > .row .col-8:nth-child(2), .sub-page#special-offer .section-4 .inner > .row .col-4:nth-child(2) {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 50px; }
      .sub-page#special-offer .section-4 .inner > .row .col-6 .btn, .sub-page#special-offer .section-4 .inner > .row .col-8 .btn, .sub-page#special-offer .section-4 .inner > .row .col-4 .btn {
        min-width: 175px;
        margin-top: 25px;
        animation: pulse 1.5s infinite; }
    .sub-page#special-offer .section-4 .inner .t-n-s {
      position: relative;
      z-index: 3;
      margin-bottom: 50px; }
      .sub-page#special-offer .section-4 .inner .t-n-s .title {
        font-size: 64px;
        color: #fff; }
        .sub-page#special-offer .section-4 .inner .t-n-s .title .title-highlight:before {
          height: calc(64px + 15px); }
        .sub-page#special-offer .section-4 .inner .t-n-s .title .title-highlight > span.text {
          font-family: "neo-sans-bold";
          letter-spacing: .5px; }
          .sub-page#special-offer .section-4 .inner .t-n-s .title .title-highlight > span.text span {
            font-family: "FS-Joey-Medium";
            letter-spacing: 1.5px; }
      .sub-page#special-offer .section-4 .inner .t-n-s .subtitle {
        line-height: 1.35;
        color: #fff; }
    .sub-page#special-offer .section-4 .inner p {
      color: #fff; }
  @media only screen and (max-width: 700px) {
    .sub-page#special-offer .section-4.last-sub .inner {
      padding: 150px 30px; }
    .sub-page#special-offer .section-4 .inner {
      padding-top: 150px;
      height: auto;
      align-items: flex-end; }
      .sub-page#special-offer .section-4 .inner > .row .col-6, .sub-page#special-offer .section-4 .inner > .row .col-8, .sub-page#special-offer .section-4 .inner > .row .col-4 {
        min-width: 100%;
        max-width: 100%; }
        .sub-page#special-offer .section-4 .inner > .row .col-6:nth-child(2), .sub-page#special-offer .section-4 .inner > .row .col-8:nth-child(2), .sub-page#special-offer .section-4 .inner > .row .col-4:nth-child(2) {
          padding-left: 0px;
          margin-bottom: 50px; }
        .sub-page#special-offer .section-4 .inner > .row .col-6 .btn, .sub-page#special-offer .section-4 .inner > .row .col-8 .btn, .sub-page#special-offer .section-4 .inner > .row .col-4 .btn {
          min-width: 175px;
          margin-top: 25px;
          animation: pulse 1.5s infinite; }
      .sub-page#special-offer .section-4 .inner .t-n-s {
        width: 100%;
        margin-bottom: 25px; }
        .sub-page#special-offer .section-4 .inner .t-n-s .title {
          font-size: 32px;
          color: #fff; }
          .sub-page#special-offer .section-4 .inner .t-n-s .title br {
            display: none; }
          .sub-page#special-offer .section-4 .inner .t-n-s .title .title-highlight:before {
            height: calc(32px + 15px); } }
  @media only screen and (min-width: 700px) and (max-width: 900px) {
    .sub-page#special-offer .section-4 .inner {
      padding-top: 200px;
      height: auto;
      align-items: flex-end; }
      .sub-page#special-offer .section-4 .inner > .row .col-6, .sub-page#special-offer .section-4 .inner > .row .col-8, .sub-page#special-offer .section-4 .inner > .row .col-4 {
        min-width: 100%;
        max-width: 100%; }
        .sub-page#special-offer .section-4 .inner > .row .col-6:nth-child(2), .sub-page#special-offer .section-4 .inner > .row .col-8:nth-child(2), .sub-page#special-offer .section-4 .inner > .row .col-4:nth-child(2) {
          padding-left: 0px;
          margin-bottom: 50px; }
        .sub-page#special-offer .section-4 .inner > .row .col-6 p, .sub-page#special-offer .section-4 .inner > .row .col-8 p, .sub-page#special-offer .section-4 .inner > .row .col-4 p {
          max-width: 75%; }
          .sub-page#special-offer .section-4 .inner > .row .col-6 p br, .sub-page#special-offer .section-4 .inner > .row .col-8 p br, .sub-page#special-offer .section-4 .inner > .row .col-4 p br {
            display: none; }
        .sub-page#special-offer .section-4 .inner > .row .col-6 .btn, .sub-page#special-offer .section-4 .inner > .row .col-8 .btn, .sub-page#special-offer .section-4 .inner > .row .col-4 .btn {
          min-width: 175px;
          margin-top: 25px;
          animation: pulse 1.5s infinite; }
      .sub-page#special-offer .section-4 .inner .t-n-s {
        width: 100%;
        margin-bottom: 25px; }
        .sub-page#special-offer .section-4 .inner .t-n-s .title {
          font-size: 32px;
          color: #fff; }
          .sub-page#special-offer .section-4 .inner .t-n-s .title .title-highlight:before {
            height: calc(32px + 15px); } }
.sub-page#special-offer .section-5 .inner .ads-services {
  display: flex;
  width: 100%; }
  .sub-page#special-offer .section-5 .inner .ads-services .service-title {
    width: 285px;
    font-size: 40px;
    color: #0D4F9D;
    font-family: "Galano-Regular";
    line-height: 1.05;
    letter-spacing: 0.5px; }
  .sub-page#special-offer .section-5 .inner .ads-services .service-content {
    width: calc(100% - 285px); }
    .sub-page#special-offer .section-5 .inner .ads-services .service-content > .row {
      margin-left: -12px;
      width: calc(100% + 12px*2); }
      .sub-page#special-offer .section-5 .inner .ads-services .service-content > .row .col-4 {
        min-width: calc(33.333% - 12px*2);
        max-width: calc(33.333% - 12px*2);
        transition: all .32s; }
        @media only screen and (max-width: 1500px) and (min-width: 1100px) {
          .sub-page#special-offer .section-5 .inner .ads-services .service-content > .row .col-4 {
            padding-top: 12px;
            padding-bottom: 12px;
            border-radius: 12px;
            margin-bottom: 50px; }
            .sub-page#special-offer .section-5 .inner .ads-services .service-content > .row .col-4:hover {
              background-color: #fff;
              box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
              transform: translateY(-5px); }
              .sub-page#special-offer .section-5 .inner .ads-services .service-content > .row .col-4:hover .service-item .icon {
                filter: grayscale(0); } }
    .sub-page#special-offer .section-5 .inner .ads-services .service-content .service-item .icon {
      height: 75px;
      width: 75px;
      display: flex;
      align-items: center;
      justify-content: center;
      filter: grayscale(1);
      transition: all .32s;
      margin-bottom: 15px; }
      .sub-page#special-offer .section-5 .inner .ads-services .service-content .service-item .icon img {
        width: 100%; }
    .sub-page#special-offer .section-5 .inner .ads-services .service-content .service-item .info .text {
      font-size: 20px;
      color: #0D4F9D;
      font-family: "Galano-Bold";
      line-height: 1.05;
      letter-spacing: 0.5px;
      margin-bottom: 8px;
      max-width: 90%; }
    .sub-page#special-offer .section-5 .inner .ads-services .service-content .service-item .info p {
      max-width: 90%; }
@media only screen and (max-width: 700px) {
  .sub-page#special-offer .section-5 .inner .ads-services {
    flex-direction: column; }
    .sub-page#special-offer .section-5 .inner .ads-services .service-title {
      width: 100%;
      margin-bottom: 50px; }
    .sub-page#special-offer .section-5 .inner .ads-services .service-content {
      width: 100%; }
      .sub-page#special-offer .section-5 .inner .ads-services .service-content > .row {
        margin-left: 0;
        width: calc(100% + 0px*2); }
        .sub-page#special-offer .section-5 .inner .ads-services .service-content > .row .col-4 {
          padding-left: 0;
          padding-right: 0;
          min-width: 100%;
          max-width: 100%; }
          .sub-page#special-offer .section-5 .inner .ads-services .service-content > .row .col-4:not(:last-child) {
            margin-bottom: 35px; }
      .sub-page#special-offer .section-5 .inner .ads-services .service-content .service-item {
        padding-left: calc(75px + 15px); }
        .sub-page#special-offer .section-5 .inner .ads-services .service-content .service-item .icon {
          height: 75px;
          width: 75px;
          filter: grayscale(0);
          margin-bottom: 0;
          position: absolute;
          left: 0;
          top: -8px; }
        .sub-page#special-offer .section-5 .inner .ads-services .service-content .service-item .info p {
          max-width: 100%; } }
@media only screen and (min-width: 700px) and (max-width: 900px) {
  .sub-page#special-offer .section-5 .inner .ads-services {
    flex-direction: column; }
    .sub-page#special-offer .section-5 .inner .ads-services .service-title {
      width: 100%;
      margin-bottom: 25px; }
      .sub-page#special-offer .section-5 .inner .ads-services .service-title br {
        display: none; }
    .sub-page#special-offer .section-5 .inner .ads-services .service-content {
      width: 100%; }
      .sub-page#special-offer .section-5 .inner .ads-services .service-content > .row {
        margin-left: 0;
        width: calc(100% + 0px*2); }
        .sub-page#special-offer .section-5 .inner .ads-services .service-content > .row .col-4 {
          padding-left: 0;
          padding-right: 0;
          min-width: 50%;
          max-width: 50%; }
          .sub-page#special-offer .section-5 .inner .ads-services .service-content > .row .col-4:not(:last-child) {
            margin-bottom: 35px; }
      .sub-page#special-offer .section-5 .inner .ads-services .service-content .service-item {
        padding-left: calc(75px + 15px); }
        .sub-page#special-offer .section-5 .inner .ads-services .service-content .service-item .icon {
          height: 75px;
          width: 75px;
          filter: grayscale(0);
          margin-bottom: 0;
          position: absolute;
          left: 0;
          top: -8px; } }
.sub-page#special-offer .footer > .btn + .text-accent:after {
  -webkit-mask: url(../assets/images/special-offer-circle-accent.svg) no-repeat 50% 50%;
  mask: url(../assets/images/special-offer-circle-accent.svg) no-repeat 50% 50%; }
.sub-page#special-offer .footer > .btn.btn-blue {
  background-color: #5cffad;
  border-color: #5cffad; }
.sub-page#special-offer .footer > .btn:hover {
  box-shadow: 0 14px 24px rgba(128, 255, 191, 0.45); }
.sub-page#special-offer .footer > .btn + .text-accent {
  background-color: #00d168; }

/*# sourceMappingURL=sub-page.css.map */
