@charset "UTF-8";@font-face { 
	font-family: "iconfont"; 
	font-display: swap;
	src: url("../assets/fonts/iconfont.woff2?d5eff6ed8c3600155581244b8421bd2f") format("woff2"); 
} 
[class*="--icon-"]::before{
	font-family: iconfont; 
}
	[class*="--icon-youtube"]::before { 
		content: "\f101"; 
	} 
	[class*="--icon-ticket-star"]::before { 
		content: "\f102"; 
	} 
	[class*="--icon-tick-square"]::before { 
		content: "\f103"; 
	} 
	[class*="--icon-star"]::before { 
		content: "\f104"; 
	} 
	[class*="--icon-shield-done-2"]::before { 
		content: "\f105"; 
	} 
	[class*="--icon-location"]::before { 
		content: "\f106"; 
	} 
	[class*="--icon-inst"]::before { 
		content: "\f107"; 
	} 
	[class*="--icon-heart"]::before { 
		content: "\f108"; 
	} 
	[class*="--icon-graph"]::before { 
		content: "\f109"; 
	} 
	[class*="--icon-fb"]::before { 
		content: "\f10a"; 
	} 
	[class*="--icon-backquote"]::before { 
		content: "\f10b"; 
	} 
	[class*="--icon-arrow_right"]::before { 
		content: "\f10c"; 
	} 
	[class*="--icon-arrow-right-circle"]::before { 
		content: "\f10d"; 
	} 
	[class*="--icon-arrow-down"]::before { 
		content: "\f10e"; 
	} 
* {
	padding: 0rem;
	margin: 0rem;
	border: 0rem;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
/* Generated by vite-plugin-svg-spritemap */
body {
  min-width: 20rem;
  color: #73788c;
  font-family: "Poppins";
  font-size: 1rem;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

[class*=__container] {
  max-width: 76.875rem;
  margin: 0 auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Rubik";
  font-weight: 600;
  line-height: 1.16;
  letter-spacing: 0.01em;
  color: #054457;
}

h1,
.h1 {
  color: #1f2744;
  font-size: 4rem;
  letter-spacing: 0em;
}
@media (max-width: 61.99875em) {
  h1,
  .h1 {
    font-size: 3rem;
  }
}
@media (max-width: 47.99875em) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2 {
  font-size: 3rem;
}
@media (max-width: 61.99875em) {
  h2,
  .h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 47.99875em) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 2.5rem;
}
@media (max-width: 61.99875em) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}
@media (max-width: 47.99875em) {
  h3,
  .h3 {
    font-size: 1.875rem;
  }
}

h4,
.h4 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.36;
}
@media (max-width: 61.99875em) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 47.99875em) {
  h4,
  .h4 {
    font-size: 1.375rem;
  }
}

h5,
.h5 {
  font-size: 1.5rem;
  line-height: 1.33;
  letter-spacing: 0em;
}
@media (max-width: 61.99875em) {
  h5,
  .h5 {
    font-size: 1.375rem;
  }
}
@media (max-width: 47.99875em) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

h6,
.h6 {
  font-size: 1.125rem;
}

p {
  line-height: 1.5;
}

