@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/gabarito-v8-latin-regular.eot");
  src: url("../fonts/gabarito-v8-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/gabarito-v8-latin-regular.woff2") format("woff2"), url("../fonts/gabarito-v8-latin-regular.woff") format("woff"), url("../fonts/gabarito-v8-latin-regular.ttf") format("truetype"), url("../fonts/gabarito-v8-latin-regular.svg#Gabarito") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/gabarito-v8-latin-500.eot");
  src: url("../fonts/gabarito-v8-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/gabarito-v8-latin-500.woff2") format("woff2"), url("../fonts/gabarito-v8-latin-500.woff") format("woff"), url("../fonts/gabarito-v8-latin-500.ttf") format("truetype"), url("../fonts/gabarito-v8-latin-500.svg#Gabarito") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/gabarito-v8-latin-600.eot");
  src: url("../fonts/gabarito-v8-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/gabarito-v8-latin-600.woff2") format("woff2"), url("../fonts/gabarito-v8-latin-600.woff") format("woff"), url("../fonts/gabarito-v8-latin-600.ttf") format("truetype"), url("../fonts/gabarito-v8-latin-600.svg#Gabarito") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Gabarito";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/gabarito-v8-latin-700.eot");
  src: url("../fonts/gabarito-v8-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/gabarito-v8-latin-700.woff2") format("woff2"), url("../fonts/gabarito-v8-latin-700.woff") format("woff"), url("../fonts/gabarito-v8-latin-700.ttf") format("truetype"), url("../fonts/gabarito-v8-latin-700.svg#Gabarito") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v19-latin-300.eot");
  src: url("../fonts/inter-v19-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v19-latin-300.woff2") format("woff2"), url("../fonts/inter-v19-latin-300.woff") format("woff"), url("../fonts/inter-v19-latin-300.ttf") format("truetype"), url("../fonts/inter-v19-latin-300.svg#Inter") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v19-latin-regular.eot");
  src: url("../fonts/inter-v19-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v19-latin-regular.woff2") format("woff2"), url("../fonts/inter-v19-latin-regular.woff") format("woff"), url("../fonts/inter-v19-latin-regular.ttf") format("truetype"), url("../fonts/inter-v19-latin-regular.svg#Inter") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v19-latin-500.eot");
  src: url("../fonts/inter-v19-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v19-latin-500.woff2") format("woff2"), url("../fonts/inter-v19-latin-500.woff") format("woff"), url("../fonts/inter-v19-latin-500.ttf") format("truetype"), url("../fonts/inter-v19-latin-500.svg#Inter") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v19-latin-600.eot");
  src: url("../fonts/inter-v19-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v19-latin-600.woff2") format("woff2"), url("../fonts/inter-v19-latin-600.woff") format("woff"), url("../fonts/inter-v19-latin-600.ttf") format("truetype"), url("../fonts/inter-v19-latin-600.svg#Inter") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v19-latin-700.eot");
  src: url("../fonts/inter-v19-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/inter-v19-latin-700.woff2") format("woff2"), url("../fonts/inter-v19-latin-700.woff") format("woff"), url("../fonts/inter-v19-latin-700.ttf") format("truetype"), url("../fonts/inter-v19-latin-700.svg#Inter") format("svg");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-display: swap;
}
body.overflow {
  overflow: hidden;
  height: 100dvh;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: none;
  padding-left: 0 !important;
}

:focus {
  outline: 0;
  box-shadow: none !important;
}

.container-fluid-lg {
  width: 100%;
  padding-inline: 80px;
  margin: 0 auto;
}

.container-fluid {
  max-width: 1352px;
  width: 100%;
  padding-inline: 20px;
  margin: 0 auto;
}

.row > * {
  padding-inline: 10px;
}

.header-btn a,
.header-btn-outline a,
.btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  padding: 9px 23px !important;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.header-btn a:focus-visible,
.header-btn-outline a:focus-visible,
.btn:focus-visible {
  box-shadow: none;
}

.header-btn a,
.btn-warning {
  background-color: #F6BB3B;
  color: #000919;
  border: 1px solid #F6BB3B;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-btn a:hover, .header-btn a:focus, .header-btn a:active,
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: rgba(0, 0, 0, 0);
  color: #000919;
  border: 1px solid #F6BB3B;
}
.header-btn a.hover-cyan:hover,
.btn-warning.hover-cyan:hover {
  background-color: #0169AD;
  color: #FFF;
  border: 1px solid #0169AD;
}
.header-btn a.hover-danger:hover,
.btn-warning.hover-danger:hover {
  background-color: #FC5F4E;
  color: #FFF;
  border: 1px solid #FC5F4E;
}

.header-btn-outline a,
.btn-warning-outline {
  background-color: #FFF;
  color: #000919;
  border: 1px solid #F6BB3B;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header-btn-outline a:hover, .header-btn-outline a:focus, .header-btn-outline a:active,
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline:active {
  background-color: #F6BB3B;
  color: #000919 !important;
  border: 1px solid #F6BB3B;
}
.header-btn-outline a.hover-cyan:hover,
.btn-warning-outline.hover-cyan:hover {
  background-color: #0169AD;
  color: #FFF;
  border: 1px solid #0169AD;
}
.header-btn-outline a.hover-danger:hover,
.btn-warning-outline.hover-danger:hover {
  background-color: #FC5F4E;
  color: #FFF;
  border: 1px solid #FC5F4E;
}

.btn-white {
  background-color: #FFF;
  color: #000919;
  border: 1px solid #FFF;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white:first-child:active {
  background-color: rgba(0, 0, 0, 0);
  color: #FFF;
  border: 1px solid #FFF;
}
.btn-white.hover-danger:hover {
  background-color: #FC5F4E;
  color: #FFF;
  border: 1px solid #FC5F4E;
}

.btn-info {
  background-color: #013894;
  color: #FFF;
  border: 1px solid #013894;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: rgba(0, 0, 0, 0);
  color: #013894;
  border: 1px solid #013894;
}
.btn-info.hover-white:hover {
  background-color: #FFF;
  color: #000919;
  border: 1px solid #FFF;
}
.btn-info.hover-danger:hover {
  background-color: #FC5F4E;
  color: #FFF;
  border: 1px solid #FC5F4E;
}

.bg-dark-warning {
  background-color: #FDF1D7;
}

.bg-light-warning {
  background-color: #FEF8EB;
}

.bg-light-info {
  background-color: #E6EFFE;
}

.typography-main {
  padding: 50px 0;
}
.typography-main h1 {
  font-family: "Gabarito", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
  color: #000919;
}
.typography-main h2 {
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin-bottom: 24px;
  color: #000919;
}
.typography-main h3 {
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.45px;
  margin-bottom: 24px;
  color: #000919;
}
.typography-main h4 {
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
  color: #000919;
}
.typography-main h5 {
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
  color: #000919;
}
.typography-main h6 {
  font-family: "Gabarito", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  letter-spacing: -0.32px;
  margin-bottom: 24px;
  color: #000919;
}
.typography-main p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  color: #000919;
  margin-bottom: 16px;
}
.typography-main p a {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  color: #FC5F4E;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.typography-main p a:hover {
  opacity: 0.6;
}
.typography-main a {
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  color: #FC5F4E;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  color: #FC5F4E;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.typography-main .alignleft {
  float: left;
  margin: 21px 20px 21px 0;
}
.typography-main .alignright {
  float: right;
  margin: 21px 0 21px 20px;
}
.typography-main .aligncenter {
  display: block;
  margin: 9px auto 20px;
}
.typography-main img {
  width: 100%;
  max-width: 300px;
}
.typography-main ul {
  padding-left: 24px !important;
  list-style-type: disc !important;
}
.typography-main ul li {
  color: #000919;
}
.typography-main ol {
  padding-left: 24px !important;
}
.typography-main ol li {
  color: #000919;
}

.common-section-heading .title * {
  color: #013894;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.45px;
  margin-bottom: 40px;
}
.common-section-heading .disc * {
  color: #000919;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 60px;
}

