@font-face {
  font-family: "Crique Grotesk";
  src: url("../assets/fonts/CriqueGrotesk.ttf");
}
@font-face {
  font-family: "Crique Grotesk Bold";
  src: url("../assets/fonts/CriqueGrotesk-Bold.ttf");
}
@font-face {
  font-family: "Crique Grotesk Italic";
  src: url("../assets/fonts/CriqueGrotesk-Italic.ttf");
}
@font-face {
  font-family: "Crique Grotesk Medium";
  src: url("../assets/fonts/CriqueGrotesk-Medium.ttf");
}
* {
  font-family: "Crique Grotesk", sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 0px;
  cursor: default;
}
*:focus {
  outline: none;
}
*::before, *::after {
  box-sizing: border-box;
}

a:hover, .btn:hover, a > img:hover, .main-btn {
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden !important;
  padding: 0px !important;
  margin: 0px !important;
}

h1, h2, h3, h4, h5, h6, p, ul, li,
.h1, .h2, .h3, .h4, .h5, .h6, .p {
  line-height: 1.25;
}

p {
  line-height: 1.45;
}

h1, .h1 {
  font-size: 54px;
}

h3, .h3 {
  font-size: 32px;
  font-weight: 100;
  margin: 0px;
  font-family: "Bai Jamjuree", sans-serif;
}
h3 img, .h3 img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

h4, .h4 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  font-family: "Bai Jamjuree", sans-serif;
}

.valign {
  height: 100%;
  margin: auto;
}

.jalign {
  align-items: center;
  justify-content: center;
  display: flex;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.p-0 {
  padding: 0px !important;
}

.m-0 {
  margin: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-10 {
  margin-left: 10px;
}

.mobile-menu {
  display: none;
  right: 25px;
  top: 55px;
  position: absolute;
  font-size: 36px;
  color: #959595;
}
.mobile-menu a {
  text-decoration: none;
  color: #6b22d2;
}

.modal-window {
  display: none;
  position: fixed;
  background-color: #f2f3fc;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 2em;
  background: white;
}
.modal-window ul {
  padding: 0px;
  padding-left: 25px;
  padding-top: 25px;
  display: block;
}
.modal-window ul li {
  list-style: none;
  margin-left: 0px;
  margin-bottom: 35px;
}
.modal-window ul li img {
  width: 13px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 3px;
}
.modal-window ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 21px;
  letter-spacing: 0px;
  font-weight: 600;
}
.modal-window ul li:nth-last-child(1) a {
  color: #6b22d2;
}
.modal-window ul:hover {
  transition: all 0.2s linear;
}
.modal-window ul:hover li {
  opacity: 0.5;
  transition: all 0.2s linear;
}
.modal-window ul:hover li:hover {
  opacity: 1;
}
.modal-window .logo {
  width: 100%;
  max-width: 135px;
  margin: 10px 12px;
}

.modal-close {
  color: #a97bea;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 25px;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

.main-menu .logo {
  width: 100%;
  max-width: 165px;
}
.main-menu ul {
  padding: 0px;
  display: inline-flex;
}
.main-menu ul li {
  list-style: none;
  margin-left: 50px;
}
.main-menu ul li img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 3px;
}
.main-menu ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: 600;
}
.main-menu ul li:nth-last-child(1) a {
  color: #6b22d2;
}
.main-menu ul:hover {
  transition: all 0.2s linear;
}
.main-menu ul:hover li {
  opacity: 0.5;
  transition: all 0.2s linear;
}
.main-menu ul:hover li:hover {
  opacity: 1;
}

.set-space {
  margin: 25px;
  margin-bottom: 0px;
}

.indented {
  margin-left: 50px;
}
.indented p {
  margin-bottom: 25px;
}