@keyframes animate-display {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tag-title {
  display: inline-block;
  min-width: 10.125rem;
  padding: 0.75rem 1.5rem;
  background-color: #f8f9fe;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.03em;
  color: #69b99d;
  text-transform: uppercase;
}

.learn-more {
  color: #69b99d;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.44;
  letter-spacing: 0.03em;
  display: flex;
  gap: 0.75rem;
  align-items: center;
  transition: color ease 0.3s;
}
.learn-more .circle-arrow {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow ease-in-out 0.3s, background-color 0.3s ease, color ease 0.3s, transform 0.3s ease;
}
.learn-more .circle-arrow::before {
  display: inline-flex;
  justify-content: center;
  box-shadow: 0 0 1.25rem 0 rgba(105, 185, 157, 0.58);
  align-items: center;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
@media (any-hover: hover) {
  .learn-more:hover {
    color: #054457;
  }
  .learn-more:hover .circle-arrow {
    transform: translateX(10%);
  }
  .learn-more:hover .circle-arrow ::before {
    box-shadow: 0 0 1.25rem 0 rgba(5, 68, 87, 0.58);
  }
}

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

.rel-wrap {
  position: relative;
}

.rel-content {
  position: relative;
  z-index: 2;
}

.text-heading__tag {
  margin-bottom: 1rem;
}
@media (max-width: 47.99875em) {
  .text-heading__tag {
    font-size: 1rem;
  }
}
.text-heading__title {
  max-width: 31.25rem;
  margin-bottom: 1rem;
}
.text-heading__subtitle-text {
  max-width: 31.25rem;
}

.inline-form__title {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #0b2e29;
  margin-bottom: 1rem;
}

.--ease-top,
.--ease-in {
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 1s cubic-bezier(0.16, 0.88, 0.45, 1);
}

.--ease-in {
  transition: opacity 1s ease;
  transition-delay: 0.5s;
}
.--ease-in.--watcher-view {
  opacity: 1;
  transition-delay: 0.3s;
}

.--ease-top {
  transform: translateY(6.25rem);
}
.--ease-top.--watcher-view {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translateY(0);
}

.--watcher-view.ease-delay-100 {
  transition-delay: 300ms;
}

.--watcher-view.ease-delay-200 {
  transition-delay: 600ms;
}

.--watcher-view.ease-delay-300 {
  transition-delay: 900ms;
}

.--watcher-view.ease-delay-400 {
  transition-delay: 1200ms;
}

.--watcher-view.ease-delay-500 {
  transition-delay: 1500ms;
}/* Generated by vite-plugin-svg-spritemap */
@media (min-width: 61.99875em) {
  .menu {
    flex: 1 1 auto;
    margin-right: 2rem;
    align-self: flex-end;
  }
}
@media (max-width: 61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    overflow: auto;
    padding: 6.25rem 0.9375rem 1.875rem 0.9375rem;
    transition: right 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 3;
    color: #fff;
    background-color: rgba(11, 46, 41, 0.99);
    gap: 2.5rem;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left 0.3s;
  }
  [data-fls-menu-open] .menu__body {
    right: 0;
  }
  [data-fls-menu-open] .menu__body::before {
    right: 0;
  }
}
@media (min-width: 61.99875em) {
  .menu__logo {
    display: none;
  }
}
@media (min-width: 61.99875em) {
  .menu__logo {
    width: 7.1875rem;
  }
}
.menu__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 3rem;
  row-gap: 1.25rem;
}
@media (max-width: 76.875em) {
  .menu__list {
    column-gap: 1.5rem;
  }
}
@media (max-width: 61.99875em) {
  .menu__list {
    flex-direction: column;
  }
}
.menu__item {
  transition: padding-bottom 0.3s ease;
}
.menu__item:hover {
  transition: color 0.3s ease;
  color: #69b99d;
}
.menu__link {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.44;
}
.icon-menu {
  display: none;
}
@media (max-width: 61.99875em) {
  .icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.3125rem;
    z-index: 5;
  }
}
@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 61.99875em) {
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 0.1875rem;
    background-color: #69b99d;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
}

.header .current-menu-item {
  font-family: "Poppins";
  color: #69b99d;
  position: relative;
  padding-bottom: 0.875rem;
}
.header .current-menu-item::after {
  animation: animate-display 0.3s ease-in;
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  align-self: center;
  width: 0.375rem;
  height: 0.375rem;
  background-color: #69b99d;
}/* Generated by vite-plugin-svg-spritemap */
.login {
  display: flex;
  flex: 0 0 auto;
}

