/**
 * HEADING 
 */
.head_taxonomy {
  position: relative;
  font-family: var(--primary-Font);
}
.head_taxonomy .title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  display: block;
}

.head_single {
  position: relative;
  font-family: var(--primary-Font);
}
.head_single .title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  position: relative;
  padding-bottom: 12px;
}
.head_single .title::after {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--primary-Color);
}

.head_single.text-center .title::after {
  left: 50%;
  transform: translateX(-50%);
}

.head_box {
  position: relative;
  font-family: var(--primary-Font);
}
.head_box .title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  position: relative;
  padding-bottom: 10px;
}
.head_box .title::after {
  content: "";
  height: 3px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--primary-Color);
}

.head_panel {
  position: relative;
  font-family: var(--primary-Font);
}
.head_panel .title {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 0.5px;
  display: block;
  position: relative;
}

/** SLIDER */
.gvx-banner-blog {
  position: relative;
  overflow: hidden;
  min-height: 900px;
  background-color: #000;
}
@media screen and (max-width: 640px) {
  .gvx-banner-blog {
    min-height: 600px;
  }
}
.gvx-banner-blog .bnx-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gvx-banner-blog .bnx-slider figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slideShow 30s linear infinite 0s;
  -o-animation: slideShow 30s linear infinite 0s;
  -moz-animation: slideShow 30s linear infinite 0s;
  -webkit-animation: slideShow 30s linear infinite 0s;
}
.gvx-banner-blog .bnx-slider [class*=item-] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 90% bottom;
}
.gvx-banner-blog .bnx-slider .item-1 {
  opacity: 1;
}
.gvx-banner-blog .bnx-intro {
  width: 100%;
  margin: 0 auto;
  min-height: 900px;
  max-width: 1100px;
  padding: 0 50px;
  display: flex;
  height: 100%;
  min-height: 640px;
  align-items: center;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gvx-banner-blog .bnx-intro {
    min-height: 800px;
  }
}
@media screen and (max-width: 640px) {
  .gvx-banner-blog .bnx-intro {
    padding: 0 20px;
    height: 65vh;
    min-height: 580px;
  }
}
.gvx-banner-blog .bnx-intro .intro {
  max-width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .gvx-banner-blog .bnx-intro .intro {
    padding: 120px 5%;
  }
}
.gvx-banner-blog .bnx-intro .intro h1 {
  color: var(--primary-Color);
  margin: auto auto 1em;
  font-family: var(--primary-Font);
  text-transform: uppercase;
  font-size: 23px;
  line-height: 1.15em;
  letter-spacing: 2px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .gvx-banner-blog .bnx-intro .intro h1 {
    font-size: 16px;
  }
}
.gvx-banner-blog .bnx-intro .intro h2 {
  color: #fff;
  margin: auto auto 0.75em;
  font-family: var(--primary-Font);
  font-size: 60px;
  line-height: 1.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .gvx-banner-blog .bnx-intro .intro h2 {
    font-size: 36px;
  }
}
.gvx-banner-blog .bnx-extra {
  position: absolute;
  z-index: 9;
  height: 150px;
  width: 100%;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .gvx-banner-blog .bnx-extra {
    height: 100px;
  }
}
.gvx-banner-blog .bnx-extra span {
  display: block;
  background: #000;
  -webkit-clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  position: relative;
  height: 100%;
}

/** GAMES */
.gvx-page-games {
  position: relative;
  overflow: hidden;
}
.gvx-page-games .container {
  max-width: 1040px;
  padding: 0 30px;
  text-align: center;
}
.gvx-page-games .game-wrap-nav {
  border-bottom: 2px solid #333;
  margin: auto auto 100px;
}
.gvx-page-games .game-wrap-nav .tab-game {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}
.gvx-page-games .game-wrap-nav .tab-game > li {
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0 1em;
  border-bottom: 2px solid transparent;
}
.gvx-page-games .game-wrap-nav .tab-game > li a {
  color: #fff;
  font-family: var(--primary-Font);
  font-size: 18px;
  display: inline-block;
  padding: 1.5em 0 1em;
  opacity: 0.3;
  font-weight: 500;
  outline: none;
}
.gvx-page-games .game-wrap-nav .tab-game > li.active {
  border-bottom: 2px solid #fff;
}
.gvx-page-games .game-wrap-nav .tab-game > li.active a {
  opacity: 1;
}
.gvx-page-games .game-wrap-box .tab-wrap h3.name {
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: 2px;
}
.gvx-page-games .game-wrap-box .tab-wrap .row {
  margin: 0 -10px;
}
@media screen and (max-width: 575px) {
  .gvx-page-games .game-wrap-box .tab-wrap .row {
    padding: 0 30px;
  }
}
.gvx-page-games .game-wrap-box .tab-wrap .row > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .gvx-page-games .game-wrap-box .tab-wrap .row > [class*=col-] {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
/** HERO */
.psc-general-block {
  background-color: #fff;
  display: flex;
  justify-content: center;
  height: 80vh;
  min-height: 850px;
  max-height: 1100px;
  position: relative;
}
.psc-general-block .bnx-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.psc-general-block .bnx-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: var(--primary-Color);
  opacity: 0.6;
}
.psc-general-block .bnx-intro {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 50px;
  display: flex;
  height: 100%;
  min-height: 640px;
  align-items: center;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .psc-general-block .bnx-intro {
    min-height: 800px;
  }
}
@media screen and (max-width: 640px) {
  .psc-general-block .bnx-intro {
    padding: 0 20px;
    height: 65vh;
    min-height: 580px;
  }
}
.psc-general-block .bnx-intro .intro {
  max-width: 550px;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .psc-general-block .bnx-intro .intro {
    padding: 120px 5%;
  }
}
.psc-general-block .bnx-intro .intro h1 {
  margin: auto auto 1em;
  font-family: var(--primary-Font);
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.15em;
  letter-spacing: 2px;
  color: #5c060c;
}
@media screen and (max-width: 640px) {
  .psc-general-block .bnx-intro .intro h1 {
    font-size: 16px;
  }
}
.psc-general-block .bnx-intro .intro h2 {
  color: #fff;
  margin: auto auto 0.75em;
  font-family: var(--primary-Font);
  font-size: 60px;
  line-height: 1.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .psc-general-block .bnx-intro .intro h2 {
    font-size: 36px;
  }
}
.psc-general-block .bnx-intro .intro > a {
  font-family: var(--primary-Font);
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  padding: 20px 40px;
  display: inline-block;
  margin-bottom: 0.35em;
  border: none;
  text-transform: uppercase;
  background-color: #000000;
}
.psc-general-block .bnx-extra {
  position: absolute;
  z-index: 9;
  height: 150px;
  width: 100%;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 640px) {
  .psc-general-block .bnx-extra {
    height: 100px;
  }
}
.psc-general-block .bnx-extra span {
  display: block;
  background: #fff;
  -webkit-clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  position: relative;
  height: 100%;
}