@media (max-width: 1199px) {
  .container-fluid-lg {
    padding-inline: 20px;
  }
  .typography-main h1 {
    font-size: 42px;
    margin-bottom: 18px;
  }
  .typography-main h2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .typography-main h3 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .typography-main h4 {
    font-size: 16px;
    margin-bottom: 18px;
  }
  .typography-main h5 {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
@media (max-width: 991px) {
  .typography-main {
    padding: 25px 0;
  }
  .typography-main h1 {
    font-size: 38px;
    margin-bottom: 14px;
  }
  .typography-main h2 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .typography-main h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .typography-main h4 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .typography-main h5 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .common-section-heading .title * {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .common-section-heading .disc * {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .typography-main {
    padding: 25px 0;
  }
  .typography-main h1 {
    font-size: 34px;
    margin-bottom: 14px;
  }
  .typography-main h2 {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .typography-main h3 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .typography-main h4 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .typography-main h5 {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .typography-main img {
    max-width: 100%;
  }
  .common-section-heading .title * {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .common-section-heading .disc * {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.notification.alert {
  border-radius: 0;
  background-color: #FC5F4E;
  padding: 12px 0;
  border: 0;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.notification.alert .notification-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  position: relative;
  padding: 0 40px;
}
.notification.alert .notification-container p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0;
}
.notification.alert .notification-container p strong {
  font-weight: 600;
}
.notification.alert .notification-container span img {
  width: 22px;
}
.notification.alert .notification-container .learnBtn {
  display: none;
}
.notification.alert .notification-container .close {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.notification.alert .notification-container .close:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .notification.alert {
    padding: 12px 0 12px;
  }
  .notification.alert .notification-container {
    flex-direction: column;
    gap: 0;
    align-items: start;
    padding-left: 0;
  }
  .notification.alert .notification-container strong {
    font-size: 14px;
  }
  .notification.alert .notification-container p {
    font-size: 12px;
    line-height: 140%;
  }
  .notification.alert .notification-container .learnBtn {
    display: block;
    margin-top: 16px;
  }
  .notification.alert .notification-container .close {
    top: 0;
    transform: translateY(0);
  }
  .notification-container span {
    display: none;
  }
}
.privacy-policy {
  position: relative;
  min-height: 728px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.privacy-policy .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.privacy-policy .banner-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.privacy-policy .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.privacy-policy .bottom-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.privacy-policy .bottom-shape img {
  width: calc(100% + 4px);
  margin-left: -2px;
  height: auto;
}
.privacy-policy .privacy-policy-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 48px 0 96px;
  max-width: 642px;
  margin: 0 auto;
}
.privacy-policy .privacy-policy-container .subtitle * {
  color: #FFF;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.privacy-policy .privacy-policy-container .title * {
  color: #FFF;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}
.privacy-policy .privacy-policy-container .disc * {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

@media (max-width: 991px) {
  .privacy-policy {
    min-height: auto;
  }
  .privacy-policy .privacy-policy-container {
    padding: 136px 0;
  }
  .privacy-policy .privacy-policy-container .title * {
    font-size: 50px;
  }
  .privacy-policy .privacy-policy-container .subtitle * {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .privacy-policy .privacy-policy-container {
    max-width: 100%;
  }
  .privacy-policy .privacy-policy-container .title * {
    font-size: 36px;
  }
  .privacy-policy .privacy-policy-container .subtitle * {
    font-size: 16px;
  }
  .privacy-policy .privacy-policy-container .action {
    flex-direction: column;
  }
}
.galllery-filters {
  text-align: center;
}
.galllery-filters button {
  margin: 5px;
  border: none;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  color: #000919;
  cursor: pointer;
}

.galllery-filters button.active,
.galllery-filters button:hover {
  color: #FC5F4E;
}

.galllery-masonry {
  column-count: 2;
  column-gap: 10px;
  max-width: 740px;
  margin: auto;
}
.galllery-masonry .masonry-item {
  break-inside: avoid;
  margin-bottom: 10px;
  display: none;
}
.galllery-masonry .masonry-item img {
  width: 100%;
  display: block;
  border-radius: 4px;
  transition: transform 0.3s ease;
}
.galllery-masonry .masonry-item img:hover {
  transform: scale(1.02);
}
.galllery-masonry .masonry-item.show {
  display: block;
}
.galllery-masonry .video {
  position: relative;
}
.galllery-masonry .videoPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.galllery-masonry .videoPlay * {
  position: inherit;
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .galllery-masonry {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .galllery-masonry .videoPlay {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 600px) {
  .galllery-masonry {
    column-count: 1;
  }
}
.page404 {
  padding: 150px 0;
}
.page404 .heading {
  max-width: 760px;
  margin: 0 auto;
}
.page404 .heading .title * {
  color: #013894;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin-bottom: 30px;
}
.page404 .heading .disc * {
  text-align: center;
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 32px;
}
.page404 .heading .action {
  text-align: center;
}

@media (max-width: 991px) {
  .page404 .heading .title * {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .page404 .heading .disc * {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .page404 .heading .title * {
    font-size: 30px;
  }
}
.header-main {
  position: relative;
}
.header-main .header-box {
  position: absolute;
  width: 100%;
}
.header-main:has(.h-stack) .header-box {
  position: relative;
}
.header-main:has(.h-stack) .navbar-brand {
  max-width: 220px;
}
.header-main:has(.h-stack) .navbar-nav .nav-item {
  padding: 0 15px;
}
.header-main:has(.h-stack) .navbar-collapse {
  gap: 0;
}
.header-main:has(.h-stack) {
  position: relative;
}

.header {
  padding: 0px 0 45px;
  background-color: #FFF;
  position: relative;
  z-index: 9;
}
.header.h-stack {
  position: fixed;
  width: 100%;
  top: -400px;
  left: 0;
  z-index: 9;
  padding: 0;
  animation: headerSlideDown 0.6s ease-in-out forwards;
}
.header.h-stack .header-bottom-shape {
  display: none;
}
.header.h-stack .navbar {
  margin-bottom: 0;
}
.header.h-stack .navbar .job-menu {
  padding: 12px 28px 12px;
}
@keyframes headerSlideDown {
  0% {
    top: -400px;
  }
  100% {
    top: 0px;
  }
}
.header .header-bottom-shape {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
  overflow: hidden;
}
.header .header-bottom-shape * {
  width: calc(100% + 4px);
  margin-left: -2px;
  height: auto;
}
.header .navbar {
  padding: 0;
  align-items: flex-start;
  margin-bottom: -68px;
  position: relative;
  z-index: 2;
}
.header .navbar .navbar-brand {
  margin-top: 18px;
  margin-bottom: -25px;
}
.header .navbar .navbar-brand img {
  width: 100%;
}
.header .navbar .navbar-collapse {
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}
.header .navbar .job-menu {
  margin-right: 64px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 28px 10px;
  border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  -ms-border-radius: 0 0 6px 6px;
  -o-border-radius: 0 0 6px 6px;
  background: #025DF6;
  text-align: center;
}
.header .navbar .job-menu br {
  display: none;
}
.header .navbar .job-menu * {
  margin-bottom: 0;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.header .navbar .job-menu a {
  font-size: 16px;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header .navbar .job-menu a:hover {
  opacity: 0.6;
}
.header .navbar .navbar-nav {
  display: flex;
  align-items: center;
}
.header .navbar .navbar-nav .dropdown.current-menu-parent > .dropdown-toggle {
  color: #FC5F4E;
}
.header .navbar .navbar-nav .dropdown.current-menu-parent > .dropdown-toggle::after {
  filter: brightness(0) saturate(100%) invert(54%) sepia(59%) saturate(630%) hue-rotate(316deg) brightness(89%) contrast(127%);
}
.header .navbar .navbar-nav .dropdown.current-menu-parent .current-menu-item a {
  background-color: #fc5f4e;
  color: #fff !important;
}
.header .navbar .navbar-nav .dropdown-menu {
  padding: 10px 0;
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.header .navbar .navbar-nav .dropdown-menu .dropdown-item {
  padding: 4px 20px;
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.header .navbar .navbar-nav .dropdown-menu .dropdown-item.show, .header .navbar .navbar-nav .dropdown-menu .dropdown-item:hover, .header .navbar .navbar-nav .dropdown-menu .dropdown-item:active, .header .navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  background-color: #FC5F4E;
  color: #FFF;
}
.header .navbar .navbar-nav .dropdown-menu .nav-item {
  padding: 0;
}
.header .navbar .navbar-nav .nav-item {
  padding: 8px 10px;
}
.header .navbar .navbar-nav .nav-item.menu-item-has-children .menu-arrow {
  display: none;
}
.header .navbar .navbar-nav .nav-item.current-menu-item .nav-link {
  color: #FC5F4E;
}
.header .navbar .navbar-nav .nav-item.current-menu-item .nav-link::after {
  filter: brightness(0) saturate(100%) invert(46%) sepia(40%) saturate(2510%) hue-rotate(332deg) brightness(105%) contrast(98%);
}
.header .navbar .navbar-nav .nav-item:last-child {
  padding-right: 0;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  text-wrap: nowrap;
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  padding: 0 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header .navbar .navbar-nav .nav-item .nav-link.show, .header .navbar .navbar-nav .nav-item .nav-link:hover, .header .navbar .navbar-nav .nav-item .nav-link:active, .header .navbar .navbar-nav .nav-item .nav-link.active {
  color: #FC5F4E;
}
.header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  border: 0;
  width: 11px;
  height: 11px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="11" height="10" viewBox="0 0 11 10" fill="none"><path d="M9.99017 4.00003L5.74753 8.24267L1.50489 4.00003" stroke="%23000919" stroke-width="1.5"/></svg>');
}
.header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.show::after {
  filter: brightness(0) saturate(100%) invert(54%) sepia(59%) saturate(630%) hue-rotate(316deg) brightness(89%) contrast(127%);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(59%) saturate(630%) hue-rotate(316deg) brightness(89%) contrast(127%);
}
.header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.show::after, .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:hover::after, .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle:active::after, .header .navbar .navbar-nav .nav-item .nav-link.dropdown-toggle.active::after {
  filter: brightness(0) saturate(100%) invert(54%) sepia(59%) saturate(630%) hue-rotate(316deg) brightness(89%) contrast(127%);
  -webkit-filter: brightness(0) saturate(100%) invert(54%) sepia(59%) saturate(630%) hue-rotate(316deg) brightness(89%) contrast(127%);
}
.header .navbar .follow-facebook {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding-top: 48px;
  border-top: 1px solid #013894;
  width: 100%;
}
.header .navbar .follow-facebook p {
  color: #013894;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0;
}
.header .navbar .follow-facebook a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.header .navbar .follow-facebook a svg {
  font-size: 30px;
  color: #013894;
}
.header .navbar .follow-facebook a:hover {
  opacity: 0.6;
}

.navbar-toggler {
  width: 22px;
  height: 35px;
  border-radius: 5px;
  background: #FC5F4E;
  padding: 0;
  box-shadow: none !important;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.navbar-toggler .hamburger {
  width: 18px;
  height: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}

.navbar-toggler .hamburger-toggle {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.navbar-toggler .hamburger span {
  width: 100%;
  height: 2px;
  background-color: #FC5F4E;
  position: relative;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.navbar-toggler .hamburger span:first-child {
  top: 7px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.navbar-toggler .hamburger span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler .hamburger span:last-child {
  margin: 0;
  top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.navbar-toggler.collapsed .hamburger span {
  opacity: 1 !important;
  top: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
}

@media (max-width: 1200px) {
  .header {
    padding: 0px 0 12px;
  }
  .header.h-stack .navbar .navbar-brand {
    margin-top: 10px;
  }
  .header .navbar {
    margin-bottom: -30px;
  }
  .header .navbar .navbar-nav .nav-item {
    padding: 8px 6px;
  }
  .header .navbar .navbar-brand {
    max-width: 260px;
    margin-top: 45px;
  }
  .header .navbar .navbar-brand * {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 17px 0 0;
  }
  .header.h-stack {
    padding: 4px 0 8px;
  }
  .header.h-stack .navbar .navbar-brand {
    margin-top: 0;
  }
  .header .navbar {
    margin-bottom: 0;
    align-items: center;
  }
  .header .navbar .navbar-nav .dropdown-menu {
    left: unset;
    transform: unset;
  }
  .header .navbar .navbar-nav .nav-item {
    padding: 8px 8px;
  }
  .header .navbar .navbar-nav .nav-item .nav-link {
    display: inline-block;
    padding: 0;
  }
  .header .navbar .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .header .navbar .navbar-nav .nav-item .linkDD {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    padding: 0 20px;
  }
  .header .navbar .navbar-nav .nav-item .linkDD:has(.show) .menu-arrow {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(54%) sepia(59%) saturate(630%) hue-rotate(316deg) brightness(89%) contrast(127%);
  }
  .header .navbar .navbar-nav .nav-item .menu-arrow {
    display: inline-block;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    margin-left: 12px;
  }
  .header .navbar .navbar-nav .nav-item:has(.dropdown-menu.show) .nav-link {
    color: #FC5F4E;
  }
  .header .navbar .navbar-nav .nav-item:has(.dropdown-menu.show) .menu-arrow {
    transform: rotate(180deg);
    filter: brightness(0) saturate(100%) invert(54%) sepia(59%) saturate(630%) hue-rotate(316deg) brightness(89%) contrast(127%);
  }
  .header .navbar .navbar-nav .nav-item.menu-item-has-children .menu-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
  }
  .header .navbar .navbar-brand {
    max-width: 220px;
    margin-top: 0;
    padding: 0;
  }
  .header .navbar .navbar-toggler {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    border: 0;
  }
  .header .navbar .job-menu {
    flex-direction: column;
  }
  .header .navbar .job-menu br {
    display: block;
  }
  .header .navbar .navbar-collapse {
    overflow: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #FFF;
    transition: all 0s ease-in-out;
    right: 0;
    padding: 50px 20px;
  }
  .header .navbar .navbar-collapse.show {
    gap: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    order: 1;
  }
  .header .navbar .navbar-collapse .job-menu {
    order: 2;
    margin-right: 0;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
  }
  .header .navbar .navbar-collapse .seprator {
    order: 3;
  }
  .header .navbar .navbar-collapse .follow-facebook {
    order: 4;
    display: flex;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 17px 0 0;
  }
  .header .navbar {
    margin-bottom: 0;
  }
  .header .navbar .navbar-nav .nav-item {
    padding: 8px 8px;
  }
  .header .navbar .navbar-brand {
    max-width: 157px;
  }
}
.footer {
  background: #002665;
  padding: 100px 0 79px;
  position: relative;
}
.footer .f-shape {
  display: flex;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}
.footer .f-shape * {
  width: 100%;
  height: auto;
}
.footer .f-top {
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .f-top .logo-left {
  max-width: 245px;
  height: 99px;
  margin-right: 32px;
}
.footer .f-top .logo-left * {
  object-fit: cover;
}
.footer .f-top .logo-right {
  max-width: 102px;
  height: 102px;
}
.footer .f-top .logo-right * {
  object-fit: cover;
}
.footer .f-top .social-links {
  display: flex;
  align-items: center;
}
.footer .f-top .social-links span {
  color: #FFF;
  margin-right: 14px;
}
.footer .f-top .social-links ul {
  margin-bottom: 0;
  display: flex;
}
.footer .f-top .social-links ul li {
  margin-right: 12px;
}
.footer .f-top .social-links ul li:last-child {
  margin-right: 0;
}
.footer .f-top .social-links ul li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.footer .f-top .social-links ul li a:hover {
  opacity: 0.5;
}
.footer .f-top .social-links ul li a svg {
  font-size: 20px;
  color: #013894;
}
.footer .f-top .social-links ul li img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(354deg) brightness(90%) contrast(116%);
  width: 24px;
  height: 24px;
}
.footer .f-top .footer-wrapper {
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
}
.footer .f-top .f-logo-block .logo-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.footer .f-top .f-navigation-block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 818px;
}
.footer .f-top .f-navigation-block .f-navigation ul li {
  color: #FFF;
  line-height: 175%;
  margin-bottom: 5px;
  font-weight: 600;
}
.footer .f-top .f-navigation-block .f-navigation ul li span {
  display: block;
}
.footer .f-top .f-navigation-block .f-navigation ul li a {
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.footer .f-top .f-navigation-block .f-navigation ul li a:hover {
  opacity: 0.6;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-skip-ink: none !important;
  text-decoration-thickness: auto !important;
  text-underline-offset: auto !important;
  text-underline-position: from-font !important;
  -moz-text-decoration-line: underline !important;
}
.footer .f-top .f-navigation-block .f-navigation ul li * {
  color: inherit;
  line-height: inherit;
}
.footer .f-top .f-navigation-block .f-navigation ul li:last-child {
  margin-bottom: 0;
}
.footer .f-top .f-navigation-block .f-navigation ul li:last-child li {
  margin-bottom: 0;
}
.footer .f-top .f-navigation-block .f-navigation .f-title {
  color: #FFF;
  margin-bottom: 12px;
  font-weight: 600;
}
.footer .f-top .f-navigation-block .navigation-bootm ul li {
  margin-bottom: 0 !important;
}
.footer .f-top .f-navigation-block .navigation-top ul {
  margin-bottom: 12px !important;
}
.footer .f-bottom {
  padding-top: 48px;
}
.footer .f-bottom .footer-wrapper {
  display: flex;
  justify-content: center;
}
.footer .f-bottom .copy-right {
  margin-right: 24px;
}
.footer .f-bottom .copy-right ul {
  margin-bottom: 0;
}
.footer .f-bottom .copy-right ul li {
  color: #FFF;
}
.footer .f-bottom .f-navigation ul {
  display: flex;
  margin-bottom: 0;
}
.footer .f-bottom .f-navigation ul li {
  margin-right: 24px;
}
.footer .f-bottom .f-navigation ul li:last-child {
  margin-right: 0;
}
.footer .f-bottom .f-navigation ul li a {
  color: #FFF;
  border-bottom: 1px solid #FFF;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.footer .f-bottom .f-navigation ul li a:hover {
  opacity: 0.6;
}

@media (max-width: 1200px) {
  .footer .f-top .logo-left {
    margin-right: 15px;
  }
  .footer .f-top .footer-wrapper .f-navigation-block {
    max-width: 618px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 80px 0 64px;
  }
  .footer .f-top .f-logo-block {
    margin-bottom: 30px;
  }
  .footer .f-top .footer-wrapper {
    flex-direction: column;
  }
  .footer .f-top .footer-wrapper .f-navigation-block {
    max-width: 100%;
  }
  .footer .f-bottom {
    padding-top: 24px;
  }
  .footer .f-bottom .footer-wrapper {
    flex-direction: column;
  }
  .footer .f-bottom .copy-right {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 48px 0;
  }
  .footer .f-top {
    padding-bottom: 0;
  }
  .footer .f-top .social-links ul li img {
    width: 40px;
    height: 40px;
  }
  .footer .f-top .social-links span {
    font-size: 14px;
  }
  .footer .f-top .f-logo-block {
    margin-bottom: 0px;
  }
  .footer .f-top .f-logo-block .logo-wrapper {
    flex-direction: column;
    margin-bottom: 48px;
  }
  .footer .f-top .f-logo-block .social-links {
    justify-content: center;
  }
  .footer .f-top .logo-left {
    margin-right: 0;
    margin-bottom: 48px;
    height: 70px;
    max-width: 172px;
  }
  .footer .f-top .f-navigation {
    padding-bottom: 48px;
    padding-top: 48px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .footer .f-top .f-navigation ul {
    margin-bottom: 0;
  }
  .footer .f-top .f-navigation:last-child {
    border-bottom: 0;
  }
  .footer .f-top .f-navigation-block {
    flex-direction: column;
  }
  .footer .f-top .f-navigation-block .f-navigation ul li {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer .f-top .f-navigation-block .f-navigation .f-title {
    text-align: center;
  }
  .footer .f-bottom .footer-wrapper {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
  }
  .footer .f-bottom .f-navigation ul {
    flex-direction: column;
  }
  .footer .f-bottom .f-navigation ul li {
    margin-right: 0;
    text-align: center;
    margin-bottom: 22px;
  }
  .footer .f-bottom .copy-right {
    margin-top: 6px;
    margin-bottom: 16px;
    font-size: 12px;
    margin-right: 0;
  }
  .footer .f-bottom .copy-right ul li {
    text-align: center;
  }
}
.home-banner {
  position: relative;
}
.home-banner .home-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.home-banner .home-banner-bg img,
.home-banner .home-banner-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.home-banner .home-banner-bottom-shapes {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
}
.home-banner .home-banner-bottom-shapes .banner-top {
  width: 100%;
}
.home-banner .home-banner-bottom-shapes .banner-top * {
  width: 100%;
  height: auto;
}
.home-banner .home-banner-bottom-shapes .banner-center {
  width: 100%;
  height: 46px;
  background-color: #FFF;
}
.home-banner .home-banner-bottom-shapes .banner-bottom {
  width: 100%;
  background-color: #FEF8EB;
}
.home-banner .home-banner-bottom-shapes .banner-bottom * {
  width: 100%;
  height: auto;
}
.home-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-270deg, rgba(1, 105, 173, 0) 27.49%, rgba(1, 105, 173, 0.4) 40.05%, rgba(1, 105, 173, 0.6) 47.33%, rgba(1, 105, 173, 0.8) 68.26%, #0169AD 99.99%);
}
.home-banner .banner-fluid {
  position: relative;
  padding: 156px 0 286px;
}
.home-banner .banner-fluid .swim-tube {
  position: absolute;
  bottom: 8px;
  left: 107px;
  z-index: 3;
}
.home-banner .banner-fluid .swim-tube img {
  image-rendering: auto;
  max-width: 402px;
  width: 100%;
  transform: rotate(13.59deg);
  -webkit-transform: rotate(13.59deg);
  -moz-transform: rotate(13.59deg);
  -ms-transform: rotate(13.59deg);
  -o-transform: rotate(13.59deg);
}
.home-banner .banner-fluid .banner-brands {
  position: absolute;
  bottom: 60px;
  right: 0px;
  z-index: 3;
  max-width: 646px;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.home-banner .banner-fluid .banner-brands .brand {
  border: 2px solid #F6BB3B;
  width: 150px;
  height: 150px;
  padding: 24px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
}
.home-banner .banner-fluid .banner-brands .brand * {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-banner .banner-fluid .banner-content {
  max-width: 658px;
  position: relative;
  z-index: 1;
  margin-left: auto;
}
.home-banner .banner-fluid .banner-content .title * {
  color: #FFF;
  font-family: "Gabarito", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 24px;
}
.home-banner .banner-fluid .banner-content .disc * {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 40px;
}
.home-banner .banner-fluid .banner-content .action {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .home-banner .banner-fluid .swim-tube {
    bottom: 23px;
    left: 50px;
  }
  .home-banner .banner-fluid .swim-tube img {
    max-width: 300px;
    width: 100%;
  }
  .home-banner .banner-fluid .banner-brands {
    bottom: 20px;
  }
  .home-banner .banner-fluid .banner-content .title * {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .home-banner .banner-fluid .banner-content .disc * {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-banner .home-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #0169AD;
  }
  .home-banner .home-banner-bg img {
    width: 100%;
    height: 40%;
    object-fit: cover;
    object-position: center;
  }
  .home-banner::before {
    background: linear-gradient(180deg, rgba(1, 105, 173, 0) 9.57%, rgba(1, 105, 173, 0.4) 15.44%, rgba(1, 105, 173, 0.6) 18.84%, rgba(1, 105, 173, 0.8) 28.61%, #0169AD 34.25%);
  }
  .home-banner .banner-fluid {
    position: relative;
    padding: 312px 0 0px;
  }
  .home-banner .banner-fluid .banner-content {
    max-width: 100%;
  }
  .home-banner .banner-fluid .banner-content .title * {
    font-size: 36px;
  }
  .home-banner .banner-fluid .banner-content .disc * {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .home-banner .banner-fluid .banner-content .action {
    gap: 8px;
  }
  .home-banner .banner-fluid .swim-tube {
    position: relative;
    width: fit-content;
    bottom: unset;
    left: unset;
    margin: 24px auto 4px;
  }
  .home-banner .banner-fluid .swim-tube img {
    max-width: 245px;
    width: 100%;
  }
  .home-banner .banner-fluid .banner-brands {
    padding-bottom: 40px;
    max-width: 100%;
    justify-content: center;
    position: relative;
    bottom: unset;
    right: unset;
  }
  .home-banner .home-banner-bottom-shapes .banner-center {
    height: 240px;
  }
  .home-banner .home-banner-bottom-shapes .banner-bottom {
    display: none;
  }
}
.our-method {
  position: relative;
  padding: 30px 0 0;
  background-color: #FEF8EB;
  overflow-x: clip;
}
.our-method .heading .subtitle * {
  color: #013894;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.our-method .heading .title * {
  color: #013894;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin-bottom: 60px;
}
.our-method .features .card {
  padding: 30px;
  background-color: #FFF;
  border-radius: 20px;
  display: flex;
  align-items: start;
  flex-direction: row;
  gap: 24px;
  border: 0;
  margin-bottom: 10px;
}
.our-method .features .card:last-child {
  margin-bottom: 0;
}
.our-method .features .card .icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our-method .features .card .details .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}
.our-method .features .card .details .disc * {
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0;
}
.our-method .video-card {
  border-radius: 20px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1 0 0;
  align-self: stretch;
  height: 100%;
  overflow: hidden;
}
.our-method .video-card .video-container {
  max-width: 424px;
  min-height: 262px;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.our-method .video-card .video-container .common-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.our-method .video-card .video-container .common-video-play-icon:hover {
  opacity: 0.7;
}
.our-method .video-card .video-content {
  padding-right: 16px;
}
.our-method .video-card .video-content .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 8px;
}
.our-method .video-card .video-content .disc * {
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0;
}
.our-method .action {
  margin-top: 80px;
  text-align: center;
}
.our-method .bottom-shape {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6EFFE;
}
.our-method .bottom-shape * {
  width: calc(100% + 4px);
  margin-left: -2px;
  height: auto;
}

@media (max-width: 1200px) {
  .our-method .video-card .video-container {
    max-width: 50%;
  }
  .our-method .video-card .video-container .common-video-play-icon img {
    max-width: 80px;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .our-method {
    padding: 52px 0 100px;
  }
  .our-method .bottom-shape {
    display: none;
  }
  .our-method .heading .subtitle * {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .our-method .heading .title * {
    font-size: 40px;
    letter-spacing: 0px;
  }
  .our-method .features .card {
    padding: 24px;
    gap: 20px;
    margin-bottom: 20px;
  }
  .our-method .features .card:last-child {
    margin-bottom: 20px;
  }
  .our-method .action {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .our-method .heading .subtitle * {
    margin-bottom: 12px;
    font-size: 16px;
  }
  .our-method .heading .title * {
    font-size: 30px;
    letter-spacing: 0;
    margin-bottom: 52px;
  }
}
@media (max-width: 575px) {
  .our-method .features .card {
    gap: 24px;
    flex-direction: column;
    text-align: center;
  }
  .our-method .features .card .icon {
    width: 48px;
    height: 48px;
    padding: 4px 4px;
    margin: 0 auto;
  }
  .our-method .features .card .icon * {
    width: 100%;
    height: 100%;
  }
  .our-method .features .card .details .title * {
    font-size: 20px;
  }
  .our-method .video-card {
    flex-direction: column;
    gap: 20px;
  }
  .our-method .video-card .video-content {
    width: 100%;
    padding: 0 24px 24px;
    text-align: center;
  }
  .our-method .video-card .video-content .title * {
    font-size: 20px;
  }
  .our-method .video-card .video-container {
    max-width: 100%;
    height: auto;
  }
}
.our-programs {
  background-color: #E6EFFE;
  position: relative;
  padding: 120px 0 0;
  overflow-x: clip;
}
.our-programs .our-programs-circle {
  position: absolute;
  top: -80px;
  right: 18.12%;
}
.our-programs .programs-slider-tool-container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 60px;
}
.our-programs .programs-slider-tool-container .heading .subtitle * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.our-programs .programs-slider-tool-container .heading .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin-bottom: 0;
}
.our-programs .programs-slider-tool-container .programs-slider-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}
.our-programs .programs-slider-tool-container .programs-slider-tools > * {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #CDE0FF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.our-programs .programs-slider-tool-container .programs-slider-tools > *:hover {
  background-color: #F6BB3B;
}
.our-programs .programs-slider-tool-container .programs-slider-tools > *.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.our-programs .programs-slider-tool-container .programs-slider-tools > *.swiper-button-disabled:hover {
  background-color: #CDE0FF;
}
.our-programs .programs-slider {
  overflow: visible;
}
.our-programs .programs-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.our-programs .programs-slider .swiper-slide {
  width: fit-content;
  height: auto;
}
.our-programs .programs-slider .swiper-slide .card {
  height: 100%;
  border: 0;
  max-width: 400px;
  width: 400px;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
}
.our-programs .programs-slider .swiper-slide .card .card-content {
  padding: 32px 24px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.our-programs .programs-slider .swiper-slide .card .card-content .tags-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.our-programs .programs-slider .swiper-slide .card .card-content .tags-container .tag {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background-color: #E6EFFE;
  color: #013894;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.our-programs .programs-slider .swiper-slide .card .card-content .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}
.our-programs .programs-slider .swiper-slide .card .card-content .title a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.our-programs .programs-slider .swiper-slide .card .card-content .title a:hover {
  color: #F6BB3B;
}
.our-programs .programs-slider .swiper-slide .card .card-content .disc * {
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 30px;
}
.our-programs .programs-slider .swiper-slide .card .card-content div.action {
  padding: 8px 0;
  width: fit-content;
  margin-top: auto;
}
.our-programs .programs-slider .swiper-slide .card .card-content div.action * {
  display: block;
  color: #013894;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.our-programs .programs-slider .swiper-slide .card .card-content div.action *:hover {
  color: #F6BB3B;
}
.our-programs .programs-slider .swiper-slide .card .card-image {
  width: 100%;
  height: 300px;
  min-height: 300px;
  border-radius: 20px;
  overflow: hidden;
}
.our-programs .programs-slider .swiper-slide .card .card-image * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.our-programs .programs-slider .swiper-slide .card.last-card {
  background-color: #F6BB3B;
}
.our-programs .programs-slider .swiper-slide .card.last-card .card-content {
  padding: 32px 24px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.our-programs .programs-slider .swiper-slide .card.last-card .card-content .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin-bottom: 30px;
}
.our-programs .programs-slider .swiper-slide .card.last-card .card-content .action {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.our-programs .programs-slider .swiper-slide .card.last-card .card-content .action:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .our-programs {
    padding: 0;
  }
  .our-programs .our-programs-circle {
    position: relative;
    right: unset;
    top: unset;
    margin-bottom: 52px;
    text-align: center;
  }
  .our-programs .our-programs-circle img {
    margin-top: -30px;
    max-width: 142px;
  }
  .our-programs .programs-slider .swiper-slide .card {
    max-width: 295px;
    width: 295px;
  }
  .our-programs .programs-slider .swiper-slide .card .card-content {
    padding: 24px 24px 40px;
  }
  .our-programs .programs-slider .swiper-slide .card .card-content .tags-container .tag {
    font-size: 12px;
  }
  .our-programs .programs-slider .swiper-slide .card .card-content .title * {
    font-size: 24px;
  }
  .our-programs .programs-slider .swiper-slide .card.last-card .card-content .title * {
    font-size: 36px;
  }
  .our-programs .programs-slider-tool-container .heading .subtitle * {
    font-size: 20px;
  }
  .our-programs .programs-slider-tool-container .heading .title * {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .our-programs {
    padding: 0;
  }
  .our-programs .programs-slider-tool-container {
    flex-direction: column;
    align-items: center;
    gap: 48px;
    margin-bottom: 48px;
  }
  .our-programs .programs-slider-tool-container .heading .subtitle * {
    font-size: 16px;
    text-align: center;
    margin-bottom: 12px;
  }
  .our-programs .programs-slider-tool-container .heading .title * {
    font-size: 30px;
    text-align: center;
  }
}
.summer-camp-section {
  padding: 60px 0 120px;
  background-color: #E6EFFE;
}
.summer-camp-section .summer-camp {
  border-radius: 16px;
  background: #8FDAED;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
}
.summer-camp-section .summer-camp .content {
  padding: 20px 0 20px 48px;
}
.summer-camp-section .summer-camp .content .subtitle * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 13px;
}
.summer-camp-section .summer-camp .content .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}
.summer-camp-section .summer-camp .content .disc * {
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 32px;
}
.summer-camp-section .summer-camp .image {
  max-width: 718px;
  width: 100%;
  height: 400px;
}
.summer-camp-section .summer-camp .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.summer-camp-section .summerCampSlider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.summer-camp-section .summerCampSlider-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #8FDAED;
  opacity: 1;
}
.summer-camp-section .summerCampSlider-pagination .swiper-pagination-bullet-active {
  background: #025DF6;
}

@media (max-width: 1300px) {
  .summer-camp-section .summer-camp > * {
    flex: 1 0 0;
  }
  .summer-camp-section .summer-camp .image img {
    width: 100%;
  }
  .summer-camp-section .summer-camp .content .title * {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .summer-camp-section .summer-camp .content {
    padding: 20px 0 20px 30px;
  }
  .summer-camp-section .summer-camp .content .subtitle * {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .summer-camp-section .summer-camp .content .title * {
    font-size: 26px;
  }
  .summer-camp-section .summer-camp .content .disc * {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .summer-camp-section {
    padding: 60px 0 120px;
  }
  .summer-camp-section .summer-camp {
    flex-direction: column-reverse;
  }
  .summer-camp-section .summer-camp .image {
    position: relative;
    margin-left: auto;
    max-width: 100%;
    width: 100%;
  }
  .summer-camp-section .summer-camp .image::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(143, 218, 237, 0) 0%, #8FDAED 90%);
  }
  .summer-camp-section .summer-camp .content {
    width: 100%;
    padding: 24px;
  }
}
@media (max-width: 767px) {
  .summer-camp-section {
    padding: 60px 0 60px;
  }
}
.pre-team {
  position: relative;
}
.pre-team .pre-team-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.pre-team .pre-team-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.pre-team::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(246, 187, 59, 0) 0%, #F6BB3B 100%), #E6EFFE;
  z-index: -1;
}
.pre-team .pre-team-top-shape {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: fit-content;
}
.pre-team .pre-team-top-shape * {
  width: 100%;
  height: auto;
}
.pre-team .pre-team-bottom-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: fit-content;
}
.pre-team .pre-team-bottom-shape * {
  width: 100%;
  height: auto;
}
.pre-team .pre-team-container {
  padding: 150px 0;
  max-width: 632px;
}
.pre-team .pre-team-container .subtitle * {
  color: #CDE0FF;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.pre-team .pre-team-container .title * {
  color: #FFF;
  font-family: "Gabarito", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin-bottom: 20px;
}
.pre-team .pre-team-container .disc * {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .pre-team .pre-team-container .subtitle * {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .pre-team .pre-team-container .title * {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .pre-team .pre-team-container .disc * {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .pre-team-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .pre-team-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
  }
  .pre-team .pre-team-container {
    padding: 85px 0 319px;
  }
  .pre-team .pre-team-container .subtitle * {
    font-size: 16px;
  }
  .pre-team .pre-team-container .title * {
    font-size: 30px;
  }
}
.memberships {
  background-color: #F6BB3B;
  position: relative;
  padding: 112px 0 0px;
}
.memberships .heading .subtitle * {
  color: #013894;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.memberships .heading .title * {
  color: #013894;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin-bottom: 80px;
}
.memberships .card {
  border: 0;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  border-radius: 20px;
  overflow: hidden;
}
.memberships .card .card-content {
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.memberships .card .card-content .tags-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.memberships .card .card-content .tags-container .tag {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background-color: #E6EFFE;
  color: #013894;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.memberships .card .card-content .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}
.memberships .card .card-content .title a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.memberships .card .card-content .title a:hover {
  color: #F6BB3B;
}
.memberships .card .card-content .disc * {
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 30px;
}
.memberships .card .card-content .action {
  padding: 8px 0;
  width: fit-content;
  margin-top: auto;
}
.memberships .card .card-content .action * {
  display: block;
  color: #013894;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.memberships .card .card-content .action *:hover {
  color: #F6BB3B;
}
.memberships .card .card-image {
  width: 100%;
  height: 300px;
  min-height: 300px;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.memberships .card .card-image * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.memberships .card.last-card {
  background-color: #F6BB3B;
}
.memberships .card.last-card .card-content {
  padding: 32px 24px 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.memberships .card.last-card .card-content .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin-bottom: 30px;
}
.memberships .card.last-card .card-content .action {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.memberships .card.last-card .card-content .action:hover {
  opacity: 0.7;
}
.memberships .main-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 80px;
}

@media (max-width: 991px) {
  .memberships {
    padding: 80px 0 50px;
  }
  .memberships .heading .subtitle * {
    font-size: 20px;
  }
  .memberships .heading .title * {
    font-size: 40px;
    margin-bottom: 48px;
  }
  .memberships .row {
    row-gap: 40px;
  }
  .memberships .card .card-content {
    padding: 24px 24px 40px;
  }
  .memberships .card .card-content .tags-container .tag {
    font-size: 12px;
  }
  .memberships .card .card-content .title * {
    font-size: 24px;
  }
  .memberships .card.last-card .card-content .title * {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .memberships {
    padding: 48px 0;
  }
  .memberships .bottom-shape {
    display: none;
  }
  .memberships .heading .subtitle * {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .memberships .heading .title * {
    font-size: 30px;
  }
  .memberships .card .card-content .tags-container .tag {
    font-size: 12px;
  }
  .memberships .main-action {
    flex-direction: column;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 48px;
  }
}
.our-location {
  position: relative;
  padding: 233px 0 0;
  background-color: #FEF8EB;
}
.our-location .top-shape {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: fit-content;
  overflow: hidden;
}
.our-location .top-shape img {
  width: calc(100% + 4px);
  margin-left: -2px;
  height: auto;
}
.our-location .summer-camp {
  border-radius: 16px;
  background: #8FDAED;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
}
.our-location .summer-camp .content {
  padding: 20px 0 20px 48px;
}
.our-location .summer-camp .content .subtitle * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 32px;
}
.our-location .summer-camp .content .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin-bottom: 32px;
}
.our-location .summer-camp .image {
  width: fit-content;
}

@media (max-width: 1300px) {
  .our-location .summer-camp > * {
    flex: 1 0 0;
  }
  .our-location .summer-camp .image img {
    width: 100%;
  }
  .our-location .summer-camp .content .title * {
    font-size: 40px;
  }
}
@media (max-width: 1200px) {
  .our-location .summer-camp .content {
    padding: 20px 0 20px 30px;
  }
  .our-location .summer-camp .content .subtitle * {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .our-location .summer-camp .content .title * {
    font-size: 30px;
  }
  .our-location .summer-camp .content .disc * {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .our-location .summer-camp {
    flex-direction: column-reverse;
  }
  .our-location .summer-camp .image {
    position: relative;
    margin-left: auto;
  }
  .our-location .summer-camp .content {
    width: 100%;
    padding: 24px;
  }
  .our-location .summer-camp .image::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(180deg, rgba(143, 218, 237, 0) 0%, #8FDAED 90%);
  }
}
.page-id-144 .customer-testimonials {
  padding: 233px 0 60px;
  position: relative;
}
.page-id-144 .customer-testimonials .top-shape {
  display: block !important;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: fit-content;
  overflow: hidden;
}
.page-id-144 .customer-testimonials .top-shape img {
  width: calc(100% + 4px);
  margin-left: -2px;
  height: auto;
}

.page-id-144 .customer-testimonials .top-shape img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.customer-testimonials {
  padding: 80px 0 60px;
}
.customer-testimonials .top-shape {
  display: none;
}
.customer-testimonials .customer-testimonials-details .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.customer-testimonials .customer-testimonials-details .heading .section-title {
  font-family: "Gabarito", sans-serif;
  font-weight: 400;
  font-size: 48px;
  letter-spacing: -0.48px;
  color: #013894;
}
.customer-testimonials .customer-testimonials-details .heading .section-title * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin-bottom: 0;
}
.customer-testimonials .customer-testimonials-details .heading .testimonials-slider-tools {
  display: flex;
  align-items: center;
  gap: 8px;
}
.customer-testimonials .customer-testimonials-details .heading .testimonials-slider-tools > * {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #FDF1D7;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.customer-testimonials .customer-testimonials-details .heading .testimonials-slider-tools > *:hover {
  background-color: #F6BB3B;
}
.customer-testimonials .customer-testimonials-details .heading .testimonials-slider-tools > *.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.customer-testimonials .customer-testimonials-details .heading .testimonials-slider-tools > *.swiper-button-disabled:hover {
  background-color: #F6BB3B;
}
.customer-testimonials .customer-testimonials-details .testimonials-slider .swiper-wrapper {
  display: flex;
  align-items: stretch;
}
.customer-testimonials .customer-testimonials-details .testimonials-slider .swiper-wrapper .swiper-slide {
  height: auto;
}
.customer-testimonials .customer-testimonials-details .card {
  width: 100%;
  border-radius: 16px;
  border: 0;
  padding: 32px;
  height: calc(100% - 20px);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-bottom: 20px;
}
.customer-testimonials .customer-testimonials-details .card .card-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.customer-testimonials .customer-testimonials-details .card .card-content .card-details {
  margin-bottom: 20px;
}
.customer-testimonials .customer-testimonials-details .card .card-content .card-details p {
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.customer-testimonials .customer-testimonials-details .card .card-content .card-details p:last-child {
  margin-bottom: 0;
}
.customer-testimonials .customer-testimonials-details .card .card-content .name {
  margin-top: auto;
}
.customer-testimonials .customer-testimonials-details .card .card-content .name p {
  color: #013894;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
}
.customer-testimonials .customer-testimonials-details .card .card-content .name p:last-child {
  margin-bottom: 0;
}
.customer-testimonials .customer-testimonials-details .action {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .page-id-144 .customer-testimonials {
    padding: 145px 0 60px;
  }
  .customer-testimonials .customer-testimonials-details .heading {
    margin-bottom: 48px;
  }
  .customer-testimonials .customer-testimonials-details .heading .section-title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .page-id-144 .customer-testimonials {
    padding: 100px 0 60px;
  }
  .customer-testimonials {
    padding: 64px 0 60px;
  }
  .customer-testimonials .customer-testimonials-details .heading {
    flex-direction: column;
    gap: 48px;
  }
  .customer-testimonials .customer-testimonials-details .heading .section-title {
    font-size: 30px;
  }
  .customer-testimonials .customer-testimonials-details .card {
    padding: 32px 24px;
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }
  .customer-testimonials .customer-testimonials-details .action {
    gap: 16px;
  }
}
.ready-to-dive {
  position: relative;
  padding: 190px 0 122px;
}
.ready-to-dive::after {
  content: "";
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
}
.ready-to-dive .ready-to-dive-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ready-to-dive .ready-to-dive-img * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.ready-to-dive .smiley-face-img {
  position: absolute;
  top: 22px;
  z-index: 3;
  left: 17.22%;
  transform: rotate(-19deg);
  -webkit-transform: rotate(-19deg);
  -moz-transform: rotate(-19deg);
  -ms-transform: rotate(-19deg);
  -o-transform: rotate(-19deg);
}
.ready-to-dive .ready-to-details {
  position: relative;
  z-index: 1;
  max-width: 632px;
  margin: 0 auto;
  text-align: center;
}
.ready-to-dive .ready-to-details .block-title {
  font-family: "Gabarito", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 110%;
  color: #FFF;
  margin-bottom: 20px;
}
.ready-to-dive .ready-to-details .block-title * {
  font-family: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: 110%;
  color: inherit;
}
.ready-to-dive .ready-to-details .details {
  margin-bottom: 40px;
  color: #FFF;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}
.ready-to-dive .ready-to-details .details * {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}
.ready-to-dive .top-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  z-index: 2;
}
.ready-to-dive .top-shape * {
  width: calc(100% + 4px);
  margin-left: -2px;
}

@media (max-width: 991px) {
  .ready-to-dive .ready-to-details .block-title {
    font-size: 40px;
  }
  .ready-to-dive .smiley-face-img {
    top: 0px;
    left: 50%;
    max-width: 75px;
    transform: translateX(-50%) rotate(-19deg);
    -webkit-transform: translateX(-50%) rotate(-19deg);
    -moz-transform: translateX(-50%) rotate(-19deg);
    -ms-transform: translateX(-50%) rotate(-19deg);
    -o-transform: translateX(-50%) rotate(-19deg);
  }
}
@media (max-width: 767px) {
  .ready-to-dive {
    padding: 114px 0 114px;
  }
  .ready-to-dive .ready-to-details .block-title {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .ready-to-dive .ready-to-details .details {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .ready-to-dive .smiley-face-img {
    top: -40px;
    left: 50%;
  }
}
.programs-banner {
  position: relative;
  min-height: 532px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.programs-banner .container-fluid {
  padding-inline: 24px;
}
.programs-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.programs-banner .banner-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.programs-banner .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.programs-banner .bottom-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.programs-banner .bottom-shape img {
  width: calc(100% + 4px);
  margin-left: -2px;
  height: auto;
}
.programs-banner .programs-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 48px 0 96px;
  max-width: 642px;
  margin: 0 auto;
}
.programs-banner .programs-container .subtitle * {
  color: #FFF;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.programs-banner .programs-container .title * {
  color: #FFF;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}
.programs-banner .programs-container .action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .programs-banner {
    min-height: auto;
  }
  .programs-banner .programs-container {
    padding: 136px 0;
  }
  .programs-banner .programs-container .title * {
    font-size: 50px;
  }
  .programs-banner .programs-container .subtitle * {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .programs-banner .programs-container {
    max-width: 100%;
  }
  .programs-banner .programs-container .title * {
    font-size: 30px;
  }
  .programs-banner .programs-container .subtitle * {
    font-size: 16px;
  }
  .programs-banner .programs-container .action {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .programs-banner .programs-container {
    max-width: 100%;
  }
  .programs-banner .programs-container .action {
    width: 100%;
  }
  .programs-banner .programs-container .action a {
    width: 100%;
  }
}
.page-id-144 .programs-list {
  padding: 0;
}

.programs-list {
  position: relative;
  padding: 0 0 120px;
}
.programs-list .card {
  border-radius: 20px;
  border: 0;
  background-color: #E6EFFE;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  margin-bottom: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.programs-list .card.active {
  background-color: #025DF6;
}
.programs-list .card.active .content .blocks .block {
  border-bottom: 1px solid #FFF;
}
.programs-list .card.active .content .blocks .block:first-child {
  border-bottom: 1px solid #FFF;
}
.programs-list .card.active .content .blocks .block:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.programs-list .card.active .content .block {
  border-color: #FFF;
}
.programs-list .card.active .content .block .price-container .title * {
  color: #FFF;
}
.programs-list .card.active .content .block .price-container .price * {
  color: #FFF;
}
.programs-list .card.active .content .block .subtitle * {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 21px;
}
.programs-list .card.active .content .block .disc p {
  color: #FFF;
}
.programs-list .card.active .content .block .disc p:last-child {
  margin-bottom: 30px;
}
.programs-list .card.active .content .seeAll * {
  color: #FFF;
}
.programs-list .card.active .content .lessons ul li {
  border-bottom: 1px solid #FFF;
}
.programs-list .card.active .content .lessons ul li:last-child {
  border-bottom: 0px solid #FFF;
}
.programs-list .card.active .content .lessons ul li .title * {
  color: #FFF;
}
.programs-list .card.active .content .lessons ul li .price * {
  color: #FFF;
}
.programs-list .card:hover {
  background-color: #025DF6;
}
.programs-list .card:hover .content .block {
  border-color: #FFF;
}
.programs-list .card:hover .content .block .price-container .title * {
  color: #FFF;
}
.programs-list .card:hover .content .block .price-container .price * {
  color: #FFF;
}
.programs-list .card:hover .content .block .subtitle * {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 21px;
}
.programs-list .card:hover .content .block .disc p {
  color: #FFF;
}
.programs-list .card:hover .content .block .disc p a {
  color: #FFF;
}
.programs-list .card:hover .content .block .disc p:last-child {
  margin-bottom: 30px;
}
.programs-list .card:hover .content .seeAll * {
  color: #FFF;
}
.programs-list .card:hover .content .lessons ul li {
  border-bottom: 1px solid #FFF;
}
.programs-list .card:hover .content .lessons ul li:last-child {
  border-bottom: 0px solid #FFF;
}
.programs-list .card:hover .content .lessons ul li .title * {
  color: #FFF;
}
.programs-list .card:hover .content .lessons ul li .price * {
  color: #FFF;
}
.programs-list .card:last-child {
  margin-bottom: 0;
}
.programs-list .card .image {
  flex-shrink: 0;
  max-width: 535px;
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
.programs-list .card .image * {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.programs-list .card .content {
  padding: 40px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 60px;
}
.programs-list .card .content .tags-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.programs-list .card .content .tags-container .tag {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background-color: #FFF;
  color: #013894;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.programs-list .card .content .blocks .block {
  border-bottom: 1px solid #FC5F4E;
}
.programs-list .card .content .blocks .block:first-child {
  border-bottom: 0;
}
.programs-list .card .content .blocks .block:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.programs-list .card .content .block {
  margin-bottom: 30px;
}
.programs-list .card .content .block .price-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 12px;
}
.programs-list .card .content .block .price-container .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.programs-list .card .content .block .price-container .title * strong {
  letter-spacing: -0.45px;
  font-size: 45px;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.programs-list .card .content .block .price-container .price * {
  color: #FFF;
  font-family: "Gabarito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.programs-list .card .content .block .subtitle * {
  color: #8FDAED;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 21px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.programs-list .card .content .block .disc p {
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.programs-list .card .content .block .disc p a {
  color: #013894;
  text-decoration: underline !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.programs-list .card .content .block .disc p:last-child {
  margin-bottom: 30px;
}
.programs-list .card .content .seeAll {
  margin-bottom: 30px;
  width: fit-content;
}
.programs-list .card .content .seeAll * {
  display: block;
  color: #013894;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration: underline !important;
  text-underline-offset: 4px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.programs-list .card .content .seeAll *:hover {
  color: #F6BB3B;
}
.programs-list .card .content .lessons {
  flex-shrink: 0;
}
.programs-list .card .content .lessons ul {
  margin-bottom: 0;
}
.programs-list .card .content .lessons ul li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #013894;
  width: 100%;
}
.programs-list .card .content .lessons ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0px solid #013894;
}
.programs-list .card .content .lessons ul li .title {
  margin-bottom: 10px;
}
.programs-list .card .content .lessons ul li .title * {
  color: #000919;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 110%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.programs-list .card .content .lessons ul li .title * strong {
  font-family: "Inter", sans-serif;
  display: block;
  line-height: 110%;
  font-weight: 600;
}
.programs-list .card .content .lessons ul li .price {
  margin-bottom: 10px;
}
.programs-list .card .content .lessons ul li .price * {
  color: #013894;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.programs-list .card .content .lessons ul li .price * strong {
  display: block;
  font-family: "Gabarito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
}
.programs-list .note-message * {
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .programs-list .card .image {
    max-width: 380px;
  }
  .programs-list .card .content {
    padding: 30px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .page-id-144 .programs-list {
    padding: 0 0 60px 0;
  }
  .programs-list {
    padding: 48px 0;
  }
  .programs-list .card {
    flex-direction: column;
  }
  .programs-list .card.active .content .lessons ul li {
    border-right: 1px solid #FFF;
  }
  .programs-list .card.active .content .lessons ul li:last-child {
    padding-right: 0;
    border-right: 0px;
    display: flex;
    justify-content: end;
  }
  .programs-list .card.active .content .lessons ul li:first-child {
    padding-left: 0;
    display: flex;
    justify-content: start;
  }
  .programs-list .card .image {
    max-width: 100%;
    height: 295px;
    border-radius: 20px 20px 0 0;
  }
  .programs-list .card .content {
    padding: 24px;
    gap: 30px;
    flex-direction: column;
    align-items: start;
  }
  .programs-list .card .content .block .price-container {
    gap: 12px;
  }
  .programs-list .card .content .block .price-container .title * strong {
    font-size: 30px;
  }
  .programs-list .card .content .block .price-container .price * {
    font-size: 30px;
  }
  .programs-list .card .content .block .subtitle * {
    font-size: 16px;
  }
  .programs-list .card .content .lessons {
    width: 100%;
  }
  .programs-list .card .content .lessons ul {
    display: flex;
    width: 100%;
  }
  .programs-list .card .content .lessons ul li {
    border-bottom: 0 !important;
    border-right: 1px solid #013894;
    margin-bottom: 0;
    padding: 0 10px;
    display: flex;
    justify-content: center;
  }
  .programs-list .card .content .lessons ul li .title * {
    font-size: 16px;
  }
  .programs-list .card .content .lessons ul li .price * strong {
    font-size: 30px;
  }
  .programs-list .card .content .lessons ul li:last-child {
    padding-right: 0;
    border-right: 0px solid #013894;
    display: flex;
    justify-content: end;
  }
  .programs-list .card .content .lessons ul li:first-child {
    padding-left: 0;
    display: flex;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .programs-list .card .content .block .price-container {
    flex-direction: column;
    align-items: start;
  }
}
@media (max-width: 575px) {
  .programs-list .card .image {
    height: 150px;
    width: 100%;
  }
  .programs-list .card .action {
    width: 100%;
  }
  .programs-list .card .action a {
    width: 100%;
  }
}
.facilities-locations-banner {
  position: relative;
  min-height: 532px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.facilities-locations-banner .container-fluid {
  padding-inline: 24px;
}
.facilities-locations-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.facilities-locations-banner .banner-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.facilities-locations-banner .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.facilities-locations-banner .bottom-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.facilities-locations-banner .bottom-shape img {
  width: calc(100% + 4px);
  margin-left: -2px;
  height: auto;
}
.facilities-locations-banner .facilities-locations-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 80px 0 180px;
  max-width: 642px;
  margin: 0 auto;
}
.facilities-locations-banner .facilities-locations-container .subtitle * {
  color: #FFF;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.facilities-locations-banner .facilities-locations-container .title * {
  color: #FFF;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}
.facilities-locations-banner .facilities-locations-container .disc * {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 40px;
}
.facilities-locations-banner .facilities-locations-container .action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.facilities-locations-banner .facilities-locations-container .action a {
  padding: 24px;
  border-radius: 20px;
  min-width: 312px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.facilities-locations-banner .facilities-locations-container .action a span {
  display: block;
  background-color: #FFF;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 991px) {
  .facilities-locations-banner {
    min-height: auto;
  }
  .facilities-locations-banner .facilities-locations-container {
    padding: 136px 0;
  }
  .facilities-locations-banner .facilities-locations-container .title * {
    font-size: 50px;
  }
  .facilities-locations-banner .facilities-locations-container .subtitle * {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .facilities-locations-banner .banner-bg::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
  }
  .facilities-locations-banner .facilities-locations-container {
    max-width: 100%;
  }
  .facilities-locations-banner .facilities-locations-container .title {
    width: 100%;
  }
  .facilities-locations-banner .facilities-locations-container .title * {
    text-align: left;
    font-size: 36px;
  }
  .facilities-locations-banner .facilities-locations-container .disc {
    width: 100%;
    font-size: 16px;
  }
  .facilities-locations-banner .facilities-locations-container .disc * {
    font-size: 16px;
    text-align: left;
  }
  .facilities-locations-banner .facilities-locations-container .subtitle {
    width: 100%;
  }
  .facilities-locations-banner .facilities-locations-container .subtitle * {
    text-align: left;
    font-size: 16px;
  }
  .facilities-locations-banner .facilities-locations-container .action {
    flex-wrap: wrap;
    width: 100%;
    justify-content: start;
  }
  .facilities-locations-banner .facilities-locations-container .action a {
    font-size: 16px;
    border-radius: 50px;
    padding: 10px 24px;
    min-width: unset;
  }
  .facilities-locations-banner .facilities-locations-container .action a span {
    display: none;
  }
}
@media (max-width: 575px) {
  .facilities-locations-banner .banner-bg::before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%);
  }
  .facilities-locations-banner .facilities-locations-container {
    max-width: 100%;
  }
  .facilities-locations-banner .facilities-locations-container .action {
    flex-wrap: wrap;
    width: 100%;
    justify-content: start;
    flex-direction: column;
  }
  .facilities-locations-banner .facilities-locations-container .action a {
    width: 100%;
    justify-content: center;
    padding: 10px 24px;
    min-width: unset;
  }
  .facilities-locations-banner .facilities-locations-container .action a span {
    display: none;
  }
}
.facilities-section {
  position: relative;
}
.facilities-section .heading {
  max-width: 1150px;
  margin-inline: auto;
}
.facilities-section .heading .title * {
  color: #013894;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.45px;
  margin-bottom: 40px;
}
.facilities-section .heading .disc * {
  color: #000919;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 60px;
}
.facilities-section .row:nth-child(2n+1) {
  flex-direction: row;
}
.facilities-section .row:nth-child(2n) {
  flex-direction: row-reverse;
}
.facilities-section .row > * {
  display: flex;
  align-items: stretch;
}
.facilities-section .facilities-image {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.facilities-section .facilities-image .image-group {
  height: 100%;
}
.facilities-section .facilities-image .image-group .common-video-play-icon {
  position: absolute;
  width: 125px;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.facilities-section .facilities-image .image-group .common-video-play-icon > * {
  width: 100%;
}
.facilities-section .facilities-image .image-group .common-video-play-icon:hover {
  opacity: 0.8;
}
.facilities-section .facilities-image .image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.facilities-section .facilities-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.facilities-section .facilities-image .facilities-tools > * {
  width: 44px;
  height: 44px;
  background-color: #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.facilities-section .facilities-image .facilities-tools > *:hover {
  opacity: 0.6;
}
.facilities-section .facilities-image .facilities-tools .facilities-image-prev {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  z-index: 1;
}
.facilities-section .facilities-image .facilities-tools .facilities-image-next {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  z-index: 1;
}
.facilities-section .facilities-image .facilities-image-pagination {
  position: absolute;
  bottom: 40px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}
.facilities-section .facilities-image .facilities-image-pagination .swiper-pagination-bullet-active {
  background-color: #FFF;
  opacity: 1 !important;
}
.facilities-section .facilities-image .facilities-image-pagination .swiper-pagination-bullet {
  background-color: #FFF;
  opacity: 0.5;
  margin-inline: 7px;
  width: 14px;
  height: 14px;
}
.facilities-section .facilities-content {
  border-radius: 20px;
  padding: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.facilities-section .facilities-content .tags-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}
.facilities-section .facilities-content .tags-container .tag {
  display: flex;
  padding: 6px 8px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  background-color: #FFF;
  color: #013894;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.facilities-section .facilities-content .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin-bottom: 20px;
}
.facilities-section .facilities-content .title a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.facilities-section .facilities-content .title a:hover {
  color: #F6BB3B;
}
.facilities-section .facilities-content .disc ul {
  list-style: disc;
  padding-left: 20px !important;
}
.facilities-section .facilities-content .disc * {
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 16px;
}
.facilities-section .facilities-content .disc *:last-child {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .facilities-section .heading .title * {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .facilities-section .heading .disc * {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .facilities-section .facilities-content {
    padding: 30px;
  }
  .facilities-section .facilities-content .title * {
    font-size: 40px;
  }
  .facilities-section .facilities-content .tags-container {
    margin-bottom: 20px;
  }
  .facilities-section .facilities-content .disc :last-child {
    margin-bottom: 20px;
  }
  .facilities-section .facilities-image .image-group .common-video-play-icon {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .facilities-section {
    padding: 48px 0;
  }
  .facilities-section .heading .title * {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .facilities-section .heading .disc * {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .facilities-section .facilities-image {
    height: 262px;
    margin-bottom: 0;
  }
  .facilities-section .facilities-image .image {
    border-radius: 20px 20px 0 0;
  }
  .facilities-section .facilities-content {
    border-radius: 0 0 20px 20px;
    padding: 24px;
  }
  .facilities-section .facilities-content .title * {
    font-size: 30px;
  }
  .facilities-section .facilities-content .tags-container {
    margin-bottom: 20px;
  }
  .facilities-section .facilities-content .tags-container .tag {
    font-size: 12px;
  }
  .facilities-section .facilities-content .disc :last-child {
    margin-bottom: 20px;
  }
  .facilities-section .facilities-image .facilities-tools .facilities-image-prev {
    left: 24px;
  }
  .facilities-section .facilities-image .facilities-tools .facilities-image-next {
    right: 24px;
  }
  .facilities-section .facilities-image .facilities-image-pagination {
    bottom: 20px;
  }
}
.redondo-banner {
  position: relative;
  min-height: 532px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.redondo-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.redondo-banner .banner-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.redondo-banner .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.redondo-banner .bottom-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.redondo-banner .bottom-shape img {
  width: calc(100% + 4px);
  margin-left: -2px;
  height: auto;
}
.redondo-banner .redondo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 48px 0 96px;
  max-width: 642px;
  margin: 0 auto;
}
.redondo-banner .redondo-container .subtitle * {
  color: #FFF;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.redondo-banner .redondo-container .title * {
  color: #FFF;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}
.redondo-banner .redondo-container .disc * {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

@media (max-width: 991px) {
  .redondo-banner {
    min-height: auto;
  }
  .redondo-banner .redondo-container {
    padding: 136px 0;
  }
  .redondo-banner .redondo-container .title * {
    font-size: 50px;
  }
  .redondo-banner .redondo-container .subtitle * {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .redondo-banner .redondo-container {
    max-width: 100%;
  }
  .redondo-banner .redondo-container .title * {
    font-size: 36px;
  }
  .redondo-banner .redondo-container .disc * {
    font-size: 16px;
  }
  .redondo-banner .redondo-container .subtitle * {
    font-size: 16px;
  }
  .redondo-banner .redondo-container .action {
    flex-direction: column;
  }
}
.beach-gallery-section .beach-gallery-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  position: relative;
}
.beach-gallery-section .beach-gallery-main .common-video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100px;
  max-height: 100px;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.beach-gallery-section .beach-gallery-main .common-video-play-icon:hover {
  opacity: 0.7;
}
.beach-gallery-section .beach-gallery-main .grid-left {
  flex: 0 0 calc(50% - 10px);
  width: 100%;
  height: 643px;
  max-height: 643px;
  position: relative;
  overflow: hidden;
}
.beach-gallery-section .beach-gallery-main .grid-left * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 19px 0 0 19px;
  -webkit-border-radius: 19px 0 0 19px;
  -moz-border-radius: 19px 0 0 19px;
  -ms-border-radius: 19px 0 0 19px;
  -o-border-radius: 19px 0 0 19px;
}
.beach-gallery-section .beach-gallery-main .grid-left .grid-image {
  position: relative;
  display: block;
}
.beach-gallery-section .beach-gallery-main .grid-left .grid-image::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 19px 0 0 19px;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 66.5%, rgba(0, 0, 0, 0.3) 100%);
}
.beach-gallery-section .beach-gallery-main .grid-right {
  flex: 0 0 calc(50% - 10px);
  width: 100%;
  overflow: hidden;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.beach-gallery-section .beach-gallery-main .grid-right .grid-item {
  position: relative;
  overflow: hidden;
  flex: 0 0 calc(50% - 10px);
  width: 50%;
}
.beach-gallery-section .beach-gallery-main .grid-right .grid-item:nth-child(2) {
  border-radius: 0 20px 0 0;
  -webkit-border-radius: 0 20px 0 0;
  -moz-border-radius: 0 20px 0 0;
  -ms-border-radius: 0 20px 0 0;
  -o-border-radius: 0 20px 0 0;
}
.beach-gallery-section .beach-gallery-main .grid-right .grid-item:last-child {
  border-radius: 0 0 20px 0;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  -ms-border-radius: 0 0 20px 0;
  -o-border-radius: 0 0 20px 0;
}
.beach-gallery-section .beach-gallery-main .grid-right .grid-item * {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}
.beach-gallery-section .beach-gallery-main .grid-right .grid-item .grid-image::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 66.5%, rgba(0, 0, 0, 0.3) 100%);
}
.beach-gallery-section .beach-gallery-main .grid-right .grid-item .see-all-pic {
  cursor: pointer;
}
.beach-gallery-section .beach-gallery-main .action {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.main-image-gallery {
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #FFF;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.main-image-gallery.show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: #FFF;
  z-index: 999;
}
.main-image-gallery .gallery-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 24px 24px;
}
.main-image-gallery .gallery-header .main-image-gallery-close {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.main-image-gallery .gallery-header .main-image-gallery-close * {
  font-size: 26px;
  filter: brightness(0) saturate(100%);
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.main-image-gallery .gallery-header .main-image-gallery-close:hover {
  opacity: 0.7;
}
.main-image-gallery .main-image-gallery-close {
  padding: 8px;
  cursor: pointer;
}
.main-image-gallery .gallery-body {
  height: 100%;
  overflow: auto;
  padding: 24px;
}
.main-image-gallery .gallery-body .gallery-container {
  overflow: auto;
  height: 100%;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
.main-image-gallery .gallery-body .gallery-container div * {
  width: 100%;
  height: 100%;
  display: inline-block;
  object-fit: cover;
  object-position: center;
}
.main-image-gallery .gallery-body .gallery-container > *:nth-child(3n+1) {
  float: left;
  width: 100%;
  height: 500px;
  max-height: 500px;
  background-color: #0169AD;
  margin-bottom: 10px;
}
.main-image-gallery .gallery-body .gallery-container > *:nth-child(3n+2) {
  float: left;
  max-width: calc(50% - 5px);
  width: 100%;
  height: 242px;
  background-color: #0169AD;
  margin-right: 5px;
  margin-bottom: 10px;
}
.main-image-gallery .gallery-body .gallery-container > *:nth-child(3n) {
  float: left;
  max-width: calc(50% - 5px);
  width: 100%;
  height: 242px;
  background-color: #0169AD;
  margin-left: 5px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .main-image-gallery .gallery-header {
    flex-direction: column-reverse;
    align-items: end;
  }
  .main-image-gallery .gallery-header .main-image-gallery-close {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
  }
}
@media (max-width: 991px) {
  .beach-gallery-section .beach-gallery-main {
    flex-direction: column;
  }
  .beach-gallery-section .beach-gallery-main .grid-left {
    height: 523px;
    max-height: 523px;
  }
  .beach-gallery-section .beach-gallery-main .grid-left * {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
  }
  .beach-gallery-section .beach-gallery-main .grid-left .grid-image::after {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
  }
  .beach-gallery-section .beach-gallery-main .grid-right .grid-item:nth-child(2) {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .beach-gallery-section .beach-gallery-main .grid-right .grid-item:nth-child(3) {
    border-radius: 0 0 0 20px;
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    -ms-border-radius: 0 0 0 20px;
    -o-border-radius: 0 0 0 20px;
  }
}
@media (max-width: 767px) {
  .beach-gallery-section {
    padding: 48px 0 0;
  }
  .beach-gallery-section .beach-gallery-main {
    gap: 10px;
  }
  .beach-gallery-section .beach-gallery-main .action {
    position: static;
    text-align: center;
  }
  .beach-gallery-section .beach-gallery-main .action .btn {
    width: 100%;
  }
  .beach-gallery-section .beach-gallery-main .grid-left {
    height: 262px;
    max-height: 262px;
  }
  .beach-gallery-section .beach-gallery-main .common-video-play-icon {
    width: 80px;
    height: 80px;
  }
  .beach-gallery-section .beach-gallery-main .grid-right {
    gap: 10px;
    flex: 0 0 calc(50% - 5px);
  }
  .beach-gallery-section .beach-gallery-main .grid-right .grid-item {
    flex: 0 0 calc(50% - 5px);
  }
  .main-image-gallery .gallery-header {
    padding: 6px 24px;
  }
  .main-image-gallery .gallery-body {
    padding: 10px;
    height: 100%;
  }
  .main-image-gallery .gallery-body .gallery-container > *:nth-child(3n+1) {
    height: 279.994px;
    max-height: 279.994px;
  }
  .main-image-gallery .gallery-body .gallery-container > *:nth-child(3n+2) {
    height: 171.994px;
  }
  .main-image-gallery .gallery-body .gallery-container > *:nth-child(3n) {
    height: 171.994px;
  }
}
.memberships-hours-section .memberships-hours-shape * {
  width: 100%;
  height: auto;
}
.memberships-hours-section .memberships-hours-details {
  padding: 96px 0;
}
.memberships-hours-section .memberships-hours-details .memberships-details .section-title {
  margin-bottom: 40px;
}
.memberships-hours-section .memberships-hours-details .memberships-details .section-title * {
  font-family: "Gabarito", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.45px;
  color: #013894;
  margin-bottom: 0;
}
.memberships-hours-section .memberships-hours-details .card {
  padding: 60px;
  background: #FFF;
  border: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.memberships-hours-section .memberships-hours-details .card .card-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #013894;
  margin-bottom: 0;
}
.memberships-hours-section .memberships-hours-details .card .card-title * {
  font-family: "Gabarito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  margin-bottom: 0;
  color: #013894;
}
.memberships-hours-section .memberships-hours-details .card .card-body {
  padding: 0;
}
.memberships-hours-section .memberships-hours-details .card .card-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid #013894;
}
.memberships-hours-section .memberships-hours-details .card .card-details:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.memberships-hours-section .memberships-hours-details .card .card-details:first-child {
  padding-top: 0;
}
.memberships-hours-section .memberships-hours-details .card .card-details .card-details-title {
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: #013894;
}
.memberships-hours-section .memberships-hours-details .card .card-details .card-details-title * {
  margin-bottom: 0;
}
.memberships-hours-section .memberships-hours-details .card .card-details .card-table-detail {
  display: flex;
  max-width: 315px;
  flex: 1 1 0;
  flex-wrap: wrap;
}
.memberships-hours-section .memberships-hours-details .card .card-details .card-table-detail .time-table {
  padding: 0 20px;
  border-right: 1px solid #013894;
  flex: 1 0 0;
}
.memberships-hours-section .memberships-hours-details .card .card-details .card-table-detail .time-table:first-child {
  padding-left: 0;
}
.memberships-hours-section .memberships-hours-details .card .card-details .card-table-detail .time-table:last-child {
  border-right: 0;
  padding-right: 0;
}
.memberships-hours-section .memberships-hours-details .card .card-details .card-table-detail .time-table ul {
  margin-bottom: 0;
}
.memberships-hours-section .memberships-hours-details .card .card-details .card-table-detail .time-table ul li {
  font-size: 18px;
  line-height: 175%;
  color: #000919;
}
.memberships-hours-section .memberships-hours-details .card .card-details .card-table-detail .time-table ul li * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.memberships-hours-section .memberships-hours-details .card .card-details .card-table-detail .time-table ul li span {
  font-weight: 600;
  line-height: 110%;
}

@media (max-width: 1199px) {
  .memberships-hours-section .memberships-hours-details .card {
    padding: 25px;
  }
  .memberships-hours-section .memberships-hours-details .card .card-details .card-table-detail .time-table ul li {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .memberships-hours-section .memberships-hours-details .memberships-details {
    margin-bottom: 20px;
  }
  .memberships-hours-section .memberships-hours-details .memberships-details .section-title * {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .memberships-hours-section .memberships-hours-details {
    padding: 48px 0 48px;
  }
  .memberships-hours-section .memberships-hours-details .memberships-details .section-title {
    text-align: center;
    margin-bottom: 20px;
  }
  .memberships-hours-section .memberships-hours-details .memberships-details .section-title * {
    font-size: 30px;
  }
  .memberships-hours-section .memberships-hours-details .action {
    margin-top: 20px;
  }
  .memberships-hours-section .memberships-hours-details .card .card-details {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }
  .memberships-hours-section .memberships-hours-details .card .card-details .card-table-detail .time-table {
    padding: 0 17px;
    flex: 0 0 auto;
  }
  .memberships-hours-section .memberships-hours-details .card .card-details .card-table-detail .time-table ul li {
    text-align: center;
  }
}
@media (max-width: 374px) {
  .memberships-hours-section .memberships-hours-details .card .card-details .time-table ul li {
    font-size: 12px !important;
  }
}
.page-id-238 .beach-location-section,
.page-id-236 .beach-location-section {
  padding-bottom: 120px;
}

.beach-location-section .beach-location-map-details .location-map {
  border-radius: 20px;
  height: 643px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.beach-location-section .beach-location-map-details .location-map * {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.beach-location-section .beach-location-map-details .card {
  padding: 74px 67px;
  border: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: 100%;
}
.beach-location-section .beach-location-map-details .card.bg-light-warning {
  background-color: #FDF1D7;
}
.beach-location-section .beach-location-map-details .card.bg-light-info {
  background-color: #E6EFFE;
}
.beach-location-section .beach-location-map-details .card .card-content {
  padding: 40px 0;
  border-bottom: 1px solid #013894;
}
.beach-location-section .beach-location-map-details .card .card-content:first-child {
  padding-top: 0;
}
.beach-location-section .beach-location-map-details .card .card-content:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.beach-location-section .beach-location-map-details .card .card-content .block-title {
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: #013894;
  margin-bottom: 20px;
}
.beach-location-section .beach-location-map-details .card .card-content .block-title * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
}
.beach-location-section .beach-location-map-details .card .card-content .contact-details ul li {
  margin-bottom: 8px;
}
.beach-location-section .beach-location-map-details .card .card-content .contact-details ul li:last-child {
  margin-bottom: 0;
}
.beach-location-section .beach-location-map-details .card .card-content .contact-details ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.beach-location-section .beach-location-map-details .card .card-content ul li {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 18px;
  line-height: 175%;
  color: #000919;
}
.beach-location-section .beach-location-map-details .card .card-content ul li * {
  color: inherit;
}
.beach-location-section .beach-location-map-details .card .card-content ul li a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.beach-location-section .beach-location-map-details .card .card-content ul li a:hover {
  color: #013894 !important;
}
.beach-location-section .beach-location-map-details .card .card-content ul li span {
  font-weight: 600;
  line-height: 110%;
}
.beach-location-section .beach-location-map-details .card .card-content ul {
  margin-bottom: 0;
}
.beach-location-section .beach-location-map-details .card .card-content .opening-hours {
  display: flex;
}
.beach-location-section .beach-location-map-details .card .card-content .opening-hours ul {
  padding: 0px 40px !important;
  border-right: 1px solid #013894;
}
.beach-location-section .beach-location-map-details .card .card-content .opening-hours ul:first-child {
  padding-left: 0 !important;
}
.beach-location-section .beach-location-map-details .card .card-content .opening-hours ul:last-child {
  padding-right: 0 !important;
  border-right: 0;
}

@media (max-width: 1199px) {
  .beach-location-section .beach-location-map-details .card {
    padding: 50px 30px;
  }
}
@media (max-width: 991px) {
  .page-id-238 .beach-location-section,
  .page-id-236 .beach-location-section {
    padding-bottom: 100px;
  }
  .beach-location-section .beach-location-map-details .location-map {
    margin-bottom: 20px;
    height: 562px;
  }
}
@media (max-width: 767px) {
  .page-id-238 .beach-location-section,
  .page-id-236 .beach-location-section {
    padding-bottom: 80px;
  }
  .beach-location-section {
    padding: 0 0 48px;
  }
  .beach-location-section .beach-location-map-details .location-map {
    height: 335px;
  }
  .beach-location-section .beach-location-map-details .card {
    padding: 20px;
  }
  .beach-location-section .beach-location-map-details .card .card-content {
    text-align: center;
    padding: 20px 0;
  }
  .beach-location-section .beach-location-map-details .card .card-content .block-title {
    letter-spacing: -0.24px;
    font-weight: 400;
  }
  .beach-location-section .beach-location-map-details .card .card-content ul li {
    flex-direction: column;
    font-size: 16px;
    text-align: center;
  }
  .beach-location-section .beach-location-map-details .card .card-content .opening-hours {
    justify-content: center;
  }
  .beach-location-section .beach-location-map-details .card .card-content .opening-hours ul {
    padding: 0 20px !important;
  }
}
.page-id-656 .memberships-banner .bottom-shape img {
  filter: brightness(0) saturate(100%) invert(87%) sepia(28%) saturate(131%) hue-rotate(186deg) brightness(102%) contrast(99%);
}

.page-id-657 .memberships-banner .bottom-shape img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(67%) saturate(1502%) hue-rotate(329deg) brightness(102%) contrast(93%);
  -webkit-filter: brightness(0) saturate(100%) invert(82%) sepia(67%) saturate(1502%) hue-rotate(329deg) brightness(102%) contrast(93%);
}

.page-id-657 .membership-section {
  position: relative;
  overflow: hidden;
  padding: 233px 0 70px;
}

.page-id-657 .memberships {
  padding: 0 0 90px 0;
}

.page-id-657 .membership-section .top-shape {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.page-id-657 .membership-section .top-shape img {
  width: calc(100% + 4px);
  margin-left: -2px;
  height: auto;
}

.memberships-banner {
  position: relative;
  min-height: 532px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.memberships-banner .container-fluid {
  padding-inline: 24px;
}
.memberships-banner .banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.memberships-banner .banner-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.memberships-banner .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.memberships-banner .bottom-shape {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.memberships-banner .bottom-shape img {
  width: calc(100% + 4px);
  margin-left: -2px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(88%) sepia(17%) saturate(422%) hue-rotate(337deg) brightness(108%) contrast(98%);
  -webkit-filter: brightness(0) saturate(100%) invert(88%) sepia(17%) saturate(422%) hue-rotate(337deg) brightness(108%) contrast(98%);
}
.memberships-banner .memberships-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 48px 0 96px;
  max-width: 642px;
  margin: 0 auto;
}
.memberships-banner .memberships-container .subtitle * {
  color: #FFF;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 20px;
}
.memberships-banner .memberships-container .title * {
  color: #FFF;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.72px;
  margin-bottom: 40px;
}
.memberships-banner .memberships-container .action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 991px) {
  .page-id-657 .membership-section {
    padding: 145px 0 60px;
  }
  .memberships-banner {
    min-height: auto;
  }
  .memberships-banner .memberships-container {
    padding: 136px 0;
  }
  .memberships-banner .memberships-container .title * {
    font-size: 50px;
  }
  .memberships-banner .memberships-container .subtitle * {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page-id-657 .membership-section {
    padding: 100px 0 60px;
  }
  .memberships-banner .memberships-container {
    max-width: 100%;
  }
  .memberships-banner .memberships-container .title * {
    font-size: 36px;
  }
  .memberships-banner .memberships-container .subtitle * {
    font-size: 16px;
  }
  .memberships-banner .memberships-container .action {
    flex-direction: column;
  }
}
.tuitions-section {
  padding: 0 0 90px 0;
  background: #E6EFFE;
}
.tuitions-section .tuitions-table .section-title {
  font-family: "Gabarito", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  color: #013894;
  margin-bottom: 44px;
}
.tuitions-section .tuitions-table .section-title * {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
}
.tuitions-section .tuitions-table .tuitions-table-desktop table {
  border-collapse: separate;
  border-spacing: 0 8px;
  margin-bottom: 12px;
}
.tuitions-section .tuitions-table .tuitions-table-desktop thead tr {
  border-color: transparent !important;
}
.tuitions-section .tuitions-table .tuitions-table-desktop thead th {
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
  color: #013894;
  text-align: center;
  padding: 16px 20px;
  /* 19.8px */
}
.tuitions-section .tuitions-table .tuitions-table-desktop thead th:first-child {
  text-align: start !important;
}
.tuitions-section .tuitions-table .tuitions-table-desktop thead th:last-child {
  text-align: end !important;
}
.tuitions-section .tuitions-table .tuitions-table-desktop tbody tr td {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 175%;
  color: #013894;
  background-color: #FFF;
  border: 0;
  box-shadow: 0;
}
.tuitions-section .tuitions-table .tuitions-table-desktop tbody tr td:first-child {
  text-align: start;
  border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
}
.tuitions-section .tuitions-table .tuitions-table-desktop tbody tr td:last-child {
  border-radius: 0px 20px 20px 0px;
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  -ms-border-radius: 0px 20px 20px 0px;
  -o-border-radius: 0px 20px 20px 0px;
  padding: 20px 0px 20px 90px;
}
.tuitions-section .tuitions-table .tuitions-table-mobile .block-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  color: #013894;
  margin-bottom: 8px;
}
.tuitions-section .tuitions-table .tuitions-table-mobile .block-title * {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
  margin-bottom: 0;
}
.tuitions-section .tuitions-table .tuitions-table-mobile .tuitions-table-block {
  padding: 24px;
  background: #FFF;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 20px;
}
.tuitions-section .tuitions-table .tuitions-table-mobile .tuitions-table-block ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  gap: 4px;
  color: #013894;
  padding: 10px 0;
  border-bottom: 1px solid #013894;
}
.tuitions-section .tuitions-table .tuitions-table-mobile .tuitions-table-block ul li * {
  margin-bottom: 0;
}
.tuitions-section .tuitions-table .tuitions-table-mobile .tuitions-table-block ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.tuitions-section .tuitions-table .tuitions-table-mobile .tuitions-table-block ul li:first-child {
  padding-top: 0;
}
.tuitions-section .tuitions-table .tuitions-table-mobile .tuitions-table-block ul {
  margin-bottom: 0;
}
.tuitions-section .tuitions-table .details p {
  color: #000919;
}
.tuitions-section .tuitions-table .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .tuitions-section {
    padding: 0 0 70px 0;
  }
}
@media (max-width: 991px) {
  .tuitions-section .tuitions-table .section-title {
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: -0.3px;
  }
  .tuitions-section .tuitions-table .tuitions-table-desktop thead th {
    font-size: 16px;
    padding: 8px 10px;
  }
  .tuitions-section .tuitions-table .tuitions-table-desktop tbody tr td {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .tuitions-section {
    padding: 48px 0;
  }
  .tuitions-section .tuitions-table .section-title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .tuitions-section .tuitions-table .details p {
    font-size: 14px;
  }
}
.membership-section {
  padding: 0px 0 70px;
}
.membership-section .membership-main-details {
  border-bottom: 1px solid #013894;
}
.membership-section .membership-main-details .section-title {
  font-family: "Gabarito", sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 120%;
  letter-spacing: -0.56px;
  color: #013894;
  margin-bottom: 60px;
}
.membership-section .membership-main-details .section-title * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin-bottom: 0px;
}
.membership-section .membership-main-block {
  padding-bottom: 60px;
}
.membership-section .membership-main-block .block-title {
  font-family: "Gabarito", sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -0.32px;
  color: #013894;
  margin-bottom: 20px;
}
.membership-section .membership-main-block .block-title * {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin-bottom: 0px;
}
.membership-section .membership-main-block ul {
  margin-bottom: 0;
}
.membership-section .membership-main-block ul li {
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  gap: 10px;
  padding: 15px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 20px;
}
.membership-section .membership-main-block ul li p {
  margin-bottom: 0;
}
.membership-section .membership-main-block ul li .price-details * {
  font-size: 18px;
  line-height: 175%;
  color: #013894;
}
.membership-section .membership-main-block ul li .price * {
  font-family: "Gabarito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  color: #013894;
}
.membership-section .membership-main-block .small-detail {
  max-width: 585px;
}
.membership-section .membership-main-block .small-detail * {
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0;
}
.membership-section .membership-hours-details {
  padding-top: 60px;
}
.membership-section .membership-hours-details .section-title {
  margin-bottom: 60px;
}
.membership-section .membership-hours-details .section-title * {
  font-family: "Gabarito", sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.45px;
  color: #013894;
  margin-bottom: 0;
}
.membership-section .membership-hours-details .card {
  padding: 60px;
  background: #FFF;
  border: 0;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-bottom: 20px;
  height: calc(100% - 20px);
}
.membership-section .membership-hours-details .card .card-body {
  padding: 0;
}
.membership-section .membership-hours-details .card .card-title {
  padding-bottom: 40px;
  border-bottom: 1px solid #013894;
  margin-bottom: 0;
}
.membership-section .membership-hours-details .card .card-title * {
  font-family: "Gabarito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 41.6px */
  letter-spacing: -0.32px;
  margin-bottom: 0;
  color: #013894;
}
.membership-section .membership-hours-details .card .card-details {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 40px 0;
  border-bottom: 1px solid #013894;
}
.membership-section .membership-hours-details .card .card-details:last-child {
  border-bottom: 0;
}
.membership-section .membership-hours-details .card .card-details .card-details-title {
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: #013894;
}
.membership-section .membership-hours-details .card .card-details .card-table-detail {
  display: flex;
  max-width: 305px;
  flex: 1 1 0;
  flex-wrap: wrap;
}
.membership-section .membership-hours-details .card .card-details .card-table-detail .time-table {
  padding: 0 20px;
  border-right: 1px solid #013894;
  flex: 1 0 0;
}
.membership-section .membership-hours-details .card .card-details .card-table-detail .time-table:last-child {
  border-right: 0;
}
.membership-section .membership-hours-details .card .card-details .card-table-detail .time-table:first-child {
  padding-left: 0;
}
.membership-section .membership-hours-details .card .card-details .card-table-detail .time-table ul {
  margin-bottom: 0;
}
.membership-section .membership-hours-details .card .card-details .card-table-detail .time-table ul li {
  color: #000919;
}
.membership-section .membership-hours-details .card .card-details .card-table-detail .time-table ul li * {
  font-size: 18px;
  line-height: 175%;
  color: #000919;
}
.membership-section .membership-hours-details .card .card-details .card-table-detail .time-table ul li span {
  font-weight: 600;
  line-height: 110%;
}

@media (max-width: 991px) {
  .membership-section {
    padding: 0 0 70px 0;
  }
  .membership-section .membership-main-details .section-title {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .membership-section .membership-main-block .block-title {
    font-size: 26px;
  }
  .membership-section .membership-hours-details {
    padding-top: 50px;
  }
  .membership-section .membership-hours-details .section-title {
    margin-bottom: 40px;
  }
  .membership-section .membership-hours-details .section-title * {
    font-size: 40px;
  }
  .membership-section .membership-hours-details .card .card-title {
    margin-bottom: 30px;
  }
  .membership-section .membership-hours-details .card .card-title * {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .membership-section {
    padding: 48px 0 28px;
  }
  .membership-section .membership-main-details .section-title {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }
  .membership-section .membership-main-block {
    padding-bottom: 48px;
  }
  .membership-section .membership-main-block .block-title {
    font-size: 24px;
    text-align: center;
  }
  .membership-section .membership-main-block ul li {
    padding: 16px 24px;
  }
  .membership-section .membership-main-block ul li .price-details * {
    font-size: 16px;
    line-height: 150%;
  }
  .membership-section .membership-main-block ul li .price * {
    font-size: 30px;
    letter-spacing: -0.3px;
  }
  .membership-section .membership-main-block .small-detail * {
    font-size: 14px;
  }
  .membership-section .membership-hours-details {
    padding-top: 48px;
  }
  .membership-section .membership-hours-details .section-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .membership-section .membership-hours-details .section-title * {
    font-size: 30px;
  }
  .membership-section .membership-hours-details .card {
    background: rgba(0, 0, 0, 0);
    padding: 0;
  }
  .membership-section .membership-hours-details .card .card-title {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 0;
  }
  .membership-section .membership-hours-details .card .card-title * {
    font-size: 24px;
  }
  .membership-section .membership-hours-details .card .card-body {
    padding: 24px;
    background-color: #FFF;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
  .membership-section .membership-hours-details .card .card-body .action {
    text-align: center;
  }
  .membership-section .membership-hours-details .card .card-details {
    padding: 20px 0;
    flex-direction: column;
  }
  .membership-section .membership-hours-details .card .card-details .card-details-title {
    text-align: center;
  }
  .membership-section .membership-hours-details .card .card-details .card-table-detail {
    margin: 0 auto;
    flex: 0 0 auto;
  }
  .membership-section .membership-hours-details .card .card-details .card-table-detail .time-table {
    flex: 0 0 auto;
  }
  .membership-section .membership-hours-details .card .card-details .card-table-detail .time-table ul li {
    text-align: center;
  }
  .membership-section .membership-hours-details .card .card-details .card-table-detail .time-table ul li * {
    font-size: 16px;
  }
  .membership-section .membership-hours-details .card .card-details .card-table-detail .time-table:last-child {
    padding-right: 0;
  }
}
@media (max-width: 374px) {
  .membership-section .membership-hours-details .card .card-details .card-table-detail .time-table ul li {
    font-size: 12px;
  }
  .membership-section .membership-hours-details .card .card-details .card-table-detail .time-table ul li span {
    font-size: 12px;
  }
}
.payment-options {
  position: relative;
  padding: 90px 0 48px;
}
.payment-options .heading .title * {
  color: #013894;
  text-align: center;
  font-family: "Gabarito", sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  margin-bottom: 40px;
}
.payment-options .heading .disc * {
  color: #000919;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 60px;
}
.payment-options .card {
  padding: 64px 67px;
  border-radius: 20px;
  border: 0;
  height: 100%;
}
.payment-options .card.bg-light-info {
  background-color: #E6EFFE;
}
.payment-options .card.bg-light-warning {
  background-color: #FDF1D7;
}
.payment-options .card .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 32px;
}
.payment-options .card .disc * {
  color: #000919;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .payment-options {
    padding: 48px 0 60px;
  }
  .payment-options .heading .title * {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .payment-options .heading .disc * {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .payment-options .card {
    padding: 24px;
  }
  .payment-options .card .disc * {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .payment-options .heading .title * {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .payment-options .heading .disc * {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .payment-options .row {
    gap: 20px;
  }
  .payment-options .card .title * {
    text-align: center;
  }
}
.faq-section {
  padding: 0 0 80px;
  background: #FEF8EB;
}
.faq-section .accordion-button {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.faq-section .accordion-button:not(.collapsed) {
  background-color: #FFF;
  box-shadow: none;
  color: #013894;
}
.faq-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 5L8 11L14 5' stroke='%23013894' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.faq-section .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2 5L8 11L14 5' stroke='%23013894' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.faq-section .accordion-button {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.faq-section .accordion-item {
  margin-bottom: 20px;
  border: 1px solid #FFF;
}
.faq-section .accordion-item:last-child {
  margin-bottom: 0;
}
.faq-section .accordion-item:last-of-type {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.faq-section .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.faq-section .accordion-item:first-of-type {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.faq-section .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.faq-section .accordion-item {
  overflow: hidden;
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}
.faq-section .accordion-item .accordion-collapse {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.faq-section .accordion-body {
  background-color: #FFF;
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 0;
  padding: 0px 20px 25px;
}
.faq-section .accordion-body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .faq-section {
    padding: 0 0 40px;
  }
}
@media (max-width: 991px) {
  .faq-section {
    padding: 0 40px;
  }
  .faq-section .accordion-button {
    padding: 18px 15px;
    font-size: 16px;
  }
  .faq-section .accordion-body {
    padding: 0 15px 18px 15px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .faq-section {
    padding: 60px 0 80px;
  }
  .faq-section .accordion-item {
    margin-bottom: 12px;
  }
}
.employment {
  padding-bottom: 100px;
}
.employment .common-section-heading {
  max-width: 1150px;
  margin-inline: auto;
  padding-bottom: 15px;
}
.employment .common-section-heading .disc * {
  margin-bottom: 20px !important;
  text-align: left !important;
}
.employment .common-section-heading ul {
  margin-left: 30px !important;
}
.employment .common-section-heading ul li {
  list-style-type: disc !important;
  margin-bottom: 10px;
}
.employment .common-section-heading .title * {
  text-align: left !important;
}
.employment .accordion-item {
  background-color: #FDF1D7;
  border: 0 !important;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.employment .accordion-button {
  background-color: #FDF1D7;
  position: relative;
  padding: 30px 30px 30px 64px;
  box-shadow: none !important;
  outline: 0 !important;
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  line-height: 130%;
  letter-spacing: -0.32px;
}
.employment .accordion-button:not(.collapsed) {
  background-color: #FDF1D7;
}
.employment .accordion-button::after {
  filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(435%) hue-rotate(351deg) brightness(100%) contrast(73%);
  -webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(435%) hue-rotate(351deg) brightness(100%) contrast(73%);
}
.employment .accordion-body {
  padding: 0 64px 10px 64px;
}
.employment .accordion-body .disc * {
  font-size: 16px;
  line-height: 175%;
  margin-bottom: 20px;
}
.employment .accordion-body .card-title * {
  font-family: "Gabarito", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 20px;
  color: #013894;
}
.employment .accordion-body .card {
  background-color: #FFF;
  padding: 30px 40px;
  border: 0;
  margin-bottom: 20px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.employment .accordion-body .card ul {
  margin: 0;
  list-style: disc;
  padding-left: 20px !important;
}
.employment .accordion-body .card ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 10px;
}
.employment .accordion-body .card ul li strong {
  font-weight: 600;
}
.employment .accordion-body .card ul li:last-child {
  margin-bottom: 0;
}
.employment .accordion-body .apply-btn {
  padding: 20px 0;
}
.employment .row > * {
  display: flex;
  align-items: stretch;
}
.employment .employment-image {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.employment .employment-image .image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.employment .employment-image .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.employment .employment-content {
  width: 100%;
  border-radius: 20px;
  padding: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.employment .employment-content .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 20px;
}
.employment .employment-content .title a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.employment .employment-content .title a:hover {
  color: #F6BB3B;
}
.employment .employment-content .disc ul {
  list-style: disc;
  padding-left: 20px !important;
}
.employment .employment-content .disc * {
  color: #000919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  margin-bottom: 16px;
}
.employment .employment-content .disc > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 1299px) {
  .employment .accordion-button {
    padding: 24px;
    font-size: 30px;
  }
  .employment .accordion-body {
    padding: 0 24px 10px 24px;
  }
  .employment .accordion-body .card {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .employment .accordion-item {
    margin-bottom: 24px;
  }
  .employment .accordion-button {
    padding: 24px;
    font-size: 26px;
  }
  .employment .accordion-body {
    padding: 0 24px;
  }
  .employment .accordion-body .card {
    padding: 24px;
  }
  .employment .accordion-body .card-title * {
    font-size: 20px;
  }
  .employment .accordion-body .card ul li {
    line-height: normal;
  }
  .employment .employment-content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .employment {
    padding: 40px 0;
  }
  .employment .accordion-item {
    margin-bottom: 20px;
  }
  .employment .accordion-button {
    padding: 20px;
    font-size: 20px;
  }
  .employment .accordion-body {
    padding: 0 20px;
  }
  .employment .accordion-body .card {
    padding: 20px;
  }
  .employment .accordion-body .card-title * {
    font-size: 18px;
  }
  .employment .employment-content {
    padding: 24px;
  }
}
.form-section-wrapper {
  padding-bottom: 120px;
}
.form-section-wrapper .title * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  margin-bottom: 12px;
}
.form-section-wrapper .subtitle * {
  color: #013894;
  font-family: "Gabarito", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 12px;
}
.form-section-wrapper .disc * {
  color: #000919;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}
.form-section-wrapper .disc *:last-child {
  margin-bottom: 0;
}
.form-section-wrapper .disc ul {
  display: flex;
  flex-direction: column;
  list-style-type: disc;
  padding-left: 24px !important;
}
.form-section-wrapper .disc ul li {
  margin-bottom: 0;
}
.form-section-wrapper .disc ul li::marker {
  color: #013894;
}
.form-section-wrapper .form-section-header-block {
  padding-bottom: 30px;
  border-bottom: 3px solid #CDE0FF;
}
.form-section-wrapper .form-section-header-block .form-section-header {
  max-width: 700px;
  width: 100%;
}
.form-section-wrapper .form-top-block {
  font-size: 14px;
  line-height: 150%;
  padding-block: 30px;
  border-bottom: 3px solid #CDE0FF;
}
.form-section-wrapper .form-top-block > * {
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.form-section-wrapper .form-top-block > *:last-child {
  margin-bottom: 0;
}
.form-section-wrapper .form-top-block .subtitle * {
  margin-bottom: 20px;
}
.form-section-wrapper .form-bottom-block {
  padding-top: 30px;
}
.form-section-wrapper .form-bottom-block .action {
  margin-top: 30px;
}
.form-section-wrapper .form-label {
  color: #000919;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 8px;
}
.form-section-wrapper .form-control,
.form-section-wrapper .form-check-label {
  font-size: 14px;
  line-height: 150%;
  color: #000919;
}
.form-section-wrapper .input-group-text {
  background-color: rgba(0, 0, 0, 0);
}
.form-section-wrapper .conditional-field {
  display: none;
}
.form-section-wrapper textarea {
  resize: none;
}
.form-section-wrapper .days-available .days-parent {
  display: flex;
  flex-direction: column;
}
.form-section-wrapper .form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: unset;
}
.form-section-wrapper .education-certifications {
  max-width: 700px;
  width: 100%;
}
.form-section-wrapper .employment-history {
  max-width: 1200px;
  width: 100%;
}
.form-section-wrapper .cert-row .form-check-inline {
  margin-bottom: 0;
}
.form-section-wrapper .show-cmn-block {
  display: none;
}
.form-section-wrapper .form-wrapper .error-block {
  display: none;
}
.form-section-wrapper .wpcf7 form .wpcf7-response-output {
  border: none !important;
  padding: 0;
}
.form-section-wrapper .wpcf7 form.invalid {
  color: #F6BB3B;
}
.form-section-wrapper .wpcf7 form.sent {
  color: #46b450;
}
.form-section-wrapper .wpcf7 form.fail {
  color: #e43232;
}

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