@charset "UTF-8";
.btn-brand {
  background-color: #A4B89F;
  border: 1px solid #A4B89F;
  color: #fff; }

.flex-center-y {
  display: flex;
  align-items: center; }

.justify-content-end {
  justify-content: flex-end !important; }

.btn {
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  padding: 12px 32px; }

.section {
  margin-bottom: 64px; }

.fadeIn {
  animation-name: fadeIn; }

.fadeInLeft {
  animation-name: fadeInLeft; }

.section-title {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #454545;
  margin-bottom: 32px; }
  .section-title .light {
    color: #fff; }

.section-title + .sub-description {
  transform: translateY(-16px); }

.sub-description {
  width: 100%;
  max-width: 420px;
  margin-bottom: 32px; }

a {
  color: #A4B89F; }

.main-breadcrumb {
  position: relative;
  opacity: 0; }
  .main-breadcrumb:before {
    display: block;
    content: '';
    width: 100%;
    padding-top: 31.25%; }
  .main-breadcrumb .breadcrumb-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .main-breadcrumb .breadcrumb-bg:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      background: -webkit-linear-gradient(bottom, rgba(26, 17, 7, 0.5) 0, rgba(26, 17, 7, 0.25) 25%, rgba(26, 17, 7, 0) 100%);
      background: linear-gradient(to top, rgba(26, 17, 7, 0.5) 0, rgba(26, 17, 7, 0.25) 25%, rgba(26, 17, 7, 0) 100%); }
    .main-breadcrumb .breadcrumb-bg .container {
      position: relative;
      height: 100%;
      z-index: 1; }
      .main-breadcrumb .breadcrumb-bg .container .breadcrumb-stripe {
        position: absolute;
        right: -128px;
        opacity: .07; }
      .main-breadcrumb .breadcrumb-bg .container .title-bg {
        white-space: nowrap;
        position: absolute;
        color: rgba(255, 255, 255, 0.2);
        font-size: 128px;
        font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        z-index: 0;
        bottom: -40px; }
      .main-breadcrumb .breadcrumb-bg .container .title {
        position: absolute;
        color: #fff;
        font-size: 40px;
        font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        z-index: 1;
        bottom: 108px; }

img {
  max-width: 100%;
  height: auto; }

.m-b-12px {
  margin-bottom: 12px !important; }

@media (max-width: 991.98px) {
  .desktop {
    display: none; }

  .m-b-md-3 {
    margin-bottom: 30px !important; } }
.breadcrumb-text {
  padding: 24px 0; }
  .breadcrumb-text .breadcrumb {
    padding: 0;
    background-color: transparent;
    margin-bottom: 0; }
    .breadcrumb-text .breadcrumb li:not(:first-child)::before {
      content: " ";
      margin: 9px 10px;
      color: #7d8ba4;
      width: 6px;
      height: 6px;
      border-top: 1px solid;
      border-right: 1px solid;
      display: inline-block;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      padding: 0; }
    .breadcrumb-text .breadcrumb a {
      color: #7d8ba4; }
    .breadcrumb-text .breadcrumb .breadcrumb-item + .breadcrumb-item {
      padding-left: 0; }
    .breadcrumb-text .breadcrumb .breadcrumb-item.active {
      color: #6c757d; }
  .breadcrumb-text .breadcrumb-title {
    font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 12px; }

.text-grey1 {
  color: #7d8ba4; }

.m-y-32px {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.m-t-64px {
  margin-top: 64px !important; }

.flex-center-y {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

.title-s1 {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.font-weight-400 {
  font-weight: 400 !important; }

.sidebar-wrapper .sidebar-title {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 6px;
  margin-bottom: 24px; }
.sidebar-wrapper .sidebar-body .list-view:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 24px;
  margin-bottom: 24px; }
.sidebar-wrapper .list-view:before {
  display: table;
  content: " "; }
.sidebar-wrapper .list-view .item-img {
  overflow: hidden;
  width: 100px;
  float: left;
  margin-right: 15px; }
  .sidebar-wrapper .list-view .item-img:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%; }
  .sidebar-wrapper .list-view .item-img .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .sidebar-wrapper .list-view .item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease; }
.sidebar-wrapper .list-view .ratio-4-3 {
  position: relative; }
.sidebar-wrapper .item-content .title {
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
  font-family: "Roboto Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #454545;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 55px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }
.sidebar-wrapper .item-content .date {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #7d8ba4;
  font-weight: 400; }

.badge-brand {
  background-color: #A4B89F;
  transition: background .3s ease;
  color: #fff; }

.badge {
  font-family: "Roboto Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px;
  border-radius: 0; }

.m-r-12px {
  margin-right: 12px !important; }

.sidebar-menu-open {
  overflow: hidden; }
  .sidebar-menu-open .side-menu {
    right: 0;
    transition: .5s; }
  .sidebar-menu-open .side-menu {
    overflow: auto;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    z-index: 100; }
    .sidebar-menu-open .side-menu ul {
      list-style-type: none;
      padding-left: 0;
      margin-bottom: 0; }
    .sidebar-menu-open .side-menu ul.sidebar-menu-wrapper li a {
      font-size: 16px;
      display: block;
      padding: 8px 0;
      color: #454545;
      text-decoration: none;
      transition: all .3s ease;
      font-family: "Roboto Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
    .sidebar-menu-open .side-menu ul.sidebar-menu-wrapper .active a {
      color: #A4B89F; }
  .sidebar-menu-open .site-backdrop {
    opacity: .2;
    visibility: visible;
    z-index: 90; }

.side-menu {
  right: -350px;
  transition: .5s;
  transform: translate3d(0, 0, 0); }

.side-menu {
  position: fixed;
  bottom: 0;
  top: 0;
  z-index: 9;
  width: 320px;
  padding: 40px;
  background: #fff;
  visibility: hidden;
  transform: translate3d(-320px, 0, 0);
  transition: transform .4s ease-in-out,visibility .5s,-webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out,visibility .5s,-webkit-transform .4s ease-in-out; }

.side-menu ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0; }

.site-backdrop {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: '';
  opacity: 0;
  z-index: 0;
  position: fixed;
  transition: opacity .35s,visibility .35s;
  cursor: pointer;
  visibility: hidden; }

#session_bg .container-fluid {
  padding: 0;
  margin: 0; }
  #session_bg .container-fluid img {
    object-fit: fill;
    width: 100%; }

#session_mission {
  padding: 0px 25px; }
  #session_mission .wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fcfff3;
    width: 100%;
    overflow: hidden; }
    #session_mission .wrap .right-gallery {
      width: 50%; }
      #session_mission .wrap .right-gallery .swiper-wrapper {
        width: 100%; }
    #session_mission .wrap .left {
      width: 50%;
      padding: 20px; }
    #session_mission .wrap .section-title {
      text-transform: none;
      color: #a0bb9a; }
    #session_mission .wrap .text-up {
      text-transform: uppercase; }