/** MISSION */
.psx-mission-block {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 20% 101%;
  padding-bottom: 45vw;
  background-color: #fff;
}
.psx-mission-block .container {
  max-width: 1080px;
  display: flex;
  align-items: center;
  padding: 225px 7.5%;
  padding-bottom: 0;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .psx-mission-block .container {
    padding: 80px 10%;
  }
}
@media screen and (max-width: 768px) {
  .psx-mission-block .container {
    padding: 120px 7.5%;
  }
}
.psx-mission-block .box h2 {
  font-family: var(--primary-Font);
  font-size: 36px;
  line-height: 1.25em;
  margin: auto auto 1.5em;
  transition: all 0.5s ease-in-out;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .psx-mission-block .box h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .psx-mission-block .box h2 {
    font-size: 21px;
  }
}
.psx-mission-block .box h2 span {
  color: #eb3945;
}
.psx-mission-block .box p {
  font-family: var(--primary-Font);
  font-size: 20px;
  line-height: 1.25em;
  max-width: 75%;
  margin: auto;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .psx-mission-block .box p {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .psx-mission-block .box p {
    font-size: 16px;
    max-width: 85%;
  }
}

/** DEVELOP */
.psx-develop-block {
  background-color: #000000;
  color: #fff;
}
.psx-develop-block .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 150px 7.5%;
  padding-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .psx-develop-block .container {
    padding: 80px 7.5%;
  }
}
.psx-develop-block .container .row {
  margin: 0 -37.5px;
}
@media screen and (max-width: 640px) {
  .psx-develop-block .container .row {
    margin: 0 -25px;
  }
}
.psx-develop-block .container .row > [class*=col-] {
  padding-left: 37.5px;
  padding-right: 37.5px;
}
@media screen and (max-width: 640px) {
  .psx-develop-block .container .row > [class*=col-] {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.psx-develop-block h2 {
  font-family: var(--primary-Font);
  font-size: 50px;
  line-height: 1.25em;
  margin: 0 auto 3.5em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .psx-develop-block h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .psx-develop-block h2 {
    font-size: 24px;
    margin: 0 auto 2em;
    width: 85%;
  }
}
@media screen and (max-width: 640px) {
  .psx-develop-block .develop-item .inner {
    width: 85%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.psx-develop-block .develop-item .inner img {
  width: 100%;
  max-width: 120px;
  margin: auto auto 1em;
}
.psx-develop-block .develop-item .inner h3 {
  font-family: var(--primary-Font);
  font-size: 23px;
  margin: 0 auto 1em;
  line-height: 1.15em;
  max-width: 85%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .psx-develop-block .develop-item .inner h3 {
    font-size: 18px;
  }
}
.psx-develop-block .develop-item .inner p {
  font-family: var(--primary-Font);
  font-size: 18px;
  line-height: 1.35em;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .psx-develop-block .develop-item .inner p {
    font-size: 16px;
  }
}

/** HERO */
.bxc-general-block {
  min-height: 900px;
  position: relative;
  overflow: hidden;
  background: #222;
}
.bxc-general-block .bnx-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.bxc-general-block .bnx-intro {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 50px;
  display: flex;
  height: 100%;
  min-height: 640px;
  align-items: center;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bxc-general-block .bnx-intro {
    min-height: 800px;
  }
}
@media screen and (max-width: 640px) {
  .bxc-general-block .bnx-intro {
    padding: 0 20px;
    height: 65vh;
    min-height: 580px;
  }
}
.bxc-general-block .bnx-intro .intro {
  max-width: 1100px;
  margin-top: 200px;
}
@media screen and (max-width: 640px) {
  .bxc-general-block .bnx-intro .intro {
    padding: 120px 5%;
  }
}
.bxc-general-block .bnx-intro .intro span {
  background-color: #DA494B;
  display: inline;
  padding: 0 20px;
  line-height: 1.475em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.bxc-general-block .bnx-intro .intro h1 {
  margin: auto auto 1em;
  font-family: var(--primary-Font);
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.15em;
  letter-spacing: 2px;
  color: #5c060c;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .bxc-general-block .bnx-intro .intro h1 {
    font-size: 16px;
  }
}
.bxc-general-block .bnx-intro .intro h1 span {
  line-height: 45px;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 20px 20px;
}
.bxc-general-block .bnx-intro .intro h2 {
  color: #fff;
  margin: auto auto 0.75em;
  font-family: var(--primary-Font);
  font-size: 52px;
  line-height: 1.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .bxc-general-block .bnx-intro .intro h2 {
    font-size: 36px;
    line-height: 55px;
  }
}
.bxc-general-block .bnx-extra {
  position: absolute;
  z-index: 9;
  height: 150px;
  width: 100%;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 640px) {
  .bxc-general-block .bnx-extra {
    height: 100px;
  }
}
.bxc-general-block .bnx-extra span {
  display: block;
  background: #222;
  -webkit-clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  position: relative;
  height: 100%;
}

/** BELIEF */
.bxc-belief-block {
  min-height: 800px;
  max-height: 1100px;
  background-color: #222;
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bxc-belief-block {
    height: initial;
  }
}
@media screen and (max-width: 640px) {
  .bxc-belief-block {
    height: auto;
    max-height: initial;
  }
}
.bxc-belief-block .container {
  height: 100%;
  display: flex;
  justify-content: center;
  max-width: 1100px;
  padding: 150px 60px;
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .bxc-belief-block .container {
    background-size: 50%;
  }
}
@media screen and (max-width: 640px) {
  .bxc-belief-block .container {
    padding: 50px 7.5%;
    background-image: none !important;
  }
}
.bxc-belief-block .box .name h2 {
  font-family: var(--primary-Font);
  font-size: 60px;
  line-height: 1.15em;
  margin: 0 0 1.5em;
  max-width: 450px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .bxc-belief-block .box .name h2 {
    font-size: 36px;
    margin: 1em auto 0;
    text-align: center;
  }
}
.bxc-belief-block .box .flex {
  display: flex;
  flex-wrap: wrap;
}
.bxc-belief-block .box .flex .flex-1 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15% 0 0;
}
@media screen and (max-width: 768px) {
  .bxc-belief-block .box .flex .flex-1 {
    padding: 0 30px 0 0;
  }
}
@media screen and (max-width: 640px) {
  .bxc-belief-block .box .flex .flex-1 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 2em auto auto;
  }
}
.bxc-belief-block .box .flex .flex-1 p {
  font-family: var(--primary-Font);
  font-weight: 400;
  font-size: 30px;
  line-height: 1.35em;
}
@media screen and (max-width: 768px) {
  .bxc-belief-block .box .flex .flex-1 p {
    font-size: 24px;
  }
}
@media screen and (max-width: 640px) {
  .bxc-belief-block .box .flex .flex-1 p {
    font-size: 18px;
    text-align: center;
  }
}
.bxc-belief-block .box .flex .flex-1 span {
  display: none;
}
@media screen and (max-width: 640px) {
  .bxc-belief-block .box .flex .flex-1 span {
    display: block;
    width: 100%;
    height: 45vw;
    padding: 2em 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-origin: content-box;
  }
}
.bxc-belief-block .box .flex .flex-2 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 0 0 15%;
}
@media screen and (max-width: 768px) {
  .bxc-belief-block .box .flex .flex-2 {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 640px) {
  .bxc-belief-block .box .flex .flex-2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    margin: 2em auto auto;
  }
}
.bxc-belief-block .box .flex .flex-2 h3 {
  font-family: var(--primary-Font);
  font-size: 24px;
  margin: 0 0 0.25em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bxc-belief-block .box .flex .flex-2 h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .bxc-belief-block .box .flex .flex-2 h3 {
    text-align: center;
  }
}
.bxc-belief-block .box .flex .flex-2 p {
  font-family: var(--primary-Font);
  font-weight: 400;
  line-height: 1.35em;
  font-size: 16px;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  .bxc-belief-block .box .flex .flex-2 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .bxc-belief-block .box .flex .flex-2 p {
    max-width: 265px;
    font-size: 14px;
    margin: 0 auto 1.5em;
    text-align: center;
  }
}

/** STORY */
.bxc-story-block {
  position: relative;
  background-color: #e3a927;
  transition: background-color 0.5s ease-out;
  overflow: hidden;
}
.bxc-story-block .container {
  min-height: 800px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .bxc-story-block .container {
    min-height: unset;
    padding: 80px 0;
  }
}
@media screen and (max-width: 640px) {
  .bxc-story-block .container {
    padding: 56px 0;
  }
}
.bxc-story-block .our-story-wrap {
  width: 100%;
}
.bxc-story-block .our-story-wrap .slides-header {
  display: flex;
  width: 100%;
  max-width: 1065px;
  justify-content: space-between;
  margin: 0 auto 80px;
  padding: 0 32px;
}
@media screen and (max-width: 640px) {
  .bxc-story-block .our-story-wrap .slides-header {
    margin: 0 auto 48px;
  }
}
.bxc-story-block .our-story-wrap .slides-header h2 {
  font-size: 60px;
  font-family: var(--primary-Font);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bxc-story-block .our-story-wrap .slides-header h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 640px) {
  .bxc-story-block .our-story-wrap .slides-header h2 {
    font-size: 32px;
  }
}
.bxc-story-block .our-story-wrap .slides-header .arrows-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .bxc-story-block .our-story-wrap .slides-header .arrows-wrap {
    grid-column-gap: 16px;
  }
}
.bxc-story-block .our-story-wrap .slides-header .arrows-wrap img.custom-slick-prev,
.bxc-story-block .our-story-wrap .slides-header .arrows-wrap img.custom-slick-next {
  border: none;
  cursor: pointer;
  width: 56px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bxc-story-block .our-story-wrap .slides-header .arrows-wrap img.custom-slick-prev,
  .bxc-story-block .our-story-wrap .slides-header .arrows-wrap img.custom-slick-next {
    width: 32px;
  }
}
.bxc-story-block .our-story-wrap .our-story-slide {
  outline: none;
  padding: 2.5% 0 0;
  transition: transform 0.75s ease-out;
  transform: translateX(-16vw) translateY(1vw);
}
@media screen and (max-width: 768px) {
  .bxc-story-block .our-story-wrap .our-story-slide {
    padding: 4.5% 0 0;
    transform: translateX(-40vw) translateY(1vw);
  }
}
@media screen and (max-width: 640px) {
  .bxc-story-block .our-story-wrap .our-story-slide {
    padding: 20px 30px 0 !important;
    transform: unset !important;
  }
}
.bxc-story-block .our-story-wrap .our-story-slide img {
  width: 100%;
  max-width: 642px;
  margin: auto;
  transform: translateY(10px) rotate(-4deg) scale(1.35);
  transition: transform 0.75s ease-out;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .bxc-story-block .our-story-wrap .our-story-slide img {
    transform: translateY(10px) rotate(-4deg) scale(2);
    border-radius: 6px;
  }
}
@media screen and (max-width: 640px) {
  .bxc-story-block .our-story-wrap .our-story-slide img {
    transform: unset !important;
  }
}
.bxc-story-block .our-story-wrap .our-story-slide > .sub {
  position: relative;
  font-size: 20px;
  line-height: 1.25em;
  color: #fff;
  width: 120%;
  left: -10%;
  margin: 110px auto 1.5em;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
@media screen and (max-width: 768px) {
  .bxc-story-block .our-story-wrap .our-story-slide > .sub {
    font-size: 18px;
    width: 200%;
    left: -50%;
  }
}
@media screen and (max-width: 640px) {
  .bxc-story-block .our-story-wrap .our-story-slide > .sub {
    font-size: 14px !important;
    width: 95% !important;
    left: 0;
    margin: 1em auto 1.5em;
  }
}
.bxc-story-block .our-story-wrap .our-story-slide.slick-current {
  transform: translateX(0) translateY(0);
}
.bxc-story-block .our-story-wrap .our-story-slide.slick-current img {
  transform: translateY(0) rotate(0) scale(1.35);
}
.bxc-story-block .our-story-wrap .our-story-slide.slick-current > .sub {
  opacity: 1;
}
.bxc-story-block .our-story-wrap .our-story-slide.slick-current ~ .our-story-slide {
  transform: translateX(16vw) translateY(1vw);
}
.bxc-story-block .our-story-wrap .our-story-slide.slick-current ~ .our-story-slide img {
  transform: translateY(10px) rotate(4deg) scale(1.35);
}

/** GALLERY */
.bxc-gallery-block {
  background: #D44541;
  padding-top: 120px;
  padding-bottom: 80px;
}
.bxc-gallery-block .container {
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.bxc-gallery-block .our-gallery-wrap {
  width: 100%;
}
.bxc-gallery-block .our-gallery-wrap .slides-header {
  display: flex;
  width: 100%;
  max-width: 1065px;
  justify-content: space-between;
  margin: 0 auto 80px;
  padding: 0 32px;
}
@media screen and (max-width: 640px) {
  .bxc-gallery-block .our-gallery-wrap .slides-header {
    margin: 0 auto 48px;
  }
}
.bxc-gallery-block .our-gallery-wrap .slides-header h2 {
  font-size: 60px;
  font-family: var(--primary-Font);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bxc-gallery-block .our-gallery-wrap .slides-header h2 {
    font-size: 46px;
  }
}
@media screen and (max-width: 640px) {
  .bxc-gallery-block .our-gallery-wrap .slides-header h2 {
    font-size: 32px;
  }
}
.bxc-gallery-block .our-gallery-wrap .slides-header .arrows-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-column-gap: 24px;
}
@media screen and (max-width: 768px) {
  .bxc-gallery-block .our-gallery-wrap .slides-header .arrows-wrap {
    grid-column-gap: 16px;
  }
}
.bxc-gallery-block .our-gallery-wrap .slides-header .arrows-wrap img.custom-slick-prev,
.bxc-gallery-block .our-gallery-wrap .slides-header .arrows-wrap img.custom-slick-next {
  border: none;
  cursor: pointer;
  width: 56px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bxc-gallery-block .our-gallery-wrap .slides-header .arrows-wrap img.custom-slick-prev,
  .bxc-gallery-block .our-gallery-wrap .slides-header .arrows-wrap img.custom-slick-next {
    width: 32px;
  }
}
@media screen and (max-width: 640px) {
  .bxc-gallery-block .our-gallery-wrap .slick-slider div:nth-of-type(1) {
    padding-left: 5px;
  }
}
.bxc-gallery-block .our-gallery-wrap .slick-slider .slick-dots {
  position: relative;
  bottom: initial;
  left: initial;
  display: flex;
  justify-content: center;
  margin-top: 84px;
}
.bxc-gallery-block .our-gallery-wrap .slick-slider .slick-dots > li {
  background: #FFFFFF;
  width: 16px;
  height: 16px;
  margin: 0 8px;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .bxc-gallery-block .our-gallery-wrap .slick-slider .slick-dots > li {
    width: 8px;
    height: 8px;
  }
}
.bxc-gallery-block .our-gallery-wrap .slick-slider .slick-dots > li button {
  display: none;
  color: #FFFFFF;
}
.bxc-gallery-block .our-gallery-wrap .slick-slider .slick-dots li.slick-active {
  background: #951B1B;
}
.bxc-gallery-block .our-gallery-wrap .our-gallery-slide {
  max-width: 100%;
  margin: 0 27px;
}
.bxc-gallery-block .our-gallery-wrap .our-gallery-slide img {
  border: 18px solid #FFFFFF;
  border-radius: 1px;
  max-height: 400px;
}

/** HIRING */
.bxc-hiring-block {
  position: relative;
  overflow: hidden;
  height: 100vh;
  min-height: 900px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 200px 12%;
}
@media screen and (max-width: 768px) {
  .bxc-hiring-block {
    height: auto;
    min-height: unset;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding: 170px 12% 120px;
  }
}
@media screen and (max-width: 640px) {
  .bxc-hiring-block {
    padding: 90px 10% 65px;
  }
}
.bxc-hiring-block .container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.bxc-hiring-block h2 {
  font-family: var(--primary-Font);
  color: #fff;
  font-size: 120px;
  line-height: 1.9em;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .bxc-hiring-block h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 640px) {
  .bxc-hiring-block h2 {
    font-size: 36px;
  }
}
.bxc-hiring-block h2 span {
  background-color: #000;
  display: inline;
  padding: 0 0.4em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.bxc-hiring-block a {
  display: inline-block;
  margin: 0;
  font-family: var(--primary-Font);
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  background-color: #000;
  padding: 0.35em 0.75em 0.5em;
}
@media screen and (max-width: 768px) {
  .bxc-hiring-block a {
    font-size: 30px;
  }
}
@media screen and (max-width: 640px) {
  .bxc-hiring-block a {
    font-size: 18px;
  }
}

/** HERO */
.qtx-general-block {
  position: relative;
  background-color: #222;
}
.qtx-general-block .bnx-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.qtx-general-block .bnx-bg::before {
  content: "";
  background-color: #222;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  opacity: 0.5;
}
.qtx-general-block .bnx-intro {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 50px;
  display: flex;
  height: 100%;
  align-items: center;
  min-height: 440px;
  z-index: 4;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .qtx-general-block .bnx-intro {
    min-height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .qtx-general-block .bnx-intro {
    padding: 0 20px;
  }
}
.qtx-general-block .bnx-intro .intro {
  margin-top: 100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .qtx-general-block .bnx-intro .intro {
    padding: 120px 5%;
  }
}
.qtx-general-block .bnx-intro .intro h1 {
  color: #fff;
  margin: auto auto 0.75em;
  font-family: var(--primary-Font);
  font-size: 52px;
  line-height: 1.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .qtx-general-block .bnx-intro .intro h1 {
    font-size: 36px;
    line-height: 55px;
  }
}
.qtx-general-block .bnx-extra {
  position: absolute;
  z-index: 9;
  height: 100px;
  width: 100%;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .qtx-general-block .bnx-extra {
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .qtx-general-block .bnx-extra {
    height: 30px;
  }
}
.qtx-general-block .bnx-extra span {
  display: block;
  background: #f7f7f7;
  -webkit-clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  position: relative;
  height: 100%;
}

/** QUESTION */
.qtx-question-block {
  background-color: #f7f7f7;
  position: relative;
}
.qtx-question-block .container {
  max-width: 800px;
  background-color: #fff;
  padding: 75px;
  margin: auto;
  width: 85%;
  position: relative;
  top: -120px;
  border-radius: 5px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .qtx-question-block .container {
    padding: 40px 30px;
    top: -50px;
  }
}
@media screen and (max-width: 480px) {
  .qtx-question-block .container {
    padding: 75px 7.5%;
    width: 90%;
  }
}
.qtx-question-block h2 {
  font-family: var(--primary-Font);
  font-size: 30px;
  text-align: center;
  margin: auto auto 2.5em;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 640px) {
  .qtx-question-block h2 {
    font-size: 24px;
  }
}
.qtx-question-block .box {
  position: relative;
}
.qtx-question-block .box .qtx-name {
  font-family: var(--primary-Font);
  font-size: 20px;
  line-height: 1.25em;
  margin-top: 1.75em;
  border-top: 1px solid #bbb;
  padding-top: 1.75em;
}
@media screen and (max-width: 640px) {
  .qtx-question-block .box .qtx-name {
    font-size: 18px;
  }
}
.qtx-question-block .box .qtx-name:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
.qtx-question-block .box .qtx-value {
  font-family: var(--primary-Font);
  font-size: 20px;
  line-height: 1.5em;
  margin: 0.75em 0 1em;
}
@media screen and (max-width: 640px) {
  .qtx-question-block .box .qtx-value {
    font-size: 18px;
  }
}

/** HERO */
.jbx-general-block {
  min-height: 900px;
  position: relative;
  overflow: hidden;
  background: #222;
}
@media screen and (max-width: 640px) {
  .jbx-general-block {
    min-height: auto;
  }
}
.jbx-general-block .bnx-bg {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .jbx-general-block .bnx-bg {
    display: none;
  }
}
.jbx-general-block .bnx-mb {
  display: none;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .jbx-general-block .bnx-mb {
    display: block;
  }
}
.jbx-general-block .bnx-intro {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 50px;
  display: flex;
  height: 100%;
  min-height: 640px;
  align-items: center;
  z-index: 4;
  position: relative;
}
@media screen and (max-width: 768px) {
  .jbx-general-block .bnx-intro {
    min-height: 800px;
  }
}
@media screen and (max-width: 640px) {
  .jbx-general-block .bnx-intro {
    padding: 0 20px;
    min-height: 600px;
  }
}
.jbx-general-block .bnx-intro .intro {
  max-width: 100%;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .jbx-general-block .bnx-intro .intro {
    padding: 120px 5%;
  }
}
.jbx-general-block .bnx-intro .intro h1 {
  margin: auto auto 1em;
  font-family: var(--primary-Font);
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.15em;
  letter-spacing: 2px;
  color: #eb3945;
  margin-bottom: 10px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .jbx-general-block .bnx-intro .intro h1 {
    font-size: 16px;
  }
}
.jbx-general-block .bnx-intro .intro h2 {
  color: #fff;
  margin: auto auto 0.75em;
  font-family: var(--primary-Font);
  font-size: 60px;
  line-height: 1.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .jbx-general-block .bnx-intro .intro h2 {
    font-size: 36px;
  }
}
.jbx-general-block .bnx-extra {
  position: absolute;
  z-index: 9;
  height: 100px;
  width: 100%;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .jbx-general-block .bnx-extra {
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .jbx-general-block .bnx-extra {
    height: 30px;
  }
}
.jbx-general-block .bnx-extra span {
  display: block;
  background: #222;
  -webkit-clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  position: relative;
  height: 100%;
}

/** STATEMENT */
.jbx-statement-block {
  display: flex;
  align-items: center;
  height: 90vh;
  min-height: 800px;
  max-height: 1100px;
  background-color: #222;
}
@media screen and (max-width: 768px) {
  .jbx-statement-block {
    height: 50vh;
    min-height: 500px;
  }
}
@media screen and (max-width: 640px) {
  .jbx-statement-block {
    height: auto;
    min-height: 80vw;
  }
}
.jbx-statement-block .container {
  max-width: 1300px;
  padding: 0 7.5%;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 50px;
  line-height: 1.25em;
  font-family: var(--primary-Font);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .jbx-statement-block .container {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .jbx-statement-block .container {
    font-size: 21px;
  }
}
.jbx-statement-block h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.25em;
}
@media screen and (max-width: 768px) {
  .jbx-statement-block h2 {
    font-size: 36px;
    max-width: 580px;
  }
}
@media screen and (max-width: 640px) {
  .jbx-statement-block h2 {
    font-size: 21px;
  }
}
.jbx-statement-block h2 span {
  color: #eb3945;
}

/** CULTURE */
.jbx-culture-block {
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 100vh;
  min-height: 800px;
}
@media screen and (max-width: 768px) {
  .jbx-culture-block {
    height: 60vh;
    min-height: 550px;
  }
}
@media screen and (max-width: 640px) {
  .jbx-culture-block {
    flex-direction: column;
    height: auto;
  }
}
.jbx-culture-block > div {
  flex: 1 1 50%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .jbx-culture-block > div {
    flex: 1 1 auto;
    height: auto;
  }
}
.jbx-culture-block .culture-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 640px) {
  .jbx-culture-block .culture-image {
    min-height: 550px;
    width: 100%;
  }
}
.jbx-culture-block .culture-text {
  display: flex;
  align-items: center;
}
.jbx-culture-block .culture-text .inner {
  padding: 0 1.5em;
  width: 80%;
  max-width: 500px;
  margin: auto auto auto 125px;
}
@media screen and (max-width: 1600px) {
  .jbx-culture-block .culture-text .inner {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .jbx-culture-block .culture-text .inner {
    width: 75%;
  }
}
@media screen and (max-width: 640px) {
  .jbx-culture-block .culture-text .inner {
    margin: 4em auto;
    text-align: center;
  }
}
.jbx-culture-block .culture-text .inner h2 {
  font-family: var(--primary-Font);
  font-size: 50px;
  line-height: 1.25em;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin: auto auto 1.5em 0;
  color: #eb3945;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .jbx-culture-block .culture-text .inner h2 {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
.jbx-culture-block .culture-text .inner h3 {
  font-family: var(--primary-Font);
  font-weight: 700;
  font-size: 30px;
  line-height: 1.25em;
  margin: auto auto 1em 0;
  color: #eb3945;
}
@media screen and (max-width: 768px) {
  .jbx-culture-block .culture-text .inner h3 {
    font-size: 18px;
  }
}
.jbx-culture-block .culture-text .inner p {
  font-size: 24px;
  line-height: 1.25em;
  margin: auto auto 1em 0;
}
@media screen and (max-width: 768px) {
  .jbx-culture-block .culture-text .inner p {
    font-size: 16px;
  }
}
.jbx-culture-block .culture-text .inner a {
  font-family: var(--primary-Font);
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  background-color: #00b0cd;
  padding: 20px 40px;
  display: inline-block;
  margin-bottom: 0.35em;
  border: none;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .jbx-culture-block .culture-text .inner a {
    font-size: 18px;
  }
}

/** HIGHLIGHT */
.jbx-highlight-block {
  position: relative;
  padding: 10% 12.5%;
  background: #eb3945;
}
@media screen and (max-width: 768px) {
  .jbx-highlight-block {
    padding: 10%;
    padding: 15% 10% 12.5%;
  }
}
.jbx-highlight-block .container {
  display: flex;
  flex-direction: column;
  min-height: 700px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .jbx-highlight-block .container {
    min-height: 550px;
  }
}
@media screen and (max-width: 640px) {
  .jbx-highlight-block .container {
    min-height: 400px;
  }
}
.jbx-highlight-block .box .ht-name {
  font-family: var(--primary-Font);
  line-height: 1.475em;
  font-size: 54px;
  font-weight: 700;
  margin: 0 auto 0.75em 0;
}
@media screen and (max-width: 768px) {
  .jbx-highlight-block .box .ht-name {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .jbx-highlight-block .box .ht-name {
    font-size: 24px;
  }
}
.jbx-highlight-block .box .ht-name span {
  background-color: #fff;
  display: inline;
  padding: 0 0.4em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: #eb3945;
}
.jbx-highlight-block h3 {
  color: #fff;
  font-family: var(--primary-Font);
  font-size: 28px;
  line-height: 1.25em;
  margin: 3em auto 0 0;
  max-width: 540px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .jbx-highlight-block h3 {
    font-size: 21px;
    max-width: 400px;
  }
}
@media screen and (max-width: 640px) {
  .jbx-highlight-block h3 {
    font-size: 16px;
  }
}

/** PRIVILE */
.jbx-privile-block {
  position: relative;
  padding: 120px 0 100px;
  text-align: center;
  background: #fff;
}
.jbx-privile-block h2 {
  font-size: 36px;
  font-family: var(--primary-Font);
  margin: auto auto 2em;
  font-weight: 700;
}
.jbx-privile-block .grix {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  justify-content: space-evenly;
}
.jbx-privile-block .grix .privile-item {
  flex: 0 1 30%;
  padding: 0 2.5%;
  margin: 0 auto 5%;
}
@media screen and (max-width: 768px) {
  .jbx-privile-block .grix .privile-item {
    flex: 0 1 40%;
  }
}
@media screen and (max-width: 640px) {
  .jbx-privile-block .grix .privile-item {
    flex: 0 1 50%;
    margin: 0 auto 10%;
  }
}
.jbx-privile-block .grix .privile-item img {
  max-height: 85px;
  margin: auto auto 2em auto;
}
.jbx-privile-block .grix .privile-item h6 {
  color: #666;
  font-family: var(--primary-Font);
  font-size: 18px;
  margin: 0.25em auto;
  text-align: center;
  line-height: 1.25em;
  width: 90%;
}
@media screen and (max-width: 640px) {
  .jbx-privile-block .grix .privile-item h6 {
    font-size: 14px;
  }
}

/** BASIC */
.gvc-basic-block {
  text-align: center;
  background-color: #000;
  padding: 270px 7.5% 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-image: url("../images/pattern-bg-black-spots.svg");
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gvc-basic-block {
    padding: 200px 7.5% 150px;
  }
}
@media screen and (max-width: 640px) {
  .gvc-basic-block {
    padding: 80px 7.5% 60px;
  }
}
.gvc-basic-block h2 {
  font-family: var(--primary-Font);
  margin: 0 auto 1em;
  font-size: 50px;
  line-height: 1.25em;
  max-width: 800px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .gvc-basic-block h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 640px) {
  .gvc-basic-block h2 {
    font-size: 24px;
  }
}
.gvc-basic-block a {
  font-family: var(--primary-Font);
  font-size: 16px;
  line-height: 1em;
  color: #fff;
  background-color: #00b0cd;
  padding: 20px 40px;
  display: inline-block;
  margin-bottom: 0.35em;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .gvc-basic-block a {
    font-size: 15px;
  }
}

/** HERO */
.ctc-general-block {
  position: relative;
  background-color: #222;
}
.ctc-general-block .bnx-bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.ctc-general-block .bnx-bg::before {
  content: "";
  background-color: #222;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
  opacity: 0.5;
}
.ctc-general-block .bnx-intro {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 50px;
  display: flex;
  height: 100%;
  align-items: center;
  min-height: 440px;
  z-index: 4;
  position: relative;
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  .ctc-general-block .bnx-intro {
    min-height: 300px;
  }
}
@media screen and (max-width: 640px) {
  .ctc-general-block .bnx-intro {
    padding: 0 20px;
  }
}
.ctc-general-block .bnx-intro .intro {
  margin-top: 100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ctc-general-block .bnx-intro .intro {
    padding: 120px 5%;
  }
}
.ctc-general-block .bnx-intro .intro h1 {
  color: #fff;
  margin: auto auto 0.75em;
  font-family: var(--primary-Font);
  font-size: 52px;
  line-height: 1.15em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .ctc-general-block .bnx-intro .intro h1 {
    font-size: 36px;
    line-height: 55px;
  }
}
.ctc-general-block .bnx-extra {
  position: absolute;
  z-index: 9;
  height: 100px;
  width: 100%;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 768px) {
  .ctc-general-block .bnx-extra {
    height: 50px;
  }
}
@media screen and (max-width: 640px) {
  .ctc-general-block .bnx-extra {
    height: 30px;
  }
}
.ctc-general-block .bnx-extra span {
  display: block;
  background: #f7f7f7;
  -webkit-clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 79%, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  position: relative;
  height: 100%;
}

/** CONTACT */
.ctc-contact-block {
  background-color: #f7f7f7;
  position: relative;
}
.ctc-contact-block .container {
  max-width: 800px;
  background-color: #fff;
  padding: 75px;
  margin: auto;
  width: 85%;
  position: relative;
  top: -120px;
  border-radius: 5px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .ctc-contact-block .container {
    padding: 40px 30px;
    top: -50px;
  }
}
@media screen and (max-width: 480px) {
  .ctc-contact-block .container {
    padding: 75px 7.5%;
    width: 90%;
  }
}
.ctc-contact-block .form-title h2 {
  font-family: var(--primary-Font);
  letter-spacing: 0.5px;
  line-height: 1.25em;
  width: 85%;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: auto auto 1em;
}
@media screen and (max-width: 640px) {
  .ctc-contact-block .form-title h2 {
    font-size: 24px;
  }
}
.ctc-contact-block .form-title p {
  font-family: var(--primary-Font);
  margin: 0 auto 2em;
  letter-spacing: 0.5px;
  font-size: 18px;
  line-height: 1.25em;
  width: 85%;
  max-width: 550px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .ctc-contact-block .form-title p {
    font-size: 16px;
  }
}
.ctc-contact-block .box {
  position: relative;
}
.ctc-contact-block .box .wpcf7-form p > label {
  font-family: var(--primary-Font);
  font-size: 10px;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
}
.ctc-contact-block .box .wpcf7-form p > label > span {
  color: red;
}
@media screen and (max-width: 768px) {
  .ctc-contact-block .box .wpcf7-form p > label {
    color: #323232 !important;
  }
}
.ctc-contact-block .box .wpcf7-form p .wpcf7-not-valid-tip {
  font-family: var(--primary-Font);
  font-size: 10px;
  line-height: 1.25em;
  font-weight: 600;
  text-transform: uppercase;
}
.ctc-contact-block .box .wpcf7-form input[type=text],
.ctc-contact-block .box .wpcf7-form input[type=tel],
.ctc-contact-block .box .wpcf7-form input[type=email],
.ctc-contact-block .box .wpcf7-form input[type=date],
.ctc-contact-block .box .wpcf7-form input[type=number],
.ctc-contact-block .box .wpcf7-form select, .ctc-contact-block .box .wpcf7-form textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e3e3e3;
  border-radius: 0;
  font-size: 14px;
  font-family: var(--primary-Font);
  background-color: #fff;
  color: #323232;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ctc-contact-block .box .wpcf7-form .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0 !important;
}
.ctc-contact-block .box .wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label {
  font-family: var(--primary-Font);
  font-size: 11px;
  line-height: 1.25em;
  font-weight: 700;
  text-transform: uppercase;
  color: #999999;
  display: flex;
  align-items: flex-start;
  letter-spacing: 1px;
  line-height: 1.3;
}
.ctc-contact-block .box .wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item-label {
  margin-left: 12px;
}
.ctc-contact-block .box .wpcf7-form .wpcf7-acceptance .wpcf7-list-item > label .wpcf7-list-item-label span {
  color: red;
}
.ctc-contact-block .box .wpcf7-form input.wpcf7-submit {
  font-family: var(--primary-Font);
  font-size: 21px;
  font-weight: 700;
  line-height: 10px;
  color: #fff;
  background-color: #00B0CD;
  padding: 24px 80px;
  display: block;
  text-transform: none;
  transition: all 0.2s linear;
  margin: 0 auto 0 !important;
  margin-top: 24px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0 !important;
  border: none;
  cursor: pointer;
  max-width: 300px;
}

/** PAGE ----------------------------------------------------------------*/
.gv_page_detail {
  position: relative;
  overflow: hidden;
  padding: 40px 0px;
}
/** POST ----------------------------------------------------------------*/
.gv_post_category {
  position: relative;
  padding: 40px 0px;
  overflow: hidden;
  background: #f4f4f4;
}
.gv_post_category .container > .row {
  align-items: stretch;
}
.gv_post_category .container > .row > [class*=col-] {
  min-height: 100%;
}
.gv_post_category .nav-blog {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  gap: 3px;
}
@media (max-width: 575px) {
  .gv_post_category .nav-blog {
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    justify-content: flex-start;
  }
}
.gv_post_category .nav-blog > li {
  display: block;
}
.gv_post_category .nav-blog > li a {
  background: transparent;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 30px;
  border-bottom: 2px solid var(--primary-Color);
  display: block;
  transition: all 0.3s ease 0s;
  font-weight: 600;
  position: relative;
}
.gv_post_category .nav-blog > li a::after {
  content: "";
  height: 10px;
  width: 15px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-Color);
  opacity: 0;
  visibility: hidden;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: all 0.3s ease 0s;
}
.gv_post_category .nav-blog > li:hover a {
  background: var(--primary-Color);
  color: #fff;
}
.gv_post_category .nav-blog > li:hover a::after {
  opacity: 1;
  visibility: visible;
}
.gv_post_category .nav-blog > li.active a {
  background: var(--primary-Color);
  color: #fff;
}
.gv_post_category .nav-blog > li.active a::after {
  opacity: 1;
  visibility: visible;
}
.gv_post_category .post-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

.gv_post_archive {
  position: relative;
  overflow: hidden;
  padding: 24px 0 40px;
  background: #f4f4f4;
}
.gv_post_archive .container > .row {
  align-items: stretch;
}
.gv_post_archive .container > .row > [class*=col-] {
  min-height: 100%;
}
.gv_post_archive .post-item {
  padding-top: 16px;
  padding-bottom: 16px;
}

.gv_post_single {
  position: relative;
  overflow: hidden;
  padding: 40px 0 40px;
}
/* Meta Line */
.meta-line {
  background: transparent;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  font-family: var(--primary-Font);
  margin-bottom: 16px;
  font-style: italic;
}
.meta-line b {
  font-weight: 600;
}

/** TAG */
.tags {
  margin-bottom: 32px;
  font-family: var(--primary-Font);
  position: relative;
}

/** RELATED */
.related-list {
  font-family: var(--primary-Font);
  position: relative;
}
.related-list .list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-list .list > li {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed #ddd;
  display: block;
}
.related-list .list > li a {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
  color: #000;
  padding-left: 18px;
  position: relative;
}
.related-list .list > li a i {
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 15px;
}
.related-list .list > li a:hover {
  color: var(--primary-Color);
}
.related-list .list > li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.post-related {
  position: relative;
}
.post-related .owl-carousel .owl-stage-outer {
  overflow: initial;
}
.post-related .owl-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  transition: all 0.3s ease 0s;
}
.post-related .owl-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
}
.post-related .owl-carousel .owl-nav {
  display: block !important;
}
.post-related .owl-carousel .owl-nav > [class*=owl-] {
  border-radius: 0;
  margin: 0;
}
.post-related .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.post-related .owl-carousel .owl-nav .owl-next {
  right: 0;
}/*# sourceMappingURL=blog.css.map */