@media (max-width: 61.99875em) {
  .menu .login {
    margin-top: 1.25rem;
  }
}/* Generated by vite-plugin-svg-spritemap */
.header {
  position: fixed;
  background-color: #fff;
  z-index: 50;
  width: 100%;
  transition: box-shadow ease 0.3s;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 61.99875em) {
  .header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 76.875em) {
  .header {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 7.1875rem;
}
@media (min-width: 61.99875em) {
  .header__logo {
    margin-right: 2rem;
  }
}

.sticky-header .header {
  box-shadow: rgba(105, 185, 157, 0.3) 0rem 0.125rem 0.75rem;
}/* Generated by vite-plugin-svg-spritemap */
.footer {
  background-color: #f5f5f5;
  padding-top: 4.6875rem;
  padding-bottom: 6.25rem;
}
@media (max-width: 61.99875em) {
  .footer {
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 47.99875em) {
  .footer {
    padding-bottom: 3.75rem;
  }
}
.footer__row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
}
@media (max-width: 61.99875em) {
  .footer__row {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.875rem;
  }
}
@media (max-width: 47.99875em) {
  .footer__row {
    flex-direction: column;
    align-items: center;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  max-width: 21.875rem;
}
@media (max-width: 47.99875em) {
  .footer__column {
    flex: 1 1 auto;
    max-width: 100%;
    text-align: center;
  }
}
.footer__column-title {
  font-family: "Rubik";
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.4;
  color: #0b2e29;
  margin-bottom: 1rem;
}
.footer__logo {
  width: 7.1875rem;
  margin-bottom: 1rem;
}
@media (min-width: 61.99875em) {
  .footer__logo {
    margin-right: 2rem;
  }
}
@media (max-width: 47.99875em) {
  .footer__logo {
    margin: 0 auto 1rem;
  }
}
.footer__text {
  color: #1f2744;
  font-weight: 400;
  line-height: 1.62;
  letter-spacing: 0em;
  margin-bottom: 1.5rem;
}
@media (max-width: 47.99875em) {
  .footer__text {
    margin-bottom: 0;
  }
}

.menu-footer__list {
  font-family: "Rubik";
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.menu-footer__link {
  font-family: "Rubik";
  font-weight: 400;
  color: #575757;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .menu-footer__link:hover {
    color: #69b99d;
  }
}
.menu-footer__link--active {
  color: #69b99d;
  text-decoration: underline;
}

.current-menu-item {
  color: #69b99d;
  text-decoration: underline;
}

.socials {
  color: #69b99d;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  font-size: 1.0625rem;
}
.socials__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  border: solid 0.0625rem transparent;
  transition: border-color ease 0.3s;
  background-color: #fff;
}
.socials__link {
  position: relative;
  padding: 1.125rem;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .socials__link::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: 0.5s;
    z-index: 2;
  }
  .socials__link:hover::before {
    top: 0;
  }
  .socials__link:hover .socials__icon {
    color: #fff;
    transform: rotateY(360deg);
  }
}
.socials__icon {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  z-index: 4;
}

ul.socials li:nth-child(1) a:before {
  background: #0077b5;
}

ul.socials li:nth-child(2) a:before {
  background: #dd4b39;
}

ul.socials li:nth-child(3) a:before {
  background: #3b5999;
}
/* Generated by vite-plugin-svg-spritemap */
.form-inline {
  display: flex;
  flex-wrap: wrap;
  /* Стилі компонента */
}
@media (max-width: 29.99875em) {
  .form-inline {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.form-inline__input {
  background-color: #fff;
  padding: 0.5rem 1rem;
  position: relative;
  z-index: 2;
  border: 0.0625rem solid #fff;
  transition: border-color 0.3s ease;
  flex: 1 1 50%;
}
@media (max-width: 29.99875em) {
  .form-inline__input {
    flex: 1 1 100%;
  }
}
.form-inline__input.--form-focus {
  border-color: #69b99d;
  outline: unset;
}
.form-inline__input.--form-error {
  border-color: red;
}
.form-inline__input::placeholder {
  color: #d7d7d7;
}
.form-inline__button.button {
  flex: 0 1 30%;
}
@media (max-width: 29.99875em) {
  .form-inline__button.button {
    min-width: 100%;
  }
}

.form-error {
  min-width: 100%;
  padding: 0.375rem;
  line-height: 2;
}/* Generated by vite-plugin-svg-spritemap */
.button {
  display: inline-flex;
  padding: 0.9375rem 1.1875rem 0.875rem;
  border: solid 0.0625rem transparent;
  min-width: 8.75rem;
  max-width: 12.5rem;
  justify-content: center;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  color: #69b99d;
}
@media (any-hover: hover) {
  .button:hover {
    background-color: #69b99d;
    color: #fff;
    box-shadow: 0 0 1.25rem 0 rgba(105, 185, 157, 0.58);
  }
}
.button--fw {
  width: 100%;
}

.button--green {
  color: #fff;
  background-color: #69b99d;
}
@media (any-hover: hover) {
  .button--green:hover {
    border-color: #69b99d;
    background-color: #fff;
    color: #69b99d;
  }
}

.button--border-green {
  border-color: #69b99d;
}/* Generated by vite-plugin-svg-spritemap */
body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
}

[data-fls-popup-open] body::after {
  opacity: 1;
}

[data-fls-popup] {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.625rem;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}
[data-fls-popup][data-fls-popup-active] {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

[data-fls-popup-active] [data-fls-popup-body] {
  visibility: visible;
  transform: scale(1);
}

[data-fls-popup-wrapper] {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

[data-fls-popup-body] {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: #eee;
  padding: 1.25rem;
  width: 100%;
  max-width: 56.25rem;
  border-radius: 1.25rem;
}

[data-fls-popup-youtube-place] iframe {
  width: 100%;
  aspect-ratio: 16/9;
}