#session_img {
  padding: 0px 25px; }
  #session_img .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden; }
    #session_img .wrap .gallery {
      width: 100%; }
      #session_img .wrap .gallery img {
        width: 100%; }
    #session_img .wrap .section-title {
      text-transform: none;
      color: #a0bb9a; }

#session_share .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  overflow: hidden; }
  #session_share .wrap .section-title {
    text-transform: none;
    color: #a0bb9a; }
  #session_share .wrap .testimonials-box {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center; }
    #session_share .wrap .testimonials-box .testimonials-image {
      width: 45%; }
      #session_share .wrap .testimonials-box .testimonials-image img {
        aspect-ratio: 16/9;
        width: 100%;
        object-fit: cover; }
    #session_share .wrap .testimonials-box .testimonials-content {
      width: 45%;
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 20px;
      justify-content: center;
      padding-left: 3%; }
      #session_share .wrap .testimonials-box .testimonials-content .testimonials-item {
        display: flex;
        flex-direction: column;
        position: relative;
        background: #fffaf6;
        padding: 15px;
        border-radius: 30px;
        gap: 20px; }
        #session_share .wrap .testimonials-box .testimonials-content .testimonials-item .bg-avatar {
          position: absolute;
          border-radius: 50%;
          padding: 5px;
          left: 6%;
          overflow: hidden;
          width: 120px;
          aspect-ratio: 1;
          display: flex;
          background: url(/theme/pilates/images/bg-shape-square.png);
          justify-content: center;
          align-items: center;
          top: -60px; }
          #session_share .wrap .testimonials-box .testimonials-content .testimonials-item .bg-avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%; }
        #session_share .wrap .testimonials-box .testimonials-content .testimonials-item h5 {
          text-align: center;
          margin-top: 20px; }
        #session_share .wrap .testimonials-box .testimonials-content .testimonials-item .meta {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          #session_share .wrap .testimonials-box .testimonials-content .testimonials-item .meta .star {
            max-width: 24%; }
          #session_share .wrap .testimonials-box .testimonials-content .testimonials-item .meta .quota {
            width: 20px; }
  #session_share .wrap .testimonials-list-h {
    width: 100%; }
    #session_share .wrap .testimonials-list-h .swiper-testimonials-h {
      padding: 0px 5%;
      padding-top: 5%; }
    #session_share .wrap .testimonials-list-h .swiper-button-prev {
      color: #a0bb9a;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 10px;
      background: transparent; }
    #session_share .wrap .testimonials-list-h .swiper-button-next, #session_share .wrap .testimonials-list-h .swiper-button-next {
      color: #a0bb9a;
      width: 40px;
      height: 40px;
      position: absolute;
      background: transparent;
      right: 10px; }
  #session_share .wrap .testimonials-list {
    width: 90%; }
    #session_share .wrap .testimonials-list .swiper-testimonials-container {
      padding-bottom: 50px; }
    #session_share .wrap .testimonials-list .testimonials-item {
      display: flex;
      flex-direction: column;
      position: relative;
      background: #fffaf6;
      padding: 15px;
      z-index: 0;
      border-radius: 30px;
      gap: 20px;
      position: relative;
      margin-right: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
      height: auto; }
      #session_share .wrap .testimonials-list .testimonials-item .bg-avatar {
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1;
        width: 50px;
        height: 50px; }
        #session_share .wrap .testimonials-list .testimonials-item .bg-avatar img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      #session_share .wrap .testimonials-list .testimonials-item h5 {
        text-align: center;
        margin: 0;
        font-size: 19px;
        padding: 0; }
      #session_share .wrap .testimonials-list .testimonials-item .meta {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px; }
        #session_share .wrap .testimonials-list .testimonials-item .meta .star {
          max-height: 30px;
          height: 20px; }
      #session_share .wrap .testimonials-list .testimonials-item:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -2;
        background: linear-gradient(45deg, #bccfb8 0%, #a8bfa3 50%, #6c7d67 100%);
        right: -20px;
        bottom: -20px;
        border-radius: 20px; }
      #session_share .wrap .testimonials-list .testimonials-item:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #fffaf6;
        border-radius: 20px; }

.section-pricing .item .image {
  width: 50%;
  aspect-ratio: 463.918 / 309.085;
  transform: translate(0px, 0px) rotate(0deg);
  border-radius: 20px;
  height: auto;
  overflow: hidden; }
  .section-pricing .item .image img {
    object-fit: fill;
    border-radius: 20px;
    height: auto; }
.section-pricing .content {
  width: 50%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center; }
  .section-pricing .content .item-type {
    color: #729f60;
    border-radius: 8px;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: baseline;
    gap: 12px; }
    .section-pricing .content .item-type .text {
      font-size: 35px; }
    .section-pricing .content .item-type img {
      aspect-ratio: 129 / 71;
      width: 30%; }
  .section-pricing .content .description {
    text-align: center;
    font-size: 1.1rem; }
  .section-pricing .content .btn-action {
    background: red;
    width: fit-content;
    padding: 5px 14px;
    height: fit-content;
    background-image: url("data:image/svg+xml,%3Csvg class='_KMJVg' role='presentation' viewBox='0 0 735.369 256' preserveAspectRatio='xMidYMid slice' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient gradientUnits='userSpaceOnUse' id='__id212__id213' x1='367.685' y1='0' x2='367.685' y2='256'%3E%3Cstop stop-color='%23bccfb8' stop-opacity='1' offset='0'/%3E%3Cstop stop-color='%23a8bfa3' stop-opacity='1' offset='0.5'/%3E%3Cstop stop-color='%236c7d67' stop-opacity='1' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' width='735.369' height='256' fill='url(%23__id212__id213)' style=''/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600; }

#session_list_club {
  width: 100%;
  overflow: initial; }
  #session_list_club .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
  #session_list_club .benefits-container {
    width: 100%; }
  #session_list_club .section-title {
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    color: #a0bb9a;
    font-kerning: none;
    text-decoration: none; }
  #session_list_club p {
    font-size: 1.2em;
    width: 85%;
    text-align: center; }
  #session_list_club .benefit-item img {
    width: 100%;
    height: auto; }
  #session_list_club .swiper-slide.benefit-item.swiper-slide-next {
    transform: scale(1.2);
    transform-origin: center center;
    z-index: 2;
    transition: transform 0.3s; }
  #session_list_club .swiper-backface-hidden .swiper-slide {
    transform: scale(0.9);
    padding: 15px; }

