.jobs-cards {
  margin-top: 5rem;
}
@media (max-width: 991.98px) {
  .jobs-cards {
    margin-top: 2rem;
  }
}
.jobs-cards .swiper-slide {
  height: auto;
}
.jobs-cards .swiper-slide .card {
  padding: 1rem 2rem 5rem;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
  display: flex;
  height: 100%;
}
.jobs-cards .swiper-slide .card:hover {
  background-color: #0000ff;
  color: white;
}
.jobs-cards .swiper-slide .card:hover svg {
  color: #FFDD00;
}
.jobs-cards .swiper-slide .card:hover .img-box img:first-child {
  display: none;
}
.jobs-cards .swiper-slide .card:hover .img-box img:last-child {
  display: flex;
}
.jobs-cards .swiper-slide .card p {
  margin: auto auto 0;
}
.jobs-cards .swiper-slide .card p.first {
  font-family: "Fixture Expanded";
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 900;
}
.jobs-cards .swiper-slide .card p.first span {
  color: #FFDD00;
}
.jobs-cards .swiper-slide .card p.last {
  text-align: left;
  margin: 1rem 0;
}
.jobs-cards .swiper-slide .card .img-box {
  margin: auto auto 0;
}
.jobs-cards .swiper-slide .card .img-box img {
  font-size: 4rem;
}
.jobs-cards .swiper-slide .card .img-box img:first-child {
  display: flex;
}
.jobs-cards .swiper-slide .card .img-box img:last-child {
  display: none;
}
.jobs-cards .swiper-slide .card .btn {
  text-transform: uppercase;
  margin: 1rem auto 0;
}
@media (min-width: 768px) {
  .jobs-cards .swiper-pagination {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .jobs-cards .swiper-pagination {
    bottom: 1.5rem;
  }
}
.jobs-cards .swiper-pagination .swiper-pagination-bullet {
  margin: 0 15px;
  height: 0.8rem;
  width: 0.8rem;
}
.jobs-cards .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0000ff;
}

.banner {
  max-width: 1920px;
  margin: auto;
}
.banner .swiper-slide {
  justify-content: center;
  position: relative;
  display: flex;
  height: auto;
}
.banner .swiper-slide picture {
  width: 100%;
}
.banner .swiper-slide picture img {
  width: 100%;
}
.banner .swiper-slide video {
  position: relative;
  z-index: 1;
}
.banner .swiper-slide .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #FFDD00;
  display: flex;
}
.banner .swiper-slide .text h1 {
  text-transform: uppercase;
  position: relative;
  text-align: center;
  font-weight: 700;
  margin: auto;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .banner .swiper-slide .text h1 {
    padding-inline: 3rem;
  }
}
.banner .swiper-pagination-bullet {
  background-color: black;
  height: 1.5rem;
  opacity: 1;
  width: 1.5rem;
}
.banner .swiper-pagination-bullet-active {
  background-color: #FFDD00;
}
.banner .arrow-down {
  position: absolute;
  right: 50%;
  bottom: 10rem;
  left: 50%;
  z-index: 1000;
  margin: auto auto 2rem;
  color: #FFDD00;
  font-size: 3rem;
  padding: 0;
}
.banner .arrow-down:focus {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .banner .arrow-down {
    display: none;
  }
}
.banner .btns {
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  left: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
@media (max-width: 991.98px) {
  .banner .btns {
    right: 1rem;
    left: 1rem;
  }
}
.banner .banners-button-prev, .banner .banners-button-next {
  position: relative;
  cursor: pointer;
  z-index: 2;
  height: 0;
  width: 0;
}
.banner .banners-button-prev.swiper-button-disabled, .banner .banners-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.banner .banners-button-prev {
  border-bottom: 30px solid transparent;
  border-right: 30px solid #0000ff;
  border-top: 30px solid transparent;
}
@media (max-width: 991.98px) {
  .banner .banners-button-prev {
    border-bottom-width: 20px;
    border-right-width: 20px;
    border-top-width: 20px;
  }
}
.banner .banners-button-prev::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  left: 0.4rem;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #FFDD00;
  border-top: 20px solid transparent;
}
@media (max-width: 991.98px) {
  .banner .banners-button-prev::before {
    border-bottom-width: 10px;
    border-right-width: 10px;
    border-top-width: 10px;
    top: -0.62rem;
  }
}
.banner .banners-button-prev::after {
  content: "";
  position: absolute;
  top: -1.85rem;
  left: 0.5rem;
  z-index: -1;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #0000ff;
  border-top: 30px solid transparent;
}
@media (max-width: 991.98px) {
  .banner .banners-button-prev::after {
    border-bottom-width: 20px;
    border-right-width: 20px;
    border-top-width: 20px;
    top: -1.25rem;
    left: 0.4rem;
  }
}
.banner .banners-button-next {
  border-bottom: 30px solid transparent;
  border-left: 30px solid #0000ff;
  border-top: 30px solid transparent;
}
@media (max-width: 991.98px) {
  .banner .banners-button-next {
    border-bottom-width: 20px;
    border-left-width: 20px;
    border-top-width: 20px;
  }
}
.banner .banners-button-next::before {
  content: "";
  position: absolute;
  top: -1.25rem;
  right: 0.4rem;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #FFDD00;
  border-top: 20px solid transparent;
}
@media (max-width: 991.98px) {
  .banner .banners-button-next::before {
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-top-width: 10px;
    top: -0.62rem;
  }
}
.banner .banners-button-next::after {
  content: "";
  position: absolute;
  top: -1.85rem;
  right: 0.5rem;
  z-index: -1;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #0000ff;
  border-top: 30px solid transparent;
}
@media (max-width: 991.98px) {
  .banner .banners-button-next::after {
    border-bottom-width: 20px;
    border-left-width: 20px;
    border-top-width: 20px;
    top: -1.25rem;
    right: 0.4rem;
  }
}

