@tailwind base;
@tailwind components;
@tailwind utilities;

* {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

html {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

:root {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
  min-width: 320px;
  min-height: 200vh;
  background: rgb(135, 177, 69);
  background: linear-gradient(357deg, rgba(74, 215, 4, 0.667) 0%, rgba(226, 236, 210, 1) 21%, rgba(242, 246, 234, 1) 84%, rgba(255, 255, 255, 1) 100%);
  max-width: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.logo img {
  height: 20vh;
  width: 20.04vh;
  text-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.navbar-links ul {
  padding: 10px;
  display: flex;
}

.navbar-links li {
  list-style: none;
}

.navbar-links li a {
  text-decoration: none;
  padding: 1rem;
}

a {
  font-weight: 500;
  color: #2e3192;
  text-decoration: inherit;
}

.heading {
  font-size: 29px;
}

.heading-2 {
  color: white;
}

.navbar-links li :hover {
  color: #0ca756;
}

a :hover {
  color: #0ca756;
}

a p :hover {
  color: #1a1c57;
}

.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 250px;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.sidebar li {
  width: 100%;
  height: 40px;
  padding: 10px;
}

.sidebar a {
  width: 100%;
  height: 100%;
}

.sidebar li :hover {
  color: #0ca756;
}

#lotus-wrapper {
  width: 100vw;
  height: 100vh;
}

.toggle-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}

.toggle-button .bar {
  height: 3px;
  width: 100%;
  background-color: #646cff;
  border-radius: 10px;
}

.toggle-button :hover {
  background-color: #0ca756;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-menu-three {
  background-color: #fff;
  border-radius: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 20px;
  display: flex;
  box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
}

.content {
  position: absolute;
  width: 80%;
  height: 80%;
  margin: 2% 10%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.619);
  border-radius: 10px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, 0.1);
  z-index: 3;
  padding: 20px;
}

p {
  color: #1a1c57;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
  color: #2e3192;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

.link-spanner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.content h1 {
  text-align: center;
  font-size: 60px;
  color: #646cff;
  text-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  position: relative;
  z-index: 3;
}

.status {
  font-size: 30px;
  height: 333px;
  line-height: 333px;
  text-align: center;
  color: #23275b;
}

.cal {
  margin: 2% 10%;
  align-items: center;
}

.landPic {
  width: 140vh;
  height: 7vh;
  margin: auto;
  padding: 40px;
  opacity: 4;
}

.cf-service-paragraph {
  color: #1a1c57;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.cf-service-heading {
  color: #2e3192;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.cf-service-image {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.cf-service-number {
  color: #0ca756;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.cf-features-section-2-icon-wrap {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  position: absolute;
  top: -6%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.cf-features-section-2-image-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
  position: relative;
}

.cf-features-section-2-grid-cell {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-features-section-2-grid-cell.homepage-3 {
  max-width: 353px;
  align-items: flex-start;
}

.cf-features-section-2-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 26px;
}

.cf-features-section-2-heading {
  max-width: 800px;
  color: #2e3192;
  text-align: center;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
  text-decoration: underline;
}

.cf-features-section-2-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  display: flex;
}

.cf-features-section-2 {
  padding-top: 0 !important;
}

