/* [project]/public_html/styles/career/career.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.career-secAA {
  overflow: hidden;
}

.career-secAA:before {
  background: linear-gradient(rgba(0, 0, 0, 0) 38.46%, rgba(0, 0, 0, .55) 100%) !important;
}

@media only screen and (max-width: 1024px) {
  .career-secAA .bg {
    height: 80vh;
  }
}

@media only screen and (max-width: 768px) {
  .career-secAA .bg {
    height: 60vh;
  }
}

.career-secAA .bg figure {
  height: 100%;
}

.career-secAA .banner-wrapper {
  bottom: 10%;
}

.career-secAA .banner-wrapper .heading {
  text-align: center;
  width: 100%;
  max-width: 660px;
  margin: auto;
}

@media only screen and (max-width: 1024px) {
  .career-secAA .banner-wrapper .heading {
    max-width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .career-secAA .banner-wrapper .heading {
    max-width: 100%;
  }
}

.career-secAA .banner-wrapper .heading h1 {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 700;
  line-height: 55px;
}

@media only screen and (max-width: 540px) {
  .career-secAA .banner-wrapper .heading h1 {
    font-size: 35px;
    line-height: 1.2;
  }
}

.career-secAA .banner-wrapper .heading p {
  color: var(--white);
  max-width: 75%;
  margin: auto;
}

@media only screen and (max-width: 540px) {
  .career-secAA .banner-wrapper .heading p {
    display: none;
  }
}

.career-secAA .banner-wrapper .banner-image {
  width: 52px;
  height: 52px;
  margin: auto;
}

.career-secAA .banner-wrapper .banner-image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  animation: 1.5s ease-in-out infinite forwards scroll;
}

.career-secBB {
  max-width: 100%;
  margin: auto;
  padding: 70px 0 30px;
  display: none;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .career-secBB {
    max-width: 90%;
  }
}

@media only screen and (max-width: 540px) {
  .career-secBB .container {
    padding: 0;
  }
}

.career-secBB .heading {
  max-width: 600px;
  margin: auto;
  margin-top: var(--headerheight);
}

.career-secBB .heading h2 {
  text-transform: uppercase;
  color: var(--primary);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.1;
}

@media only screen and (max-width: 540px) {
  .career-secBB .heading h2 {
    font-size: 27px;
  }
}

.career-secBB .content {
  max-width: 663px;
  margin: auto;
  padding: 10px 0;
}

.career-secBB .content p {
  text-align: center;
  color: var(--text);
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.career-secBB .custom-slider {
  padding: 0;
}

.career-secBB .custom-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.career-secBB .custom-slider .swiper-wrapper .item-md figure {
  border-radius: 10px;
  height: 303px;
  overflow: hidden;
}

.career-secBB .custom-slider .swiper-wrapper .item-md figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.career-secC .container .heading {
  padding-bottom: 20px;
}

.career-secC .container .heading h3 {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 800;
}

@media only screen and (max-width: 540px) {
  .career-secC .container .heading h3 {
    font-size: 27px;
  }
}

.career-secC .container .summery-detail-content {
  max-width: 900px;
  margin: 0 auto;
}

.career-secC .container .summery-detail-content .col {
  --padlr: 0;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: all .5s;
}

.career-secC .container .summery-detail-content .col.active .title {
  background: var(--gradient-b);
}

.career-secC .container .summery-detail-content .col.active .title h6 {
  color: var(--white);
}

.career-secC .container .summery-detail-content .col.active .title .ico {
  --bgcolor: var(--white);
}

.career-secC .container .summery-detail-content .col.active .title .ico:after {
  transform: scaleY(0);
}

.career-secC .container .summery-detail-content .col.active article {
  opacity: 1;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.career-secC .container .summery-detail-content .col .title {
  cursor: pointer;
  background-color: #e4e4e4;
  border: 1px solid #ccc;
  border-radius: 5px;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 20px;
  transition: all .5s;
  display: flex;
  overflow: hidden;
}

.career-secC .container .summery-detail-content .col .title h6 {
  color: #666;
  flex: 1;
  padding-right: 1rem;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  transition: all .5s;
}

@media only screen and (max-width: 540px) {
  .career-secC .container .summery-detail-content .col .title h6 {
    font-size: 16px;
  }
}

@media only screen and (max-width: 345px) {
  .career-secC .container .summery-detail-content .col .title h6 {
    font-size: 14px;
  }
}

.career-secC .container .summery-detail-content .col .title .ico {
  --size: 18px;
  --border: 2px;
  --bgcolor: var(--black);
  height: var(--size);
  width: var(--size);
  flex: 0 auto;
  position: relative;
}

.career-secC .container .summery-detail-content .col .title .ico:before, .career-secC .container .summery-detail-content .col .title .ico:after {
  content: "";
  z-index: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(--bgcolor);
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.career-secC .container .summery-detail-content .col .title .ico:before {
  top: calc(var(--size) / 2 - var(--border) / 2);
  height: var(--border);
  width: 100%;
  bottom: auto;
}

.career-secC .container .summery-detail-content .col .title .ico:after {
  left: calc(var(--size) / 2);
  width: var(--border);
  height: 100%;
  right: auto;
  translate: -50%;
}

.career-secC .container .summery-detail-content .col article {
  background: var(--white);
  opacity: 0;
  border: 1px solid #c1c1c1;
  border-top: none;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  transition: max-height .4s ease-in-out, opacity .3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.career-secC .container .summery-detail-content .col article .content-desc {
  border-bottom: 1px solid #d1d1d1;
  padding: 15px 20px 20px;
}

.career-secC .container .summery-detail-content .col article .content-desc p, .career-secC .container .summery-detail-content .col article .content-desc ul, .career-secC .container .summery-detail-content .col article .content-desc h2, .career-secC .container .summery-detail-content .col article .content-desc h3, .career-secC .container .summery-detail-content .col article .content-desc h4, .career-secC .container .summery-detail-content .col article .content-desc h5, .career-secC .container .summery-detail-content .col article .content-desc h6 {
  margin-bottom: 16px;
}

.career-secC .container .summery-detail-content .col article .content-desc :not(button) {
  color: var(--text);
  font-size: 16px;
  line-height: 1.5;
}

.career-secC .container .summery-detail-content .col article .content-desc h1, .career-secC .container .summery-detail-content .col article .content-desc h2, .career-secC .container .summery-detail-content .col article .content-desc h3, .career-secC .container .summery-detail-content .col article .content-desc h4, .career-secC .container .summery-detail-content .col article .content-desc h5, .career-secC .container .summery-detail-content .col article .content-desc h6, .career-secC .container .summery-detail-content .col article .content-desc b {
  color: var(--black);
  font-weight: 500;
}

.career-secC .container .summery-detail-content .col article .content-desc .top-heading {
  margin: 10px 0 20px;
}

.career-secC .container .summery-detail-content .col article .content-desc h3 {
  margin: 0;
  font-size: 23px;
  font-weight: 600;
}

.career-secC .container .summery-detail-content .col article .content-desc h4 {
  font-weight: 600;
  font-weight: 18px;
  margin-top: 0;
}

.career-secC .container .summery-detail-content .col article .content-desc ul {
  padding-left: 20px;
}

.career-secC .container .summery-detail-content .col article .content-desc ul li {
  font-size: 15px;
  font-weight: 500;
  list-style: none;
}

.career-secC .container .summery-detail-content .col article .content-desc ul li:before {
  background-color: var(--primary);
}

@media only screen and (max-width: 540px) {
  .career-secC .container .summery-detail-content .col article .content-desc ul li {
    font-size: 14px;
  }
}

.career-secC .container .summery-detail-content .col article .content-desc ul li:not(:last-child) {
  margin-bottom: 5px;
}

@media only screen and (max-width: 540px) {
  .career-secC .container .summery-detail-content .col article .content-desc p {
    font-size: 14px;
  }
}

.career-secC .container .summery-detail-content .col article .content-desc button, .career-secC .container .summery-detail-content .col article .content-desc a {
  text-decoration: none;
}

.career-secC .container .summery-detail-content .col article .content-desc button:hover, .career-secC .container .summery-detail-content .col article .content-desc a:hover {
  background: var(--primary);
  color: #fff;
}

.career-secD {
  background: var(--primary);
}

.career-secD .heading {
  margin-bottom: 60px;
}

.career-secD .heading h2 {
  color: #fff;
  line-height: 1.2;
}

@media only screen and (max-width: 540px) {
  .career-secD .heading h2 {
    font-size: 26px;
  }
}

.career-secD .heading p {
  color: var(--white);
  font-size: 18px;
}

@media only screen and (max-width: 540px) {
  .career-secD .heading p {
    font-size: 16px;
  }
}

.career-secD .form {
  --item: 2;
  --inputsize: 52px;
  --image: url("../media/clip-gray.9b6aa462.svg") no-repeat;
  --gaplr: 24px;
  --gaptb: 30px;
  --paddingleftright: 17px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 675px) {
  .career-secD .form {
    --item: 1;
  }
}

.career-secD .form .file-input .file-name p {
  color: var(--text);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 3px;
  left: 17px;
}

.career-secD .form .file-input .selected-file {
  color: var(--text);
  padding-left: 17px;
}

.career-secD .form .file-input .selected-file:before {
  content: none;
}

.career-secD .form .file-input .selected-file p {
  display: none;
}

.career-secD .form .css-b62m3t-container {
  background: #fff;
  border-radius: 10px;
}

.career-secD .form .css-b62m3t-container .css-1rj4o0e input {
  input-type: none;
  cursor: none;
}

.career-secD .form .css-b62m3t-container .css-qav5hl-singleValue {
  padding-left: 10px;
}

.career-secD .form .css-b62m3t-container .css-1k9723i-control {
  border-bottom: none;
  cursor: pointer !important;
}

.career-secD .form .css-b62m3t-container .css-zayq6p-placeholder {
  padding-left: 10px;
  font-family: Poppins;
}

.career-secD .form .form-group {
  background: var(--white);
  border-radius: 10px;
}

.career-secD .form .form-group:before, .career-secD .form .form-group:after {
  display: none;
}

.career-secD .form .form-group input:not(.no-focus):focus ~ label {
  color: #fff;
}

.career-secD .form .form-group input.valid ~ label, .career-secD .form .form-group textarea.valid ~ label {
  top: calc(var(--labelfontafter) / -1);
}

.career-secD .form .form-group.active label {
  color: var(--white) !important;
}

.career-secD .form .relative-box {
  position: relative;
}

.career-secD .form .relative-box .error {
  color: red;
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  left: 0;
}

.career-secD .form .sbmt-grp {
  margin: 20px 0 0;
}

.career-secD .form .sbmt-grp button {
  color: #fff;
  background: #ffa319;
  border: 1px solid #ffa319;
  border-radius: 25px;
  padding: 10px 40px;
  font-weight: 600;
  transition: all .5s;
  display: inline-block;
}

.career-secD .form .sbmt-grp button:hover {
  color: #fff;
  background: none;
  border: 1px solid #fff;
}

.career-secD .iti__selected-country-primary:before {
  content: none !important;
}

/* [project]/public_html/styles/components/serviceslider.css [app-client] (css) */
@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
    left: 100%;
  }
}