.section-01 {
  background-image: url("../assets/images/banner1.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-radius: 25px;
  padding-left: 50px;
  margin-bottom: 175px;
}
.section-01 .content {
  padding: 75px 0px;
  padding-bottom: 125px;
  width: 800px;
}
.section-01 .content h1 {
  color: #FFFFFF;
  font-weight: 100;
  line-height: 1;
}
.section-01 .content h1 span {
  color: #a97bea;
}
.section-01 .content .indented {
  width: 350px;
}
.section-01 .content .indented p {
  color: #FFFFFF;
}
.section-01 .content-box {
  background: #f4f4f4;
  margin-bottom: -175px;
  width: 575px;
  min-height: 450px;
  max-width: 100%;
  margin-right: auto;
  position: relative;
}
.section-01 .content-box .content-box-info {
  padding: 25px 25px 25px 25px;
  padding-bottom: 75px;
}
.section-01 .content-box .content-box-info h3 {
  margin-left: -3px;
}
.section-01 .content-box .content-box-info .s-indicators {
  margin: 25px 0px;
}
.section-01 .content-box .content-box-info .box-spacing {
  padding: 0px 35px;
  padding-top: 15px;
}
.section-01 .content-box .content-box-info .box-spacing h4 {
  line-height: 1.75;
  margin-bottom: 0px;
}
.section-01 .content-box .content-box-info .box-spacing p {
  margin: 10px 0px;
}

.btn {
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
}
.btn span {
  margin-right: 15px;
  position: relative;
  top: 24px;
  color: #a97bea;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 1px;
  transition: all 0.2s linear;
  font-weight: 800;
  line-height: 1.15;
}
.btn img {
  width: 45px;
  margin-top: 8px;
  position: absolute;
  transition: all 0.2s linear;
}
.btn:hover {
  cursor: pointer;
}
.btn:hover span {
  cursor: pointer;
  filter: brightness(1.5);
}
.btn:hover img {
  cursor: pointer;
  margin-left: 5px;
}

.btn-secondary span {
  color: #6b22d2;
  line-height: 1.15;
}

.btn-white span {
  color: #FFFFFF;
  line-height: 1.15;
}
.btn-white img {
  border-radius: 100%;
}

.g-border {
  width: 100%;
  height: 10px;
  background: linear-gradient(117deg, #2f5fcb, #a97bea, #6b22d2);
  background-size: 150% 150%;
  -webkit-animation: gradient 5s ease infinite;
          animation: gradient 5s ease infinite;
  position: relative;
  z-index: 2;
}

.col-md-12 .col-md-7 .card-info {
	padding: 25px;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.header-style-01 {
  padding: 25px;
}
.header-style-01 h2 {
  font-size: 36px;
  margin: 0px;
  margin-bottom: 25px;
  font-weight: 600;
  color: #6b22d2;
  font-family: "Bai Jamjuree", sans-serif;
}

.footer {
  padding: 25px;
}
.footer a {
  text-decoration: none;
}
.footer .footer-logo {
  padding: 25px;
  padding-bottom: 15px;
  width: 245px;
}
.footer ul {
  padding: 0px;
  display: inline-flex;
}
.footer ul li {
  list-style: none;
  margin: 0px 25px;
}
.footer ul li img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 3px;
}
.footer ul li a {
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 600;
}
.footer ul:hover {
  transition: all 0.2s linear;
}
.footer ul:hover li {
  opacity: 0.5;
  transition: all 0.2s linear;
}
.footer ul:hover li:hover {
  opacity: 1;
}
.footer .social-links {
  margin: 0px 25px;
}
.footer .social-links ul li {
  margin: 0px 5px;
}
.footer .social-links ul img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: unset;
}

.section-02.section-02-2 {
  padding: 50px 0px;
}
.section-02.section-02-3 {
  margin-bottom: 25px;
}
.section-02.section-02-3 p {
  margin-bottom: 35px;
}
.section-02.section-02-3 .indented {
  margin-bottom: 35px;
}
.section-02.section-02-3 .indented h3 {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: "Crique Grotesk", sans-serif;
}
.section-02.section-02-3 .indented a {
  color: #2f5fcb;
}
.section-02.section-02-4 .content {
  padding: 25px;
  padding-right: 50px;
}
.section-02.section-02-4 .content .header-style-01 {
  padding: 0px;
}
.section-02.section-02-4 .c-form {
  border-radius: 25px;
  padding-right: 50px;
  padding-left: 50px;
  padding-bottom: 25px;
  background: #f2f3fc;
}
.section-02.section-02-4 .c-form h2 {
  margin-bottom: 0px;
}

.section-03 {
  padding-left: 50px;
  padding-top: 65px;
  padding-bottom: 50px;
}
.section-03 img {
  padding-right: 35px;
}

.section-04 .content-box {
  padding: 25px;
}
.section-04 .content-box .card {
  position: relative;
  padding: 50px;
  padding-bottom: 100px;
  min-height: 425px;
  box-shadow: 10px 10px 20px 0px #efefef;
  transition: all 0.2s ease;
}
.section-04 .content-box .card .icon {
  width: 65px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 35px;
}
.section-04 .content-box .card h3 {
  font-size: 28px;
  font-weight: 600;
  color: #6b22d2;
}
/*.section-04 .content-box .card.card-01:hover {
  background: url("../assets/images/hover-bg-01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-04 .content-box .card.card-02:hover {
  background: url("../assets/images/hover-bg-04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-04 .content-box .card.card-03:hover {
  background: url("../assets/images/hover-bg-02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-04 .content-box .card.card-04:hover {
  background: url("../assets/images/hover-bg-03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
*/
.section-04.section-04-2 {
  padding-bottom: 85px;
  padding-top: 45px;
}
.section-04.section-04-2 h4 {
  font-size: 21px;
  font-weight: 600;
}
.section-04.section-04-2 .content-box {
  padding: 0px;
  padding-right: 25px;
}
.section-04.section-04-2 .content-box .card {
  min-height: 445px;
}

.section-05 {
  background-image: url("../assets/images/banner2.png");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  border-radius: 25px;
  padding-left: 50px;
  margin-bottom: 50px;
  overflow: hidden;
}
.section-05 .content {
  padding-bottom: 75px;
}
.section-05 .content h2 {
  font-size: 42px;
  color: #FFFFFF;
  font-weight: 100;
}
.section-05 .content .indented {
  width: 525px;
  max-width: 100%;
  color: #FFFFFF;
}
.section-05 .content .indented .italicize {
  font-style: italic;
  width: 450px;
  margin-top: 75px;
  font-size: 17px;
}

.section-06 {
  background-image: url("../assets/images/img-011.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 75px 0px 125px 0px;
  color: #FFFFFF;
}
.section-06 h2 {
  font-weight: 100;
  margin-bottom: 25px;
}
.section-06 h2 span {
  color: #a97bea;
  font-style: italic;
  font-weight: 800;
}
.section-06 h3 {
  font-size: 32px;
  margin-bottom: 25px;
}
.section-06 p {
  margin: 0px;
}
.section-06.section-06-2 {
  background-image: url("../assets/images/img-010.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: unset;
  padding-top: 200px;
  padding-bottom: 115px;
  margin-top: 25px;
}
.section-06.section-06-3 {
  background-image: url("../assets/images/img-03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 250px;
  padding-bottom: 100px;
  margin-top: 0px;
}
.section-06.section-06-3 h3 {
  margin: 0px;
  color: #000000;
  font-weight: 600;
}
.section-06.section-06-3 .h-line {
  width: 90%;
  height: 2px;
  background: #000000;
  margin: auto;
  margin-bottom: 15px;
}
.section-06.section-06-3 a {
  color: #000000;
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  text-decoration: none;
  border-bottom: 2px solid;
  position: relative;
  bottom: 15px;
  font-family: "Bai Jamjuree", sans-serif;
  transition: all 0.2s;
}
.section-06.section-06-3 a:hover {
  color: #6b22d2;
}
.section-06.section-06-4 {
  background: #f4f4f4;
  padding: 100px 0px;
  padding-bottom: 75px;
}

.pg-header {
  margin-bottom: 25px;
  background-color: #000000;
}
.pg-header .content {
  padding: 75px 0px;
  padding-bottom: 25px;
}

.section-07 {
  padding: 35px 0px;
  background: #f4f4f4;
}
.section-07 .content-box {
  text-align: center;
  padding: 50px;
  position: relative;
}
.section-07 .content-box img.team {
  width: 100%;
  margin-bottom: 25px;
}
.section-07 .content-box h2 {
  font-family: "Bai Jamjuree", sans-serif;
  margin: 0px;
}
.section-07 .content-box h4 {
  margin: 0px;
  margin-top: 5px;
  opacity: 0.35;
  letter-spacing: 1px;
  font-weight: 600;
}
.section-07 .linkedin {
  position: absolute;
  width: 50px;
  top: 40%;
}
.section-07 .linkedin:hover {
  cursor: pointer;
}

.p-25 {
  padding: 0px 25px;
}

.scrolling-wrapper {
  overflow-x: auto;
  padding-top: 100px;
  margin-top: -100px;
  padding-bottom: 25px;
}

.sliding-background-right {
  background: url("../assets/images/strip.jpg") repeat-x;
  background-size: contain;
  height: 100px;
  width: 5076px;
  -webkit-animation: scroll-right 60s linear infinite;
          animation: scroll-right 60s linear infinite;
}

.sliding-background-left {
  background: url("../assets/images/strip.jpg") repeat-x;
  background-size: contain;
  height: 65px;
  width: 5076px;
  -webkit-animation: scroll-left 60s linear infinite;
          animation: scroll-left 60s linear infinite;
}

/* scroll to the left */
@-webkit-keyframes scroll-left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
@keyframes scroll-left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-1692px, 0, 0);
  }
}
/* scroll to the right */
@-webkit-keyframes scroll-right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1692px 0;
  }
}
@keyframes scroll-right {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1692px 0;
  }
}
.section-08 {
  padding-bottom: 50px;
}
.section-08 .content-box {
  padding: 0px 25px;
}
.section-08 .content-box .content-info {
  padding: 25px;
}

