@charset "UTF-8";
/* 
Attention!

Do not make direct changes to the main.css file.

This file is automatically generated using the SCSS compiler. Any manual changes made to it will be lost if someone runs the SCSS compilation.

To make changes, use the style.css file.

Why is this important?
- main.css is automatically generated.
- Manual changes will be overwritten during SCSS compilation.
- Use style.css for edits if you’re not working with SCSS.

*/
@font-face {
  font-family: "Inter 28pt";
  src: url("../fonts/Inter28pt-SemiBoldItalic.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Italic.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Lora";
  src: url("../fonts/Lora-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-Inter: "Inter 28pt", sans-serif;
  --font-Raleway: "Raleway", sans-serif;
  --font-Lora: "Lora", serif;
  --Black-950: #2a2a28;
  --Black-800: #464544;
  --Black-600: #605f5a;
  --Purple: #491243;
  --Purple-100: #f2dff3;
  --White: #fff;
  --Beige: #f8f7f3;
  --beige-transparent-70: rgba(248, 247, 243, 0.7);
  --Background: #fcfcfc;
  --Beige-Stroke: #e2dcc8;
  --Purple-Stroke: #bb99b7;
  --Blue-Gradient: linear-gradient(215deg, #bbe3ff 0%, #f5f1e2 94.99%);
  --Button-Gradient: linear-gradient(226deg, #996994 4.64%, #663160 90.78%);
  --Card-Background: linear-gradient(226deg, #b690b2 4.64%, #a36c9c 90.78%);
  --transition-color: color 300ms linear;
  --transition-bg: background-color 300ms linear;
  --transition-shadow: box-shadow 300ms linear;
  --transition-opacity: opacity 300ms linear;
  --transition-transform: transform 300ms linear;
  --transition-visibility: visibility 300ms linear;
  --cubic: linear;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  line-height: 1.5;
  min-height: 100%;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.skip-link {
  display: none;
}

ul,
ol {
  padding-left: 0;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin-block: 0;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

dd {
  margin-left: 0;
}

fieldset {
  margin-left: 0;
  padding: 0;
  border: none;
}

input,
textarea,
select,
button {
  font: inherit;
}

html {
  height: 100%;
}

html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

a {
  display: block;
  color: currentColor;
  text-decoration: none;
}

@media (pointer: fine) {
  button {
    cursor: pointer;
  }
}
img,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

section {
  padding: 56px 0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1280px) {
  section {
    padding: 80px 0;
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .container {
    max-width: 768px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding: 0 16px;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/*-------------- post page -------------*/
b,
strong {
  font-weight: 500;
}

.post-text {
  /* Заголовки блогу */
}
.post-text ul {
  padding-left: 20px;
  list-style: disc;
}
.post-text ol {
  padding-left: 20px;
  list-style: decimal;
}
.post-text h1,
.post-text h2,
.post-text h3,
.post-text h4,
.post-text h5,
.post-text h6 {
  margin-block: 1em;
  line-height: 1.2;
  font-weight: bold;
}
.post-text p {
  margin-block: 1em;
  line-height: 1.6;
}
.post-text ul,
.post-text ol {
  margin-block: 1em;
}
.post-text li {
  margin-bottom: 0.5em;
}
.post-text dl {
  margin-block: 1em;
}
.post-text dd {
  margin-left: 20px;
}
.post-text h1 {
  font-size: 2.5rem;
}
.post-text h2 {
  font-size: 2rem;
  margin-bottom: 0.75em;
}
.post-text h3 {
  font-size: 1.75rem;
  margin-bottom: 0.75em;
}
.post-text h4,
.post-text h5,
.post-text h6 {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}
.post-text blockquote {
  margin-block: 1.5em;
  padding: 1em;
  border-left: 4px solid #ccc;
  background-color: #f9f9f9;
  font-style: italic;
}
.post-text a {
  text-decoration: underline;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  opacity: 1;
}
.post-text a:hover {
  opacity: 0.8;
}
.post-text table {
  width: 100%;
  border-collapse: collapse;
  margin-block: 1.5em;
}
.post-text th,
.post-text td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: left;
}
.post-text th {
  background-color: #f4f4f4;
}
.post-text img {
  display: block;
  border-radius: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.post-text .post-page-title {
  margin-block: 0;
}
.post-text .post-page-content {
  margin-top: 2.5em;
}
.post-text b,
.post-text strong {
  font-weight: 700;
}

svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 2em;
}

.alignleft {
  float: left;
  margin: 0 2em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

h1 {
  color: #000;
  font-family: var(--font-Raleway);
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.64px;
}
@media screen and (min-width: 1280px) {
  h1 {
    font-size: 56px;
    letter-spacing: -2.24px;
  }
}

h2 {
  color: #000;
  font-family: var(--font-Raleway);
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 1280px) {
  h2 {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}

h3 {
  color: #000;
  font-family: var(--font-Raleway);
  font-size: 20px;
  font-weight: 600;
  line-height: 138%;
  letter-spacing: -0.4px;
}
@media screen and (min-width: 1280px) {
  h3 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

h4 {
  color: #000;
  font-family: var(--font-Raleway);
  font-size: 18px;
  font-weight: 600;
  line-height: 134%;
  text-transform: capitalize;
}
@media screen and (min-width: 1280px) {
  h4 {
    font-size: 28px;
  }
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev > svg {
  -webkit-transform: rotateY(180deg) !important;
          transform: rotateY(180deg) !important;
}

.swiper-button-prev,
.swiper-button-next {
  width: 40px !important;
  height: 40px !important;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 100;
}

.swiper-pagination {
  position: relative !important;
  width: auto !important;
  z-index: 2;
}
.swiper-pagination .swiper-pagination-bullet {
  background: var(--Purple) !important;
  opacity: 0.5 !important;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.purple-text {
  font-family: var(--font-Raleway);
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: linear-gradient(227deg, #a777a2 -16.49%, #491243 142.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1280px) {
  .purple-text {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}

.section-blue-bg {
  background-image: url("/wp-content/themes/vibestyletheme/img/team/team-bg-1.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 1280px) {
  .section-blue-bg {
    background-image: url("/wp-content/themes/vibestyletheme/img/team/team-bg-1.avif"), url("/wp-content/themes/vibestyletheme/img/team/team-bg-2.avif"), url("/wp-content/themes/vibestyletheme/img/team/team-bg-3.avif");
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-size: cover, 682px 604px, 682px 604px;
    background-position: top center, top 50% left 0, top 75% right;
  }
}

.is-menu-open {
  overflow: hidden;
}

.menu-btn {
  margin: auto 0;
  position: relative;
  z-index: 100;
  padding: 6px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 100%;
}
@media (pointer: fine) {
  .menu-btn {
    cursor: pointer;
  }
}

.menu-burger {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.3s var(--cubic);
  transition: all 0.3s var(--cubic);
}

.menu-cross {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: all 0.3s var(--cubic);
  transition: all 0.3s var(--cubic);
  -webkit-transform: scale(0);
          transform: scale(0);
}

.burger-active .menu-burger {
  -webkit-transform: scale(0);
          transform: scale(0);
  z-index: -1;
}

.burger-active .menu-cross {
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 100;
}

.header-menu-wrapper.menu-open {
  opacity: 1;
  visibility: visible;
}

.main-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  text-align: center;
  font-family: var(--font-Raleway);
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
}
@media screen and (min-width: 1280px) {
  .main-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.main-button > span {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
.main-button:hover::before {
  opacity: 0;
}
.main-button:hover::after {
  opacity: 1;
}
.main-button::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 1;
  border-radius: 8px;
  background-image: linear-gradient(226deg, #996994 4.64%, #663160 90.78%);
  -webkit-box-shadow: 3px 3px 26px 0 rgba(87, 73, 60, 0.06);
          box-shadow: 3px 3px 26px 0 rgba(87, 73, 60, 0.06);
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  pointer-events: none;
}
.main-button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
  border-radius: 8px;
  background-color: #91608c;
  -webkit-box-shadow: 0 3px 8px 0 rgba(129, 79, 124, 0.4);
          box-shadow: 0 3px 8px 0 rgba(129, 79, 124, 0.4);
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  pointer-events: none;
}

.assent-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--Purple, #491243);
  text-align: center;
  font-family: var(--font-Raleway);
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  white-space: nowrap;
  border-radius: 8px;
  border: 1px solid var(--Purple, #491243);
  background-color: rgba(248, 247, 243, 0.6);
  -webkit-transition: var(--transition-shadow), var(--transition-bg);
  transition: var(--transition-shadow), var(--transition-bg);
  backdrop-filter: blur(2px);
  isolation: isolate;
  -webkit-backdrop-filter: blur(2px);
}
@media (hover: hover) and (pointer: fine) {
  .assent-button:hover {
    background-color: var(--Beige, #f8f7f3);
    -webkit-box-shadow: 0 3px 8px 0 rgba(129, 79, 124, 0.4);
            box-shadow: 0 3px 8px 0 rgba(129, 79, 124, 0.4);
  }
}
@media screen and (min-width: 1280px) {
  .assent-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  border-radius: 24px;
  border: 4px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 2px 8px 16px 0 rgba(207, 209, 214, 0.34);
          box-shadow: 2px 8px 16px 0 rgba(207, 209, 214, 0.34);
  background-color: #a777a2;
  background-image: url("/wp-content/themes/vibestyletheme//img/components/form-bg-mob.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .form-wrap {
    padding: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    background-image: url("/wp-content/themes/vibestyletheme//img/components/form-bg-desk.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.form-wrap .ht-soc-item {
  width: 32px;
  height: 32px;
}
.form-wrap .ht-soc-item a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .form-wrap .ht-soc-item {
    width: 32px;
    height: 32px;
  }
}
.form-wrap.small {
  padding: 16px;
}
@media screen and (min-width: 1280px) {
  .form-wrap.small {
    padding: 40px 20px;
  }
}

.form-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .form-text-wrap {
    width: 100%;
    max-width: 568px;
  }
}

.form-kicker {
  margin-bottom: 14px;
  color: var(--Beige);
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .form-kicker {
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}

.form-title {
  margin-bottom: 12px;
  color: var(--White, #fff);
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 1280px) {
  .form-title {
    margin-bottom: 40px;
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}

.form-soc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1280px) {
  .form-soc-wrap {
    margin-bottom: 40px;
  }
}

.form-soc-text {
  color: var(--Beige);
  font-family: var(--font-Lora);
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.16px;
}
@media screen and (min-width: 1280px) {
  .form-soc-text {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.form-text {
  color: var(--Beige);
  font-family: var(--font-Lora);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
}
@media screen and (min-width: 1280px) {
  .form-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.09px;
  }
}

.wpcf7-form br {
  display: none;
}
.wpcf7-form .iti__search-input {
  border: 1px solid #a777a2 !important;
}
.wpcf7-form .iti__search-input:hover, .wpcf7-form .iti__search-input:focus, .wpcf7-form .iti__search-input:active {
  border: 1px solid #a777a2 !important;
}

.form-label {
  margin: 0;
  margin-bottom: 8px;
  display: block;
  width: 100%;
  color: var(--Beige);
  font-family: var(--font-Raleway);
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .form-label {
    margin-bottom: 24px;
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}
.form-label span {
  display: block !important;
  margin-top: 4px;
}
@media screen and (min-width: 1280px) {
  .form-label span {
    margin-top: 8px;
  }
}
.form-label input, .form-label textarea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Purple-Stroke, #bb99b7);
  background: rgba(255, 255, 255, 0.05);
  color: var(--Beige);
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.08px;
}
.form-label input::-webkit-input-placeholder, .form-label textarea::-webkit-input-placeholder {
  color: var(--beige-transparent-70);
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.08px;
}
.form-label input::-moz-placeholder, .form-label textarea::-moz-placeholder {
  color: var(--beige-transparent-70);
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.08px;
}
.form-label input:-ms-input-placeholder, .form-label textarea:-ms-input-placeholder {
  color: var(--beige-transparent-70);
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.08px;
}
.form-label input::-ms-input-placeholder, .form-label textarea::-ms-input-placeholder {
  color: var(--beige-transparent-70);
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.08px;
}
.form-label input::placeholder, .form-label textarea::placeholder {
  color: var(--beige-transparent-70);
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.08px;
}
.form-label textarea {
  max-height: 95px;
}
.form-label .iti__selected-country {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border-right: 1px solid var(--Purple-Stroke, #bb99b7) !important;
}
.form-label .iti__selected-dial-code {
  color: var(--beige-transparent-70) !important;
  font-family: var(--font-Lora) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 160% !important;
  letter-spacing: -0.08px !important;
}
.form-label .iti__country.iti__highlight {
  border: 1px solid var(--Purple-Stroke) !important;
  background: rgba(255, 255, 255, 0.05) !important;
  color: var(--Beige) !important;
  font-family: var(--font-Lora) !important;
}
.form-label .iti__country-list {
  background-color: transparent !important;
}
.form-label .iti__dropdown-content {
  background-color: var(--Purple-Stroke);
}
.form-label .iti__dial-code {
  color: var(--Beige, #f8f7f3) !important;
  font-family: var(--font-Raleway) !important;
  font-size: 12px !important;
}
.form-label .iti__selected-country-primary {
  display: none;
}

@media screen and (min-width: 1280px) {
  .form-tel-mail-wrap > p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
}

.wpcf7-list-item-label {
  color: var(--Beige, #f8f7f3);
  font-family: var(--font-Raleway);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (min-width: 1280px) {
  .wpcf7-list-item-label {
    font-size: 14px;
  }
}

.wpcf7-list-item {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .wpcf7-list-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.wpcf7-list-item input {
  width: 20px;
  height: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.wpcf7-submit {
  position: relative;
  margin-top: 16px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 8px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  border: 1px solid var(--Purple);
  background: var(--Beige, #f8f7f3);
  color: var(--Purple);
  text-align: center;
  font-family: var(--font-Raleway);
  font-size: 16px;
  font-weight: 500;
  line-height: 135%;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  cursor: pointer;
}
.wpcf7-submit:disabled {
  opacity: 0.5;
}
@media (hover: hover) and (pointer: fine) {
  .wpcf7-submit:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1280px) {
  .wpcf7-submit {
    margin-top: 24px;
    max-width: 200px;
  }
  .form-wrap.small .wpcf7-submit {
    max-width: none;
  }
}

.wpcf7-spinner {
  position: absolute;
  -webkit-transform: translate(18px, -34px);
          transform: translate(18px, -34px);
  margin: 0;
  width: 34px;
  height: 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(90, 55, 130, 0.25);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 6px 18px rgba(0, 0, 0, 0.12);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35), 0 6px 18px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-spinner:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 41%;
  left: 47%;
  background: rgba(90, 55, 130, 0.95);
  -webkit-box-shadow: -8px 0 0 rgba(90, 55, 130, 0.35), 8px 0 0 rgba(90, 55, 130, 0.35);
          box-shadow: -8px 0 0 rgba(90, 55, 130, 0.35), 8px 0 0 rgba(90, 55, 130, 0.35);
  -webkit-animation: cf7DotsFlow 1s infinite ease-in-out;
          animation: cf7DotsFlow 1s infinite ease-in-out;
}

@-webkit-keyframes cf7DotsFlow {
  0% {
    background: rgba(90, 55, 130, 0.35);
    -webkit-box-shadow: -8px 0 0 rgba(90, 55, 130, 0.95), 8px 0 0 rgba(90, 55, 130, 0.35);
            box-shadow: -8px 0 0 rgba(90, 55, 130, 0.95), 8px 0 0 rgba(90, 55, 130, 0.35);
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  33% {
    background: rgba(90, 55, 130, 0.95);
    -webkit-box-shadow: -8px 0 0 rgba(90, 55, 130, 0.35), 8px 0 0 rgba(90, 55, 130, 0.35);
            box-shadow: -8px 0 0 rgba(90, 55, 130, 0.35), 8px 0 0 rgba(90, 55, 130, 0.35);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  66% {
    background: rgba(90, 55, 130, 0.35);
    -webkit-box-shadow: -8px 0 0 rgba(90, 55, 130, 0.35), 8px 0 0 rgba(90, 55, 130, 0.95);
            box-shadow: -8px 0 0 rgba(90, 55, 130, 0.35), 8px 0 0 rgba(90, 55, 130, 0.95);
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    background: rgba(90, 55, 130, 0.35);
    -webkit-box-shadow: -8px 0 0 rgba(90, 55, 130, 0.95), 8px 0 0 rgba(90, 55, 130, 0.35);
            box-shadow: -8px 0 0 rgba(90, 55, 130, 0.95), 8px 0 0 rgba(90, 55, 130, 0.35);
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}

@keyframes cf7DotsFlow {
  0% {
    background: rgba(90, 55, 130, 0.35);
    -webkit-box-shadow: -8px 0 0 rgba(90, 55, 130, 0.95), 8px 0 0 rgba(90, 55, 130, 0.35);
            box-shadow: -8px 0 0 rgba(90, 55, 130, 0.95), 8px 0 0 rgba(90, 55, 130, 0.35);
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
  33% {
    background: rgba(90, 55, 130, 0.95);
    -webkit-box-shadow: -8px 0 0 rgba(90, 55, 130, 0.35), 8px 0 0 rgba(90, 55, 130, 0.35);
            box-shadow: -8px 0 0 rgba(90, 55, 130, 0.35), 8px 0 0 rgba(90, 55, 130, 0.35);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  66% {
    background: rgba(90, 55, 130, 0.35);
    -webkit-box-shadow: -8px 0 0 rgba(90, 55, 130, 0.35), 8px 0 0 rgba(90, 55, 130, 0.95);
            box-shadow: -8px 0 0 rgba(90, 55, 130, 0.35), 8px 0 0 rgba(90, 55, 130, 0.95);
    -webkit-transform: translateX(2px);
            transform: translateX(2px);
  }
  100% {
    background: rgba(90, 55, 130, 0.35);
    -webkit-box-shadow: -8px 0 0 rgba(90, 55, 130, 0.95), 8px 0 0 rgba(90, 55, 130, 0.35);
            box-shadow: -8px 0 0 rgba(90, 55, 130, 0.95), 8px 0 0 rgba(90, 55, 130, 0.35);
    -webkit-transform: translateX(-2px);
            transform: translateX(-2px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner:before {
    -webkit-animation: none;
            animation: none;
  }
}
.wpcf7-response-output {
  border: none !important;
  font-family: var(--font-Lora) !important;
  color: var(--Beige) !important;
}

.tabs__nav {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  padding: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 0 0 16px 0 rgba(207, 209, 214, 0.23);
          box-shadow: 0 0 16px 0 rgba(207, 209, 214, 0.23);
}

.tabs__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background-color: transparent;
  border-radius: 999px;
  cursor: pointer;
  color: var(--Black-600);
  text-align: center;
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .tabs__btn {
    font-size: 18px;
    letter-spacing: -0.09px;
    width: 148px;
  }
}

.tabs__btn.is-active {
  background-color: var(--Purple-100, #f2dff3);
}

.tabs__panel[hidden] {
  display: none;
}

.cmplz-document.cmplz-terms-conditions,
.policy-section {
  padding: 200px 16px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .cmplz-document.cmplz-terms-conditions,
  .policy-section {
    max-width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .cmplz-document.cmplz-terms-conditions,
  .policy-section {
    max-width: 768px;
  }
}
@media screen and (min-width: 1280px) {
  .cmplz-document.cmplz-terms-conditions,
  .policy-section {
    max-width: 1280px;
  }
}
.cmplz-document.cmplz-terms-conditions p,
.policy-section p {
  margin-bottom: 16px;
  color: var(--Black-800);
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 400;
  line-height: 134%;
}
@media screen and (min-width: 1280px) {
  .cmplz-document.cmplz-terms-conditions p,
  .policy-section p {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.cmplz-document.cmplz-terms-conditions h2,
.policy-section h2 {
  margin-bottom: 14px;
  color: #000;
  font-family: var(--font-Raleway);
  font-size: 20px;
  font-weight: 600;
  line-height: 138%;
  letter-spacing: -0.4px;
}
@media screen and (min-width: 1280px) {
  .cmplz-document.cmplz-terms-conditions h2,
  .policy-section h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

.policy-section {
  padding-top: 200px;
}
.policy-section p {
  margin-bottom: 16px;
  color: var(--Black-800);
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 400;
  line-height: 134%;
}
@media screen and (min-width: 1280px) {
  .policy-section p {
    margin-bottom: 24px;
    font-size: 18px;
  }
}
.policy-section h2 {
  margin-bottom: 14px;
  color: #000;
  font-family: var(--font-Raleway);
  font-size: 20px;
  font-weight: 600;
  line-height: 138%;
  letter-spacing: -0.4px;
}
@media screen and (min-width: 1280px) {
  .policy-section h2 {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

.event-card {
  border-radius: 16px;
  background: var(--Beige, #f8f7f3);
}
@media screen and (min-width: 768px) {
  .event-card {
    border-radius: 24px;
  }
}

.event-card-link {
  cursor: pointer;
}

.event-card-image-wrap {
  position: relative;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .event-card-image-wrap {
    margin-bottom: 24px;
  }
}
.event-card-image-wrap > img {
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 343/240;
}
@media screen and (min-width: 768px) {
  .event-card-image-wrap > img {
    border-radius: 24px;
    aspect-ratio: 400/240;
  }
}

.event-slide-label {
  position: absolute;
  top: 16px;
  left: 16px;
  border-radius: 100px;
  background: var(--Purple, #491243);
  padding: 6px 12px;
  color: var(--White, #fff);
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .event-slide-label {
    top: 24px;
    left: 24px;
    font-size: 14px;
  }
}

.event-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 24px 24px;
}
@media screen and (min-width: 1280px) {
  .event-card-content {
    height: 302px;
  }
}

.event-card-meta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.event-slide-date-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-slide-meta-icon {
  width: 32px;
  height: 32px;
}

.event-slide-date {
  color: var(--Black-950, #2a2a28);
  text-align: center;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.07px;
}
@media screen and (min-width: 768px) {
  .event-slide-date {
    font-size: 16px;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.08px;
  }
}

.event-slide-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  color: var(--Black-800, #464544);
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 24px */
}
.event-slide-price > svg {
  display: inline-block;
}

.event-slide-title {
  margin-bottom: 8px;
  color: var(--Black-950, #2a2a28);
  /* Mobile/Body Raleway 18 SemiBold */
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 23.76px */
}
@media screen and (min-width: 768px) {
  .event-slide-title {
    font-size: 20px;
  }
}

.event-slide-description {
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--Black-600, #605f5a);
  font-family: var(--font-Lora);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.07px;
}
@media screen and (min-width: 768px) {
  .event-slide-description {
    font-size: 16px;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.08px;
  }
}

.slide-presenter-wrap {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 16px;
}

.presenter-avatar-wrap {
  width: 40px;
  height: 40px;
  position: relative;
}

.presenter-avatar-border {
  position: absolute;
  top: 0;
  left: 0;
  border: 1.333px solid var(--Stroke, rgba(255, 255, 255, 0.8));
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.presenter-avatar {
  width: 40px;
  height: 40px;
  border-radius: 20px;
}

.event-slide-presenter-name {
  color: var(--Black-950, #2a2a28);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 21.6px */
}

.event-slide-presenter-position {
  color: var(--Black-600, #605f5a);
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
}

.event-slide-link-text {
  margin-top: auto;
  padding: 13px 16px;
  border-radius: 8px;
  border: 1px solid #491243;
  background: rgba(248, 247, 243, 0.6);
  backdrop-filter: blur(2px);
  color: #491243;
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 21.6px */
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.event-slide-link-text:hover {
  background: var(--Beige, #f8f7f3);
  -webkit-box-shadow: 0 3px 8px 0 rgba(129, 79, 124, 0.4);
          box-shadow: 0 3px 8px 0 rgba(129, 79, 124, 0.4);
}

body.admin-bar .header {
  top: 46px;
}
@media screen and (min-width: 768px) {
  body.admin-bar .header {
    top: 32px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  z-index: 999;
}

.header.scrolled {
  backdrop-filter: blur(30px);
  background-color: #fcfcfc;
}

.header-top-nav-wrap {
  display: none;
}
@media screen and (min-width: 1280px) {
  .header-top-nav-wrap {
    display: block;
    height: 48px;
    padding: 8px 80px;
    background: var(--Black-950, #2a2a28);
  }
}

.header-top-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.ht-soc-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.ht-soc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
}

.ht-soc-item-img {
  width: 100%;
  height: 100%;
}

.center-psy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.center-psy-link-img {
  height: 24px;
  width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.center-psy-text {
  color: var(--Beige, #f8f7f3);
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.ht-address-items {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.ht-address-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.ht-address-text {
  color: var(--Beige, #f8f7f3);
  font-family: var(--font-Raleway);
  font-size: 14px;
  line-height: 140%; /* 19.6px */
}

.header-container {
  padding: 12px 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.header-logo-link {
  position: relative;
  z-index: 100;
}

.header-logo {
  width: 95px;
  height: 48px;
}

.header-nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .header-nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .header-nav-list li:first-child {
    margin-left: auto;
  }
  .header-nav-list li:last-child {
    margin-left: 32px;
  }
}

.header-nav-list-item .main-button {
  height: 44px;
}
@media screen and (min-width: 1280px) {
  .header-nav-list-item .main-button {
    height: 36px;
  }
}

.header-nav-list-item-link {
  width: 100%;
  position: relative;
  overflow: hidden;
  color: var(--Black-950, #2a2a28);
  font-family: var(--font-Lora);
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.08px;
  z-index: 2;
}
.header-nav-list-item-link::after {
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-color: var(--Purple);
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  opacity: 0;
  -webkit-transition: var(--transition-opacity), var(--transition-transform);
  transition: var(--transition-opacity), var(--transition-transform);
}
.header-nav-list-item-link:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.header-nav-list-item-link.current-page::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .header-nav-list-item-link {
    width: auto;
  }
}

.header-menu-wrapper {
  position: absolute;
  z-index: 99;
  inset: 0;
  padding: 120px 16px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100dvh;
  overflow-y: auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: all 300ms var(--cubic);
  transition: all 300ms var(--cubic);
  visibility: hidden;
  opacity: 0;
  background-image: url("/wp-content/themes/vibestyletheme//partials/components/header/BG.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .header-menu-wrapper {
    background-image: none;
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    padding: 0;
    height: auto;
    overflow: visible;
    width: 100%;
  }
}

.menu-btn {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (min-width: 1280px) {
  .menu-btn {
    display: none;
  }
}

.mobile-soc-link {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .mobile-soc-link {
    display: none;
  }
}
.mobile-soc-link .ht-soc-items {
  gap: 20px;
}
.mobile-soc-link .ht-soc-item {
  width: 32px;
  height: 32px;
}
.mobile-soc-link .center-psy-text {
  color: var(--Black-950, #2a2a28);
}
.mobile-soc-link .ht-address-items {
  margin-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mobile-soc-link .ht-address-text {
  color: var(--Black-950, #2a2a28);
}

.header-nav-list-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .header-nav-list-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
}

.header-nav-list-item .main-button {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .header-nav-list-item .main-button {
    width: auto;
  }
}

.header-lang-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-lang-img {
  width: 20px;
  height: 20px;
}

.header-lang-img-shev {
  width: 10px;
  height: 10px;
}

.header-lang-text {
  padding: 4px 8px;
  color: var(--Black-950);
  font-family: var(--font-Lora);
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  text-transform: uppercase;
}

.header-lang-list {
  position: absolute;
  left: 10%;
  top: 28px;
  padding: 4px;
  background-color: #fff;
  border-radius: 8px;
  display: none;
  z-index: 10;
}
.header-lang-wrap:hover .header-lang-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero {
  padding: 160px 0 155px 0;
  background-image: url("/wp-content/themes/vibestyletheme/img/home/hero-bg-mob.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .hero {
    background-image: url("/wp-content/themes/vibestyletheme/img/home/hero-bg-desk.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1280px) {
  .hero {
    padding: 218px 0 251px 0;
  }
}

.hero__content {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .hero__content {
    margin-bottom: 32px;
  }
}

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

.hero__title {
  color: var(--Black-950);
  font-size: 84px;
  text-align: center;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.68px;
  text-transform: capitalize;
}
@media screen and (min-width: 1280px) {
  .hero__title {
    font-size: 120px;
    letter-spacing: -2.4px;
  }
}

.hero__description {
  color: var(--Black-800);
  font-family: var(--font-Lora);
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .hero__description {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.hero__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.hero__actions > a {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .hero__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .hero__actions > a {
    width: 200px;
  }
}

.ht-swiper-wrap {
  position: relative;
}
.ht-swiper-wrap::before {
  content: "";
  display: block;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-image: var(--Blue-Grdient);
}
.ht-swiper-wrap::after {
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-image: var(--Blue-Grdient);
}

@media screen and (min-width: 1280px) {
  .home-testy-wrapper {
    height: 335px;
  }
}

.home-testy-slide {
  padding-top: 24px;
  padding-bottom: 24px;
  height: auto !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.home-testy-slide > h3 {
  width: 100%;
  text-align: center;
}
.home-testy-slide > p {
  max-width: 1086px;
  color: var(--Black-950);
  text-align: center;
  font-family: var(--font-Raleway);
  font-size: 20px;
  font-weight: 600;
  line-height: 138%;
  letter-spacing: -0.4px;
}
@media screen and (min-width: 1280px) {
  .home-testy-slide > p {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}
.home-testy-slide ul {
  max-width: 1086px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.home-testy-slide li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.home-testy-slide li svg {
  width: 24px;
  height: 24px;
}
.home-testy-slide li p {
  color: var(--Black-950);
  font-family: var(--font-Raleway);
  font-size: 18px;
  font-weight: 600;
  line-height: 134%;
}
@media screen and (min-width: 1280px) {
  .home-testy-slide li p {
    font-size: 28px;
  }
}

.home-testy-button-next,
.home-testy-button-prev {
  display: none !important;
}
@media screen and (min-width: 1280px) {
  .home-testy-button-next,
  .home-testy-button-prev {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.about__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1280px) {
  .about__grid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 80px;
  }
}

.about__left {
  width: 100%;
  height: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background-image: url("/wp-content/themes/vibestyletheme/./img/home/about-bg.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: right 61px top 0;
  background-size: contain;
}
@media screen and (min-width: 1280px) {
  .about__left {
    background-position: center;
    max-width: 644px;
    height: 245px;
  }
}

.about__title {
  color: #313033;
  font-family: var(--font-Raleway);
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 1280px) {
  .about__title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}

.about__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .about__right {
    max-width: 524px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .about__right > .main-button {
    min-width: 200px;
  }
}

.about__quote {
  margin-bottom: 16px;
  color: var(--Purple);
  font-family: var(--font-Raleway);
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .about__quote {
    font-size: 20px;
    letter-spacing: -0.1px;
  }
}

.about__text {
  margin-bottom: 40px;
  color: var(--Black-600);
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .about__text {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.about__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .about__stats {
    height: 236px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.about-stat {
  max-width: 225px;
}
.about-stat:nth-child(odd) {
  margin-right: auto;
}
.about-stat:nth-child(even) {
  margin-left: auto;
  text-align: right;
}
@media screen and (min-width: 1280px) {
  .about-stat {
    max-width: none;
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-stat:nth-child(odd) {
    margin-right: 0;
    padding-top: 80px;
  }
  .about-stat:nth-child(even) {
    margin-left: 0;
    padding-bottom: 80px;
    text-align: start;
  }
}

.about-stat__value {
  color: #464544;
  text-shadow: 2px 2px 8px rgba(92, 88, 101, 0.09);
  font-family: var(--font-Inter);
  font-size: 56px;
  font-style: italic;
  font-weight: 600;
  line-height: 76px;
}
.about-stat__value > span {
  font-size: 32px;
}
@media screen and (min-width: 1280px) {
  .about-stat__value > span {
    font-size: 56px;
  }
}
@media screen and (min-width: 1280px) {
  .about-stat__value {
    font-size: 84px;
  }
}

.about-stat__text {
  color: var(--Black-600);
  font-family: var(--font-Raleway);
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .about-stat__text {
    font-size: 20px;
    letter-spacing: -0.1px;
  }
}

.trainings__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.trainings__kicker {
  text-align: center;
}

.trainings__title {
  text-align: center;
}

.trainings__subtitle {
  max-width: 846px;
  color: var(--Black-600);
  text-align: center;
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .trainings__subtitle {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.trainings__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .trainings__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .trainings__grid {
    gap: 24px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.training-card {
  padding: 20px 16px;
  width: 100%;
  height: auto;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 16px;
  background-image: url("/wp-content/themes/vibestyletheme/img/home/traning-card-bg.svg");
}
.training-card > .line {
  width: 85px;
  height: 2px;
  margin-top: 12px;
  margin-bottom: 12px;
}
@media screen and (min-width: 1280px) {
  .training-card > .line {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.training-card > .training-card__tag {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .training-card > .training-card__tag {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}
.training-card > .training-card__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 134%;
  text-transform: capitalize;
}
@media screen and (min-width: 1280px) {
  .training-card > .training-card__title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1280px) {
  .training-card {
    border-radius: 32px;
    padding: 32px 24px;
  }
}
.training-card > .training-card__text {
  font-family: var(--font-Lora);
  font-size: 16px;
  line-height: 155%;
  letter-spacing: -0.16px;
}
@media screen and (min-width: 1280px) {
  .training-card > .training-card__text {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}
.training-card:nth-child(1), .training-card:nth-child(6) {
  background-image: url("/wp-content/themes/vibestyletheme/img/home/traning-card-bg.svg"), var(--Card-Background);
}
.training-card:nth-child(1) > .line, .training-card:nth-child(6) > .line {
  background: #b58db1;
}
.training-card:nth-child(1) .training-card__tag, .training-card:nth-child(6) .training-card__tag {
  color: #e4dde3;
}
.training-card:nth-child(1) > .training-card__title, .training-card:nth-child(6) > .training-card__title {
  color: #fff;
}
.training-card:nth-child(1) > .training-card__text, .training-card:nth-child(6) > .training-card__text {
  color: var(--Beige);
}
.training-card:nth-child(2), .training-card:nth-child(4) {
  background-image: url("/wp-content/themes/vibestyletheme/img/home/traning-card-bg.svg"), var(--Blue-Gradient);
}
.training-card:nth-child(2) > .line, .training-card:nth-child(4) > .line {
  background: rgba(255, 255, 255, 0.65);
}
.training-card:nth-child(2) .training-card__tag, .training-card:nth-child(4) .training-card__tag {
  color: #5c5865;
}
.training-card:nth-child(2) > .training-card__title, .training-card:nth-child(4) > .training-card__title {
  color: #313033;
}
.training-card:nth-child(2) > .training-card__text, .training-card:nth-child(4) > .training-card__text {
  color: var(--Black-600);
}
.training-card:nth-child(3), .training-card:nth-child(5) {
  background-color: var(--Beige);
}
.training-card:nth-child(3) > .line, .training-card:nth-child(5) > .line {
  background: #e2dcc8;
}
.training-card:nth-child(3) .training-card__tag, .training-card:nth-child(5) .training-card__tag {
  color: #5c5865;
}
.training-card:nth-child(3) > .training-card__title, .training-card:nth-child(5) > .training-card__title {
  color: #313033;
}
.training-card:nth-child(3) > .training-card__text, .training-card:nth-child(5) > .training-card__text {
  color: var(--Black-600);
}

@media screen and (min-width: 1280px) {
  .partners__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}

.partners__title {
  width: 100%;
  max-width: 200px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  line-height: 134%;
  text-transform: capitalize;
}
@media screen and (min-width: 1280px) {
  .partners__title {
    margin-bottom: 0;
    max-width: 311px;
    font-size: 28px;
  }
}

.partners__marquee {
  overflow: hidden;
  width: 100%;
  --marquee-duration: 22s;
  --marquee-gap: 48px;
  padding-top: 12px;
  border-top: 1px solid #e2dcc8;
}
@media screen and (min-width: 1280px) {
  .partners__marquee {
    border-top: none;
    padding-top: 0;
    padding-left: 12px;
    border-left: 1px solid #e2dcc8;
    gap: 90px;
  }
}

.partners__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.partners__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  gap: var(--marquee-gap);
  padding-right: var(--marquee-gap);
}

.partners__item {
  width: 72px;
  height: 72px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .partners__item {
    width: 100px;
    height: 100px;
  }
}

.partners__logo {
  width: 100%;
  height: 100%;
}

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

.partners__marquee:hover .partners__track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@-webkit-keyframes partners-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes partners-marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .partners__track {
    -webkit-animation: none;
            animation: none;
  }
}
.testimonials-video__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .testimonials-video__header {
    margin-bottom: 40px;
  }
}

.testimonials-video__text {
  color: #5c5865;
  text-align: center;
  font-family: var(--font-Lora);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .testimonials-video__text {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.video-testy-wrapper {
  height: 192px !important;
}
@media screen and (min-width: 1280px) {
  .video-testy-wrapper {
    height: 417px !important;
  }
}

.video-testy-slide {
  height: 192px !important;
}
@media screen and (min-width: 1280px) {
  .video-testy-slide {
    height: 417px !important;
  }
}

.testimonials-video__media {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
}
@media screen and (min-width: 1280px) {
  .testimonials-video__media {
    border-radius: 32px;
  }
}

.testimonials-video__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 16px;
}
@media screen and (min-width: 1280px) {
  .testimonials-video__player {
    border-radius: 32px;
  }
}

.pagination-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  height: 40px;
}
@media screen and (min-width: 1280px) {
  .pagination-wrapper {
    margin-top: 40px;
  }
}

.testimonials-video__media {
  position: relative;
}

.testimonials-video__player {
  display: block;
  width: 100%;
  height: auto;
  z-index: -1;
}

.js-video.is-playing .testimonials-video__player {
  z-index: 1;
}

.video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 0;
  cursor: pointer;
  z-index: 2;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.85);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.video-play__icon {
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid rgba(55, 19, 78, 0.9); /* можна прибрати/підлаштувати */
}

.js-video.is-playing .video-play {
  opacity: 0;
  pointer-events: none;
}

.video-play:hover {
  background: rgba(255, 255, 255, 0.95);
}

.testimonials-video__player::-webkit-media-controls-timeline {
  display: none !important;
}

.testimonials-video__player::-webkit-media-controls-current-time-display,
.testimonials-video__player::-webkit-media-controls-time-remaining-display {
  display: none !important;
}

.video-preview {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.js-video.is-playing .video-preview {
  opacity: 0;
  visibility: hidden;
}

.team-section__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}

.team-section__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .team-section__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.team-section__left {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .team-section__left {
    max-width: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 354px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.team-section__left .main-button {
  display: none;
}
@media screen and (min-width: 1280px) {
  .team-section__left .main-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.team-section__text {
  color: var(--Black-600);
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .team-section__text {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.team-section__right {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .team-section__right {
    max-width: 914px;
  }
}

@media screen and (min-width: 1280px) {
  .team-swiper-js {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.team-swiper-js .main-button {
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .team-swiper-js .main-button {
    display: none;
  }
}

.team-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .team-card {
    gap: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.team-card__media {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  aspect-ratio: 21/23;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
}
@media screen and (min-width: 1280px) {
  .team-card__media {
    height: 460px;
    width: 420px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
    border-radius: 24px;
  }
}
.team-card__media > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
.team-card__media > .event-image-border {
  border-radius: 16px;
}
@media screen and (min-width: 1280px) {
  .team-card__media > .event-image-border {
    border-radius: 24px;
  }
}

.team-card__content {
  height: 446px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  border-radius: 16px;
  background-image: var(--Blue-Gradient);
}
@media screen and (min-width: 1280px) {
  .team-card__content {
    width: 100%;
    height: 460px;
    max-width: 470px;
  }
}

.team-card__name {
  margin-bottom: 8px;
}

.team-card__position {
  color: var(--Black-600);
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .team-card__position {
    font-size: 14px;
    letter-spacing: 0.28px;
  }
}

.sw-team-line {
  margin-top: 24px;
  margin-bottom: 24px;
  width: 85px;
  height: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: rgba(255, 255, 255, 0.65);
}

.team-card__bio {
  color: var(--Black-600, #605f5a);
  font-family: var(--font-Lora);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
}
@media screen and (min-width: 1280px) {
  .team-card__bio {
    font-size: 16px;
    letter-spacing: -0.08px;
  }
}

.team-slider__nav {
  position: relative;
  margin-top: 24px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .team-slider__nav {
    margin-top: 0;
    margin-bottom: 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 16px;
  }
  .team-slider__nav > div {
    position: static;
    margin-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .team-pagination {
    display: none;
  }
}

.faq-section {
  background-image: url("/wp-content/themes/vibestyletheme//img/home/faq-bg-mob.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .faq-section {
    background-image: url("/wp-content/themes/vibestyletheme//img/home/faq-bg-desk.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

.faq__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .faq__grid {
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: 1fr minmax(733px, 1fr);
    grid-template-rows: auto 1fr;
    gap: 40px;
  }
}

.faq__left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .faq__left {
    max-width: 475px;
    grid-area: 1/1/2/2;
  }
  .faq__left .assent-button {
    min-width: 240px;
  }
}

.faq__title {
  margin-top: 14px;
  color: #313033;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 1280px) {
  .faq__title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}

.faq__intro {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #5c5865;
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .faq__intro {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.faq__right {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .faq__right {
    max-width: 733px;
    grid-area: 1/2/3/3;
  }
}

.faq-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.faq-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 12px;
  background: var(--White);
  -webkit-box-shadow: 2px 8px 16px 0 rgba(207, 209, 214, 0.34);
          box-shadow: 2px 8px 16px 0 rgba(207, 209, 214, 0.34);
}
.faq-item.active {
  gap: 8px;
}
@media screen and (min-width: 1280px) {
  .faq-item {
    padding: 24px;
    border-radius: 16px;
  }
}

.faq-item__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.faq-item__question {
  color: var(--Black-950);
  font-size: 18px;
  font-weight: 600;
  line-height: 132%;
}
@media screen and (min-width: 1280px) {
  .faq-item__question {
    font-size: 20px;
  }
}

.faq-item__icon {
  margin-left: auto;
  width: 30px;
  height: 30px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.faq-item__icon > img {
  width: 100%;
  height: 100%;
  -webkit-transition: var(--transition-transform);
  transition: var(--transition-transform);
}
.active .faq-item__icon > img {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.faq-item__answer {
  width: 100%;
  max-height: 0;
  padding: 12px;
  overflow: hidden;
  border-radius: 8px;
  color: var(--Black-600);
  font-family: var(--font-Lora);
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.07px;
  background: var(--Beige);
  max-height: 0;
  overflow: hidden;
  margin-top: 0px;
  padding: 0px;
  -webkit-transition: max-height 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
  transition: max-height 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
  opacity: 0;
}
.active .faq-item__answer {
  padding: 12px;
  opacity: 1;
  max-height: 1000px;
}
@media screen and (min-width: 1280px) {
  .faq-item__answer {
    border-radius: 10px;
    font-size: 16px;
    letter-spacing: -0.08px;
  }
  .active .faq-item__answer {
    padding: 16px;
  }
}

.faq-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 12px;
  border-radius: 12px;
  background: var(--Blue-Gradient);
}
@media screen and (min-width: 1280px) {
  .faq-contact {
    max-width: 475px;
    grid-area: 2/1/3/2;
    padding: 40px;
    border-radius: 16px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.faq-contact .ht-soc-item {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1280px) {
  .faq-contact .ht-soc-item {
    width: 32px;
    height: 32px;
  }
}

.faq-contact__text {
  color: var(--Black-600);
  font-family: var(--font-Lora);
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .faq-contact__text {
    font-size: 18px;
  }
}

.home-faq-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .home-faq-soc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.faq-contact__label {
  color: var(--Black-600);
  font-family: var(--font-Lora);
  line-height: 155%;
  letter-spacing: -0.16px;
}
@media screen and (min-width: 1280px) {
  .faq-contact__label {
    font-size: 18px;
  }
}

.school-hero-section {
  padding-top: 104px;
}
@media screen and (min-width: 1280px) {
  .school-hero-section {
    padding-top: 200px;
  }
}

@media screen and (min-width: 1280px) {
  .stage-container {
    max-width: 1100px;
  }
}

.section-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  text-align: center;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: linear-gradient(227deg, #a777a2 -16.49%, #491243 142.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* для Firefox */
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .section-label {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}

.school-hero-title {
  margin-bottom: 24px;
  color: #313033;
  text-align: center;
  font-family: Raleway;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
  letter-spacing: -0.64px;
}
@media screen and (min-width: 768px) {
  .school-hero-title {
    font-size: 32px;
    letter-spacing: -2.24px;
  }
}
@media screen and (min-width: 1280px) {
  .school-hero-title {
    margin: 0 auto 24px;
    max-width: 846px;
    font-size: 56px;
  }
}

.school-hero-text {
  margin-bottom: 40px;
  color: var(--Black-800, #464544);
  text-align: center;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.08px;
}
@media screen and (min-width: 768px) {
  .school-hero-text {
    font-size: 18px;
  }
}

.school-hero-cards-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .school-hero-cards-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.school-hero-left-wrap,
.school-hero-right-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .school-hero-left-wrap,
  .school-hero-right-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .school-hero-left-wrap,
  .school-hero-right-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc((100% - 48px - 400px) / 2);
  }
}

.school-hero-img-wrap {
  position: relative;
  border-radius: 24px;
  -webkit-box-shadow: 2px 8px 16px 0 rgba(207, 209, 214, 0.34);
          box-shadow: 2px 8px 16px 0 rgba(207, 209, 214, 0.34);
}

@media screen and (min-width: 768px) {
  .school-hero-side-img-wrap {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 1280px) {
  .school-hero-side-img-wrap {
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .school-hero-img-wrap-center {
    width: 400px;
  }
}

.school-hero-img-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 4px solid rgba(255, 255, 255, 0.6);
}

.school-hero-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}
@media screen and (min-width: 768px) {
  .school-hero-img {
    height: 100%;
  }
}

.school-hero-img-center {
  width: 100%;
  height: 247px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 1280px) {
  .school-hero-img-center {
    height: 100%;
  }
}

.school-hero-card-1,
.school-hero-card-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 20px 16px;
  border-radius: 24px;
  -webkit-box-shadow: 2px 8px 16px 0 rgba(207, 209, 214, 0.34);
          box-shadow: 2px 8px 16px 0 rgba(207, 209, 214, 0.34);
}
@media screen and (min-width: 768px) {
  .school-hero-card-1,
  .school-hero-card-2 {
    width: calc(50% - 12px);
  }
}
@media screen and (min-width: 1280px) {
  .school-hero-card-1,
  .school-hero-card-2 {
    padding: 16px 24px;
    width: 100%;
    height: 100%;
  }
}

.school-hero-card-1 {
  background: linear-gradient(226deg, #b690b2 4.64%, #a36c9c 90.78%);
}
.school-hero-card-1 > h3 {
  color: var(--White, #fff);
}
.school-hero-card-1 > p {
  color: var(--Beige, #f8f7f3);
}

.school-hero-card-2 {
  background: linear-gradient(215deg, #bbe3ff 0%, #f5f1e2 94.99%);
}
.school-hero-card-2 > h3 {
  color: var(--Black-600, #605f5a);
}
.school-hero-card-2 > p {
  color: #313033;
}

.school-hero-card-divider {
  width: 85px;
  height: 2px;
  background: rgba(255, 255, 255, 0.65);
}

.school-hero-card-title {
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%; /* 27.6px */
  letter-spacing: -0.4px;
}
@media screen and (min-width: 768px) {
  .school-hero-card-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 132%; /* 36.96px */
    text-transform: capitalize;
  }
}

.school-hero-card-text {
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  letter-spacing: -0.16px;
}
@media screen and (min-width: 768px) {
  .school-hero-card-text {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.hiw-top-wrap {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1280px) {
  .hiw-top-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}

.how-it-works-label {
  margin-bottom: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 14.4px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: linear-gradient(227deg, #a777a2 -16.49%, #491243 142.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .how-it-works-label {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}

.how-it-works-title {
  color: #313033;
  font-family: Raleway;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.52px;
}
@media screen and (min-width: 768px) {
  .how-it-works-title {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
}
@media screen and (min-width: 1280px) {
  .how-it-works-title {
    font-size: 48px;
  }
}

.how-it-works-text {
  width: 100%;
  color: var(--Black-800, #464544);
  text-align: justify;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.08px;
}
@media screen and (min-width: 768px) {
  .how-it-works-text {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}
@media screen and (min-width: 1280px) {
  .how-it-works-text {
    margin-top: auto;
  }
}

.hiw-top-left-wrap {
  width: 100%;
}

.how-it-works-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .how-it-works-cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.how-it-works-card {
  padding: 16px;
  border-radius: 12px;
  background: #f8f7f3;
}
@media screen and (min-width: 768px) {
  .how-it-works-card {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .how-it-works-card {
    padding: 32px;
  }
}

.how-it-works-card:last-child {
  background: var(--Blue-Grdient, linear-gradient(215deg, #bbe3ff 0%, #f5f1e2 94.99%));
}

.how-it-works-card-num-outer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 11.429px;
  background: var(--Blue-Grdient, linear-gradient(215deg, #bbe3ff 0%, #f5f1e2 94.99%));
  -webkit-box-shadow: 0 0 8.333px 0 rgba(190, 187, 177, 0.64);
          box-shadow: 0 0 8.333px 0 rgba(190, 187, 177, 0.64);
}
@media screen and (min-width: 768px) {
  .how-it-works-card-num-outer-wrap {
    -webkit-box-shadow: 0 0 10px 0 rgba(190, 187, 177, 0.64);
            box-shadow: 0 0 10px 0 rgba(190, 187, 177, 0.64);
    border-radius: 13.714px;
  }
}

.how-it-works-card:last-child .how-it-works-card-num-outer-wrap {
  background: var(--White, #fff);
}

.how-it-works-card-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .how-it-works-card-top-wrap {
    gap: 16px;
  }
}

.how-it-works-card-number {
  width: 31px;
  height: 31px;
  padding: 2px 5px;
  border-radius: 5.714px;
  border: 0.714px solid var(--elements-stroke-blue, #d5ebf6);
  background: var(--White, #fff);
  color: var(--Black-950, #2a2a28);
  font-family: Lora;
  font-size: 18.333px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%; /* 24.75px */
  letter-spacing: -0.55px;
}
@media screen and (min-width: 768px) {
  .how-it-works-card-number {
    width: 35px;
    height: 35px;
    border-radius: 6.857px;
    font-size: 22px;
    letter-spacing: -0.66px;
    border: 0.857px solid var(--elements-stroke-blue, #d5ebf6);
  }
}

.how-it-works-card:last-child .how-it-works-card-number {
  background: var(--Blue-Grdient, linear-gradient(215deg, #bbe3ff 0%, #f5f1e2 94.99%));
}

.how-it-works-card-title {
  color: var(--Black-950, #2a2a28);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 23.76px */
}
@media screen and (min-width: 768px) {
  .how-it-works-card-title {
    font-size: 20px;
  }
}

.how-it-works-card-text {
  color: var(--Black-600, #605f5a);
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.07px;
}
@media screen and (min-width: 768px) {
  .how-it-works-card-text {
    font-size: 16px;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.08px;
  }
}

.warning-container {
  padding: 24px;
  margin: 0 auto;
  border-radius: 24px;
  background: var(--Blue-Grdient, linear-gradient(215deg, #bbe3ff 0%, #f5f1e2 94.99%));
}
@media screen and (min-width: 1280px) {
  .warning-container {
    padding: 40px;
    max-width: 1088px;
  }
}

.warning-title-wrap {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 768px) {
  .warning-title-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.warning-title {
  color: var(--Purple, #491243);
  text-align: center;
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 31.68px */
}

.warning-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.warning-text > p {
  color: var(--Black-950, #2a2a28);
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  letter-spacing: -0.16px;
}
.warning-text > p > strong {
  color: var(--Purple, #491243);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .warning-text > p {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.stage-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1280px) {
  .stage-section {
    gap: 64px;
  }
}

.stage-title {
  margin-bottom: 40px;
  color: var(--Black-950, #2a2a28);
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%; /* 27.6px */
  letter-spacing: -0.4px;
}
.stage-title > span {
  margin-top: 4px;
  display: block;
  /* Mobile/H2 */
  font-size: 26px;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.52px;
}
@media screen and (min-width: 768px) {
  .stage-title {
    font-size: 24px;
    letter-spacing: -0.64px;
  }
  .stage-title > span {
    font-size: 32px;
    letter-spacing: -0.96px;
  }
}
@media screen and (min-width: 1280px) {
  .stage-title {
    font-size: 32px;
  }
  .stage-title > span {
    font-size: 48px;
  }
}

.stage-subtitle {
  margin-bottom: 8px;
  color: var(--Purple, #491243);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%; /* 24.12px */
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .stage-subtitle {
    font-size: 24px;
    line-height: 132%; /* 31.68px */
  }
}

.stage-info-text {
  margin-bottom: 16px;
  color: var(--Black-600, #605f5a);
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.08px;
}
@media screen and (min-width: 768px) {
  .stage-info-text {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.stage-list {
  margin-bottom: 24px;
}

.stage-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.stage-list-item > svg {
  margin-top: 10px;
}

.stage-list-item-text {
  color: var(--Black-950, #2a2a28);
  font-family: Lora;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.08px;
}
@media screen and (min-width: 768px) {
  .stage-list-item-text {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.stage-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.stage-text {
  margin-bottom: 24px;
}

.stage-text,
.stage-text-wrap > p {
  color: var(--Black-600, #605f5a);
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.07px;
}
@media screen and (min-width: 768px) {
  .stage-text,
  .stage-text-wrap > p {
    font-size: 16px;
    letter-spacing: -0.08px;
  }
}

.stage-columns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .stage-columns-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1280px) {
  .stage-columns-wrap {
    gap: 80px;
  }
}

.stage-columns-wrap--2 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .stage-columns-wrap--2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.stage-right-column {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 32px 16px 16px 16px;
  border-radius: 16px;
  background: var(--Beige, #f8f7f3);
}
@media screen and (min-width: 768px) {
  .stage-right-column {
    width: 320px;
  }
}
@media screen and (min-width: 1280px) {
  .stage-right-column {
    width: 403px;
  }
}

.stage-form-title {
  margin-bottom: 26px;
  color: var(--Black-950, #2a2a28);
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%; /* 21.44px */
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .stage-form-title {
    font-size: 24px;
  }
}

.stage-form-time {
  display: block;
  color: var(--Purple, #491243);
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .stage-form-time {
    font-size: 28px;
  }
}

.stage-form-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin-bottom: 16px;
}
.stage-form-text-wrap > p {
  color: var(--Black-950, #2a2a28);
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.07px;
}
.stage-form-text-wrap > p > strong {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .stage-form-text-wrap > p {
    font-size: 16px;
  }
}

.stage-program-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
  transition: max-height 0.3s linear, opacity 0.3s linear, padding 0.3s linear;
}

.stage-program-item.is-open .stage-program-content {
  padding-top: 16px;
  max-height: 2000px;
  opacity: 1;
}

.stage-program-title {
  margin-bottom: 24px;
  color: var(--Black-950, #2a2a28);
  text-align: center;
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%; /* 27.6px */
  letter-spacing: -0.4px;
}
@media screen and (min-width: 768px) {
  .stage-program-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .stage-program-title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

.stage-program-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .stage-program-accordion {
    gap: 24px;
  }
}

.stage-program-item {
  padding: 8px 16px;
  border-radius: 12px;
  background: var(--White, #fff);
  -webkit-box-shadow: 0 0 16px 0 rgba(207, 209, 214, 0.23);
          box-shadow: 0 0 16px 0 rgba(207, 209, 214, 0.23);
}
@media screen and (min-width: 768px) {
  .stage-program-item {
    padding: 24px;
    border-radius: 16px;
  }
}

.stage-program-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  cursor: pointer;
}

.stage-program-trigger-text {
  color: var(--Black-950, #2a2a28);
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 21.12px */
}
@media screen and (min-width: 768px) {
  .stage-program-trigger-text {
    font-size: 20px;
  }
}

.stage-program-table {
  width: 100%;
  border-radius: 4px;
  border-collapse: collapse;
  table-layout: auto;
}

.stage-program-table col.col-num,
.stage-program-table col.col-time {
  width: 1%;
}

.stage-program-table col.col-text {
  width: auto;
}

.stage-program-table-head,
.stage-program-table-foot {
  background: #f8f7f3;
}

.stage-program-table-head th,
.stage-program-table td {
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .stage-program-table-head th,
  .stage-program-table td {
    padding: 8px 16px;
  }
}

.stage-program-table-label {
  text-align: left;
  color: var(--Black-950, #2a2a28);
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 16.8px */
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .stage-program-table-label {
    font-size: 14px;
  }
}

.stage-program-table-row:not(:last-child) {
  border-bottom: 1px solid rgba(226, 220, 200, 0.5);
}

.stage-program-column-num {
  color: var(--Black-600, #605f5a);
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.07px;
}
@media screen and (min-width: 768px) {
  .stage-program-column-num {
    font-size: 16px;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.08px;
  }
}

.stage-program-column-text {
  color: var(--Black-950, #2a2a28);
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
}
@media screen and (min-width: 768px) {
  .stage-program-column-text {
    font-size: 16px;
    letter-spacing: -0.08px;
  }
}

.stage-program-column-time {
  color: var(--Black-950, #2a2a28);
  text-align: center;
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.07px;
}
@media screen and (min-width: 768px) {
  .stage-program-column-time {
    font-size: 16px;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.08px;
  }
}

.stage-program-column-total {
  color: var(--Black-950, #2a2a28);
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.08px;
}
@media screen and (min-width: 768px) {
  .stage-program-column-total {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.stage-program-column-total-num {
  color: var(--Black-950, #2a2a28);
  text-align: center;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 28.8px */
  letter-spacing: -0.08px;
}
@media screen and (min-width: 768px) {
  .stage-program-column-total-num {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.stage-program-trigger-icon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  position: relative;
  color: #491243;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.stage-program-trigger-icon-wrap > svg {
  rotate: -135deg;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.stage-program-trigger-icon-wrap:hover {
  opacity: 0.8;
}

.stage-program-trigger-icon-arrow-wrap {
  rotate: 225deg;
}

.stage-program-item.is-open .stage-program-trigger-icon-wrap > svg {
  rotate: 135deg;
}

.stage-program-item.is-open .stage-program-trigger-icon-arrow-wrap {
  rotate: 135deg;
}

.program-tabs-btn {
  min-width: 102px;
}

.team-page-section {
  padding-top: 88px;
}
@media screen and (min-width: 1280px) {
  .team-page-section {
    padding-top: 156px;
  }
}

@media screen and (min-width: 1280px) {
  .team-page-container {
    max-width: 1122px;
  }
}

.team-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .team-page__header {
    margin-bottom: 16px;
  }
}

.team-page__kicker {
  text-align: center;
  margin-bottom: 16px;
}

.team-page__title {
  margin-bottom: 24px;
  color: #313033;
  text-align: center;
  font-family: var(--font-Raleway);
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 1280px) {
  .team-page__title {
    font-size: 56px;
    line-height: 130%;
    letter-spacing: -2.24px;
    max-width: 866px;
  }
}

.team-page__subtitle {
  color: var(--Black-800, #464544);
  text-align: center;
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .team-page__subtitle {
    font-size: 18px;
    letter-spacing: -0.09px;
    max-width: 866px;
  }
}

.team-page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.team-page-card {
  padding-bottom: 24px;
  border-bottom: 1px solid #e2dcc8;
}
@media screen and (min-width: 1280px) {
  .team-page-card {
    padding-bottom: 40px;
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: minmax(0, 412px) minmax(0, 655px);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    grid-template-areas: "media top" "media content";
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .team-page-card.team-card--reverse {
    grid-template-areas: "top media" "content media";
    grid-template-columns: minmax(0, 655px) minmax(0, 412px);
  }
}

.team-page-tabs__content {
  margin-top: 40px;
  padding-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .team-page-tabs__content {
    padding-bottom: 40px;
  }
}

.team-page-card__top {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .team-page-card__top {
    margin-bottom: 0;
    grid-area: top;
  }
}

.team-page-card__name {
  color: var(--Black-950);
  font-family: var(--font-Raleway);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%;
  letter-spacing: -0.4px;
}
@media screen and (min-width: 1280px) {
  .team-page-card__name {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

.team-page-card__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.team-page-social {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1280px) {
  .team-page-social {
    width: 32px;
    height: 32px;
  }
}
.team-page-social > img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .team-page-card__media {
    grid-area: media;
  }
}

.team-page-card__imgwrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 1280px) {
  .team-page-card__imgwrap {
    width: 412px;
    height: 400px;
  }
}
.team-page-card__imgwrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team-page-card__imgwrap .event-image-border {
  border-radius: 20px;
}

.team-page-card__role {
  margin-top: 16px;
  color: var(--Black-600);
  font-family: var(--font-Raleway);
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}

.team-page-card__tags {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.team-page-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  padding: 4px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100px;
  border: 1px solid var(--Purple-100);
  background: var(--White);
  color: var(--Black-950);
  text-align: center;
  font-family: var(--font-Lora);
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.07px;
}

.team-page-card__content {
  margin-top: 16px;
}
@media screen and (min-width: 1280px) {
  .team-page-card__content {
    margin-top: 8px;
    grid-area: content;
  }
}

.team-card-page__lead {
  color: var(--Purple);
  text-align: justify;
  font-family: var(--font-Inter);
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .team-card-page__lead {
    font-size: 20px;
    letter-spacing: -0.1px;
  }
}

.team-card-page__bio {
  max-height: 100px;
  margin-top: 16px;
  overflow: hidden;
  color: var(--Black-600, #605f5a);
  font-family: var(--font-Lora);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.07px;
  -webkit-transition: max-height 300ms linear;
  transition: max-height 300ms linear;
}
@media screen and (min-width: 1280px) {
  .team-card-page__bio {
    padding-left: 32px;
    max-height: none;
    font-size: 16px;
    letter-spacing: -0.08px;
  }
}
.team-card-page__bio.show-more {
  max-height: 2000px;
}

.team-show-more {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: var(--Purple);
  font-family: var(--font-Raleway);
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  background-color: transparent;
  border: none;
}
.team-show-more > svg {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  .team-show-more {
    display: none;
  }
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}

.modal-container-wrap {
  padding: 4px;
  background-color: var(--white);
  border-radius: 12px;
  overflow: hidden;
}

.modal__container {
  position: relative;
  background-color: var(--white);
  padding: 24px 16px;
  max-width: 800px;
  max-height: 680px;
  height: 96svh;
  width: 94svw;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--light-blue) transparent;
}
@media screen and (min-width: 1280px) {
  .modal__container {
    padding: 24px;
  }
}
.modal__container.modal-form-container {
  padding: 0;
  max-width: 620px;
}

/**************************\
  Demo Animation Style
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}

.modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: var(--blue);
}

.modal-close {
  -webkit-transition: all 250ms var(--cubic);
  transition: all 250ms var(--cubic);
  border-radius: 100%;
  padding: 4px;
}
@media (pointer: fine) {
  .modal-close {
    cursor: pointer;
  }
}
@media (hover: hover) and (pointer: fine) {
  .modal-close:hover {
    background-color: var(--light-blue);
  }
}
.modal-close svg {
  pointer-events: none;
}

.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url("/wp-content/themes/vibestyletheme//partials/components/footer/footer-bg-mob.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1280px) {
  .footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url("/wp-content/themes/vibestyletheme//partials/components/footer/footer-bg-desk.avif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 1280px) {
  .flwc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer-logo-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 1280px) {
  .footer-logo-container {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .footer-logo-container .ht-address-items {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
  }
}

.footer-logo-link {
  width: 158px;
  height: 80px;
}
@media screen and (min-width: 1280px) {
  .footer-logo-link {
    width: 276px;
    height: 138px;
  }
}

.footer-logo {
  width: 100%;
  height: 100%;
}

.footer-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (min-width: 1280px) {
  .footer-nav-wrap {
    width: 100%;
  }
}

.link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.fl-title {
  color: var(--White, #fff);
  font-family: var(--font-Raleway);
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
@media screen and (min-width: 1280px) {
  .fl-title {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}

.fl-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fl-item-link {
  padding: 8px;
  color: var(--Beige);
  font-family: var(--font-Lora);
  line-height: 160%;
  letter-spacing: -0.08px;
}

.footer-link-cover {
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 1280px) {
  .footer-link-cover {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 24px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .footer-link-cover::before, .footer-link-cover::after {
    content: "";
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#504945), color-stop(#6e6a6a), to(#504945));
    background-image: linear-gradient(#504945, #6e6a6a, #504945);
    left: 0;
  }
  .footer-link-cover::before {
    top: 0;
  }
  .footer-link-cover::after {
    bottom: 0;
  }
}

.footer-soc-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.footer-soc-wrap a {
  width: 100%;
  height: 100%;
}
.footer-soc-wrap .ht-soc-item {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1280px) {
  .footer-soc-wrap .ht-soc-item {
    width: 24px;
    height: 24px;
  }
}

.footer-soc-title {
  color: var(--Beige);
  font-family: var(--font-Lora);
  line-height: 160%;
  letter-spacing: -0.08px;
}

.footer-privacy-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media screen and (min-width: 1280px) {
  .footer-privacy-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
}

.footer-privacy-link {
  padding: 8px;
  color: var(--Beige);
  font-family: var(--font-Lora);
  line-height: 160%;
  letter-spacing: -0.08px;
}

.rights-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.rights-dev > a, .rights-dev > p {
  color: var(--Beige);
  font-family: var(--font-Lora);
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.06px;
}
@media screen and (min-width: 1280px) {
  .rights-dev > a, .rights-dev > p {
    font-size: 14px;
    letter-spacing: -0.07px;
  }
}
@media screen and (min-width: 1280px) {
  .rights-dev {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.event-page-section {
  padding-top: 88px;
}
@media screen and (min-width: 1280px) {
  .event-page-section {
    padding-top: 156px;
  }
}

.event-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .event-page__header {
    margin-bottom: 16px;
  }
}

.event-page__kicker {
  text-align: center;
  margin-bottom: 16px;
}

.event-page__title {
  margin-bottom: 24px;
  color: #313033;
  text-align: center;
  font-family: var(--font-Raleway);
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 1280px) {
  .event-page__title {
    font-size: 56px;
    line-height: 130%;
    letter-spacing: -2.24px;
    max-width: 866px;
  }
}

.event-page__subtitle {
  color: var(--Black-800, #464544);
  text-align: center;
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .event-page__subtitle {
    font-size: 18px;
    letter-spacing: -0.09px;
    max-width: 866px;
  }
}

.event-calendar-wrap {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-calendar-wrap > .calendar {
  width: 100%;
  height: 586px;
}
@media screen and (min-width: 1280px) {
  .event-calendar-wrap {
    margin-top: 40px;
  }
  .event-calendar-wrap > .calendar {
    width: 100%;
    height: 902px;
  }
}

.event-hero {
  padding-top: 140px;
}

.breadcrumbs-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs-wrap {
    margin-bottom: 0;
  }
}

.brc-link {
  color: var(--Black-600, #605f5a);
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
}

.breadcrumbs-wrap > svg {
  width: 10px;
  height: 10px;
}

.current-event-page {
  color: var(--Black-950, #2a2a28);
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 22.4px */
  letter-spacing: -0.07px;
}

.event-wrap {
  max-width: 1090px;
  margin: 0 auto;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  .event-wrap {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .event-wrap {
    padding-top: 80px;
  }
}

.event-label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 16px;
  text-align: center;
  font-family: Raleway;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  letter-spacing: 1.8px;
  text-transform: uppercase;
  background: linear-gradient(227deg, #a777a2 -16.49%, #491243 142.09%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent; /* для Firefox */
  background-clip: text;
}
@media screen and (min-width: 768px) {
  .event-label {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}

.event-title {
  margin-bottom: 24px;
  color: #313033;
  text-align: center;
  font-family: Raleway;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 31.2px */
  letter-spacing: -0.52px;
}
@media screen and (min-width: 768px) {
  .event-title {
    font-size: 48px;
    letter-spacing: -0.96px;
  }
}

.event-image-wrap {
  position: relative;
  margin-bottom: 40px;
  max-width: 700px;
}

.event-image-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10.07px;
  border: 1.259px solid rgba(255, 255, 255, 0.5);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .event-image-border {
    border-radius: 32px;
    border: 4px solid var(--stroke-white-transparent-50, rgba(255, 255, 255, 0.5));
  }
}

.event-image {
  border-radius: 10.07px;
}
@media screen and (min-width: 768px) {
  .event-image {
    border-radius: 32px;
  }
}

.event-subtitle {
  margin-bottom: 16px;
  color: var(--Purple, #491243);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 134%; /* 24.12px */
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .event-subtitle {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 132%; /* 31.68px */
  }
}

.event-meta-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .event-meta-wrap {
    margin-bottom: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .event-meta-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.event-meta-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.event-meta-icon {
  width: 32px;
  height: 32px;
  border-radius: 9.143px;
  -webkit-box-shadow: 0 0 6.667px 0 rgba(190, 187, 177, 0.64);
          box-shadow: 0 0 6.667px 0 rgba(190, 187, 177, 0.64);
}

.event-meta-text {
  color: var(--Black-950, #2a2a28);
  /* Mobile/Body Raleway 18 SemiBold */
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 23.76px */
}
@media screen and (min-width: 768px) {
  .event-meta-text {
    font-size: 20px;
  }
}

.event-meta-text > strong {
  color: var(--Purple, #491243);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 26.4px */
}
@media screen and (min-width: 768px) {
  .event-meta-text > strong {
    font-size: 24px;
  }
}

.event-description {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .event-description {
    margin-bottom: 32px;
  }
}
.event-description > p {
  color: var(--Black-600, #605f5a);
  font-family: Lora;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.07px;
}
@media screen and (min-width: 768px) {
  .event-description > p {
    font-size: 16px;
    line-height: 160%; /* 25.6px */
    letter-spacing: -0.08px;
  }
}

.key-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  padding-top: 32px;
  margin-bottom: 32px;
  border-top: 1px solid var(--Beige-Stroke, #e2dcc8);
}
@media screen and (min-width: 768px) {
  .key-info-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.event-info-column {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--Beige-Stroke, #e2dcc8);
}
@media screen and (min-width: 768px) {
  .event-info-column {
    padding-bottom: 32px;
    width: 50%;
  }
}

.event-key-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.event-key-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.event-key-info-item > svg {
  margin-top: 10px;
}

.event-key-info-text {
  color: var(--Black-950, #2a2a28);
  font-family: Lora;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.08px;
}
@media screen and (min-width: 768px) {
  .event-key-info-text {
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.event-presenter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  border-bottom: 1px solid #e2dcc8;
  margin-bottom: 32px;
}
@media screen and (min-width: 1280px) {
  .event-presenter-wrap {
    padding-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 1280px) {
  .presenter-left-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.presenter-photo {
  margin-bottom: 16px;
}

.presenter-position {
  color: var(--Black-950, #2a2a28);
  font-family: Raleway;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 132%; /* 23.76px */
}
@media screen and (min-width: 768px) {
  .presenter-position {
    font-size: 20px;
  }
}

.presenter-right-top-wrap {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .presenter-right-top-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.presenter-name {
  color: var(--Black-950, #2a2a28);
  font-family: Raleway;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 138%; /* 27.6px */
  letter-spacing: -0.4px;
}
@media screen and (min-width: 768px) {
  .presenter-name {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

.presenter-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.presenter-link {
  width: 32px;
  height: 32px;
  color: #605f5a;
  -webkit-transition: color 500ms ease-in-out;
  transition: color 500ms ease-in-out;
}
.presenter-link:hover {
  color: #141b34;
}

@media screen and (min-width: 1280px) {
  .presenter-right-bottom-wrap {
    padding-left: 32px;
  }
}

.presenter-quote {
  margin: 0 0 16px;
  color: var(--Purple, #491243);
  text-align: justify;
  font-family: Raleway;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.08px;
}
@media screen and (min-width: 768px) {
  .presenter-quote {
    font-family: Raleway;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 160%; /* 32px */
    letter-spacing: -0.1px;
  }
}

.presenter-description {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.presenter-description > p {
  color: var(--Black-600, #605f5a);
  font-family: Lora;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 19.6px */
  letter-spacing: -0.07px;
}
@media screen and (min-width: 768px) {
  .presenter-description > p {
    font-size: 16px;
    letter-spacing: -0.08px;
  }
}

.trainer-page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  color: var(--Purple, #491243);
  text-align: center;
  font-family: Raleway;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  text-transform: uppercase;
  -webkit-transition: color 500ms ease-in-out;
  transition: color 500ms ease-in-out;
}
.trainer-page-link:hover {
  color: #663160;
}
.trainer-page-link > svg {
  width: 16px;
  height: 16px;
}

.apply-event-btn {
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .apply-event-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    margin: 0 auto 32px;
  }
}

.share-links-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .share-links-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.share-link-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.share-links-text {
  color: var(--Black-600, #605f5a);
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%; /* 24.8px */
  letter-spacing: -0.16px;
}
@media screen and (min-width: 768px) {
  .share-links-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%; /* 28.8px */
    letter-spacing: -0.09px;
  }
}

.event-share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.share-link {
  width: 32px;
  height: 32px;
  color: #605f5a;
  -webkit-transition: color 500ms ease-in-out;
  transition: color 500ms ease-in-out;
}
.share-link:hover {
  color: #141b34;
}

.share-copy-btn {
  background: transparent;
  padding: 0;
  border: none;
  color: #605f5a;
  -webkit-transition: color 500ms ease-in-out;
  transition: color 500ms ease-in-out;
}
.share-copy-btn:hover {
  color: #141b34;
}

.event-list-text {
  margin-bottom: 24px;
  color: var(--Black-600, #605f5a);
  text-align: center;
  font-family: Lora;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.08px;
}
@media screen and (min-width: 768px) {
  .event-list-text {
    margin-bottom: 40px;
    font-size: 18px;
    letter-spacing: -0.09px;
  }
}

.events-swiper,
.events-swiper-wrapper {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .events-swiper,
  .events-swiper-wrapper {
    margin-bottom: 40px;
  }
}

.event-swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.event-swiper-btn-prev,
.event-swiper-btn-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  color: #491243;
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.event-swiper-btn-prev > svg,
.event-swiper-btn-next > svg {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.event-swiper-btn-prev:hover,
.event-swiper-btn-next:hover {
  color: #bb99b7;
}

.event-swiper-btn-next > svg,
.arrow-wrap-next > svg {
  rotate: 180deg;
}

@media screen and (min-width: 768px) {
  .all-event-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 200px;
    margin: 0 auto;
  }
}

.event-paginated-list {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .event-paginated-list {
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .event-paginated-list > .event-card {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 1280px) {
  .event-paginated-list > .event-card {
    width: calc((100% - 48px) / 3);
  }
}

.load-more-event-btn {
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  margin: 0 auto;
}

.load-more-event-btn.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

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

.blog-hero {
  padding-bottom: 0;
  padding-top: 88px;
  background-size: contain !important;
  background-image: url("/wp-content/themes/vibestyletheme//partials/page-blog/blog-hero/bg-d.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .blog-hero {
    padding-top: 100px;
    background-position: top -100px center;
  }
}
@media screen and (min-width: 1280px) {
  .blog-hero {
    background-position: top -120px center;
    padding-top: 200px;
  }
}

.blog-hero-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-hero-kicker {
  margin-bottom: 16px;
  text-align: center;
}

.blog-h1 {
  text-align: center;
  max-width: 870px;
  margin-bottom: 24px;
}

.blog-hero-h2 {
  padding-top: 40px;
  margin-bottom: 24px;
}

.blog-hero-desc {
  color: var(--Black-800);
  text-align: center;
  font-family: Lora;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.09px;
  max-width: 900px;
}

.blog-popular-grid {
  display: grid;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .blog-popular-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1280px) {
  .blog-popular-grid {
    grid-template-rows: repeat(3, auto);
    gap: 24px;
  }
  .blog-popular-grid .blog-card-popular:nth-child(1) {
    grid-area: 1/1/4/2;
  }
  .blog-popular-grid .blog-card-popular:nth-child(2) {
    grid-area: 1/2/2/3;
  }
  .blog-popular-grid .blog-card-popular:nth-child(3) {
    grid-area: 2/2/3/3;
  }
  .blog-popular-grid .blog-card-popular:nth-child(4) {
    grid-area: 3/2/4/3;
  }
}

.blog-card-popular:nth-child(1) {
  background-image: var(--Blue-Gradient);
}

@media screen and (min-width: 1280px) {
  .blog-card-popular:not(:first-child) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .blog-card-popular:not(:first-child) img {
    height: 180px;
  }
  .blog-card-popular:nth-child(1) .blog-card-content-wrap {
    padding: 16px 32px 24px 32px;
    height: calc(100% - 400px);
  }
  .blog-card-popular:nth-child(1) .blog-card-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
  }
  .blog-card-popular:nth-child(1) img {
    height: 400px;
  }
}
.blog-card {
  border-radius: 16px;
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  aspect-ratio: 16/9;
}

.blog-card-img-wrap {
  max-height: 100%;
}

.blog-card-popular .blog-card-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}
@media screen and (min-width: 1280px) {
  .blog-card-popular .blog-card-content-wrap {
    padding: 16px 16px 24px 16px;
  }
}

@media screen and (min-width: 768px) {
  .blog-card-popular .blog-card-content-wrap {
    height: 204px;
  }
}
@media screen and (min-width: 1280px) {
  .blog-card-popular .blog-card-content-wrap {
    height: auto;
  }
}

.blog-card-popular:not(:first-child) .blog-card-content-wrap {
  padding: 16px 0;
}
@media screen and (min-width: 1280px) {
  .blog-card-popular:not(:first-child) .blog-card-content-wrap {
    padding: 0;
  }
}

.blog-card-title {
  position: relative;
  color: var(--Black-950, #2a2a28);
  font-family: Raleway;
  font-size: 20px;
  font-weight: 600;
  line-height: 132%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  z-index: 1;
}

.blog-card-line {
  border: none;
  background-color: #e2dcc8;
  height: 2px;
  width: 85px;
  margin: 16px 0 8px 0;
}

.blog-card-excerpt {
  color: var(--Black-600, #605f5a);
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.08px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-card-link {
  color: var(--Purple, #491243);
  font-family: Raleway;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: var(--transition-opacity);
  transition: var(--transition-opacity);
  padding: 4px;
  margin-top: 16px;
}
.blog-card-link span {
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  .blog-card-link {
    margin-top: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .blog-card-link:hover {
    opacity: 50%;
  }
}

.blog-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1280px) {
  .blog-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.blog-grid .blog-card {
  background: var(--Beige, #f8f7f3);
}
@media screen and (max-width: 767px) {
  .blog-grid .blog-card:nth-child(odd) {
    background: var(--Blue-Grdient, linear-gradient(215deg, #bbe3ff 0%, #f5f1e2 94.99%));
  }
  .blog-grid .blog-card:nth-child(odd) .blog-card-line {
    background: rgba(255, 255, 255, 0.65);
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .blog-grid .blog-card:nth-child(1) {
    grid-area: 1/1/2/3;
  }
  .blog-grid .blog-card:nth-child(2),
  .blog-grid .blog-card:nth-child(5),
  .blog-grid .blog-card:nth-child(6),
  .blog-grid .blog-card:nth-child(9) {
    background: var(--Blue-Grdient, linear-gradient(215deg, #bbe3ff 0%, #f5f1e2 94.99%));
  }
  .blog-grid .blog-card:nth-child(2) .blog-card-line,
  .blog-grid .blog-card:nth-child(5) .blog-card-line,
  .blog-grid .blog-card:nth-child(6) .blog-card-line,
  .blog-grid .blog-card:nth-child(9) .blog-card-line {
    background: rgba(255, 255, 255, 0.65);
  }
}
@media screen and (min-width: 1280px) {
  .blog-grid .blog-card:nth-child(3),
  .blog-grid .blog-card:nth-child(5),
  .blog-grid .blog-card:nth-child(7) {
    background: var(--Blue-Grdient, linear-gradient(215deg, #bbe3ff 0%, #f5f1e2 94.99%));
  }
  .blog-grid .blog-card:nth-child(3) .blog-card-line,
  .blog-grid .blog-card:nth-child(5) .blog-card-line,
  .blog-grid .blog-card:nth-child(7) .blog-card-line {
    background: rgba(255, 255, 255, 0.65);
  }
}
.blog-grid .blog-card-content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .blog-grid .blog-card-content-wrap {
    padding-bottom: 24px;
    height: 204px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .blog-grid .blog-card:nth-child(1) .blog-card-content-wrap {
    height: auto;
  }
  .blog-grid .blog-card:nth-child(1) .blog-card-content-wrap .blog-card-link {
    margin-top: 16px;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-top: 40px;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 100%;
  text-align: center;
  opacity: 1;
  -webkit-transition: all 300ms var(--cubic);
  transition: all 300ms var(--cubic);
}
@media screen and (min-width: 768px) {
  .page-numbers {
    height: 44px;
    width: 44px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers:hover {
    opacity: 0.5;
  }
}

.page-numbers.current {
  background: linear-gradient(221deg, #bb99b7 -15.64%, #8c4284 191.97%);
  color: var(--White, #fff);
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers.current:hover {
    opacity: 1;
  }
}

.page-numbers.dots {
  width: auto;
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers.dots:hover {
    opacity: 1;
  }
}

.single-post-hero {
  padding-top: 88px;
  background-size: contain !important;
  background-image: url("/wp-content/themes/vibestyletheme//partials/page-blog/blog-hero/bg-d.avif");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  .single-post-hero {
    padding-top: 100px;
    background-position: top -100px center;
  }
}
@media screen and (min-width: 1280px) {
  .single-post-hero {
    background-position: top -120px center;
    padding-top: 200px;
  }
}

.single-post-title {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .single-post-title {
    font-size: 44px;
  }
}

.single-post-thumb {
  margin-top: 32px;
}

.single-post-thumb img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
  border: 3px solid #dbdfe0;
}
@media screen and (min-width: 768px) {
  .single-post-thumb img {
    border: 4px solid #dbdfe0;
  }
}
@media screen and (min-width: 1280px) {
  .single-post-thumb img {
    border-radius: 32px;
    aspect-ratio: 21/9;
  }
}

.single-post-content {
  margin-top: 24px;
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .single-post-content {
    margin-top: 40px;
  }
}

.sp-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 24px;
  margin-top: 24px;
  max-width: 844px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #e1dcc7;
}
@media screen and (min-width: 1280px) {
  .sp-share {
    padding-top: 40px;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.sp-share-btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.sp-share-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: transparent;
  border: none;
  padding: 0;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1280px) {
  .breadcrumbs {
    margin-bottom: 80px;
  }
}

.bc-link {
  position: relative;
  overflow: hidden;
  color: var(--Black-600, #605f5a);
  white-space: nowrap;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-size: 14px;
}
.bc-link::after {
  content: "";
  position: absolute;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  background-color: var(--Purple);
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  opacity: 0;
  -webkit-transition: var(--transition-opacity), var(--transition-transform);
  transition: var(--transition-opacity), var(--transition-transform);
}
.bc-link:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.bc-text {
  color: var(--Black-950, #2a2a28);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
}

.sp-slider-section.blog-grid {
  display: block;
}
.sp-slider-section.blog-grid .blog-card-content-wrap {
  background: var(--Beige, #f8f7f3);
}

.faq-sec-wrap {
  background-image: url("/wp-content/themes/vibestyletheme/img/team/team-bg-1.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 1280px) {
  .faq-sec-wrap {
    background-image: url("/wp-content/themes/vibestyletheme/img/team/team-bg-1.avif"), url("/wp-content/themes/vibestyletheme/img/team/team-bg-2.avif"), url("/wp-content/themes/vibestyletheme/img/team/team-bg-3.avif"), url("/wp-content/themes/vibestyletheme/partials/page-faq/faq-bg.avif");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-size: cover, 682px 604px, 682px 604px, cover;
    background-position: top center, top 50% left 0, top 75% right, top center;
  }
}

.faq-page-section {
  padding-top: 88px;
}
@media screen and (min-width: 1280px) {
  .faq-page-section {
    padding-top: 156px;
  }
}

.faq-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .faq-page__header {
    margin-bottom: 40px;
  }
}

.faq-page__kicker {
  text-align: center;
  margin-bottom: 16px;
}

.faq-page__title {
  margin-bottom: 24px;
  color: #313033;
  text-align: center;
  font-family: var(--font-Raleway);
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.52px;
}
@media screen and (min-width: 1280px) {
  .faq-page__title {
    font-size: 56px;
    line-height: 130%;
    letter-spacing: -2.24px;
    max-width: 866px;
  }
}

.faq-page__subtitle {
  color: var(--Black-800, #464544);
  text-align: center;
  font-family: var(--font-Lora);
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.08px;
}
@media screen and (min-width: 1280px) {
  .faq-page__subtitle {
    font-size: 18px;
    letter-spacing: -0.09px;
    max-width: 866px;
  }
}

.faq-accordion.faq {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-accordion.faq > .faq-item {
  max-width: 844px;
}

.pol-te-section {
  padding-top: 88px;
}
@media screen and (min-width: 1280px) {
  .pol-te-section {
    padding-top: 156px;
  }
}

.policy-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.policy-item:not(:last-child) {
  margin-bottom: 24px;
}

.policy-item__title {
  color: #000;
  font-family: var(--font-Raleway);
  font-size: 20px;
  font-weight: 600;
  line-height: 138%;
  letter-spacing: -0.4px;
}
@media screen and (min-width: 1280px) {
  .policy-item__title {
    font-size: 32px;
    letter-spacing: -0.64px;
  }
}

.policy-item__text {
  color: var(--Black-600);
  font-family: var(--font-Lora);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.07px;
}
@media screen and (min-width: 1280px) {
  .policy-item__text {
    font-size: 16px;
    letter-spacing: -0.08px;
  }
}/*# sourceMappingURL=main.css.map */