.service-slider {
  margin: 40px 0 0;
}

@media only screen and (max-width: 540px) {
  .service-slider {
    margin-top: 20px;
  }
}

.service-slider .swiper-slide {
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
}

.service-slider .swiper-slide .item-md {
  border-right: 1px solid var(--primary);
  height: 100%;
  padding: 80px 20px;
}

@media only screen and (max-width: 540px) {
  .service-slider .swiper-slide .item-md {
    padding: 30px 10px 10px;
  }
}

.service-slider .swiper-slide .item-md:hover figure img {
  scale: 1.04;
}

.service-slider .swiper-slide .item-md figure {
  border-radius: 0;
  width: 130px;
  margin: auto;
  padding: 10px;
  overflow: hidden;
}

@media only screen and (max-width: 540px) {
  .service-slider .swiper-slide .item-md figure {
    width: 80px;
  }
}

.service-slider .swiper-slide .item-md figure img {
  -o-object-fit: cover;
  object-fit: cover;
  transition: all .5s;
  width: 100% !important;
  height: 100% !important;
}

.service-slider .swiper-slide .item-md figcaption {
  max-width: 490px;
  margin: auto;
  padding: 30px 0 20px;
  position: relative;
}

@media only screen and (max-width: 540px) {
  .service-slider .swiper-slide .item-md figcaption {
    padding: 20px 0;
  }
}