.cf-call-button._24px-bold {
  color: var(--white);
  letter-spacing: normal;
  background-color: #2e3192;
  padding-left: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-gradient-span {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding: 10px;
  font-family: Montserrat, sans-serif;
}

.cf-services-paragraph {
  color: #222467;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.cf-services-h2-heading {
  color: #2e3192;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-services-icon {
  object-fit: contain;
  border-radius: 18px;
  margin-bottom: 32px;
}

.cf-services-icon._2 {
  margin-bottom: 32px;
  box-shadow: 0 14px 80px rgba(24, 111, 225, .25);
}

.cf-services-icon._1 {
  border-radius: 18px;
  margin-bottom: 32px;
  box-shadow: 0 14px 80px rgba(252, 107, 92, .25);
}

.cf-services-left-contain {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 45%;
  max-width: 450px;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.cf-services-page-contain {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 145px;
  display: flex;
}

.cf-services-page-contain.reverse {
  flex-direction: row-reverse;
  margin-bottom: 83px;
}

.cf-services-main-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.cf-services-image {
  object-fit: contain;
  border-radius: 16px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-subscribe-right {
  background-color: rgba(245, 247, 250, .02);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
  top: 24px;
  background-image: url('./src/assets/water.png');
  background-position: 0 0;
  background-size: contain;
}

.hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.hero-split {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-form {
  margin: 0 0 15px;
}

.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}

.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.floating {
  max-width: 100%;
  height: auto;
  animation: floating 3s ease-in-out infinite;
  position: relative;
  z-index: 1;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }

  50% {
    transform: translate(0, 15px);
  }

  100% {
    transform: translate(0, -0px);
  }
}

.w-nav-menu {
  position: absolute;
  margin-top: 20px;
  right: 20px;
}

.margin-bottom-24px {
  color: white;
  margin-bottom: 24px;
}

.home-text {
  color: white;
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  width: 240px;
  height: auto;
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover,
.hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  float: right;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2e3192;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.qxCTlb {
  float: right;
  color: #fff;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #2e3192;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: block;
}

.hur54b {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(32, 33, 36, .6);
  padding: 72px;
  z-index: 9999;
}

.mmGMM {
  border: none;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  height: 100%;
}

.Xfsokf {
  position: fixed;
  top: 26px;
  right: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: none;
  border-radius: 18px;
  background-color: rgb(60, 64, 67);
  height: 36px;
  padding: 16px;
  cursor: pointer;
}

.L0Dvsd {
  color: white;
  font-size: 18px;
  margin-right: 8px;
}

.uE25ec {
  font-size: 14px;
  font-family: "Google Sans", Arial, sans-serif;
  font-weight: 500;
  letter-spacing: .25px;
  color: white;
}

.button-primary:hover {
  color: #fff;
  background-color: #0ca756;
}

.button-primary:active {
  background-color: #43464d;
}

.div-block {
  width: 331px;
  height: 500px;
  text-align: center;
  text-shadow: -1px 1px 1px rgba(0, 0, 0, .76);
  background-image: url('src/assets/Nutrition/veggies.jpg');
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
  background-position: 0 0;
  background-size: contain;
  border-radius: 16px;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 0;
  padding-top: 218px;
  padding-bottom: 0;
  font-size: 45px;
  text-decoration: none;
}

.div-block h4 {
  color: #fff;
}

.div-block h4:hover {
  color: #0ca756;
}

.div-block.nutrition {
  padding-top: 121px;
}

.div-block.nutrition:hover {
  mix-blend-mode: normal;
}

.div-block.healing {
  background-image: url('src/assets/Healing/healing\ hands.jpg');
  padding-top: 120px;
}

.div-block.yoga {
  background-image: url('src/assets/Yoga/lady\ on\ cliff\ small.jpg');
  padding-top: 117px;
}

.div-block.movement {
  background-image: url('src/assets/outdoor.jpg');
  padding-top: 117px;
}

.div-block.dance {
  background-image: url('src/assets/dance.jpeg');
  padding-top: 117px;
}

.div-block.pilates {
  background-image: url('src/assets/pilates.jpg');
  padding-top: 117px;
}

.cf-services-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.cf-services-h2-heading {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-webflow-link {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.cf-webflow-link:hover {
  color: #599ffa;
  text-decoration: none;
}

.cf-webflow-link.black {
  color: #0d0e10;
}

.cf-webflow-link.black:hover {
  color: #2a70cc;
}

.cf-copyright-text {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 133%;
}

.cf-copyright-text.black {
  color: #0d0e10;
  letter-spacing: -.16px;
}

.cf-footer-cf-link {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.cf-footer-cf-link:hover {
  color: #ff5e69;
  border: 1px #000;
  text-decoration: none;
}

.cf-footer-cf-link.black {
  color: #0d0e10;
}

.cf-footer-cf-link.black:hover {
  color: #ff8a56;
}

.cf-footer-bottom-wrapper {
  border-top: 1px solid rgba(255, 255, 255, .1);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cf-footer-bottom-wrapper.white {
  border-top-style: none;
  border-top-color: rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1240px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.cf-footer-link-18px {
  color: rgba(255, 255, 255, .75);
  letter-spacing: -.16px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.cf-footer-link-18px:hover {
  color: #fff;
  border: 1px #000;
}

.cf-footer-link-18px.black {
  color: rgba(13, 14, 16, .75);
}

.cf-footer-link-18px.black:hover {
  color: #ff5e69;
}

.cf-footer-paragraph-18px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 156%;
}

.cf-footer-paragraph-18px.heading {
  letter-spacing: .16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.cf-footer-paragraph-18px.heading.black {
  color: #222467;
  font-family: Montserrat;
}

.cf-footer-column {
  text-align: left;
}

.cf-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 90%;
  max-width: 1240px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.cf-error-message {
  color: #fff;
  background-color: rgba(252, 107, 92, .3);
  border-radius: 5px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message.darker {
  color: #bd333d;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-submit-button {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ArrowRight.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cf-form-submit-button:hover {
  background-color: rgba(255, 94, 105, .2);
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-form-submit-button.black {
  background-image: url('../images/ArrowRight_1.svg');
}

.cf-form-text-field {
  color: #fff;
  letter-spacing: -.16px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/EnvelopeSimple-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 20px;
  line-height: 150%;
}

.cf-form-text-field::placeholder {
  color: rgba(255, 255, 255, .4);
  line-height: 150%;
}

.cf-form-text-field.black {
  color: #222467;
  background-image: url('../images/EnvelopeSimple.svg');
}

.cf-form-text-field.black::placeholder {
  color: rgba(13, 14, 16, .4);
}

.cf-email-form {
  color: #222467;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding-bottom: 19px;
  position: relative;
}

.cf-subscribe-form-block {
  margin-bottom: 0;
}

.cf-subscribe-text {
  color: #222467;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}

.cf-footer-top-right {
  width: 100%;
  max-width: 400px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 0%;
}

.cf-footer-link-gradient-hover-black-copy-no-margin {
  background-color: #222467;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black-copy-no-margin:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover-black {
  background-color: #222467;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover {
  background-color: #222467;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-links-contain {
  display: flex;
}

.cf-footer-paragraph-16px {
  color: #222467;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 175%;
}

.cf-logo-text {
  letter-spacing: -.32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 106%;
}

.cf-logo-line-3 {
  width: 32px;
  height: 24px;
  margin-left: -10px;
}

.cf-logo-line-2 {
  width: 27px;
  height: 24px;
  margin-left: -10px;
}

.cf-logo-line-1 {
  width: 24px;
  height: 24px;
}

.cf-logo-lines-contain {
  flex: none;
  margin-right: 10px;
  overflow: hidden;
}

.cf-navigation-1-logo {
  color: #222467;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.cf-footer-top-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 324px;
  display: flex;
}

.cf-footer-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1240px;
  margin-top: 150px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-footer-main-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-footer-section-white {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  p {
    font-size: 16px;
    line-height: 1.6;
  }
  .floating {
    max-width: 80%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }
  .container {
    padding: 0 15px;
  }
  .hero-wrapper {
    flex-direction: column;
  }
  .nav-menu-three {
    padding: 15px;
  }
  .floating {
    max-width: 70%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 1024px) {
  .hero-split {
    max-width: 100%;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 690px) {
  .toggle-button {
    display: flex;
    z-index: 1001;
  }
  .navbar-links {
    display: none !important;
  }
  .nav-menu-wrapper-three .button-primary {
    display: none !important;
  }
  .sidebar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: 0;
    width: 80vw;
    max-width: 320px;
    height: auto;
    min-height: 160px;
    max-height: 90vh;
    background: linear-gradient(135deg, rgba(255,255,255,0.97) 80%, #e2ecd2 100%);
    box-shadow: -10px 0 40px rgba(46,49,146,0.10);
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-top: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    padding-bottom: 0.5rem;
    z-index: 1000;
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
    font-family: 'Montserrat', sans-serif;
    overflow-y: auto;
  }
  .sidebar li {
    width: 100%;
    padding: 0.7rem 0;
    font-size: 1rem;
    border-bottom: 1px solid #e2ecd2;
    border-radius: 10px;
    margin-bottom: 0.1rem;
    transition: background 0.2s;
  }
  .sidebar li a {
    width: 100%;
    height: 100%;
    color: #2e3192;
    font-weight: 600;
    text-decoration: none;
    display: block;
    border-radius: 10px;
    padding-left: 0.3rem;
    transition: background 0.2s, color 0.2s;
  }
  .sidebar li:hover, .sidebar li a:hover {
    background: #e2ecd2;
    color: #0ca756;
  }
  .sidebar .sidebar-bottom {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto;
    padding-bottom: 1rem;
    gap: 0.7rem;
  }
  .sidebar .sidebar-social {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }
  .sidebar .sidebar-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #2e3192;
    box-shadow: 0 2px 8px rgba(46,49,146,0.15);
    transition: background 0.2s, box-shadow 0.2s;
  }
  .sidebar .sidebar-social a:hover {
    background: #0ca756;
    box-shadow: 0 4px 16px rgba(12,167,86,0.25);
  }
  .sidebar .sidebar-social img, .sidebar .sidebar-social svg {
    width: 22px;
    height: 22px;
    filter: brightness(0) invert(1);
    transition: filter 0.2s;
  }
  .sidebar .sidebar-social a:hover img, .sidebar .sidebar-social a:hover svg {
    filter: brightness(0) invert(1);
  }
  .sidebar .sidebar-embark {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .sidebar .sidebar-embark .button-primary {
    display: inline-block;
    font-size: 1.1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    border-radius: 12px;
    padding: 14px 32px;
    margin: 0 auto;
    text-align: center;
    box-shadow: 0 6px 32px rgba(46,49,146,0.10);
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #2e3192;
    color: #fff;
    border: none;
    transition: background 0.2s, color 0.2s;
  }
  .sidebar .sidebar-embark .button-primary:hover {
    background: #0ca756;
    color: #fff;
  }
}

.gallery-scroll {
  background-color: rgba(245, 247, 250, 0);
  padding: 0 30px 80px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  padding-top: 50px;
}

.gallery-sticky {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.gallery-link {
  margin-bottom: 15px;
  font-size: 24px;
  text-decoration: none;
}

.gallery-link:hover {
  color: #0ca756;
}

.gallery-link.w--current {
  font-weight: 600;
}

.gallery-grid {
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-image-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 20px;
}

.gallery-image-overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient(to left, rgba(46,49,146,0.6) 0%, rgba(255,255,255,0) 100%);
  pointer-events: none;
  z-index: 1;
  transform: translateX(100%);
  transition: transform 0.5s cubic-bezier(0.4,0,0.2,1);
}

.gallery-image-wrapper:hover .gallery-image-overlay {
  transform: translateX(0);
}

.gallery-image-text,
.gallery-image-description {
  position: relative;
  z-index: 2;
  margin-top: 15px;
}

.gallery-image {
  width: 100%;
}

.gallery-image-text {
  color: #f5f7fa;
  text-shadow: 3px 3px 4px rgb(0 0 0);
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
}

.gallery-image-description {
  width: 320px;
  font-weight: bold;
  color: #f5f7fa;
  font-size: 14px;
  text-shadow: 2px 2px 4px rgb(0 0 0);
  margin-bottom: 0;
  position: absolute;
  bottom: 16px;
  right: 16px;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4,0,0.2,1);
  pointer-events: none;
}

.gallery-image-wrapper:hover .gallery-image-description {
  opacity: 1;
  pointer-events: auto;
}

.udesly-paragraph-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.udesly-paragraph-medium.udesly-text-color-neutral-500 {
  font-weight: 500;
}

.udesly-article-detail {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 24px;
  display: flex;
}

.udesly-article-detail.udesly-n-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.udesly-article-detail.udesly-mb-24 {
  margin-bottom: 24px;
  padding-top: 0;
}

.udesly-image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.udesly-image-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

.udesly-image-wrapper.udesly-article {
  max-width: 176px;
}

.udesly-article-card-small {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.udesly-article-card-small.udesly-last {
  border-bottom-style: none;
}

.udesly-paragraph-small {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-paragraph-small.udesly-text-color-neutral-900 {
  font-weight: 700;
}

.udesly-dot {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 14px;
  line-height: 20px;
}

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

.udesly-flex.udesly-gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
}

.udesly-image {
  border: 2px solid #d6d6d6;
  border-radius: 100px;
}

.udesly-avatar {
  outline-offset: 0px;
  border-radius: 50%;
  outline: 1px solid #fff;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.udesly-article-card {
  flex-direction: column;
  display: flex;
}

.udesly-article-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.udesly-section {
  background-color: rgba(255, 255, 255, 0);
  padding: 0 5% 50px;
  position: relative;
}

.tags {
  color: #fff;
  text-align: center;
  background-color: #2e3192;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  margin-right: 5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 10px;
  display: inline-block;
  overflow: auto;
}

.floater {
  position: fixed;
}

#w-node-bcf2c4a0-89cc-d1b5-25cd-1076b7e931d3-5611440b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bcf2c4a0-89cc-d1b5-25cd-1076b7e931e3-5611440b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#virtual-booths.w-node-bcf2c4a0-89cc-d1b5-25cd-1076b7e931e4-5611440b,
#w-node-bcf2c4a0-89cc-d1b5-25cd-1076b7e931e5-5611440b,
#access-dash.w-node-bcf2c4a0-89cc-d1b5-25cd-1076b7e931e8-5611440b,
#w-node-bcf2c4a0-89cc-d1b5-25cd-1076b7e931e9-5611440b,
#lead-retrieval.w-node-bcf2c4a0-89cc-d1b5-25cd-1076b7e931ec-5611440b,
#w-node-bcf2c4a0-89cc-d1b5-25cd-1076b7e931ed-5611440b,
#lead-scoring.w-node-bcf2c4a0-89cc-d1b5-25cd-1076b7e931f0-5611440b,
#w-node-bcf2c4a0-89cc-d1b5-25cd-1076b7e931f1-5611440b,
#sponsored-sections.w-node-bcf2c4a0-89cc-d1b5-25cd-1076b7e931f4-5611440b,
#w-node-bcf2c4a0-89cc-d1b5-25cd-1076b7e931f5-5611440b,
#w-node-_16804d4d-e55e-ce01-d1f2-685a5b733354-5611440b,
#w-node-_09df0eb9-433d-9484-a994-bdb02a5fa034-5611440b,
#w-node-_32beaed4-9714-da61-4615-75ca016eb93d-5611440b,
#w-node-_173e4bab-db7d-3c86-1812-0596631e212a-d14da89f,
#w-node-_173e4bab-db7d-3c86-1812-0596631e2140-d14da89f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

.heading {
  color: #2e3192;
  margin-top: 0;
  font-size: 30px;
}

.margin-bottom-24px {
  color: #1a1c57;
  margin-bottom: 24px;
  font-weight: 600;
}

.centered-heading.margin-bottom-32px {
  color: #fff;
  background-color: #2e3192;
  margin-top: 30px;
  margin-bottom: 32px;
  font-size: 30px;
  text-decoration: none;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.hero-wrapper-2 {
  color: #1a1c57;
  text-align: center;
  letter-spacing: normal;
  justify-content: space-between;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 25px;
  line-height: 27px;
  display: flex;
}

.hero-split {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 46%;
  display: flex;
  position: relative;
  z-index: 2;
}

.hero-split img {
  margin-bottom: 20px;
}

.hero-split h1,
.hero-split h2,
.hero-split h3,
.hero-split p {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}

.team-member-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.hero-heading-center {
  background-color: rgba(245, 247, 250, 0);
  border-bottom: 1px solid #e4ebf3;
  padding: 22px 30px 30px;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-name {
  color: #2e3192;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.team-member-name:hover {
  color: #0ca756;
}

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.container-about-us {
  background-color: rgba(245, 247, 250, .02);
  border-bottom: 1px #e4ebf3;
  margin-top: 73px;
  padding: 0 0 80px;
  position: relative;
  top: -66px;
}

.div-block-2 {
  box-sizing: border-box;
  float: right;
  clear: both;
  aspect-ratio: auto;
  color: #1a1c57;
  text-align: justify;
  width: 50%;
  margin-top: -350px;
  margin-right: 22px;
  padding-right: 0;
  font-size: 16px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.map {
  float: none;
  clear: none;
}

.w-widget {
  position: relative;
}

.w-widget-map {
  width: 100%;
  height: 400px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  gap: 2em;
  grid-template-areas: 
  "box-1 box-2 "
  "box-1 box-3";
}

@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 1.5em;
    grid-template-areas: 
    "box-1"
    "box-2"
    "box-3";
  }
  
  .grid-container .box {
    width: 100%;
  }
  
  .grid-container iframe {
    width: 100%;
    height: 300px;
  }
  
  .grid-container img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .grid-container {
    gap: 1em;
  }
  
  .grid-container iframe {
    height: 250px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image {
    float: left;
    text-align: center;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .hero-split img {
    margin-bottom: 25px;
  }
  
  .cf-service-image {
    margin-bottom: 25px;
  }
  
  .gallery-image-wrapper {
    margin-bottom: 25px;
  }

  .cf-features-section-2-grid {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-subscribe-right {
    padding: 60px 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 479px) {
  .centered-heading {
    margin-bottom: 24px;
  }
}

.footer {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.youtube-footer-icon {
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
}

.cf-footer-link-gradient-hover-black.w-inline-block[href="https://www.youtube.com/@ClubR2P2"] {
  margin-left: 0 !important;
}

@media (max-width: 1200px) {
  .cf-features-section-2 {
    padding-top: 0 !important;
  }
}

@media (max-width: 992px) {
  .cf-features-section-2 {
    padding-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .cf-features-section-2 {
    padding-top: 0 !important;
  }
}

@media (max-width: 480px) {
  .cf-features-section-2 {
    padding-top: 0 !important;
  }
}

.floater.hide-on-footer {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.active-gallery-link {
  font-weight: bold;
}

@media (max-width: 900px) {
  .gallery-image-description {
    bottom: 30%;
    font-size: 14px;
  }
}

@media (max-width: 700px) {
  .gallery-image-description {
    bottom: 40%;
    font-size: 12px;
  }
}

@media (max-width: 600px) {
  .gallery-image-description {
    bottom: 55%;
    left: 8px;
    right: 8px;
    font-size: 10px;
    max-width: 90%;
    max-height: 40%;
    overflow-y: auto;
    white-space: normal;
    word-break: break-word;
    box-sizing: border-box;
  }
}

@media (max-width: 400px) {
  .gallery-image-description {
    bottom: 60%;
    max-height: 30%;
    padding: 4px 6px;
    background: rgba(255,255,255,0.7);
    color: #222467;
    border-radius: 6px;
  }
}

.floater .gallery-link {
  transition: font-size 0.3s cubic-bezier(0.4,0,0.2,1);
}

@media (max-width: 1200px) {
  .floater .gallery-link {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .floater .gallery-link {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .floater .gallery-link {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .floater .gallery-link {
    font-size: 12px;
  }
}

.button-primary {
  color: #fff;
  background-color: #2e3192;
  border: 0;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-block;
  min-height: 44px;
  line-height: 1.2;
}

.button-primary:hover {
  background-color: #0ca756;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(46, 49, 146, 0.3);
}

.button-primary:active {
  transform: translateY(0);
}

@media screen and (max-width: 768px) {
  .button-primary {
    padding: 16px 32px;
    font-size: 18px;
    min-height: 48px;
  }
  
  .cf-form-text-field {
    padding: 16px 20px;
    font-size: 16px;
    min-height: 48px;
  }
  
  .cf-form-submit-button {
    padding: 16px 32px;
    font-size: 16px;
    min-height: 48px;
  }
}

@media screen and (max-width: 480px) {
  .button-primary {
    padding: 18px 36px;
    font-size: 18px;
    min-height: 52px;
    width: 100%;
    max-width: 280px;
  }
  
  .cf-form-text-field {
    padding: 18px 20px;
    font-size: 16px;
    min-height: 52px;
  }
  
  .cf-form-submit-button {
    padding: 18px 36px;
    font-size: 18px;
    min-height: 52px;
    width: 100%;
    max-width: 280px;
  }
}

@media screen and (max-width: 768px) {
  input, textarea, select {
    font-size: 16px !important;
  }
  
  * {
    -webkit-tap-highlight-color: transparent;
  }
  
  .cf-form-text-field:focus,
  .cf-form-submit-button:focus,
  .button-primary:focus {
    outline: 2px solid #0ca756;
    outline-offset: 2px;
  }
}

@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
  
  .cf-form-text-field:focus,
  .cf-form-submit-button:focus,
  .button-primary:focus {
    outline: 3px solid #0ca756;
    outline-offset: 3px;
  }
}