.cookie-adjust {
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(200, 200, 210, 0.9));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9));
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
}
@media (max-width: 768px) {
  .cookie-adjust {
    font-size: 0.7rem;
  }
}
.cookie-adjust h1,
.cookie-adjust h2,
.cookie-adjust h3,
.cookie-adjust h4,
.cookie-adjust h5 {
  font-weight: 600;
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1.2rem;
}
.cookie-adjust__body {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border-bottom: 5px solid #0b5ed7;
  padding: 3rem 2rem;
  background: #fff;
  margin: 0 10%;
}
@media (max-width: 1200px) {
  .cookie-adjust__body {
    margin: 0 1rem;
  }
}
@media (max-width: 768px) {
  .cookie-adjust__body {
    padding: 1rem 1rem;
    margin: 0 0.3rem;
  }
}
.cookie-adjust__buttons {
  margin-top: 2rem;
}
.cookie-adjust__panel-header {
  font-size: 1.8em;
  font-weight: 600;
  padding-bottom: 0.5rem;
  text-align: center;
}
.cookie-adjust .form-switch {
  margin-bottom: 0.5rem;
}
.cookie-adjust__panel-body {
  display: flex;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-body {
    display: block;
  }
}
.cookie-adjust__panel-navigation {
  flex: 1;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation {
    margin-bottom: 2rem;
  }
}
.cookie-adjust__panel-navigation ul {
  list-style-type: none;
  margin: 0 2rem 0 0;
  padding: 0;
}
.cookie-adjust__panel-navigation ul li {
  background: #eee;
  display: block;
  margin: 0;
  padding: 1rem;
  cursor: pointer;
  border-bottom: 1px solid #aaa;
}
.cookie-adjust__panel-navigation ul li.active {
  background: #0b5ed7;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-adjust__panel-navigation ul li {
    padding: 1rem 0.5rem;
    text-align: center;
    line-height: 1em;
  }
}
.cookie-adjust__panel-options {
  flex: 2;
}
.cookie-adjust__panel-options .--panel {
  display: none;
}
.cookie-adjust__panel-options .--active {
  display: block;
}
.cookie-adjust__panel-analytics {
  display: none;
}
.cookie-adjust__panel-marketing {
  display: none;
}
.cookie-adjust #cookie-adjust__panel-adjust {
  display: none;
}
.wcag__toolbar {
  position: fixed !important;
  left: 0;
  top: 40vh;
  background: #fff;
}
.wcag__toolbar a {
  display: block;
  font-size: 30px;
  padding: 5px 10px;
  cursor: pointer;
}
.wcag__toolbar a span {
  color: #000;
  display: block;
}
.wcag__toolbar a:hover {
  background: #000;
  color: #fff;
}
.wcag__toolbar a:hover span {
  color: #fff;
}
body.wcag-contrast {
  background: #000 !important;
  color: #fff !important;
}
body.wcag-contrast img,
body.wcag-contrast video,
body.wcag-contrast picture,
body.wcag-contrast div {
  filter: grayscale();
}
body.wcag-fontsize-1 {
  font-size: 20px !important;
}
body.wcag-fontsize-2 {
  font-size: 24px !important;
}
body.wcag-fontsize-3 {
  font-size: 28px !important;
}
.facebookWidget .spinner,
.instagramWidget .spinner {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
}
.facebookWidget .spinner img,
.instagramWidget .spinner img {
  display: block;
  margin: 0 auto;
}
.facebookWidget__header,
.instagramWidget__header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 2rem;
  background: var(--white);
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  gap: 1rem;
}
.facebookWidget__icon,
.instagramWidget__icon {
  height: 1.5rem;
}
.facebookWidget__title,
.instagramWidget__title {
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--black);
}
.facebookWidget__error,
.instagramWidget__error {
  background: var(--white);
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 1rem;
  display: block;
  text-align: center;
  color: var(--red);
  font-weight: 600;
  letter-spacing: 1px;
}
.facebookWidget__items,
.instagramWidget__items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.instagramPost,
.facebookPost {
  box-shadow: 4px 4px 16px 0 rgba(66, 68, 90, 0.2);
  border-radius: 0.25rem;
  overflow: hidden;
}
.instagramPost__imageWrap,
.facebookPost__imageWrap {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
}
.instagramPost__image,
.facebookPost__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instagramPost__body,
.facebookPost__body {
  padding: 1rem;
  background: var(--white);
}
.instagramPost__description,
.facebookPost__description {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  color: var(--black);
  margin-bottom: 0.75rem;
}
.instagramPost__date,
.facebookPost__date {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  color: var(--grey);
  margin-bottom: 0.75rem;
}
.instagramPost__info,
.facebookPost__info {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}
.instagramPost__avatar,
.facebookPost__avatar {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 1px 1px 2px 0px rgba(66, 68, 90, 0.2);
}
.instagramPost__avatar img,
.facebookPost__avatar img {
  width: 1.5rem;
}
.instagramPost__hr,
.facebookPost__hr {
  border-color: var(--grey);
  margin: 1rem 0;
}
.instagramPost__profile,
.facebookPost__profile {
  color: var(--black);
  text-decoration: none;
  flex: 1;
}
.instagramPost__displayName,
.facebookPost__displayName {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.instagramPost__username,
.facebookPost__username {
  color: var(--grey);
  font-size: 0.75rem;
}
.instagramPost__share img,
.facebookPost__share img {
  width: 1.5rem;
}
:root {
  --gray: #EDF1F4;
  --white: #ffffff;
  --black: #290909;
  --blue: #0C82E9;
  --navy: #074E8C;
}
html {
  background: #000;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  font-family: "Work Sans", serif;
  background: #fff;
  color: #000;
  margin: 0 auto;
  max-width: 2220px;
  overflow-x: hidden;
}
@media (max-width: 575px) {
  body {
    font-size: 15px;
  }
}
a {
  color: inherit;
  text-decoration: inherit;
}
.form-group {
  margin-bottom: 1rem;
}
.btn {
  padding: 0.75rem 3rem;
  border-radius: 2rem;
}
.btn-primary {
  color: #fff;
  background: var(--blue);
  border-color: var(--blue);
  font-weight: 600;
}
.btn-primary:hover {
  background: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 130, 233, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--redH);
  border-color: var(--redH);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--redH);
  border-color: rgba(12, 130, 233, 0.2);
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 130, 233, 0.2);
}
#menuButton {
  display: inline-block;
  position: absolute;
  top: 1rem;
  right: 0;
  width: 80px;
  height: 80px;
  cursor: pointer;
  font-size: 60px;
  line-height: 1em;
  padding: 10px;
  display: none;
  x-index: 100;
}
@media (max-width: 992px) {
  #menuButton {
    display: block;
  }
}
body.menu-mobile-active #menuButton {
  color: #fff;
}
.header {
  height: 120px;
  z-index: 100;
  position: relative;
}
@media (max-width: 1200px) {
  .header {
    height: 160px;
  }
}
@media (max-width: 992px) {
  .header {
    height: 120px;
  }
}
.header__home {
  color: #fff;
}
.header .container {
  position: relative;
}
.header .logo {
  position: absolute;
  top: 8px;
  left: 0;
}
.header .logo img {
  max-height: 100px;
}
@media (max-width: 1200px) {
  .header .logo {
    position: relative;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .header .logo {
    text-align: left;
  }
}
.header .logoM {
  display: none;
  margin: 0 0 1rem 0;
}
.header .logoM img {
  width: 150px;
}
@media (max-width: 992px) {
  .header .logoM {
    display: block;
    text-align: center;
  }
}
.header .nav {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1200px) {
  .header .nav {
    position: relative;
    top: auto;
    right: auto;
  }
}
@media (max-width: 992px) {
  .header .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.95);
    text-align: center;
    color: #fff;
  }
}
.header .nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.header .nav ul li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.header .nav ul li a {
  display: block;
  padding: 2.9rem 1rem;
}
@media (max-width: 1400px) {
  .header .nav ul li a {
    padding: 2.9rem 0.7rem;
  }
}
@media (max-width: 1200px) {
  .header .nav ul li a {
    padding: 1rem 0.7rem;
  }
}
@media (max-width: 992px) {
  .header .nav ul li a {
    font-size: 1.2em;
  }
}
.header .nav ul li.active {
  color: var(--blue);
  font-weight: 600;
}
@media (max-width: 992px) {
  .header .nav ul li {
    display: block;
  }
}
body.menu-mobile-active {
  overflow: hidden;
}
@media (max-width: 992px) {
  body.menu-mobile-active .nav {
    right: 0;
  }
}
.intro {
  position: relative;
  z-index: 1;
  margin-top: -120px;
  background: #252525 url(../image/circleSlider.svg);
  background-size: 100% auto;
  background-position: center 20%;
  padding: 10rem 0 0 0;
}
@media (max-width: 1200px) {
  .intro {
    margin-top: -160px;
  }
}
@media (max-width: 992px) {
  .intro {
    margin-top: -120px;
  }
}
@media (max-width: 992px) {
  .intro {
    background-size: 150% auto;
  }
}
@media (max-width: 768px) {
  .intro {
    background-size: 200% auto;
    background-position: center 1%;
  }
}
@media (max-width: 575px) {
  .intro {
    background-size: 200% auto;
    background-position: center 1%;
  }
}
.intro__image {
  margin-top: 2rem;
}
.intro__image img {
  width: 100%;
}
@media (max-width: 768px) {
  .intro__image img {
    width: 120%;
    margin-left: -10%;
    max-width: none;
  }
}
.intro__title {
  text-align: center;
  font-weight: 600;
  font-size: 5rem;
  line-height: 1em;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.intro__title span {
  display: block;
  color: #fff;
  font-style: italic;
  padding-left: 20%;
  text-shadow: none;
}
@media (max-width: 992px) {
  .intro__title {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .intro__title {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .intro__title {
    font-size: 2rem;
  }
  .intro__title span {
    padding-left: 10%;
  }
}
.philosophy-home {
  position: relative;
  z-index: 2;
  padding: 3rem 0;
}
.philosophy-home h1,
.philosophy-home h2,
.philosophy-home h3 {
  font-size: 3rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .philosophy-home h1,
  .philosophy-home h2,
  .philosophy-home h3 {
    font-size: 2rem;
  }
}
.philosophy-home__body {
  padding: 3rem 0;
  position: relative;
}
.philosophy-home__image {
  padding: 0 10%;
}
.philosophy {
  background: var(--blue);
  color: #fff;
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .philosophy {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .philosophy {
    padding: 3rem 0;
  }
}
.philosophy__body {
  padding-right: 15%;
}
.philosophy h1,
.philosophy h2,
.philosophy h3 {
  width: 60%;
  line-height: 1em;
  font-size: 4rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .philosophy h1,
  .philosophy h2,
  .philosophy h3 {
    font-size: 3rem;
    margin: 0 0 1.5rem 0;
    width: 100%;
  }
}
.philosophy2 {
  padding: 0 0 15% 0;
  background: var(--gray);
  position: relative;
}
.philosophy2:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 16%;
  background: url(../image/waveUp.svg) no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
.philosophy2 img {
  float: right;
  border-bottom-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
  margin: 0 0 3rem 3rem;
  width: 50%;
}
@media (max-width: 992px) {
  .philosophy2 img {
    float: none;
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
.philosophy2__body {
  padding: 4rem 0;
}
@media (max-width: 992px) {
  .philosophy2__body {
    padding: 2rem 0;
  }
}
.philosophy2 h1,
.philosophy2 h2,
.philosophy2 h3 {
  width: 30%;
  line-height: 1em;
  font-size: 4rem;
  font-weight: 600;
  margin: 0 0 3rem 0;
}
@media (max-width: 1400px) {
  .philosophy2 h1,
  .philosophy2 h2,
  .philosophy2 h3 {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .philosophy2 h1,
  .philosophy2 h2,
  .philosophy2 h3 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .philosophy2 h1,
  .philosophy2 h2,
  .philosophy2 h3 {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
    width: 100%;
  }
}
.philosophy2 p {
  font-size: 1.1em;
  opacity: 0.7;
  margin: 0 0 2rem 0;
}
.offer-home {
  position: relative;
  background: radial-gradient(166.61% 70.27% at 50% 13.3%, #00408A 0%, #002A3C 100%);
  z-index: 1;
  color: #fff;
  min-height: 700px;
  margin-top: -10%;
  text-align: center;
  padding-bottom: 5rem;
}
.offer-home h1,
.offer-home h2,
.offer-home h3 {
  font-size: 4rem;
  font-weight: 600;
  margin: 0 auto 2rem auto;
  width: 50%;
  line-height: 1em;
}
@media (max-width: 1200px) {
  .offer-home h1,
  .offer-home h2,
  .offer-home h3 {
    width: 100%;
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .offer-home h1,
  .offer-home h2,
  .offer-home h3 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .offer-home h1,
  .offer-home h2,
  .offer-home h3 {
    font-size: 2rem;
    width: 100%;
  }
}
.offer-home p {
  width: 70%;
  opacity: 0.75;
  margin: 0 auto 2rem auto;
}
.offer-home__body {
  position: relative;
  z-index: 2;
  padding-top: 18vw;
}
.offer-home:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 16%;
  background: url(../image/waveDown.svg) no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
.offer-home__items {
  padding: 4rem 0;
  background: url(../image/spine.svg) no-repeat center center, url(../image/spine.svg) no-repeat center center, url(../image/spine.svg) no-repeat center center, url(../image/spine.svg) no-repeat center center;
  background-size: auto 100%;
}
.offer-home__item {
  display: block;
  background: url(../image/Circle.svg) no-repeat;
  background-position: right center;
  padding: 3rem 0;
  width: 50%;
  padding-right: 5rem;
  text-align: right;
  margin-left: 3.3%;
  font-size: 1.3em;
}
.offer-home__item:hover {
  color: var(--blue);
}
.offer-home__item:nth-child(even) {
  background-position: left center;
  padding-left: 5rem;
  text-align: left;
  margin-left: 47.5%;
}
.offer-home .btn {
  border: 2px solid #fff;
  background: var(--blue);
  color: #fff;
}
.rehcenter {
  padding: 0 0 3rem 0;
}
.rehcenter__body {
  padding: 5rem 4rem 5rem 0;
}
@media (max-width: 768px) {
  .rehcenter__body {
    padding: 3rem 3rem 3rem 0;
  }
}
.rehcenter__image img {
  width: 100%;
  border-bottom-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
}
@media (max-width: 768px) {
  .rehcenter__image img {
    border-radius: 5rem;
  }
}
.rehcenter h1,
.rehcenter h2,
.rehcenter h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  .rehcenter h1,
  .rehcenter h2,
  .rehcenter h3 {
    font-size: 2rem;
  }
}
.schedule {
  background: var(--blue) url(../image/DotElipse.svg) no-repeat;
  background-position: center center;
  background-size: 50% auto;
  padding: 7rem 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 992px) {
  .schedule {
    padding: 5rem 0;
  }
}
.schedule h1,
.schedule h2,
.schedule h3 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 3rem 0;
}
@media (max-width: 992px) {
  .schedule h1,
  .schedule h2,
  .schedule h3 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .schedule h1,
  .schedule h2,
  .schedule h3 {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
  }
}
.schedule img {
  border-radius: 2rem;
}
.schedule img.img1 {
  width: 80%;
}
@media (max-width: 992px) {
  .schedule img.img1 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .schedule img.img1 {
    display: none;
  }
}
.schedule img.img2 {
  width: 80%;
}
@media (max-width: 992px) {
  .schedule img.img2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .schedule img.img2 {
    display: none;
  }
}
.schedule img.img3 {
  width: 90%;
  margin-bottom: -12rem;
}
@media (max-width: 992px) {
  .schedule img.img3 {
    width: 100%;
  }
}
.schedule__phone {
  margin: 0 0 3rem 0;
}
.schedule a.btn {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  font-size: 1.2em;
}
.schedule a:hover {
  background-color: var(--navy);
}
.schedule2 {
  margin-top: -3rem;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .schedule2 {
    margin-top: 0;
  }
}
.schedule2__image img {
  border-radius: 50%;
  width: 14rem;
  margin: 0 0 -7rem 0;
}
@media (max-width: 768px) {
  .schedule2__image img {
    width: 10rem;
    margin: 0 0 -5rem 0;
  }
}
.schedule2__body {
  background: radial-gradient(41.47% 53.4% at 50% 0%, #264A59 0%, #232323 100%);
  color: #fff;
  padding: 10rem 0 6rem 0;
  border-bottom: 2px solid var(--blue);
}
@media (max-width: 768px) {
  .schedule2__body {
    padding: 7rem 0 3rem 0;
  }
}
.schedule2 h1,
.schedule2 h2,
.schedule2 h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 2rem 0;
}
@media (max-width: 768px) {
  .schedule2 h1,
  .schedule2 h2,
  .schedule2 h3 {
    font-size: 2rem;
  }
}
.training {
  background: radial-gradient(41.47% 53.4% at 50% 0%, #00408A 0%, #002A3C 100%);
  color: #fff;
  padding: 10rem 0 5rem 0;
  text-align: center;
}
.training a.btn {
  display: inline-block;
  border: 2px solid var(--blue);
  color: #fff;
  font-size: 1.2em;
}
.training a:hover {
  background-color: var(--blue);
}
.training h1,
.training h2,
.training h3 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
  .training h1,
  .training h2,
  .training h3 {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
  }
}
.training p {
  margin: 0 15%;
  margin-bottom: 3rem;
}
.training2 {
  background: radial-gradient(86.32% 301.41% at 7.9% 0%, #264A59 0%, #232323 100%);
  color: #fff;
  padding: 10rem 0;
  padding-bottom: 20%;
  position: relative;
}
@media (max-width: 1400px) {
  .training2 {
    padding: 5rem 0 20rem 0;
  }
}
@media (max-width: 1200px) {
  .training2 {
    padding: 3rem 0 15rem 0;
  }
}
@media (max-width: 992px) {
  .training2 {
    padding-bottom: 20%;
  }
}
.training2 h1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .training2 h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .training2 h1 {
    font-size: 2rem;
  }
}
.training2 h2,
.training2 h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1em;
  margin: 1rem 0 2rem 0;
}
@media (max-width: 992px) {
  .training2 h2,
  .training2 h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .training2 h2,
  .training2 h3 {
    font-size: 1.6rem;
  }
}
.training2__body {
  padding: 0 5%;
}
@media (max-width: 1200px) {
  .training2__body {
    padding: 0 2%;
  }
}
@media (max-width: 992px) {
  .training2__body {
    padding: 0;
  }
}
.training2:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 16%;
  background: url(../image/waveUp.svg) no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
.training3 {
  position: relative;
  z-index: 3;
  text-align: center;
  margin-top: -4rem;
  padding: 0 0 5rem 0;
  color: #264A59;
}
@media (max-width: 992px) {
  .training3 {
    margin-top: 0rem;
  }
}
@media (max-width: 768px) {
  .training3 {
    margin-top: 2rem;
  }
}
.training3 h2 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .training3 h2 {
    font-size: 2rem;
  }
}
.training-item__image {
  margin: 0 0 1rem 0;
}
.training-item__image img {
  width: 30%;
}
.training-item__title {
  font-size: 1.2rem;
  margin: 0;
}
.team-home {
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .team-home {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .team-home {
    padding: 3rem 0;
  }
}
@media (max-width: 992px) {
  .team-home__items {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.team-home h1,
.team-home h2,
.team-home h3,
.team-home h4 {
  letter-spacing: -1px;
  font-weight: 600;
  font-size: 6rem;
  color: #fff;
  text-shadow: -1px -1px 0 #B6D9F8, 1px -1px 0 #B6D9F8, -1px 1px 0 #B6D9F8, 1px 1px 0 #B6D9F8;
  margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
  .team-home h1,
  .team-home h2,
  .team-home h3,
  .team-home h4 {
    font-size: 3rem;
    margin: 0 0 1.5rem 0;
  }
}
.team-home .person {
  margin: 0 0.6rem;
}
.team-intro {
  background: #000 url(../image/team.jpg) no-repeat bottom center;
  background-size: 100% auto;
  text-align: center;
  padding: 5rem 0 32% 0;
}
.team-intro h1,
.team-intro h2 {
  font-weight: 600;
  font-size: 4rem;
  color: #fff;
}
@media (max-width: 768px) {
  .team-intro h1,
  .team-intro h2 {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}
.team {
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .team {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .team {
    padding: 3rem 0;
  }
}
.team-item {
  margin-bottom: 4rem;
}
.team-item__thumb {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
  background: url(../image/teamCircle.svg) no-repeat, url(../image/teamCircleDotted.svg) no-repeat;
  background-position: bottom right, bottom left;
  background-size: 90% auto, 70% auto;
}
@media (max-width: 768px) {
  .team-item__thumb {
    margin-bottom: 1rem;
  }
}
.team-item__thumb img {
  display: block;
  border-radius: 4rem;
  width: 60%;
  position: absolute;
  top: 2%;
  right: 10%;
}
.team-item__name {
  font-size: 2rem;
  font-weight: 600;
}
.team-item__namei {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .team-item__namei {
    font-size: 2rem;
  }
}
.team-item__title {
  color: var(--blue);
  margin-bottom: 2rem;
}
.team-joinus {
  background: radial-gradient(45.21% 58.22% at 50% 0%, #264A59 0%, #232323 100%);
  padding: 5rem 0 20rem 0;
  color: #fff;
}
@media (max-width: 992px) {
  .team-joinus {
    padding-top: 3rem;
  }
}
.team-joinus h1,
.team-joinus h2,
.team-joinus h3 {
  color: var(--blue);
  font-size: 4rem;
  font-weight: 600;
  margin: 0 0 2rem 0;
  text-align: center;
}
@media (max-width: 992px) {
  .team-joinus h1,
  .team-joinus h2,
  .team-joinus h3 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .team-joinus h1,
  .team-joinus h2,
  .team-joinus h3 {
    font-size: 2rem;
  }
}
.team-joinus ul {
  margin: 0 20%;
}
@media (max-width: 1400px) {
  .team-joinus ul {
    margin: 10%;
  }
}
@media (max-width: 992px) {
  .team-joinus ul {
    margin: 0%;
  }
}
.team-joinus ul li {
  margin: 0 0 1rem 0;
}
.team-joinus2 {
  background: var(--blue) url(../image/DotElipse.svg) no-repeat center center;
  padding: 5rem 0;
  color: #fff;
}
@media (max-width: 992px) {
  .team-joinus2 {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .team-joinus2 {
    padding: 3rem 0;
  }
}
.team-joinus2__image {
  position: relative;
  text-align: center;
  margin-bottom: -15rem;
}
.team-joinus2__image img {
  position: relative;
  top: -20rem;
  height: 30rem;
  border-radius: 2rem;
  max-width: 100%;
}
@media (max-width: 768px) {
  .team-joinus2__image img {
    height: auto;
  }
}
.team-joinus2__body {
  text-align: center;
  padding: 0 20%;
}
@media (max-width: 768px) {
  .team-joinus2__body {
    padding: 0;
  }
}
.team-joinus2 p {
  position: relative;
  z-index: 2;
}
.team-joinus2 .btn {
  border: 2px solid #fff;
  color: #fff;
}
.team-joinus2 .btn:hover {
  background: #fff;
  color: var(--blue);
}
.person__name {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
  line-height: 1em;
}
.person__title {
  color: var(--blue);
  line-height: 1.1em;
}
.person img {
  border-radius: 1rem;
  display: block;
  margin: 0 0 1rem 0;
}
.person-show {
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .person-show {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .person-show {
    padding: 3rem 0;
  }
}
.person-show__body {
  padding: 5rem 0 0 0;
}
.person-show h1 {
  font-weight: 600;
  font-size: 4rem;
  margin: 0 0 1rem 0;
}
.person-show__title {
  color: var(--blue);
  font-weight: 600;
  font-size: 1.3em;
  margin: 0 0 2rem 0;
}
.article-home {
  background: radial-gradient(59.46% 125.9% at 100% 0%, #00408A 0%, #002A3C 100%);
  color: #fff;
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .article-home {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .article-home {
    padding: 3rem 0;
  }
}
.article-home h1,
.article-home h2,
.article-home h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 3rem 0;
}
.article-index {
  background: radial-gradient(59.46% 125.9% at 100% 0%, #00408A 0%, #002A3C 100%);
  color: #fff;
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .article-index {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .article-index {
    padding: 3rem 0;
  }
}
.article-index h1,
.article-index h2,
.article-index h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
  .article-index h1,
  .article-index h2,
  .article-index h3 {
    font-size: 2rem;
    margin: 0 0 1.5rem 0;
  }
}
.article-show {
  padding: 0 0 5rem 0;
}
.article-show__body {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .article-show__body {
    padding: 0;
  }
}
.article-show h1 {
  color: var(--navy);
  font-weight: 600;
  font-size: 3rem;
  line-height: 1em;
  margin: 0 0 1rem 0;
}
@media (max-width: 768px) {
  .article-show h1 {
    font-size: 2rem;
  }
}
.article-show__cover {
  text-align: center;
  margin-bottom: 2rem;
}
.article-show__image {
  display: inline-block;
  width: 30%;
  background: url(../image/teamCircleDotted.svg) no-repeat;
  background-position: bottom left;
  background-size: 50% auto;
}
@media (max-width: 992px) {
  .article-show__image {
    width: 60%;
  }
}
.article-show__image img,
.article-show__image picture {
  border-radius: 50%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 5px solid var(--gray);
}
.article-more {
  background: radial-gradient(59.46% 125.9% at 100% 0%, #00408A 0%, #002A3C 100%);
  color: #fff;
  padding: 15% 0 5rem 0;
  margin-top: -12%;
  position: relative;
}
.article-more h3 {
  text-align: right;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1em;
  margin: 0 0 1rem 0;
}
.article-more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 16%;
  background: url(../image/waveDown.svg) no-repeat;
  background-position: bottom left;
  background-size: 100% auto;
}
.article-item {
  position: relative;
}
.article-item__title {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1rem;
  font-weight: 600;
  font-size: 1.2em;
  text-shadow: 0 0 2px #000;
}
.footer {
  background: #252525;
  color: #fff;
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .footer {
    padding: 4rem;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 3rem;
  }
}
.footer .logo {
  margin: 0 0 2rem 0;
}
.footer .logo img {
  max-height: 100px;
}
.footer__address {
  font-size: 0.9em;
  opacity: 0.7;
}
.footer span {
  color: var(--blue);
}
.footer .socialmedia {
  margin-top: 3rem;
  font-size: 3rem;
}
.footer .nav {
  font-size: 0.9em;
}
.footer .nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer .nav ul li {
  display: block;
}
.footer .nav ul li a {
  opacity: 0.7;
  background: url(../image/Circle.svg) no-repeat left center;
  background-size: auto 2rem;
  background-position: top left;
  display: block;
  padding: 0.3rem 0 0.3rem 2.5rem;
}
.footer .nav ul li a:hover {
  opacity: 1;
}
.aboutus {
  position: relative;
  margin-top: -120px;
}
@media (max-width: 1200px) {
  .aboutus {
    margin-top: -160px;
  }
}
@media (max-width: 992px) {
  .aboutus {
    margin-top: -120px;
  }
}
.aboutus__body {
  position: relative;
  z-index: 2;
  aspect-ratio: 5/4;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .aboutus__body {
    aspect-ratio: 1/1;
  }
}
@media (max-width: 768px) {
  .aboutus__body {
    aspect-ratio: 2/3;
  }
}
@media (max-width: 575px) {
  .aboutus__body {
    aspect-ratio: 1/2;
  }
}
.aboutus__body2 {
  padding-bottom: 15%;
  /*width: 50%;
        @media(max-width: @breakpointXL) {
            width: 70%;
        }
        @media(max-width: @breakpointLG) {
            width: 100%;
        }
        @media(max-width: @breakpointSM) {
            padding: 0;
        }*/
}
.aboutus__body2 h1,
.aboutus__body2 h2,
.aboutus__body2 h3 {
  color: var(--blue);
  font-size: 6rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 2rem 0;
}
@media (max-width: 1200px) {
  .aboutus__body2 h1,
  .aboutus__body2 h2,
  .aboutus__body2 h3 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .aboutus__body2 h1,
  .aboutus__body2 h2,
  .aboutus__body2 h3 {
    font-size: 3rem;
  }
}
.aboutus__body2 p {
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .aboutus__body2 p {
    font-size: 1.05rem;
  }
}
.aboutus:before {
  opacity: 0.1;
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/woman-physical.jpg) no-repeat center center;
  background-size: cover;
}
.aboutus:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 16%;
  background: url(../image/waveUp.svg) no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
.aboutus2 {
  padding: 0 0 5rem 0;
}
.about-item {
  border: 2px dotted var(--blue);
  padding: 2rem;
  border-radius: 2rem;
  position: relative;
}
@media (max-width: 768px) {
  .about-item {
    padding: 1rem;
  }
}
.about-item__no {
  position: absolute;
  top: 1rem;
  left: 2rem;
  font-size: 110px;
  opacity: 0.1;
  font-weight: 600;
  line-height: 1em;
}
@media (max-width: 768px) {
  .about-item__no {
    font-size: 80px;
    left: 1rem;
  }
}
@media (max-width: 575px) {
  .about-item__no {
    font-size: 60px;
    left: 1rem;
  }
}
.about-item__body {
  padding-left: 120px;
}
@media (max-width: 768px) {
  .about-item__body {
    padding-left: 80px;
  }
}
@media (max-width: 575px) {
  .about-item__body {
    padding-left: 60px;
  }
}
.about-item h1,
.about-item h2,
.about-item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 1rem 0;
}
.about-gallery {
  background: var(--blue);
  padding: 3rem 0;
}
.pricelist {
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .pricelist {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .pricelist {
    padding: 3rem 0;
  }
}
.pricelist h1 {
  text-align: center;
  color: var(--blue);
  font-size: 4rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .pricelist h1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  .pricelist h1 {
    font-size: 2rem;
  }
}
.pricelist h2 {
  font-size: 1rem;
  margin: 0;
  padding: 0;
  line-height: 1em;
}
.pricelist__body {
  padding: 0 20%;
}
@media (max-width: 992px) {
  .pricelist__body {
    padding: 0 10%;
  }
}
@media (max-width: 768px) {
  .pricelist__body {
    padding: 0;
  }
}
.pricelist__item {
  border: 1px solid var(--blue);
  border-radius: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.contact {
  margin-top: -120px;
  background: radial-gradient(166.61% 166.91% at 50% 31.6%, #00408A 0%, #002A3C 100%);
  color: #fff;
  padding: 10rem 0;
  padding-bottom: 13%;
  text-align: left;
  position: relative;
}
@media (max-width: 1200px) {
  .contact {
    margin-top: -160px;
  }
}
@media (max-width: 992px) {
  .contact {
    margin-top: -120px;
  }
}
.contact h1,
.contact h2,
.contact h3 {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 2rem 0;
}
@media (max-width: 992px) {
  .contact h1,
  .contact h2,
  .contact h3 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .contact h1,
  .contact h2,
  .contact h3 {
    font-size: 3rem;
  }
}
.contact__body {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .contact__body {
    padding: 0 5%;
  }
}
@media (max-width: 768px) {
  .contact__body {
    padding: 0;
  }
}
.contact:after {
  content: '';
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: 16%;
  background: url(../image/waveUp.svg) no-repeat;
  background-position: top left;
  background-size: 100% auto;
}
.contact__label {
  font-weight: 600;
  font-size: 1.2em;
}
.contact__value {
  color: var(--blue);
  margin: 0 0 2rem 0;
  font-size: 1.2em;
  font-weight: 600;
}
.contact2 {
  position: relative;
  z-index: 2;
  margin-top: -5rem;
  padding: 0 0 5rem 0;
}
@media (max-width: 1400px) {
  .contact2 {
    margin-top: -3rem;
  }
}
@media (max-width: 1200px) {
  .contact2 {
    margin-top: 0rem;
  }
}
@media (max-width: 768px) {
  .contact2 {
    margin-top: 2rem;
  }
}
.contact2 h2 {
  margin: 0 auto 2rem auto;
  width: 50%;
  font-size: 2rem;
}
@media (max-width: 992px) {
  .contact2 h2 {
    width: 75%;
  }
}
@media (max-width: 768px) {
  .contact2 h2 {
    width: 100%;
    font-size: 1.5rem;
  }
}
.contact2 #map {
  margin-top: 3rem;
  height: 50vh;
  border-radius: 5rem;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
}
.offer {
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .offer {
    margin: 0 0 3rem 0;
  }
}
.offer img {
  margin-top: -20rem;
}
@media (max-width: 1200px) {
  .offer img {
    width: 40%;
    margin-top: -7rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .offer img {
    width: 60%;
    margin-top: -2rem;
  }
}
.offer__item {
  margin: 0 0 1rem 0;
}
.offer__title {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.offer a {
  border: 1px solid var(--blue);
  border-radius: 1rem;
  display: block;
  padding: 1rem 0;
  padding-left: 5rem;
  background: url(../image/Circle.svg) no-repeat left center;
}
.offer a:hover {
  background-color: var(--gray);
}
.service {
  padding: 0 0 5rem 0;
}
.service h3 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1em;
  margin: 0 0 2rem 0;
  text-align: center;
}
.service__item {
  text-align: center;
  border: 1px dotted var(--blue);
  border-radius: 1rem;
  padding: 2rem 1rem;
}
.service__image {
  margin: 0 0 1rem 0;
}
.service__image img {
  width: 30%;
}
.service__title {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
}
.offer-show {
  border-top: 1px solid var(--gray);
  padding: 5rem 0;
}
@media (max-width: 992px) {
  .offer-show {
    padding: 4rem 0;
  }
}
@media (max-width: 768px) {
  .offer-show {
    padding: 3rem 0;
  }
}
.offer-show h1,
.offer-show h2,
.offer-show h3 {
  color: var(--navy);
}
.offer-show b,
.offer-show strong {
  color: var(--blue);
}
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.8);
  display: block;
}
.popup-modal__container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-modal__body {
  max-width: 70%;
  max-height: 80%;
  position: relative;
}
.popup-modal__image {
  max-height: 100%;
  position: relative;
}
.popup-modal__image img,
.popup-modal__image picture {
  max-width: 70vw;
  max-height: 80vh;
}
.popup-modal__content {
  background: #fff;
  max-height: 100%;
}
.popup-modal__close {
  position: absolute;
  top: -1.5rem;
  right: -1.5rem;
  font-size: 2rem;
  cursor: pointer;
  z-index: 100001;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  text-align: center;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.popup-modal__text {
  padding: 2rem 3rem;
}
.bon {
  padding: 7rem 0;
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #000, #1a1a2e);
  /* Ciemne tło, by śnieg był widoczny */
  position: relative;
  overflow: hidden;
  color: #fff;
}
.bon span {
  display: inline-block;
  border: 1px solid #D4AF37;
  color: #D4AF37;
  padding: 0.4rem 2rem;
  text-transform: uppercase;
  border-radius: 2rem;
}
.bon__image {
  z-index: 100;
  position: relative;
}
.bon__image img {
  max-width: 90%;
}
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #ffffff;
  position: absolute;
  top: -20px;
  pointer-events: none;
  /* Płatki nie blokują kliknięć w przyciski */
  user-select: none;
}
.sway-animation {
  /* Punkt obrotu - góra obrazka (jakby tam był przyczepiony) */
  transform-origin: top center;
  animation: sway 3s ease-in-out infinite;
}
@keyframes sway {
  0% {
    transform: rotate(-3deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}
.proassist-handle {
  background: linear-gradient(0deg, #ff0068, #ce0054) !important;
}
.proassist-content {
  border-color: #ff0068 !important;
  box-shadow: 0 0 50px #0C82E9;
}
@media (max-width: 768px) {
  #proassistWidget {
    transition: 0.3s all ease-in-out !important;
    top: auto !important;
    bottom: 10px !important;
  }
  #proassistWidget.proassist--folded {
    left: auto !important;
    bottom: -500px !important;
  }
  .proassist-handle {
    height: 322px !important;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
    transform-origin: top left;
  }
}
/*# sourceMappingURL=style.css.map */