.service-slider .swiper-slide .item-md figcaption h5 {
  text-align: center;
  color: var(--primary);
  width: 100%;
  margin: auto auto 10px;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (max-width: 540px) {
  .service-slider .swiper-slide .item-md figcaption h5 {
    aspect-ratio: 5;
    max-width: 100%;
    font-size: 20px;
  }
}

.service-slider .swiper-slide .item-md figcaption p {
  color: #666;
  text-align: center;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: 100%;
  max-width: 336px;
  max-height: 63px;
  margin: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: -webkit-box;
  overflow: hidden;
}

.service-slider .swiper-slide .item-md figcaption button {
  width: 100%;
  margin-top: 30px;
}

.service-slider .swiper-slide .item-md figcaption button span {
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  background: #ffa319;
  border-radius: 25px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 10px;
  transition: all .5s;
  display: inline-block;
}

.service-slider .swiper-slide .item-md figcaption button span:hover {
  background: #3107ca;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
}

@media only screen and (max-width: 540px) {
  .service-slider .swiper-slide .item-md figcaption button span {
    padding: 10px 24px;
  }
}

/* [project]/public_html/node_modules/swiper/swiper.css [app-client] (css) */
:root {
  --swiper-theme-color: #007aff;
}

:host {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.swiper {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  list-style: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: transform;
  display: block;
  position: relative;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:not(:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi))) {
  margin-left: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-webkit-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:-moz-any(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child:is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)) {
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-left {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-right {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-left {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-right {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-top {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow-bottom {
  pointer-events: none;
  z-index: 10;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-top-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  margin-top: -21px;
  margin-left: -21px;
  position: absolute;
  top: 50%;
  left: 50%;
}

:is(.swiper:not(.swiper-watch-progress), .swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader {
  animation: 1s linear infinite swiper-preloader-spin;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* [project]/public_html/node_modules/swiper/modules/navigation.css [app-client] (css) */
:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev, .swiper-button-next {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

:is(.swiper-button-prev, .swiper-button-next).swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled :is(.swiper-button-prev, .swiper-button-next) {
  display: none !important;
}

:is(.swiper-button-prev, .swiper-button-next) svg {
  object-fit: contain;
  transform-origin: center;
  fill: currentColor;
  pointer-events: none;
  width: 100%;
  height: 100%;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev, .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal ~ .swiper-button-prev {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal ~ .swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-left: 0;
}

.swiper-horizontal .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal ~ .swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal.swiper-rtl ~ .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
}

.swiper-horizontal .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal ~ .swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}

.swiper-horizontal .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(180deg);
}

.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(0);
}

.swiper-vertical .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical ~ .swiper-button-prev {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical ~ .swiper-button-next {
  left: var(--swiper-navigation-top-offset, 50%);
  margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
  margin-top: 0;
  right: auto;
}

.swiper-vertical .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

.swiper-vertical .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical ~ .swiper-button-prev {
  top: var(--swiper-navigation-sides-offset, 4px);
  bottom: auto;
}

.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
  transform: rotate(-90deg);
}

.swiper-vertical .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

.swiper-vertical .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

.swiper-vertical ~ .swiper-button-next {
  bottom: var(--swiper-navigation-sides-offset, 4px);
  top: auto;
}

.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
  transform: rotate(90deg);
}

/* [project]/public_html/node_modules/swiper/modules/autoplay.css [app-client] (css) */


/*# sourceMappingURL=public_html_a66c9705._.css.map*/