.home.agency {
  background-color: #FFDD00;
  max-width: 1920px;
  margin: auto;
}
.home.agency .container {
  padding-bottom: 6rem;
  position: relative;
  padding-top: 6rem;
}
@media (max-width: 991.98px) {
  .home.agency .container {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.home.agency .container .first-col {
  padding-left: 5rem;
}
@media (max-width: 991.98px) {
  .home.agency .container .first-col {
    padding-left: 1rem;
  }
}
.home.agency .container h2 {
  text-transform: uppercase;
  margin-bottom: 3rem;
  position: relative;
  font-weight: 900;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .home.agency .container h2 {
    margin-bottom: 2rem;
  }
}
.home.agency .container h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  z-index: -1;
  background-color: white;
  height: 2.8rem;
  width: 86%;
}
@media (max-width: 991.98px) {
  .home.agency .container h2::after {
    height: 1.3rem;
    left: 2.5rem;
    width: 80%;
  }
}
.home.agency .container .p {
  margin-bottom: 3rem;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .home.agency .container .p {
    margin-bottom: 2rem;
  }
}
.home.agency .container .p-last {
  font-weight: bold;
}
.home.agency .container .btn-shadow-blue {
  font-family: "Fixture Expanded";
  margin-top: 2rem;
}
@media (max-width: 991.98px) {
  .home.agency .container .btn-shadow-blue {
    justify-content: center;
    margin-bottom: 2rem;
    display: flex;
  }
}
.home.agency .container .waves {
  position: absolute;
  top: -3.5rem;
  left: -15rem;
  z-index: 1;
}
.home.agency .container .waves svg {
  font-size: 15rem;
}
@media (max-width: 991.98px) {
  .home.agency .container .waves {
    display: none;
  }
}
.home.agency .last-col {
  position: relative;
  display: flex;
}
.home.agency .last-col .img-box {
  width: 95%;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .home.agency .last-col .img-box {
    margin-top: 1rem;
    width: 100%;
    padding: 0;
  }
}
.home.agency .last-col .img-box::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 2.8rem;
  z-index: -1;
  background: #0000ff;
  height: 100%;
  width: 90%;
}
@media (max-width: 991.98px) {
  .home.agency .last-col .img-box::after {
    display: none;
  }
}
.home.agency .last-col .img-box .top-img {
  justify-content: space-between;
  background-color: #0000ff;
  border: 4px solid #0000ff;
  border-bottom: none;
  align-items: center;
  padding: 0 0.5rem;
  display: flex;
}
.home.agency .last-col .img-box .top-img svg {
  color: white;
}
.home.agency .last-col .img-box .top-img svg:first-child {
  font-size: 1.5rem;
}
.home.agency .last-col .img-box img {
  border: 4px solid #0000ff;
}
.home.agency .last-col p {
  position: absolute;
  top: 7.5rem;
  right: -3rem;
  font-family: "Fixture Expanded";
  writing-mode: vertical-lr;
  font-size: 0.984rem;
  color: #0000ff;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .home.agency .last-col p {
    display: none;
  }
}
.home.result {
  overflow: hidden;
  padding: 6rem 0;
}
@media (max-width: 991.98px) {
  .home.result {
    padding: 2rem 0 0;
  }
}
.home.result .container {
  position: relative;
}
.home.result .container .first-col {
  padding-left: 4rem;
}
@media (max-width: 991.98px) {
  .home.result .container .first-col {
    padding: 0 1rem;
  }
}
.home.result .container h1 {
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 5.4rem;
  position: relative;
  font-weight: 900;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .home.result .container h1 {
    line-height: 100%;
  }
}
.home.result .container h1::before {
  content: "";
  position: absolute;
  bottom: -0.5rem;
  left: 1rem;
  z-index: -1;
  background-color: #FFDD00;
  height: 3rem;
  width: 79%;
}
@media (max-width: 991.98px) {
  .home.result .container h1::before {
    height: 1.5rem;
  }
}
.home.result .container p {
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .home.result .container p {
    text-align: center;
  }
}
.home.result .container .arrow-down {
  position: absolute;
  right: 50%;
  bottom: -1rem;
  left: 50%;
  font-size: 3rem;
  margin: auto;
  padding: 0;
}
.home.result .container .arrow-down:focus {
  box-shadow: none;
}
@media (max-width: 991.98px) {
  .home.result .container .arrow-down {
    display: none;
  }
}
.home.result .container .lines {
  position: absolute;
  right: -9rem;
  bottom: -7.5rem;
  color: #FFDD00;
  font-size: 10rem;
}
@media (max-width: 991.98px) {
  .home.result .container .lines {
    display: none;
  }
}
.home.cases {
  background-color: #FFDD00;
  padding-bottom: 4rem;
  max-width: 1920px;
  overflow: hidden;
  margin: auto;
}
@media (max-width: 991.98px) {
  .home.cases {
    padding-bottom: 3rem;
  }
}
.home.cases .container {
  position: relative;
}
.home.cases .container .waves {
  position: absolute;
  top: 2.5rem;
  right: -9rem;
  flex-direction: column;
  display: flex;
}
.home.cases .container .waves svg {
  color: #0000ff;
  font-size: 15rem;
}
.home.cases .container .waves svg:nth-child(2), .home.cases .container .waves svg:nth-child(3) {
  margin-top: -4.5rem;
}
@media (max-width: 991.98px) {
  .home.cases .container .waves {
    display: none;
  }
}
.home.cases .container h4 {
  font-family: "Fixture Expanded";
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  margin: 2rem 0 9rem;
}
@media (max-width: 991.98px) {
  .home.cases .container h4 {
    margin: 2rem 0 0;
  }
}
.home.cases .container .col-list {
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: static;
  display: flex;
}
@media (max-width: 991.98px) {
  .home.cases .container .col-list {
    margin-top: 2rem;
    order: 1;
  }
}
.home.cases .container .col-list .div-foreach {
  text-align: center;
}
.home.cases .container .col-list .div-foreach a {
  background-color: transparent;
  text-transform: uppercase;
  border-color: transparent;
  position: relative;
  border-width: 5px;
  font-weight: 900;
  border-radius: 0;
  width: 100%;
  padding: 0;
}
.home.cases .container .col-list .div-foreach a::after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: -14px;
  border-bottom: 13px solid transparent;
  border-right: 13px solid transparent;
  height: calc(100% + 10px);
  width: calc(100% + 10px);
}
@media (max-width: 991.98px) {
  .home.cases .container .col-list .div-foreach a {
    border-color: #0000ff;
    color: #0000ff;
  }
  .home.cases .container .col-list .div-foreach a::after {
    border-bottom-color: #0000ff;
    border-right-color: #0000ff;
  }
}
.home.cases .container .col-list .div-foreach a:focus {
  box-shadow: none;
}
.home.cases .container .col-list .div-foreach a:hover {
  border-color: #0000ff;
  color: #0000ff;
}
.home.cases .container .col-list .div-foreach a:hover::after {
  border-bottom-color: #0000ff;
  border-right-color: #0000ff;
}
.home.cases .container .col-list .div-foreach a:nth-child(1) {
  margin-bottom: 2rem;
  font-size: 2.4rem;
}
@media (max-width: 991.98px) {
  .home.cases .container .col-list .div-foreach a:nth-child(1) {
    font-size: 1.4rem;
  }
}
.home.cases .container .col-list .div-foreach a:nth-child(1):hover ~ .cards .card:nth-child(1) {
  z-index: 5;
}
.home.cases .container .col-list .div-foreach a:nth-child(2) {
  font-size: 3.408rem;
  margin-bottom: 1rem;
}
@media (max-width: 991.98px) {
  .home.cases .container .col-list .div-foreach a:nth-child(2) {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
}
.home.cases .container .col-list .div-foreach a:nth-child(2):hover ~ .cards .card:nth-child(2) {
  z-index: 5;
}
.home.cases .container .col-list .div-foreach a:nth-child(3) {
  font-family: "Fixture Expanded";
  font-size: 4rem;
}
@media (max-width: 991.98px) {
  .home.cases .container .col-list .div-foreach a:nth-child(3) {
    font-size: 2rem;
  }
}
.home.cases .container .col-list .div-foreach a:nth-child(3):hover ~ .cards .card:nth-child(3) {
  z-index: 5;
}
.home.cases .container .col-list .div-foreach a:nth-child(4) {
  font-family: "Fixture Expanded";
  margin-bottom: 2rem;
  font-size: 4rem;
}
@media (max-width: 991.98px) {
  .home.cases .container .col-list .div-foreach a:nth-child(4) {
    font-size: 2rem;
  }
}
.home.cases .container .col-list .div-foreach a:nth-child(4):hover ~ .cards .card:nth-child(4) {
  z-index: 5;
}
.home.cases .container .col-list .btn-cases {
  text-transform: uppercase;
  padding-inline: 5rem;
  font-size: 1.5rem;
  margin-top: 3rem;
  font-weight: 900;
}
.home.cases .container .col-list .btn-cases:hover {
  background-color: #0000ff;
  border-color: #0000ff;
}
@media (max-width: 991.98px) {
  .home.cases .container .col-list .btn-cases {
    justify-content: center;
    margin-top: 2rem;
    display: flex;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 991.98px) {
  .home.cases .cards {
    display: none;
  }
}
.home.cases .cards .card {
  position: absolute;
}
.home.cases .cards .card a::after {
  border: none !important;
}
.home.cases .cards .card-top {
  justify-content: flex-end;
  display: flex;
}
.home.cases .cards .card-top span {
  border: 2px solid white;
  justify-content: center;
  position: relative;
  color: white;
  height: 1.5rem;
  display: flex;
  width: 1.5rem;
}
.home.cases .cards .card-top span:first-of-type {
  align-items: flex-end;
  padding-bottom: 0.2rem;
  border-right: none;
}
.home.cases .cards .card-top span:first-of-type::before {
  content: "";
  background-color: white;
  height: 2px;
  width: 80%;
}
.home.cases .cards .card-top span:last-of-type {
  align-items: center;
}
.home.cases .cards .card-top span:last-of-type::before {
  content: "";
  position: absolute;
  background-color: white;
  transform: rotate(45deg);
  height: 2px;
  width: 150%;
}
.home.cases .cards .card-top span:last-of-type::after {
  content: "";
  position: absolute;
  background-color: white;
  transform: rotate(-45deg);
  height: 2px;
  width: 150%;
}
.home.cases .cards .card:nth-child(1) {
  background-color: #0000ff;
  right: 3rem;
  z-index: 4;
  top: 0;
}
.home.cases .cards .card:nth-child(1) img {
  border-color: #0000ff;
}
.home.cases .cards .card:nth-child(2) {
  background-color: #EC008B;
  top: -5rem;
  z-index: 3;
  right: 0;
}
.home.cases .cards .card:nth-child(2) img {
  border-color: #EC008B;
}
.home.cases .cards .card:nth-child(3) {
  background-color: #8325FF;
  right: 9rem;
  z-index: 2;
  top: 3rem;
}
.home.cases .cards .card:nth-child(3) img {
  border-color: #8325FF;
}
.home.cases .cards .card:nth-child(4) {
  background-color: #78D36B;
  right: 5rem;
  z-index: 1;
  top: -3rem;
}
.home.cases .cards .card:nth-child(4) img {
  border-color: #78D36B;
}
.home.cases .cards .card img {
  border-top: none !important;
  border-style: solid;
  border-width: 3px;
}
.home.cases_mobile {
  background-color: #FFDD00;
  padding-bottom: 3rem;
  max-width: 1920px;
  overflow: hidden;
  margin: auto;
}
.home.cases_mobile .container {
  position: relative;
}
.home.cases_mobile .container h4 {
  font-family: "Fixture Expanded";
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  margin: 2rem 0;
}
.home.cases_mobile .container .swiper-slide {
  height: auto;
}
.home.cases_mobile .container .swiper-slide .link-card {
  flex-direction: column;
  display: flex;
  height: 100%;
}
.home.cases_mobile .container .swiper-slide .card-top {
  justify-content: flex-end;
  display: flex;
}
.home.cases_mobile .container .swiper-slide .card-top span {
  border: 2px solid white;
  justify-content: center;
  position: relative;
  color: white;
  height: 1.5rem;
  display: flex;
  width: 1.5rem;
}
.home.cases_mobile .container .swiper-slide .card-top span:first-of-type {
  align-items: flex-end;
  padding-bottom: 0.2rem;
  border-right: none;
}
.home.cases_mobile .container .swiper-slide .card-top span:first-of-type::before {
  content: "";
  background-color: white;
  height: 2px;
  width: 80%;
}
.home.cases_mobile .container .swiper-slide .card-top span:last-of-type {
  align-items: center;
}
.home.cases_mobile .container .swiper-slide .card-top span:last-of-type::before {
  content: "";
  position: absolute;
  background-color: white;
  transform: rotate(45deg);
  height: 2px;
  width: 150%;
}
.home.cases_mobile .container .swiper-slide .card-top span:last-of-type::after {
  content: "";
  position: absolute;
  background-color: white;
  transform: rotate(-45deg);
  height: 2px;
  width: 150%;
}
.home.cases_mobile .container .swiper-slide p {
  background-color: #FFDD00;
  padding: 0.5rem 0.5rem 0.8rem;
  justify-content: center;
  margin: 0 0.2rem 0.2rem;
  align-items: center;
  text-align: center;
  font-weight: 900;
  font-size: 2rem;
  display: flex;
  height: 100%;
}
.home.cases_mobile .container .swiper-slide:nth-child(1) {
  background-color: #0000ff;
}
.home.cases_mobile .container .swiper-slide:nth-child(1) p {
  color: #0000ff;
}
.home.cases_mobile .container .swiper-slide:nth-child(1) img {
  border-color: #0000ff;
}
.home.cases_mobile .container .swiper-slide:nth-child(2) {
  background-color: #EC008B;
}
.home.cases_mobile .container .swiper-slide:nth-child(2) p {
  color: #EC008B;
}
.home.cases_mobile .container .swiper-slide:nth-child(2) img {
  border-color: #EC008B;
}
.home.cases_mobile .container .swiper-slide:nth-child(3) {
  background-color: #8325FF;
}
.home.cases_mobile .container .swiper-slide:nth-child(3) p {
  color: #8325FF;
}
.home.cases_mobile .container .swiper-slide:nth-child(3) img {
  border-color: #8325FF;
}
.home.cases_mobile .container .swiper-slide:nth-child(4) {
  background-color: #78D36B;
}
.home.cases_mobile .container .swiper-slide:nth-child(4) p {
  color: #78D36B;
}
.home.cases_mobile .container .swiper-slide:nth-child(4) img {
  border-color: #78D36B;
}
.home.cases_mobile .container .swiper-slide img {
  border-top: none !important;
  border-style: solid;
  border-width: 3px;
}
.home.cases_mobile .container .btn-cases {
  text-transform: uppercase;
  padding-inline: 5rem;
  font-size: 1.5rem;
  margin-top: 3rem;
  font-weight: 900;
}
.home.cases_mobile .container .btn-cases:hover {
  background-color: #0000ff;
  border-color: #0000ff;
}
@media (max-width: 991.98px) {
  .home.cases_mobile .container .btn-cases {
    justify-content: center;
    margin-top: 2rem;
    display: flex;
    width: 100%;
    padding: 0;
  }
}
.home.services {
  padding-top: 5rem;
}
@media (max-width: 991.98px) {
  .home.services {
    padding-top: 2rem;
  }
}
.home.services .container .first-row h2 {
  text-transform: uppercase;
  position: relative;
  font-weight: 800;
}
@media (max-width: 991.98px) {
  .home.services .container .first-row h2 {
    margin: 0;
  }
}
.home.services .container .first-row h2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.5rem;
  z-index: -1;
  background-color: #FFDD00;
  height: 3rem;
  width: 41%;
}
@media (max-width: 991.98px) {
  .home.services .container .first-row h2::before {
    bottom: 0rem;
    right: unset;
    height: 1rem;
    width: 60%;
    left: 1rem;
  }
}
.home.services .container .first-row p {
  padding-left: 4rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 991.98px) {
  .home.services .container .first-row p {
    text-align: center;
    margin-top: 1rem;
    padding-left: 0;
  }
}