#session_list_machine {
  width: 100%;
  overflow: initial; }
  #session_list_machine .container-fluid {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%; }
  #session_list_machine .benefits-container {
    width: 100%; }
  #session_list_machine .section-title {
    font-size: 2em;
    font-weight: 700;
    font-style: normal;
    color: #a0bb9a;
    font-kerning: none;
    text-decoration: none; }
  #session_list_machine .packages-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 90%; }
    #session_list_machine .packages-container .package-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0px;
      padding: 15px;
      position: relative;
      border-radius: 10px; }
      #session_list_machine .packages-container .package-item .background {
        content: '';
        background: url(/theme/pilates/images/bg-green-package.png) no-repeat center/cover;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 1;
        border-radius: 20px; }
      #session_list_machine .packages-container .package-item .img-container {
        aspect-ratio: 256 / 285.12;
        margin-top: 15px; }
        #session_list_machine .packages-container .package-item .img-container img {
          object-fit: cover;
          height: 100%;
          width: 100%;
          border-radius: 20px; }
      #session_list_machine .packages-container .package-item .button-title {
        background: url(/theme/pilates/images/cta-action.png) no-repeat center/cover;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 1rem 2rem;
        border-radius: 30px;
        height: fit-content;
        width: fit-content;
        padding: 5px 15px; }
        #session_list_machine .packages-container .package-item .button-title h3 {
          margin: 0;
          padding: 0; }
      #session_list_machine .packages-container .package-item h4 {
        margin-top: 20px;
        margin-bottom: 0px;
        font-size: 1.3em; }
      #session_list_machine .packages-container .package-item p {
        font-size: 1em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        width: 100%;
        text-align: center; }
  #session_list_machine .item {
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px; }
    #session_list_machine .item .image {
      width: 50%;
      aspect-ratio: 380.19/254.252;
      height: auto;
      overflow: hidden; }
      #session_list_machine .item .image img {
        object-fit: fill;
        width: 100%; }
    #session_list_machine .item .content {
      display: flex;
      flex-direction: column;
      gap: 15px;
      width: 50%;
      overflow: hidden;
      justify-content: center; }
      #session_list_machine .item .content .text {
        font-size: 2em;
        font-weight: 600;
        font-style: normal;
        color: black;
        font-kerning: none;
        text-decoration: none;
        text-transform: uppercase; }
      #session_list_machine .item .content .btn-action {
        background: red;
        width: fit-content;
        padding: 5px 14px;
        height: fit-content;
        background-image: url("data:image/svg+xml,%3Csvg class='_KMJVg' role='presentation' viewBox='0 0 735.369 256' preserveAspectRatio='xMidYMid slice' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient gradientUnits='userSpaceOnUse' id='__id212__id213' x1='367.685' y1='0' x2='367.685' y2='256'%3E%3Cstop stop-color='%23bccfb8' stop-opacity='1' offset='0'/%3E%3Cstop stop-color='%23a8bfa3' stop-opacity='1' offset='0.5'/%3E%3Cstop stop-color='%236c7d67' stop-opacity='1' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' width='735.369' height='256' fill='url(%23__id212__id213)' style=''/%3E%3C/svg%3E");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 8px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600; }
    #session_list_machine .item .location {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      gap: 10px; }
      #session_list_machine .item .location img {
        width: 33.1421px;
        height: 40.4789px;
        transform: translate(0px, 0px) rotate(0deg); }
      #session_list_machine .item .location .address {
        flex: 1; }

#session_contact_form .wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background: #fcfff3;
  border-radius: 20px;
  padding: 20px; }
  #session_contact_form .wrap .row {
    display: flex;
    gap: 20px; }
  #session_contact_form .wrap .section-title {
    color: #a0bb9a;
    text-align: center;
    width: 65%; }
  #session_contact_form .wrap .item {
    border: 1px solid;
    width: 48%;
    border-radius: 15px;
    border-color: #a0bb9a;
    border-width: 2px; }
    #session_contact_form .wrap .item input, #session_contact_form .wrap .item select {
      background: transparent;
      border: none;
      background: transparent;
      padding: 0; }
      #session_contact_form .wrap .item input:focus, #session_contact_form .wrap .item select:focus {
        box-shadow: none; }
  #session_contact_form .wrap .btn-submit {
    border-radius: 8px;
    padding: 5px 14px;
    border: transparent;
    box-shadow: none;
    background-image: url("data:image/svg+xml,%3Csvg class='_KMJVg' role='presentation' viewBox='0 0 735.369 256' preserveAspectRatio='xMidYMid slice' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient gradientUnits='userSpaceOnUse' id='__id212__id213' x1='367.685' y1='0' x2='367.685' y2='256'%3E%3Cstop stop-color='%23bccfb8' stop-opacity='1' offset='0'/%3E%3Cstop stop-color='%23a8bfa3' stop-opacity='1' offset='0.5'/%3E%3Cstop stop-color='%236c7d67' stop-opacity='1' offset='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect x='0' y='0' width='735.369' height='256' fill='url(%23__id212__id213)' style=''/%3E%3C/svg%3E"); }

.text-up {
  text-transform: uppercase; }

@font-face {
  font-display: swap;
  font-family: Canva Sans;
  font-style: normal;
  font-weight: 400 700;
  src: url("https://static.canva.com/web/images/b46630e470f4040eba7033cf2435edce.woff") format("woff"); }
a {
  text-decoration: none;
  background-color: transparent; }