.section-archive-post {
  background: #f4f4f4;
  border-radius: 25px;
}
.section-archive-post h2 {
  font-size: 32px;
  margin-top: 0px;
  font-family: "Bai Jamjuree", sans-serif;
  color: #000000;
}
.section-archive-post h4 {
  color: #6b22d2;
}
.section-archive-post .archive-post {
  padding: 100px 25px;
  border-bottom: 2px solid #FFFFFF;
}
.section-archive-post .archive-post .archive-post-info {
  max-width: 100%;
  width: 800px;
  margin: auto;
  margin-right: 0;
}
.section-archive-post .archive-post-img {
  max-width: 100%;
  width: 550px;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-archive-post .single-ft-img {
  margin-bottom: 25px;
}
.section-archive-post .section-02 {
  padding: 50px 0px;
}
.section-archive-post .set-p {
  padding: 0px 25px;
}
.section-archive-post .post-details {
  padding-left: 25px;
}
.section-archive-post .post-details p {
  margin-top: 0px;
  font-size: 14px;
}
.section-archive-post .post-details p span {
  font-weight: 600;
  text-transform: uppercase;
  color: #6b22d2;
}
.section-archive-post .social-links ul {
  display: inline-flex;
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.section-archive-post .social-links ul li img {
  width: 32px;
  margin-right: 5px;
  transition: all 0.2s;
}
.section-archive-post .social-links ul li img:hover {
  margin-top: -2px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  min-height: 500px;
}
.slideshow-container .prev, .slideshow-container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: none;
}
.slideshow-container .next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.slideshow-container .prev:hover, .slideshow-container .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.slideshow-container .text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.slideshow-container .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.slideshow-container .dot {
  cursor: pointer;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  background-color: #959595;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.slideshow-container .active, .slideshow-container .dot:hover {
  background-color: #6b22d2;
}
.slideshow-container .fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 300px) {
  .slideshow-container .prev, .slideshow-container .next, .slideshow-container .text {
    font-size: 11px;
  }
}

