@import url(/assets/FS-WebFonts-863466669/demo.css);
@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,300;9..144,900&display=swap");
h1,
h2,
h3 {
  font-family: "Fraunces", serif;
}

:root {
  --body-padding-x: 30px;
  --header-height: 110px;
  --gold: #f4b01b;
}

@media (max-width: 575px) {
  :root {
    --body-padding-x: 15px;
    --header-height: 55px;
  }
}
body {
  margin: 0;
  font-family: "Avenir";
}

button {
  font-family: "Avenir";
  cursor: pointer;
}

* {
  box-sizing: border-box;
}

.h2 {
  font-size: 80px;
  font-weight: 300;
  line-height: 80px;
  position: relative;
}
@media (max-width: 1199px) {
  .h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 575px) {
  .h2 {
    font-size: 35px;
    line-height: 35px;
  }
}

.h3 {
  font-size: 50px;
  font-weight: 300;
  line-height: 45px;
  position: relative;
}
@media (max-width: 1199px) {
  .h3 {
    font-size: 44px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .h3 {
    font-size: 28px;
    line-height: 28px;
  }
}

.container {
  max-width: 1295px;
  padding-left: var(--body-padding-x);
  padding-right: var(--body-padding-x);
  margin-left: auto;
  margin-right: auto;
}

strong {
  font-weight: 900;
  font-family: "Avenir" !important;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.btn {
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-right: 41px;
  padding-left: 41px;
  border-radius: 5px 5px 10px 5px;
  border: solid 1px #000000;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
}
.btn:hover {
  color: rgba(0, 0, 0, 0.5) !important;
}
.btn-primary {
  background: #000;
  color: #fff;
}
.btn-primary:hover {
  background: #fff !important;
  color: black !important;
}

.text-gold {
  color: var(--gold);
}

.header {
  position: absolute;
  width: 100%;
  z-index: 100;
  background: #fff;
}
.header .logo img {
  max-width: 165px;
}
.header nav {
  height: var(--header-height);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header ul {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header ul a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.header ul a:hover {
  color: rgba(0, 0, 0, 0.5);
}

.stiky .header {
  position: fixed;
  margin-top: -100px;
  transform: translateY(100px);
  transition: 0.3s transform;
  box-shadow: 0 5px 25px rgba(78, 78, 79, 0.1);
}
.stiky .header nav {
  height: 80px;
}
@media (max-width: 575px) {
  .stiky .header nav {
    height: 55px;
  }
}

.hero {
  height: 621px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .hero {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .hero {
    height: 340px;
  }
}
.hero h1 {
  max-width: 943px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 0;
  margin-top: 85px;
}
@media (max-width: 767px) {
  .hero h1 {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .hero h1 {
    margin-top: 60px;
  }
}
.hero strong {
  font-weight: 900;
  color: var(--gold);
  pointer-events: none;
  position: relative;
}
.hero strong svg {
  position: absolute;
  left: 0;
  bottom: 0;
}
.hero .visionary svg {
  left: -10px;
}
@media (max-width: 1199px) {
  .hero .visionary svg {
    width: 309px;
    left: -6px;
    top: -8px;
  }
}
@media (max-width: 767px) {
  .hero .visionary svg {
    width: 223px;
    top: -18px;
  }
}
@media (max-width: 575px) {
  .hero .visionary svg {
    width: 160px;
    top: -28px;
  }
}
.hero .global svg {
  left: -12px;
}
@media (max-width: 1199px) {
  .hero .global svg {
    width: 219px;
    left: -8px;
    top: -8px;
  }
}
@media (max-width: 767px) {
  .hero .global svg {
    left: -4px;
    width: 156px;
    top: -18px;
  }
}
@media (max-width: 575px) {
  .hero .global svg {
    left: -1px;
    width: 106px;
    top: -28px;
  }
}
.hero .flexibility svg {
  bottom: auto;
  top: 0;
  z-index: 5;
  left: 10px;
}
@media (max-width: 1199px) {
  .hero .flexibility svg {
    width: 370px;
  }
}
@media (max-width: 767px) {
  .hero .flexibility svg {
    width: 260px;
    top: -17px;
  }
}
@media (max-width: 575px) {
  .hero .flexibility svg {
    width: 183px;
    top: -32px;
  }
}

.book {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .book {
    padding-top: 70px;
    padding-bottom: 65px;
  }
}
@media (max-width: 575px) {
  .book {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
.book h2 {
  max-width: 720px;
  margin: 0;
}
.book .btn {
  margin-top: 117px;
}
@media (max-width: 1199px) {
  .book .btn {
    margin-top: 0;
  }
}
.book .book-btn-group {
  position: relative;
  text-align: right;
  align-self: center;
}
.book .book-btn-group p {
  font-size: 20px;
}
@media (max-width: 575px) {
  .book .book-btn-group p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .book .book-btn-group .book-btn-text {
    text-align: center;
  }
}
.book .book-btn-group svg {
  position: absolute;
  right: calc(100% + 30px);
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .book .book-btn-group svg {
    transform: rotate(35deg) translate(-4%, 11%);
    position: relative;
    left: 0;
    top: 0;
    margin-top: 10px;
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 1199px) {
  .book .book-btn-group svg {
    transform: rotate(35deg) translate(-24%, 26%);
    left: 0;
    top: 0;
    margin-top: 10px;
    width: 156px;
    height: 156px;
  }
}
.book .book-text-group {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .book .book-text-group {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.book .book-text-group .eye {
  position: relative;
}
.book .book-text-group .eye svg {
  position: absolute;
  left: 5px;
  bottom: 15px;
}
@media (max-width: 1199px) {
  .book .book-text-group .eye svg {
    bottom: 4px;
    width: 76px;
  }
}
@media (max-width: 767px) {
  .book .book-text-group .eye svg {
    bottom: -3px;
    width: 49px;
  }
}
@media (max-width: 575px) {
  .book .book-text-group .eye svg {
    bottom: -15px;
    width: 36px;
    left: 3px;
  }
}
.book .book-text-group .creative {
  position: relative;
}
@media (max-width: 1199px) {
  .book .book-text-group .creative svg {
    left: calc(50% + 30px);
    transform: translate(-50%, 11px);
    width: 570px;
  }
}
@media (max-width: 767px) {
  .book .book-text-group .creative svg {
    transform: translate(-50%, 18px);
    width: 360px;
  }
}
@media (max-width: 575px) {
  .book .book-text-group .creative svg {
    transform: translate(-50%, 29px);
    width: 240px;
  }
}
.book .book-text-group h2 {
  position: relative;
}
.book .book-text-group h2 .hoverhidem {
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .book .book-text-group h2 .hoverhidem {
    display: none;
  }
}
.book .book-text-group h2:hover svg {
  opacity: 1;
}
.book .book-text-group h2:hover .hoverhidem {
  opacity: 0;
}
.book .book-text-group h2 svg {
  position: absolute;
  left: 13px;
  bottom: -17px;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .book .book-text-group h2 svg {
    transition: 0s;
    opacity: 1;
  }
}
.book .book-text-group strong {
  color: var(--gold);
}

.epictalent {
  background: #525252;
  padding-top: 180px;
  padding-bottom: 89px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .epictalent {
    padding-top: 140px;
    padding-bottom: 79px;
  }
}
@media (max-width: 991px) {
  .epictalent {
    padding-top: 120px;
    padding-bottom: 69px;
  }
}
@media (max-width: 575px) {
  .epictalent {
    overflow: hidden;
    padding-top: 90px;
  }
}
.epictalent .row {
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .epictalent .row .nth-child-1 {
    order: 1;
    z-index: 2;
    position: relative;
  }
  .epictalent .row .nth-child-3 {
    order: 2;
  }
  .epictalent .row .nth-child-2 {
    order: 3;
  }
  .epictalent .row .nth-child-4 {
    order: 4;
  }
}
.epictalent .col-12 {
  padding-left: 8px;
  padding-right: 8px;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 767px) {
  .epictalent .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .epictalent .col-12 {
    margin-bottom: 50px;
  }
}
.epictalent .col-24 {
  padding-left: 8px;
  padding-right: 8px;
  flex: 0 0 100%;
  max-width: 100%;
}
.epictalent .box {
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 991px) {
  .epictalent .box {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .epictalent .box img {
    max-width: 20px;
  }
}
@media (min-width: 992px) {
  .epictalent .box:hover .box-texts p {
    transform: translateY(-20px);
  }
}
.epictalent .box .box-image {
  background: var(--gold);
  transition: 0.3s ease-in-out;
}
.epictalent .box .box-image svg {
  max-width: 100%;
}
.epictalent .box .box-texts {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 56px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .epictalent .box .box-texts {
    padding-top: 35px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .epictalent .box .box-texts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.epictalent .box .box-texts p {
  transition: 0.3s;
}
.epictalent .box p {
  margin-bottom: 30px;
  margin-top: 0;
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 575px) {
  .epictalent .box p {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.epictalent .box button {
  background: transparent;
  border: 0;
}
.epictalent .box .arrow {
  transition: 0.3s ease-in-out;
}
.epictalent .box img {
  transition: 0.3s ease-in-out;
}
.epictalent .box.active .box-image {
  background: #262626;
}
.epictalent .box.active .arrow {
  fill: var(--gold);
  stroke: var(--gold);
}
.epictalent .box.active img {
  transform: rotateX(180deg);
}
.epictalent .epictalent-details {
  padding-top: 15px;
  color: #fff;
}
.epictalent .epictalent-details .demo {
  margin-top: 100px;
  position: relative;
  text-align: center;
}
@media (max-width: 575px) {
  .epictalent .epictalent-details .demo {
    margin-top: 50px;
  }
}
.epictalent .epictalent-details .demo h3 {
  max-width: 730px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.epictalent .epictalent-details .demo h3 strong {
  color: var(--gold);
}
.epictalent .epictalent-details .demo .btn {
  margin-top: 53px;
  position: relative;
}
.epictalent .epictalent-details .demo .btn svg {
  position: absolute;
  left: 100%;
  bottom: 50%;
  transform: translate(5%, 20%);
  pointer-events: none;
}
@media (max-width: 575px) {
  .epictalent .epictalent-details .demo .btn svg {
    width: 317px;
    transform: translate(-5%, 20%);
  }
}
@media (max-width: 575px) {
  .epictalent .epictalent-details .demo .btn {
    margin-top: 0;
  }
}
.epictalent .epictalent-details .simple {
  padding-top: 53px;
  padding-bottom: 57px;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  background: #fff;
  color: #000000;
  border-radius: 5px;
  padding: 15px;
}
.epictalent .epictalent-details .simple strong {
  color: var(--gold);
}
@media (max-width: 1199px) {
  .epictalent .epictalent-details .simple img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .epictalent .epictalent-details .simple img {
    max-width: 330px;
  }
  .epictalent .epictalent-details .simple h3 {
    text-align: left;
  }
}
.epictalent .epictalent-details .row {
  margin-left: -39px;
  margin-right: -39px;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 991px) {
  .epictalent .epictalent-details .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.epictalent .epictalent-details .item {
  display: flex;
  gap: 15px;
  font-size: 20px;
  align-items: center;
}
@media (max-width: 575px) {
  .epictalent .epictalent-details .item {
    font-size: 16px;
  }
}
.epictalent .epictalent-details .item p {
  margin: 0;
}
.epictalent .epictalent-details .icon {
  background: var(--gold);
  min-width: 106px;
  max-width: 106px;
  min-height: 106px;
  max-height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .epictalent .epictalent-details .icon {
    min-width: 90px;
    max-width: 90px;
    min-height: 90px;
    max-height: 90px;
  }
  .epictalent .epictalent-details .icon img {
    transform: scale(0.8);
  }
}
@media (max-width: 575px) {
  .epictalent .epictalent-details .icon {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }
  .epictalent .epictalent-details .icon img {
    transform: scale(0.7);
  }
}
.epictalent .epictalent-details .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 39px;
  padding-left: 39px;
  margin-bottom: 93px;
}
@media (max-width: 1199px) {
  .epictalent .epictalent-details .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .epictalent .epictalent-details .col-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .epictalent .epictalent-details .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .epictalent .epictalent-details .col-4 {
    margin-bottom: 50px;
  }
}
.epictalent .epictalent-details .col-4:first-child {
  padding-right: 0;
}
@media (max-width: 575px) {
  .epictalent .epictalent-details .col-4:first-child {
    padding-right: 15px;
  }
}

.Featured {
  padding-top: 69px;
  padding-bottom: 145px;
  overflow: hidden;
}
@media (max-width: 575px) {
  .Featured {
    padding-bottom: 100px;
  }
}
.Featured h3 {
  position: relative;
  margin-top: 0;
  display: inline-block;
}
.Featured h3 strong {
  display: block;
  color: var(--gold);
}
.Featured h3 svg {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(25%, 35%);
}
@media (max-width: 767px) {
  .Featured h3 svg {
    width: 50px;
  }
}
@media (max-width: 1199px) {
  .Featured .item img {
    width: 400px !important;
    height: 400px !important;
  }
}
@media (max-width: 991px) {
  .Featured .item img {
    width: 300px !important;
    height: 300px !important;
  }
}
@media (max-width: 575px) {
  .Featured .item img {
    width: 250px !important;
    height: 250px !important;
  }
}
.Featured .owl-stage-outer {
  overflow: visible !important;
}
.Featured .owl-nav {
  position: absolute;
  bottom: calc(100% + 60px);
  right: 0;
  display: flex;
  gap: 47px;
}
@media (max-width: 991px) {
  .Featured .owl-nav {
    bottom: calc(100% + 30px);
  }
}
@media (max-width: 575px) {
  .Featured .owl-nav {
    gap: 30px;
  }
}

.unlock h2 {
  min-width: 500px;
  max-width: 500px;
  position: relative;
  margin: 0;
}
@media (max-width: 1199px) {
  .unlock h2 {
    min-width: 360px;
  }
}
@media (max-width: 1199px) {
  .unlock h2 {
    min-width: 299px;
  }
}
.unlock h2 strong {
  color: #15ff3f;
  position: relative;
}
.unlock h2 svg {
  position: absolute;
  left: 0;
  top: 100%;
  transform: translate(-5%, -35%);
  z-index: -1;
  width: 100%;
}
.unlock .box {
  display: flex;
  box-shadow: 0 5px 25px rgba(78, 78, 79, 0.25);
  padding: 90px 110px 100px;
  align-items: center;
  border-radius: 5px;
  gap: 15px;
}
@media (max-width: 1199px) {
  .unlock .box {
    padding: 50px 60px 70px;
  }
}
@media (max-width: 991px) {
  .unlock .box {
    padding: 45px 30px 60px;
  }
}
@media (max-width: 767px) {
  .unlock .box {
    flex-direction: column;
    gap: 65px;
    align-items: start;
  }
}
.unlock p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 28px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .unlock p {
    font-size: 16px;
  }
}
.unlock a {
  font-weight: 700;
  margin-top: 27px;
  font-size: 18px;
}
.unlock a:hover svg {
  transform: translateX(20px);
}
@media (max-width: 575px) {
  .unlock a {
    font-size: 16px;
  }
}
.unlock a svg {
  vertical-align: -2px;
  transform: translateX(100%);
  transition: 0.3s ease-in-out;
}

.lets-talk {
  padding-top: 145px;
  padding-bottom: 142px;
}
@media (max-width: 1199px) {
  .lets-talk {
    padding-top: 120px;
    padding-bottom: 115px;
  }
}
@media (max-width: 991px) {
  .lets-talk {
    padding-top: 110px;
    padding-bottom: 105px;
  }
}
.lets-talk h3 {
  margin-bottom: 0px;
  margin-top: 0;
  margin-top: 18px;
}
.lets-talk h3 strong {
  position: relative;
  color: var(--gold);
}
.lets-talk h3 svg {
  position: absolute;
  left: 153px;
  top: -44px;
}
.lets-talk p {
  max-width: 612px;
  font-size: 18px;
  margin-bottom: 42px;
  margin-top: 18px;
}
.lets-talk .texts {
  margin-top: 40px;
}
.lets-talk .texts p a {
  text-decoration: underline;
}
.lets-talk .texts-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media (max-width: 991px) {
  .lets-talk .texts-image {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .lets-talk .texts-image {
    flex-direction: column-reverse;
  }
}
@media (max-width: 991px) {
  .lets-talk .texts-image h3 strong {
    display: block;
  }
}
@media (max-width: 991px) {
  .lets-talk .texts-image h3 strong {
    display: inline;
  }
}
@media (max-width: 1199px) {
  .lets-talk .texts-image img {
    width: 400px;
  }
}
@media (max-width: 991px) {
  .lets-talk .texts-image img {
    max-width: 330px;
  }
}

footer {
  background: #262626;
  padding: 27px 0;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 991px) {
  footer {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  footer li {
    font-size: 16px;
  }
}
footer a {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 1199px) {
  footer a {
    font-size: 16px;
  }
}
footer a:hover {
  color: var(--gold);
}
footer .links-logos {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575px) {
  footer .links-logos {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 40px;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .logos ul {
  display: flex;
  gap: 38px;
}
@media (max-width: 991px) {
  footer .logos ul {
    flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 1199px) {
  footer .logos img {
    height: 30px;
  }
}
footer .links {
  display: flex;
  gap: 70px;
}
@media (max-width: 1199px) {
  footer .links {
    gap: 50px;
  }
}
@media (max-width: 575px) {
  footer .links {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 40px;
  }
}
footer .links ul li {
  margin-bottom: 5px;
}

@media (max-height: 800px) {
  .contact-page {
    padding-top: 40px;
  }
}
.contact-page .thanks {
  text-align: center;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.contact-page .thanks .btn {
  margin-top: 28px;
}
.contact-page .thanks img {
  max-width: 100%;
  min-width: 500px;
}
@media (max-height: 800px) {
  .contact-page .thanks {
    height: auto;
  }
}
.contact-page .form-image .h3 {
  max-width: 609px;
}
.contact-page .thanks .h3 {
  margin-top: 20px;
}
.contact-page .h3 {
  margin-bottom: 0;
}
.contact-page .h3 strong {
  color: var(--gold);
}
.contact-page hr {
  border: 0;
  border-bottom: solid 1px #707070;
  margin-top: 16px;
  margin-bottom: 30px;
}
.contact-page .form-image {
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
@media (max-height: 800px) {
  .contact-page .form-image {
    height: auto;
    padding-bottom: 50px;
  }
}
.contact-page .form {
  max-width: 734px;
}
@media (max-width: 767px) {
  .contact-page .form {
    min-width: 100%;
  }
}
.contact-page .row {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
  flex-wrap: wrap;
}
.contact-page .col-12,
.contact-page .col-6 {
  padding-right: 8px;
  padding-left: 8px;
}
.contact-page .col-6 {
  width: 50%;
}
@media (max-width: 575px) {
  .contact-page .col-6 {
    width: 100%;
  }
}
.contact-page .form-group {
  margin-bottom: 14px;
}
.contact-page input.form-control {
  height: 45px;
}
.contact-page textarea.form-control {
  padding-top: 10px;
  font-family: "Avenir";
  min-width: 100%;
  max-width: 100%;
  min-height: 50px;
}
.contact-page .form-control {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  border: solid 1px #cecece;
  font-family: "Avenir";
  font-size: 16px;
}
@media (max-width: 575px) {
  .contact-page .form-control {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact-page .btn {
  width: 195px;
  text-decoration: none;
}
@media (max-width: 991px) {
  .contact-page .image {
    display: none;
  }
}
.contact-page .btn-group {
  display: flex;
  gap: 10px;
}
.contact-page .btn-group a {
  color: #000;
}

.who-we-are .video-box {
  position: relative;
}
.who-we-are .video-box video {
  background: #000;
  width: 100%;
  pointer-events: none;
  max-width: 100%;
}
.who-we-are .video-box img {
  max-width: 100%;
}
.who-we-are h2 {
  position: absolute;
  text-align: center;
  top: calc(50% - 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  color: #fff;
  width: 100%;
  z-index: 10;
}
.who-we-are h2 strong {
  color: var(--gold);
}
.who-we-are .play {
  position: absolute;
  bottom: 37px;
  right: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 991px) {
  .who-we-are .play {
    right: 20px;
    bottom: 18px;
    font-size: 16px;
  }
  .who-we-are .play svg {
    width: 40px;
  }
}
@media (max-width: 575px) {
  .who-we-are .play {
    gap: 5px;
    right: 10px;
    bottom: 7px;
    font-size: 10px;
  }
  .who-we-are .play svg {
    width: 25px;
  }
}

.modal {
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.7882352941);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  overflow: auto;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.modal .container {
  max-width: 1080px;
}
@media (max-height: 700px) {
  .modal .container {
    max-width: 900px;
  }
}
.modal .close {
  position: fixed;
  right: 30px;
  top: 30px;
  cursor: pointer;
  z-index: 1101;
}
@media (max-height: 700px) {
  .modal .close {
    top: 10px;
    right: 30px;
  }
}
@media (max-width: 991px) {
  .modal .close {
    top: 10px;
    right: 10px;
  }
}

.open-modal .modal {
  visibility: visible !important;
  opacity: 1 !important;
}

body.open-modal {
  overflow: hidden;
}

.modal-body {
  padding-top: 80px;
}
@media (max-height: 700px) {
  .modal-body {
    padding-top: 50px;
  }
}
@media (max-height: 650px) {
  .modal-body {
    padding-top: 20px;
  }
}
@media (max-height: 600px) {
  .modal-body {
    padding-top: 15px;
  }
}

.iframe-parent {
  position: relative;
  padding-top: 57.9%;
}
.iframe-parent iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.js-for-brand .epictalent-details .demo .btn svg {
  margin-top: 46px;
  transform: translate(15%, 40%);
}
@media (max-width: 575px) {
  .js-for-brand .epictalent-details .demo .btn svg {
    width: 170px;
    transform: translate(25%, 47%);
    display: none;
  }
}

.js-for-talent .epictalent-details .demo .btn svg {
  margin-top: -16px;
}
@media (max-width: 575px) {
  .js-for-talent .epictalent-details .demo .btn svg {
    display: none;
  }
}

@media (max-width: 767px) {
  .js-for-talent .demo {
    margin-bottom: 60px;
  }
}

html {
  scroll-behavior: smooth;
}

#for-talent,
#for-brand,
#who-we-are {
  padding-top: 100px;
  margin-top: -100px;
}

::-moz-placeholder {
  color: #262626;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: #262626;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #262626;
}

.swal2-title {
  font-weight: 300 !important;
}

@media (max-width: 575px) {
  .swal2-html-container {
    margin: 10px;
  }
}
.swal2-html-container ul {
  text-align: left;
}
@media (max-width: 575px) {
  .swal2-html-container ul {
    font-size: 16px !important;
  }
}

.swal2-confirm.swal2-styled {
  height: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding-right: 41px !important;
  padding-left: 41px !important;
  border-radius: 5px 5px 10px 5px !important;
  border: solid 1px #000000 !important;
  font-size: 16px !important;
  transition: 0.3s ease-in-out !important;
  background-color: #000 !important;
}
.swal2-confirm.swal2-styled:hover {
  color: rgba(0, 0, 0, 0.5) !important !important;
}

@media (max-width: 991px) {
  .header nav ul {
    position: fixed;
    flex-direction: column;
    top: 110px;
    left: 0;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 50px;
    height: 100vh;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease-in-out;
  }
  .stiky .header ul {
    top: 80px;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .stiky .header ul {
    top: 55px;
  }
}
@media (max-width: 991px) {
  .open .header ul {
    opacity: 1;
    visibility: visible;
  }
  body.open {
    overflow: hidden;
  }
}
.lines {
  display: none;
}

@media (max-width: 991px) {
  .lines {
    display: block;
    cursor: pointer;
    position: absolute;
    right: var(--body-padding-x);
    z-index: 11;
    background: transparent;
    border: 0;
    padding: 0;
  }
}
@media (max-width: 991px) and (max-width: 575px) {
  .lines {
    transform: scale(0.8);
  }
}
@media (max-width: 1199px) {
  .sticky .lines {
    top: 50%;
    transform: translateY(-50%);
  }
  .lines .line {
    width: 45px;
    height: 4px;
    background-color: #000;
    margin: 10px 0;
    transition: all 0.6s ease;
  }
  .sticky .lines .line {
    width: 45px;
    height: 4px;
    margin: 8 0;
  }
}
.open .lines .line-1 {
  transform: translatey(14px) rotate(45deg);
}

.open .lines .line-2 {
  transform: scale(0);
}

.open .lines .line-3 {
  transform: translatey(-14px) rotate(-45deg);
}

.lines .only-lg {
  display: none;
}

@media (min-width: 1200px) {
  .lines .only-lg {
    display: block;
  }
}
@media (min-width: 576px) {
  .only-desktop {
    display: block;
  }
  .only-mobile {
    display: none;
  }
}
@media (max-width: 575px) {
  .only-desktop {
    display: none;
  }
  .only-mobile {
    display: block;
  }
}
.copy {
  text-align: center;
  margin-bottom: 0;
  margin-top: 50px;
}

.details-title {
  margin: 0;
}
.details-title svg {
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  width: 100%;
}
.details-title strong {
  color: var(--gold);
  position: relative;
}

.project-iframe {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 49%;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .project-iframe {
    padding-top: 57%;
  }
}
@media (max-width: 575px) {
  .project-iframe {
    margin: 32px 0;
  }
}
.project-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.project-page main {
  margin-bottom: 50px;
}
.project-page .page-title {
  margin: 30px 0;
}
.project-page .content {
  font-size: 20px;
  line-height: 1.5;
}
@media (max-width: 575px) {
  .project-page .content {
    font-size: 16px;
  }
}
.project-page .row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-wrap: wrap;
}
.project-page .project-left {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}
.project-page .project-left h4 {
  margin-top: 0;
}
@media (max-width: 575px) {
  .project-page .project-left h4 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .project-page .project-left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.project-page .project-left ul,
.project-page .project-left ol {
  list-style: none;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .project-page .project-left ul,
  .project-page .project-left ol {
    font-size: 16px;
  }
}
.project-page .project-left ul small,
.project-page .project-left ol small {
  font-weight: 300;
  vertical-align: 3px;
}
.project-page .project-right {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 75%;
  max-width: 75%;
  font-weight: 400;
}
@media (max-width: 991px) {
  .project-page .project-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.project-page .slide {
  padding-top: var(--header-height);
}
.project-page .slide .project-logo {
  position: absolute;
  left: 50%;
  z-index: 15;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
@media (max-width: 1199px) {
  .project-page .slide .project-logo {
    max-width: calc(35vw - var(--body-padding-x) * 2);
  }
}
.project-page .slide .slide-bg {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .project-page .slide .slide-bg {
    height: calc(50vw - var(--body-padding-x) * 2);
  }
}
.project-page .slide .img-parent {
  position: relative;
}
.project-page .slide .img-parent::after {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.flexibility {
  display: inline-block !important;
  width: 480px !important;
  vertical-align: -15px;
}
@media (max-width: 575px) {
  .flexibility {
    vertical-align: -5px;
    width: 170px !important;
  }
}

.owl-slide .item {
  text-align: left;
}/*# sourceMappingURL=style.css.map */