body {
  color: #454545;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  background-color: #f9fafa; }

body.navigation-sticky .header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 9;
  background: white; }
  body.navigation-sticky .header .header-white .header-top {
    background: #fff;
    border-bottom: 1px solid #e5e5e5; }
  body.navigation-sticky .header .header-top {
    transition: background .3s ease; }
    body.navigation-sticky .header .header-top .row {
      align-items: center; }
  body.navigation-sticky .header .header-top {
    background: #fff;
    border-bottom: 1px solid #e5e5e5; }
  body.navigation-sticky .header .logo-img {
    display: inline-block; }
    body.navigation-sticky .header .logo-img img {
      max-width: 90px;
      width: 100%; }
    @media (max-width: 991.98px) {
      body.navigation-sticky .header .logo-img {
        position: absolute;
        transform: translateY(-50%);
        top: 40px;
        z-index: 9; }
        body.navigation-sticky .header .logo-img img {
          max-width: 80px; } }
  body.navigation-sticky .header .navigation-menu ul:not(.submenu) {
    display: flex;
    justify-content: flex-end; }
  body.navigation-sticky .header .navigation-menu ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0; }
    body.navigation-sticky .header .navigation-menu ul li a {
      display: inline-block;
      padding: 24px;
      color: #454545;
      text-decoration: none;
      transition: color .3s ease, border .3s ease, background .3s ease;
      font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      font-weight: 700;
      text-transform: uppercase; }
    body.navigation-sticky .header .navigation-menu ul li a {
      padding: 24px 13px; }
    @media (min-width: 991.98px) {
      body.navigation-sticky .header .navigation-menu ul .mobile {
        display: none; } }
    body.navigation-sticky .header .navigation-menu ul .mobile a {
      font-size: 20px; }
    body.navigation-sticky .header .navigation-menu ul .active a {
      color: #A4B89F; }
    @media (max-width: 991.98px) {
      body.navigation-sticky .header .navigation-menu ul li:not(.mobile) {
        display: none; } }
  body.navigation-sticky .header .navbar {
    min-height: 90px; }
    body.navigation-sticky .header .navbar .menu {
      display: flex;
      list-style: none;
      gap: 20px;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
      body.navigation-sticky .header .navbar .menu li a {
        font-weight: 600;
        font-style: normal;
        color: #545454;
        font-kerning: none;
        text-decoration: none;
        font-size: 18px; }
      body.navigation-sticky .header .navbar .menu li a#btn-brand:hover {
        color: #fff;
        background-color: #606B5C; }
@media (max-width: 991.98px) {
  body.navigation-sticky .main-wrapper {
    padding-top: 79px !important; } }

.swiper-horizontal.slide-banner {
  width: 100%;
  height: fit-content;
  aspect-ratio: 3 / 2;
  margin: 0; }
  .swiper-horizontal.slide-banner .swiper-slide {
    width: 100%;
    display: flex; }
    .swiper-horizontal.slide-banner .swiper-slide img {
      flex: 1;
      width: 100%;
      object-fit: fill;
      aspect-ratio: 3/2; }
  .swiper-horizontal.slide-banner .swiper-pagination {
    position: absolute;
    z-index: 999;
    bottom: 10%; }
    .swiper-horizontal.slide-banner .swiper-pagination span.swiper-pagination-bullet {
      width: 17px;
      aspect-ratio: 1;
      height: 17px; }
    .swiper-horizontal.slide-banner .swiper-pagination .swiper-pagination-bullet-active {
      color: #fff;
      background-color: #fff; }

.hero {
  background-color: #f9fafa;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .hero .hero-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .hero .hero-content .hero-title {
      font-weight: 700;
      font-style: normal;
      color: #a0bb9a;
      font-kerning: none;
      text-decoration: none; }
    .hero .hero-content .hero-subtitle {
      font-size: 20.956px;
      color: black;
      line-height: 29px;
      letter-spacing: 0em;
      max-width: 65%;
      text-transform: none;
      list-style-type: none; }
    .hero .hero-content .cta-button {
      margin-top: 30px;
      background: url("/theme/pilates/images/cta-action.png") no-repeat center/cover;
      display: inline-block;
      color: #fff;
      text-decoration: none;
      padding: 1rem 2rem;
      border-radius: 30px; }

.benefits {
  /* Tuỳ chỉnh nút chuyển slide */
  max-width: 100%; }
  .benefits .container {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 50px 0px; }
  .benefits .swiper-button-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 10px;
    background: transparent;
    color: #fff; }
  .benefits .swiper-button-next, .benefits .swiper-button-next {
    width: 40px;
    height: 40px;
    position: absolute;
    background: transparent;
    right: 10px;
    color: #fff; }
  .benefits .swiper-button-next:hover, .benefits .swiper-button-prev:hover {
    background: rgba(0, 0, 0, 0.7); }
  .benefits .benefits-title {
    font-weight: 700;
    font-style: normal;
    color: white;
    font-kerning: none;
    text-decoration: none;
    text-align: center; }
  .benefits .benefits-container {
    width: 100%;
    overflow: hidden;
    padding: 0% 10% 0% 4%; }
    .benefits .benefits-container .benefit-item img {
      width: 100%;
      height: 100%;
      object-fit: fill; }
  .benefits .benefits .swiper-button-next, .benefits .benefits .swiper-button-prev {
    position: absolute;
    right: 10px;
    background: transparent; }
  .benefits .swiper-slide.benefit-item.swiper-slide-next {
    transform: translate(0px, -41.6644px) rotate(0deg);
    transform-origin: center center;
    z-index: 2;
    transition: transform 0.3s;
    zoom: 1.2; }
  .benefits .swiper-backface-hidden .swiper-slide {
    transform: translate(0px, -41.6644px) rotate(0deg);
    transform: scale(0.9);
    aspect-ratio: 1;
    opacity: 0; }
  .benefits .benefit-item.swiper-slide-next + .benefit-item {
    opacity: 1;
    /* Làm mờ tất cả các phần tử sau */ }
  .benefits .benefit-item.swiper-slide-next {
    opacity: 1; }
  .benefits .benefit-item.swiper-slide-active {
    opacity: 1; }
  .benefits .benefit-item.swiper-slide-next:has(+ .benefit-item) {
    opacity: 1;
    /* Ví dụ: Tô viền đỏ phần tử sau nó */ }
  .benefits .backgroud-2 {
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .benefits .backgroud-2 img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .benefits .backgroud-1 {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5; }
    .benefits .backgroud-1 img {
      width: 100%;
      height: 100%; }

.gym-system {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .gym-system .gym-system__subtitle {
    width: 53%;
    text-align: center; }
  .gym-system h2 {
    color: #a0bb9a; }
  .gym-system .gym-container {
    display: flex;
    width: 90%;
    background: #fdfff3; }
    .gym-system .gym-container .gym-left {
      width: 34%;
      padding: 30px; }
      .gym-system .gym-container .gym-left .title-bold {
        font-weight: 600;
        width: 100%;
        display: block; }
    .gym-system .gym-container .gym-gallery {
      width: 66%; }

.packages {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .packages h2 {
    color: #a0bb9a; }
  .packages .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
  .packages .packages-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px; }
    .packages .packages-container .package-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
      padding: 15px;
      position: relative;
      border-radius: 10px; }
      .packages .packages-container .package-item .background {
        content: '';
        background: url(/theme/pilates/images/bg-green-package.png) no-repeat center/cover;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: 1;
        border-radius: 20px; }
      .packages .packages-container .package-item .img-container {
        aspect-ratio: 256 / 285.12;
        margin-top: 15px; }
        .packages .packages-container .package-item .img-container img {
          object-fit: cover;
          height: 100%;
          width: 100%;
          border-radius: 20px; }
      .packages .packages-container .package-item .button-title {
        background: url(/theme/pilates/images/cta-action.png) no-repeat center/cover;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 1rem 2rem;
        border-radius: 30px;
        height: fit-content;
        width: fit-content;
        padding: 5px 15px; }
        .packages .packages-container .package-item .button-title h3 {
          margin: 0;
          padding: 0; }
      .packages .packages-container .package-item p {
        font-size: 18px;
        margin-top: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        width: 80%;
        text-align: center; }

.trainers {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  gap: 20px; }
  .trainers h2 {
    color: #a0bb9a; }
  .trainers .swiper-trainers {
    width: 100%; }
    .trainers .swiper-trainers .trainer-card {
      width: 100%; }
      .trainers .swiper-trainers .trainer-card img {
        aspect-ratio: 267/400;
        width: 100%;
        object-fit: cover; }

.testimonials {
  display: flex;
  justify-items: center;
  align-items: center;
  flex-direction: column;
  gap: 20px; }
  .testimonials h2 {
    color: #a0bb9a;
    text-transform: uppercase;
    margin-bottom: 60px; }
  .testimonials .testimonials-box {
    display: flex;
    flex-direction: row;
    width: 90%; }
    .testimonials .testimonials-box .testimonials-image {
      width: 50%; }
      .testimonials .testimonials-box .testimonials-image img {
        aspect-ratio: 16/9;
        width: 100%;
        object-fit: cover; }
    .testimonials .testimonials-box .testimonials-content {
      width: 50%;
      display: flex;
      flex-direction: column;
      gap: 15px;
      padding: 20px;
      justify-content: center;
      padding-left: 3%; }
      .testimonials .testimonials-box .testimonials-content .testimonials-item {
        display: flex;
        flex-direction: column;
        position: relative;
        background: #fffaf6;
        padding: 15px;
        border-radius: 30px;
        gap: 20px; }
        .testimonials .testimonials-box .testimonials-content .testimonials-item .bg-avatar {
          position: absolute;
          border-radius: 50%;
          padding: 5px;
          left: 6%;
          overflow: hidden;
          width: 120px;
          aspect-ratio: 1;
          display: flex;
          background: url(/theme/pilates/images/bg-shape-square.png);
          justify-content: center;
          align-items: center;
          top: -60px; }
          .testimonials .testimonials-box .testimonials-content .testimonials-item .bg-avatar img {
            width: 100%;
            height: 100%;
            border-radius: 50%; }
        .testimonials .testimonials-box .testimonials-content .testimonials-item h5 {
          text-align: center;
          margin-top: 20px; }
        .testimonials .testimonials-box .testimonials-content .testimonials-item .meta {
          display: flex;
          flex-direction: row;
          justify-content: space-between; }
          .testimonials .testimonials-box .testimonials-content .testimonials-item .meta .star {
            max-width: 24%; }
          .testimonials .testimonials-box .testimonials-content .testimonials-item .meta .quota {
            width: 20px; }
  .testimonials .testimonials-list {
    width: 90%; }
    .testimonials .testimonials-list .swiper-testimonials-container {
      padding-bottom: 50px; }
    .testimonials .testimonials-list .testimonials-item {
      display: flex;
      flex-direction: column;
      position: relative;
      background: #fffaf6;
      padding: 15px;
      z-index: 0;
      border-radius: 30px;
      gap: 20px;
      position: relative;
      margin-right: 10px;
      margin-top: 10px;
      margin-bottom: 10px;
      height: auto; }
      .testimonials .testimonials-list .testimonials-item .bg-avatar {
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        aspect-ratio: 1;
        width: 50px;
        height: 50px; }
        .testimonials .testimonials-list .testimonials-item .bg-avatar img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      .testimonials .testimonials-list .testimonials-item h5 {
        text-align: center;
        margin: 0;
        font-size: 19px;
        padding: 0; }
      .testimonials .testimonials-list .testimonials-item .meta {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 10px; }
        .testimonials .testimonials-list .testimonials-item .meta .star {
          max-height: 30px;
          height: 20px; }
      .testimonials .testimonials-list .testimonials-item:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -2;
        background: linear-gradient(45deg, #bccfb8 0%, #a8bfa3 50%, #6c7d67 100%);
        right: -20px;
        bottom: -20px;
        border-radius: 20px; }
      .testimonials .testimonials-list .testimonials-item:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #fffaf6;
        border-radius: 20px; }

.free-trial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px; }
  .free-trial .free-trail-container {
    display: flex;
    width: 90%;
    justify-content: center;
    align-items: center;
    background-color: #fcfff3;
    border-radius: 20px; }
    .free-trial .free-trail-container .gradient-background {
      background: linear-gradient(to right, #ffffff, #fffff1);
      left: -21%;
      opacity: 1;
      filter: blur(21px);
      position: absolute;
      width: 30%;
      z-index: 0;
      height: 200%;
      top: -40%; }
    .free-trial .free-trail-container .left {
      border-top-left-radius: 20px;
      position: relative;
      overflow: hidden;
      width: 90%;
      border-bottom-left-radius: 20px; }
      .free-trial .free-trail-container .left img {
        transform: translate(-34px, 0px) rotate(0deg);
        height: 100%;
        object-fit: cover;
        width: 100%;
        scale: 1.42; }
    .free-trial .free-trail-container .form-trail {
      border-radius: 20px;
      padding: 20px;
      text-align: center;
      min-width: 50%;
      position: relative; }
      .free-trial .free-trail-container .form-trail h2 {
        font-weight: 700;
        font-style: normal;
        color: #a0bb9a;
        font-kerning: none;
        text-decoration: none;
        width: 96%;
        padding: 10px;
        font-size: 26px; }
      .free-trial .free-trail-container .form-trail .form-group {
        margin-bottom: 24px;
        position: relative;
        border-radius: 5px;
        border-color: #8ea389;
        border: none;
        display: flex;
        justify-content: center;
        align-items: center; }
        .free-trial .free-trail-container .form-trail .form-group label {
          position: absolute;
          left: 15px;
          font-size: 15px;
          top: 20%;
          font-weight: 400;
          color: #333333e0;
          font-weight: 600; }
        .free-trial .free-trail-container .form-trail .form-group input {
          width: 100%;
          border-radius: 10px;
          border-color: #8ea389;
          border-width: 2px;
          min-height: 45px;
          border: 2px solid #8ea389;
          background: none; }
      .free-trial .free-trail-container .form-trail .submit {
        width: 100%;
        display: flex;
        justify-content: flex-end; }
      .free-trial .free-trail-container .form-trail .cta-button {
        margin-top: 30px;
        background: url(/theme/pilates/images/cta-action.png) no-repeat center/cover;
        display: inline-block;
        color: #fff;
        text-decoration: none;
        padding: 5px 11px;
        border-radius: 10px;
        border: none;
        font-weight: 600; }

.section-home-banner .item {
  position: relative;
  height: auto; }
  .section-home-banner .item .content {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
.section-home-banner .slider-img {
  position: relative; }
.section-home-banner .slider-img:before {
  display: block;
  content: '';
  width: 100%;
  padding-top: 43.75%; }
.section-home-banner .slider-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.section-home-banner .prev-chervon.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease; }
.section-home-banner .next-chervon.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  padding: 16px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: background .3s ease;
  transition: background .3s ease; }
.section-home-banner .next-chervon.slick-arrow {
  right: 0; }

.section-home-services {
  padding: 64px 0;
  background-size: cover;
  position: relative; }
  .section-home-services .container-fluid {
    position: relative; }
  .section-home-services .services-wrapper {
    position: relative; }
    .section-home-services .services-wrapper .row {
      margin-left: 0;
      margin-right: 0; }
      .section-home-services .services-wrapper .row .item {
        margin-bottom: 30px; }
        .section-home-services .services-wrapper .row .item:hover .item-img:after {
          background: rgba(164, 184, 159, 0.61); }
        .section-home-services .services-wrapper .row .item:hover .stripe-vector-1 {
          transform: translate(0, 0); }
        .section-home-services .services-wrapper .row .item:hover .stripe-vector-2 {
          transform: translate(0, 0); }
      .section-home-services .services-wrapper .row .item {
        display: block;
        position: relative;
        overflow: hidden; }
        .section-home-services .services-wrapper .row .item .item-img {
          position: relative; }
          .section-home-services .services-wrapper .row .item .item-img:before {
            display: block;
            content: '';
            width: 100%;
            padding-top: 100%; }
          .section-home-services .services-wrapper .row .item .item-img:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 100%);
            background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 100%);
            transition: all .3s ease; }
          .section-home-services .services-wrapper .row .item .item-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0; }
        .section-home-services .services-wrapper .row .item .content-overlay {
          position: relative;
          display: block;
          color: #fff;
          background: linear-gradient(272deg, #dbe7d0 3.79%, #a4b89f 97.77%);
          height: 100px; }
          .section-home-services .services-wrapper .row .item .content-overlay .content .title {
            font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
            font-weight: 600;
            color: #fff;
            font-size: 20px;
            padding: 20px; }
        .section-home-services .services-wrapper .row .item .stripe-vector-1, .section-home-services .services-wrapper .row .item .stripe-vector-2 {
          position: absolute;
          opacity: .1;
          transition: all .3s ease;
          z-index: 0; }
        .section-home-services .services-wrapper .row .item .stripe-vector-1 {
          top: 0;
          left: 0;
          transform: translate(-100%, -100%); }
        .section-home-services .services-wrapper .row .item .stripe-vector-2 {
          bottom: 0;
          right: 0;
          transform: translate(100%, 100%); }

.section-footer {
  padding-top: 32px; }

.section-footer {
  position: relative;
  background-color: #A4B89F;
  padding-top: 64px; }
  .section-footer .footer-bottom {
    background-color: #81a478;
    padding: 32px 0;
    margin-top: 64px;
    color: #fff; }
  .section-footer .footer-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 32px;
    font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .section-footer .footer-block ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0; }
    .section-footer .footer-block ul span {
      display: flex;
      align-items: center;
      color: rgba(255, 255, 255, 0.8);
      padding: 8px 0; }
      .section-footer .footer-block ul span i {
        line-height: unset;
        margin-right: 10px; }
      .section-footer .footer-block ul span svg {
        line-height: unset;
        margin-right: 10px; }
      .section-footer .footer-block ul span a {
        display: flex;
        align-items: center;
        color: rgba(255, 255, 255, 0.8);
        padding: 8px 0; }
      .section-footer .footer-block ul span a {
        transition: all .3s ease;
        text-decoration: none; }
    .section-footer .footer-block ul span {
      padding-top: 0; }
  .section-footer .footer-social-link ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap; }
    .section-footer .footer-social-link ul a {
      font-size: 28px;
      display: flex;
      align-items: center;
      color: rgba(255, 255, 255, 0.8); }
      .section-footer .footer-social-link ul a svg {
        margin-right: 12px; }
  @media (max-width: 767.98px) {
    .section-footer {
      padding-top: 32px; }
      .section-footer .footer-title {
        font-size: 20px;
        margin-bottom: 12px; } }

.section-home-bmi {
  position: relative;
  overflow: hidden; }
  .section-home-bmi .bmi-wrapper .background-image .stripe-vector {
    position: absolute;
    left: -50%;
    top: 0;
    z-index: 0;
    animation: bmi-stripe-animation 5s ease infinite; }
  .section-home-bmi .bmi-wrapper .background-image .item-image {
    position: relative;
    width: 100%; }

.section-title {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  color: #454545;
  margin-bottom: 32px; }
  @media (max-width: 991.98px) {
    .section-title {
      margin-bottom: 24px;
      font-size: 24px; } }

/**
* FORM GROUP
**/
.form-group {
  margin-bottom: 24px; }

.form-control {
  background: #f5f6f8;
  border-color: #f5f6f8;
  padding: 12px 24px;
  height: 50px;
  border-radius: 0;
  color: #454545; }

input.form-control.control-light {
  background: #fff; }

/**
*
**/
.section-service-services {
  margin-top: 60px; }

.section-service-services {
  position: relative;
  overflow: hidden; }
  .section-service-services .sub-description-title {
    max-width: 420px;
    width: 100%;
    margin-bottom: 20px; }
  .section-service-services .services-wrapper {
    position: relative; }
    .section-service-services .services-wrapper .item {
      margin-bottom: 30px; }
      .section-service-services .services-wrapper .item .item-img {
        position: relative; }
        .section-service-services .services-wrapper .item .item-img:before {
          display: block;
          content: '';
          width: 100%;
          padding-top: 100%; }
        .section-service-services .services-wrapper .item .item-img:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 100%);
          background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0) 100%);
          transition: all .3s ease; }
        .section-service-services .services-wrapper .item .item-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .section-service-services .services-wrapper .item .content-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        z-index: 1; }
      .section-service-services .services-wrapper .item .stripe-vector-1 {
        position: absolute;
        opacity: .1;
        transition: all .3s ease;
        z-index: 0; }
      .section-service-services .services-wrapper .item .stripe-vector-2 {
        position: absolute;
        opacity: .1;
        transition: all .3s ease;
        z-index: 0; }

.section-sign-up-form {
  overflow: hidden;
  padding: 64px 0;
  background-size: cover;
  background-position: center;
  position: relative; }
  .section-sign-up-form:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.75) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0, rgba(0, 0, 0, 0.45) 75%, rgba(0, 0, 0, 0.75) 100%); }
  .section-sign-up-form .stripe-section .stripe-vector-1 {
    top: 0;
    left: 0; }
  .section-sign-up-form .stripe-section .stripe-vector-2 {
    bottom: 0;
    right: 0; }
  .section-sign-up-form .stripe-section > [class*=stripe-vector] {
    position: absolute;
    opacity: .2;
    z-index: 0; }