a.no-underline {
  text-decoration: none;
}

.circle-service {
  padding: 50px;
  background: whitesmoke;
  border-radius: 100%;
  height: 500px;
  width: 500px;
  max-width: 100%;
  margin: 25px auto;
  margin-top: 50px;
  border: 1px solid;
  position: relative;
}
.circle-service .cover-text h2 {
  font-family: "Bai Jamjuree", sans-serif;
  font-size: 42px;
  color: #FFFFFF;
}
.circle-service .hover-text {
  display: none;
}
.circle-service .hover-text p {
  font-size: 21px;
  color: #FFFFFF;
}
.circle-service:hover {
  cursor: pointer;
}
.circle-service:hover .cover-text {
  display: none;
}
.circle-service:hover .hover-text {
  display: block;
}
.circle-service.cs-01 {
  background-image: url("../assets/images/home-respiratory.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #88295c;
}
.circle-service.cs-01:hover {
  background: #88295c;
}
.circle-service.cs-02 {
  background-image: url("../assets/images/home-gi.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #112955;
}
.circle-service.cs-02:hover {
  background: #112955;
}
.circle-service.cs-03 {
  background-image: url("../assets/images/home-wound.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #2a2a2a;
}
.circle-service.cs-03:hover {
  background: #2a2a2a;
}
.circle-service.cs-04 {
  background-image: url("../assets/images/full-antibiotic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #112955;
}
.circle-service.cs-04:hover {
  background: #112955;
}

.circle-service.cs-05 {
  background-image: url("../assets/images/home-urinary.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #5860b5;
}
.circle-service.cs-05:hover {
  background: #5860b5;
}

.circle-service.cs-06 {
  background-image: url("../assets/images/full-fungus.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #5860b5;
}
.circle-service.cs-06:hover {
  background: #5860b5;
}

.circle-service.cs-07 {
  background-image: url("../assets/images/nail.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #2a2a2a;
}
.circle-service.cs-07:hover {
  background: #2a2a2a;
}


.widget {
  list-style: none;
}

.page-id-6 .cta,
.page-id-8 .cta,
.page-id-3 .cta,
.archive .cta, .single .cta {
  display: none;
}

.go-back-btn {
  margin-top: 50px;
}
.go-back-btn a {
  color: #a97bea;
  text-decoration: none;
  transition: all 0.2s;
}
.go-back-btn a:hover {
  color: #6b22d2;
}

/* containers */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

.s-indicators {
	position: absolute;
	right: 1rem;
	top: 1rem;
}

.mySlides {
display: none; /* Hide all slides by default */
}

.mySlides:first-child {
display: block; /* Display only the first slide */
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}/*# sourceMappingURL=style.css.map */