select.form-control.control-light {
  background-position: right 50%;
  background-repeat: no-repeat;
  background-size: 30px 20px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8Zz4KICAgICAgICA8cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwaDI0djI0SDB6Ii8+CiAgICAgICAgPHBhdGggZD0iTTEyIDEzLjE3Mmw0Ljk1LTQuOTUgMS40MTQgMS40MTRMMTIgMTYgNS42MzYgOS42MzYgNy4wNSA4LjIyMnoiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
  padding-right: 1.5em; }

.form-control.control-light {
  background: #fff; }

.section-title.light {
  color: #fff; }

.section-service-counter {
  position: relative; }
  .section-service-counter .services-wrapper {
    padding: 30px 0px;
    color: #fff; }
    .section-service-counter .services-wrapper .section-title {
      color: #fff; }
    .section-service-counter .services-wrapper .counter-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-left: 70px; }
      .section-service-counter .services-wrapper .counter-list .box-counter {
        width: calc(33.3333333333% - 5px); }
      .section-service-counter .services-wrapper .counter-list .box-counter {
        padding: 1px;
        border-radius: 10px;
        margin-bottom: 6px;
        position: relative;
        background: #12a1ff;
        background: linear-gradient(90deg, #bfc9a496 30%, rgba(164, 184, 159, 0) 100%); }
        .section-service-counter .services-wrapper .counter-list .box-counter .inner {
          padding: 20px;
          border-radius: 10px; }
        .section-service-counter .services-wrapper .counter-list .box-counter h5 {
          font-size: 40px;
          font-weight: 700; }
      @media (max-width: 991.98px) {
        .section-service-counter .services-wrapper .counter-list {
          margin-left: 0px;
          gap: 5px; }
          .section-service-counter .services-wrapper .counter-list .box-counter {
            width: calc(33.3333333333% - 15px); } }
    .section-service-counter .services-wrapper .box-text-1 {
      text-align: center;
      background: #F8EDEB;
      padding: 20px !important; }
    .section-service-counter .services-wrapper .box-text-2 {
      text-align: center;
      background: #EFEEED;
      padding: 20px !important; }
    .section-service-counter .services-wrapper .box-text-3 {
      text-align: center;
      background: #D1D6DF;
      padding: 20px !important; }
    .section-service-counter .services-wrapper .box-text-4 {
      text-align: center;
      background: #E6EAE2;
      padding: 20px !important; }
  .section-service-counter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #a4b89f;
    z-index: -1; }

.section-service-reason .services-wrapper .item-box-check {
  text-align: center; }
  .section-service-reason .services-wrapper .item-box-check img {
    height: 80px; }
  .section-service-reason .services-wrapper .item-box-check p {
    line-height: 28px;
    padding: 10px; }

[class*="item"] {
  position: relative; }

.section-list-teacher .services-wrapper .owl-carousel-teacher .owl-stage-outer {
  min-height: 420px;
  padding-top: 40px; }
.section-list-teacher .services-wrapper .owl-carousel-teacher .item {
  margin-left: 30px;
  margin-right: 30px; }
  .section-list-teacher .services-wrapper .owl-carousel-teacher .item .box-image-teacher {
    position: relative; }
    .section-list-teacher .services-wrapper .owl-carousel-teacher .item .box-image-teacher img {
      box-shadow: 0px 5px 40px rgba(16, 46, 30, 0.1); }
  .section-list-teacher .services-wrapper .owl-carousel-teacher .item .box-text-teacher {
    margin-top: 15px;
    color: #6C5657; }
    .section-list-teacher .services-wrapper .owl-carousel-teacher .item .box-text-teacher p.box-text-teacher-name {
      font-size: 20px; }
      @media (max-width: 991.98px) {
        .section-list-teacher .services-wrapper .owl-carousel-teacher .item .box-text-teacher p.box-text-teacher-name {
          padding-left: 5px; } }
    .section-list-teacher .services-wrapper .owl-carousel-teacher .item .box-text-teacher .box-text-teacher-info {
      display: none; }

.owl-carousel-teacher .owl-item.big {
  transform: scale(1.2) !important; }

.owl-carousel-teacher .owl-item.active {
  transform: scale(0.8); }

.owl-carousel-teacher.owl-carousel .owl-wrapper-outer {
  min-height: 420px;
  padding-top: 40px; }

.owl-nav {
  position: unset; }
  .owl-nav button {
    background: none !important;
    color: #A4B89F;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: center;
    width: 40px !important;
    height: 60px !important;
    line-height: 60px;
    font-size: 40px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    margin: 0;
    transform: translateY(-50%);
    opacity: 1;
    transition: all 0.3s, visibility 0s; }
  .owl-nav .owl-next {
    padding-left: 2px;
    right: 0; }
    .owl-nav .owl-next:before {
      content: "\f054";
      font-family: "Font Awesome 6 Free";
      font-weight: 900; }
  .owl-nav .owl-prev {
    left: 0;
    padding-right: 2px; }
    .owl-nav .owl-prev:before {
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      content: "\f053"; }

.slider-wrapper .slick-dots .slick-active {
  width: 64px;
  background-color: #454545; }

.slider-wrapper .slick-dots li button:before {
  content: ''; }

.slider-wrapper .slick-dots li {
  margin: 0 6px;
  height: 3px;
  background-color: #7d8ba4;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.card-list .item {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 32px;
  position: relative; }
  .card-list .item .stripe-vector {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0; }
  .card-list .item .item-img.ratio-4-3 {
    position: relative; }
    .card-list .item .item-img.ratio-4-3:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 75%; }
    .card-list .item .item-img.ratio-4-3 .content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .card-list .item .item-img.ratio-4-3 img {
      height: 100%; }
    .card-list .item .item-img.ratio-4-3 img {
      transition: all .3s ease;
      width: 100%;
      object-fit: cover; }
  .card-list .item .item-body {
    position: relative;
    z-index: 1;
    padding: 24px; }
    .card-list .item .item-body .title {
      display: inline-block;
      text-decoration: none;
      font-size: 20px;
      color: #A4B89F;
      font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 16px; }
    .card-list .item .item-body .icon-list svg {
      margin-right: 6px; }
  .card-list .item .item-img {
    position: relative;
    overflow: hidden;
    z-index: 1; }

.section-pricing .item {
  display: flex;
  flex-direction: row; }
  .section-pricing .item .image {
    width: 50%; }
    .section-pricing .item .image img {
      width: 100%; }
  .section-pricing .item .item .content {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px; }
    .section-pricing .item .item .content .item-type {
      margin: 10px 5px;
      color: #a4b89f;
      border-radius: 8px;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      display: inline-block;
      width: fit-content; }
    .section-pricing .item .item .content .btn-action {
      background: #a4b89f;
      color: white;
      padding: 5px 10px;
      display: inline-block;
      border-radius: 3px;
      width: fit-content; }

.blog-list .item {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  margin-bottom: 32px;
  position: relative; }
  .blog-list .item .stripe-vector {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0; }
  .blog-list .item .item-body {
    position: relative;
    z-index: 1;
    padding: 24px; }
    .blog-list .item .item-body .title {
      display: inline-block;
      text-decoration: none;
      font-size: 20px;
      color: #A4B89F;
      font-family: "Roboto Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 16px; }
    .blog-list .item .item-body .date {
      font-family: "Roboto Condensed",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-serif;
      color: #7d8ba4;
      margin-bottom: 16px; }
    .blog-list .item .item-body .description {
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  .blog-list .item .category {
    color: #7d8ba4;
    font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px; }

.section-contact .input-block {
  margin: 15px 0 0; }
  .section-contact .input-block input {
    text-align: left;
    box-shadow: none;
    background: none;
    margin: 0;
    border-bottom: 2px solid #31333A;
    padding: 0px;
    height: 48px;
    line-height: 48px;
    border-radius: 0px;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none; }
.section-contact .btn-submit {
  margin-top: 30px; }
  .section-contact .btn-submit button {
    padding: 5px 15px;
    border-radius: 0px;
    width: 35%; }

.section-gallery .row .item {
  width: 50%; }
  .section-gallery .row .item .image {
    width: 100%; }
    .section-gallery .row .item .image img {
      border-radius: 40px 40px 0px 0px;
      height: 420px;
      object-fit: cover;
      width: 100%; }
  .section-gallery .row .item .content {
    padding: 40px;
    background: linear-gradient(270deg, #ffffff 3.79%, #d0e6ca 97.77%);
    border-radius: 0px 0px 40px 40px; }
.section-gallery .row .item-last {
  width: 100%;
  display: flex;
  flex-direction: row;
  margin-top: 20px; }
  .section-gallery .row .item-last .image {
    width: 50%; }
    .section-gallery .row .item-last .image img {
      border-radius: 40px 0px 0px 40px;
      object-fit: cover;
      width: 100%; }
  .section-gallery .row .item-last .content {
    width: 50%;
    padding: 40px;
    background: linear-gradient(270deg, #ffffff 3.79%, #d0e6ca 97.77%); }
.section-gallery .row ul li {
  list-style: none;
  font-size: 17px;
  line-height: 26px;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 32px;
  position: relative;
  font-weight: 300; }
  .section-gallery .row ul li:after {
    content: "";
    background: url("/theme/pilates/images/check-icon-pt.png") center center no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
    width: 24px;
    height: 24px; }

.section-home-news {
  padding: 64px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden; }
  .section-home-news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(108, 118, 106, 0.8) 0, rgba(112, 122, 109, 0.7) 100%); }
  .section-home-news .stripe-section [class*=stripe-vector] {
    position: absolute;
    opacity: .2;
    z-index: 0; }
  .section-home-news .stripe-section .stripe-vector-1 {
    top: 0;
    left: 0; }
  .section-home-news .stripe-section .stripe-vector-2 {
    bottom: 0;
    right: 0; }
  .section-home-news .container, .section-home-news .container-fluild {
    position: relative;
    padding: 20px 50px; }
    .section-home-news .container .section-title.light + .sub-description, .section-home-news .container-fluild .section-title.light + .sub-description {
      color: rgba(255, 255, 255, 0.8);
      line-height: 24px; }
    .section-home-news .container .slider-wrapper .slick-track, .section-home-news .container-fluild .slider-wrapper .slick-track {
      display: flex; }
    .section-home-news .container .slider-wrapper .item, .section-home-news .container-fluild .slider-wrapper .item {
      height: unset;
      background: #fff;
      padding: 24px;
      overflow: hidden;
      border: 1px solid #e5e5e5; }
      .section-home-news .container .slider-wrapper .item .item-img, .section-home-news .container-fluild .slider-wrapper .item .item-img {
        position: relative;
        margin-bottom: 24px; }
      .section-home-news .container .slider-wrapper .item .item-img, .section-home-news .container-fluild .slider-wrapper .item .item-img {
        overflow: hidden; }
        .section-home-news .container .slider-wrapper .item .item-img:before, .section-home-news .container-fluild .slider-wrapper .item .item-img:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 75%; }
        .section-home-news .container .slider-wrapper .item .item-img .content, .section-home-news .container-fluild .slider-wrapper .item .item-img .content {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .section-home-news .container .slider-wrapper .item .item-img .content, .section-home-news .container-fluild .slider-wrapper .item .item-img .content {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0; }
      .section-home-news .container .slider-wrapper .item .stripe-vector-1, .section-home-news .container-fluild .slider-wrapper .item .stripe-vector-1 {
        top: 0;
        left: 0;
        transform: translate(-100%, -100%); }
      .section-home-news .container .slider-wrapper .item .stripe-vector-2, .section-home-news .container-fluild .slider-wrapper .item .stripe-vector-2 {
        bottom: 0;
        right: 0;
        transform: translate(100%, 100%); }
      .section-home-news .container .slider-wrapper .item .stripe-vector-1, .section-home-news .container .slider-wrapper .item .stripe-vector-2, .section-home-news .container-fluild .slider-wrapper .item .stripe-vector-1, .section-home-news .container-fluild .slider-wrapper .item .stripe-vector-2 {
        position: absolute;
        opacity: .1;
        transition: all .3s ease;
        z-index: 0; }
      .section-home-news .container .slider-wrapper .item span, .section-home-news .container-fluild .slider-wrapper .item span {
        font-weight: 600; }
    .section-home-news .container .slider-wrapper .next-chervon, .section-home-news .container .slider-wrapper .prev-chervon, .section-home-news .container-fluild .slider-wrapper .next-chervon, .section-home-news .container-fluild .slider-wrapper .prev-chervon {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 1;
      cursor: pointer;
      padding: 16px;
      background-color: rgba(0, 0, 0, 0.1);
      transition: background .3s ease; }
    .section-home-news .container .slider-wrapper .next-chervon, .section-home-news .container-fluild .slider-wrapper .next-chervon {
      right: 0; }
    .section-home-news .container .slider-wrapper .prev-chervon, .section-home-news .container-fluild .slider-wrapper .prev-chervon {
      left: 0; }
  @media (max-width: 991.98px) {
    .section-home-news {
      padding: 32px 15px; }
      .section-home-news .container, .section-home-news .container-fluild {
        padding: 0px; } }

button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.cta-button {
  margin-top: 30px;
  background: url("/theme/pilates/images/cta-action.png") no-repeat center/cover;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 1rem 2rem;
  border-radius: 30px; }

.pd-60 {
  padding: 60px 0px; }

.pt-30 {
  padding-top: 30px; }

.pt-50 {
  padding-top: 50px !important; }

#btn-brand {
  font-weight: 700;
  font-style: normal;
  color: white;
  font-kerning: none;
  text-decoration: none; }

.btn-brand:hover {
  color: #fff;
  background-color: #606B5C; }

/*# sourceMappingURL=style.css.map */
