/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

/*
// Variable Font
@font-face {
  font-family: "EBGaramond";
  src: url("../../assets/fonts/EBGaramond-VariableFont_wght.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("../../assets/fonts/Manrope-VariableFont_wght.ttf");
  font-display: swap;
}
*/
/*
// Not Variable font
@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR.eot");
  src: url("../../assets/fonts/Cera/Cera-GR.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/Cera/Cera-GR.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Light.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Light.eot?#iefix")
      format("embedded-opentype"),
    url("../../assets/fonts/Cera/Cera-GR-Light.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Light.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Light.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Bold.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Bold.eot?#iefix")
      format("embedded-opentype"),
    // url("../../assets/fonts/Cera/Cera-GR-Bold.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Bold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Cera";
  src: url("../../assets/fonts/Cera/Cera-GR-Black.eot");
  src: url("../../assets/fonts/Cera/Cera-GR-Black.eot?#iefix")
      format("embedded-opentype"),
    // url("../../assets/fonts/Cera/Cera-GR-Black.woff2") format("woff2"),
    url("../../assets/fonts/Cera/Cera-GR-Black.woff") format("woff"),
    url("../../assets/fonts/Cera/Cera-GR-Black.ttf") format("truetype"),
    url("../../assets/fonts/Cera/Cera-GR-Black.svg") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
*/
@font-face {
  font-family: "icomoon";
  src: url("../../assets/fonts/icomoon.eot?g9r827");
  src: url("../../assets/fonts/icomoon.eot?g9r827#iefix") format("embedded-opentype"), url("../../assets/fonts/icomoon.ttf?g9r827") format("truetype"), url("../../assets/fonts/icomoon.woff?g9r827") format("woff"), url("../../assets/fonts/icomoon.svg?g9r827#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.heading-l {
  font-size: clamp(50px, 10.9375vw, 112px);
}
@media only screen and (min-width: 1921px) {
  .heading-l {
    font-size: clamp(112px, 4.375vw, 168px);
  }
}

h1,
.heading-ml {
  font-size: clamp(30px, 4.8828125vw, 50px);
}
@media only screen and (min-width: 1921px) {
  h1,
  .heading-ml {
    font-size: clamp(50px, 1.953125vw, 75px);
  }
}

h2,
.heading {
  font-size: clamp(19px, 3.7109375vw, 38px);
}
@media only screen and (min-width: 1921px) {
  h2,
  .heading {
    font-size: clamp(38px, 1.484375vw, 57px);
  }
}

.text-ml {
  font-size: clamp(16px, 1.953125vw, 20px);
}
@media only screen and (min-width: 1921px) {
  .text-ml {
    font-size: clamp(20px, 0.78125vw, 30px);
  }
}

.text {
  font-size: clamp(14px, 1.7578125vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .text {
    font-size: clamp(18px, 0.703125vw, 27px);
  }
}

.text-ms {
  font-size: clamp(12px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .text-ms {
    font-size: clamp(16px, 0.625vw, 24px);
  }
}

.text-s {
  font-size: 12px;
}
@media only screen and (min-width: 1921px) {
  .text-s {
    font-size: clamp(12px, 0.46875vw, 18px);
  }
}

.button {
  font-size: clamp(14px, 1.85546875vw, 19px);
}
@media only screen and (min-width: 1921px) {
  .button {
    font-size: clamp(19px, 0.7421875vw, 28.5px);
  }
}

.body {
  overflow-x: hidden;
  background-color: #f8f8f8;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #48536b;
}

main {
  overflow-x: hidden;
}

a {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  color: #93d500;
}

button {
  cursor: pointer;
}

p {
  font-size: inherit;
}

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1.1;
}

.boxed {
  max-width: 1480px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed {
    max-width: clamp(1440px, 75vw, 2880px);
  }
}
@media only screen and (max-width: 1024px) {
  .boxed {
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 1025px) {
  .boxed-desktop {
    max-width: 1480px;
    padding-inline: 40px;
  }
}

.boxed-sm {
  max-width: 1140px;
  padding-inline: 40px;
}
@media only screen and (min-width: 1921px) {
  .boxed-sm {
    max-width: clamp(1100px, 57.2916666667vw, 2200px);
  }
}
@media only screen and (max-width: 1024px) {
  .boxed-sm {
    padding-inline: 20px;
  }
}

@media only screen and (min-width: 1921px) {
  .boxed-4k {
    max-width: clamp(1440px, 75vw, 2880px);
    padding-inline: 40px;
  }
}

.centered {
  margin-inline: auto;
}

@media only screen and (min-width: 1921px) {
  .centered-4k {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1025px) {
  .centered-desktop {
    margin-inline: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .centered-mob {
    margin-inline: auto;
  }
}

@media only screen and (min-width: 1440px) {
  .push-left {
    margin-left: calc((100vw - 1440px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-left {
    margin-left: calc((100vw - clamp(1440px, 75vw, 2880px)) / 2);
  }
}

@media only screen and (min-width: 1440px) {
  .push-right {
    margin-right: calc((100vw - 1440px) / 2);
  }
}
@media only screen and (min-width: 1921px) {
  .push-right {
    margin-right: calc((100vw - clamp(1440px, 75vw, 2880px)) / 2);
  }
}

.no-padding {
  padding-inline: 0;
}

.inline-padding {
  padding-inline: 20px;
}

.bottom-padding {
  padding-bottom: clamp(40px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .bottom-padding {
    padding-bottom: clamp(80px, 3.125vw, 120px);
  }
}

.top-padding {
  padding-top: clamp(40px, 7.8125vw, 80px);
}
@media only screen and (min-width: 1921px) {
  .top-padding {
    padding-top: clamp(80px, 3.125vw, 120px);
  }
}

.first-section {
  padding-block: clamp(150px, 19.53125vw, 200px) clamp(75px, 9.765625vw, 100px);
}
@media only screen and (min-width: 1921px) {
  .first-section {
    padding-block: clamp(200px, 7.8125vw, 300px) clamp(100px, 3.90625vw, 150px);
  }
}

.basic {
  padding-block: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .basic {
    padding-block: clamp(40px, 1.5625vw, 60px);
  }
}

.last-section {
  padding-bottom: clamp(150px, 19.53125vw, 200px);
}
@media only screen and (min-width: 1921px) {
  .last-section {
    padding-bottom: clamp(200px, 7.8125vw, 300px);
  }
}

.cover-width {
  width: 100%;
}

.thin {
  font-weight: 100;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.black-weight {
  font-weight: 900;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.letter-spacing-wide {
  letter-spacing: 0.4em;
}

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

.line-height {
  line-height: 1.48;
}

.line-height-m {
  line-height: 1.25;
}

.line-height-s {
  line-height: 1.1;
}

.hidden {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .hidden-desktop {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hidden-mobile {
    display: none !important;
  }
}

.black {
  color: #000;
}

.off-black {
  color: #232323;
}

.white {
  color: #fff;
}

.primary {
  color: #48536b;
}

.accent {
  color: #93d500;
}

.accent-bg {
  background-color: #93d500;
}

.gradient-text {
  background: linear-gradient(to bottom, #93d500, #e6f1cd);
  background-clip: text;
  color: transparent;
}

.facebook::after {
  content: "\e905";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.instagram::after {
  content: "\e904";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.youtube::after {
  content: "\e902";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tiktok::after {
  content: "\e903";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ic-play::after {
  content: "\e901";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header {
  position: fixed;
  z-index: 100;
  inset-inline: 0;
  background-color: #fff;
  padding-block: clamp(25px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .header {
    padding-block: clamp(30px, 1.171875vw, 45px);
  }
}
.header:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0;
  backdrop-filter: blur(10px);
}
.header--sticky:before {
  opacity: 1;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header__container {
    gap: 20px;
  }
}
.header__container img {
  max-width: clamp(124px, 18.06640625vw, 185px);
}
@media only screen and (min-width: 1921px) {
  .header__container img {
    max-width: clamp(185px, 7.2265625vw, 277.5px);
  }
}
.header a {
  transition: 0.3s ease;
}
.header a:hover {
  color: #93d500;
}
.header ul {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
}

@media only screen and (max-width: 1024px) {
  .main-menu {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    height: 100vh;
    padding: 100px 40px;
    background-color: #fff;
    visibility: visible;
    opacity: 1;
    transform: translateX(0%);
    transition: all ease 300ms;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu--closed {
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
}
.main-menu__list {
  display: flex;
  gap: 40px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list {
    flex-direction: column;
    gap: revert;
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list li {
    border-bottom: solid 1px #48536b;
  }
}
.main-menu__list a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  width: fit-content;
  font-size: clamp(14px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .main-menu__list a {
    font-size: clamp(16px, 0.625vw, 24px);
  }
}
@media only screen and (max-width: 1024px) {
  .main-menu__list a {
    align-items: revert;
    font-size: 25px;
    padding-block: 20px;
  }
}
.main-menu__list a:after {
  content: "";
  width: calc(100% + 4px);
  height: 2px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: clip-path ease 300ms;
}
.main-menu__list a:hover:after {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.main-menu__list ul {
  position: absolute;
  padding: 8px 16px;
  background-color: #48536b;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list ul {
    position: revert;
    display: none;
    padding: revert;
  }
}
.main-menu__list > li:hover ul {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .main-menu__list > li:hover ul {
    display: block;
  }
}

.hero {
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__img img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .hero__img img {
    min-height: clamp(540px, 42.4479166667vw, 815px);
    object-fit: cover;
  }
}

.archive-grid {
  position: relative;
  display: grid;
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1025px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.archive-grid__bottom {
  display: grid;
  place-content: center;
  padding-block: clamp(16px, 3.125vw, 32px);
}
.archive-grid__no-more-posts {
  display: none;
}
.archive-grid__loader {
  position: absolute;
  z-index: 1;
  inset: 0;
  display: grid;
  place-content: center;
  background-color: rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 1440px) {
  .carousel {
    padding-inline: 20px;
  }
}
.carousel--1, .carousel--2, .carousel--3 {
  margin-top: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .carousel--1, .carousel--2, .carousel--3 {
    margin-top: clamp(40px, 1.5625vw, 60px);
  }
}
.carousel--1 .carousel__fade-container, .carousel--2 .carousel__fade-container, .carousel--3 .carousel__fade-container {
  position: relative;
  border-radius: 25px;
  box-shadow: 0 3px 35px #dadfeb;
}
@media only screen and (min-width: 1440px) {
  .carousel--1 .carousel__fade-container::after, .carousel--2 .carousel__fade-container::after, .carousel--3 .carousel__fade-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
  }
}
.carousel__track {
  overflow-x: hidden;
}
.carousel__container {
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .carousel__container {
    gap: 16px;
  }
}
.carousel__slide {
  color: #000;
  cursor: grab;
}
.carousel__button {
  cursor: pointer;
  background-color: #fff;
  border-radius: 50%;
  width: 40px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 3px 35px #dadfeb;
}
.carousel__button--previous {
  transform: scaleX(-1);
}
.carousel__button::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.carousel__controls {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: clamp(20px, 4.0363269425vw, 40px);
  margin-top: clamp(40px, 8.072653885vw, 80px);
  margin-inline: auto;
}
.carousel__dots {
  display: flex;
  align-items: center;
  width: 100%;
}
.carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.carousel .glide__bullet--active {
  background-color: #000;
}

.video__text {
  padding-block: clamp(20px, 3.90625vw, 40px) clamp(60px, 11.71875vw, 120px);
}
@media only screen and (min-width: 1921px) {
  .video__text {
    padding-block: clamp(40px, 1.5625vw, 60px) clamp(120px, 4.6875vw, 180px);
  }
}
.video__container {
  aspect-ratio: 9/16;
  width: 100%;
  position: relative;
}
.video__player {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 1;
}
.video__overlay:hover {
  background: rgba(0, 0, 0, 0.5);
}
.video__play-button {
  padding: 12px 24px;
  transition: 0.3s ease;
}
.video__overlay:hover .video__play-button {
  transform: scale(1.1);
}

.tabs__buttons {
  display: flex;
}
.tabs__button {
  padding: clamp(8px, 1.5625vw, 16px) clamp(16px, 3.125vw, 32px);
  border: solid 1px rgba(72, 83, 107, 0.2);
  cursor: pointer;
  transition: all ease 300ms;
}
.tabs__button:hover {
  border: solid 1px #48536b;
}
.tabs__button--active {
  background-color: #48536b;
  color: #f8f8f8;
}
.tabs__content {
  padding: clamp(8px, 1.5625vw, 16px);
}
.tabs__content--hidden {
  display: none;
}

.accordion__item {
  border: solid 1px rgba(72, 83, 107, 0.2);
  transition: border ease 300ms;
}
.accordion__item:hover {
  border: solid 1px #48536b;
}
.accordion__item--open {
  border: solid 1px #48536b;
}
.accordion__button, .accordion__text {
  padding: clamp(8px, 1.5625vw, 16px);
}
.accordion__button {
  cursor: pointer;
  transition: all ease 300ms;
}
.accordion__button--active {
  background-color: #48536b;
  color: #fff;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height ease 300ms;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (max-width: 1024px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery__item {
  cursor: pointer;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 1000;
  align-items: center;
  padding-bottom: clamp(24px, 4.6875vw, 48px);
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  visibility: visible;
  opacity: 1;
}
.lightbox--hidden {
  visibility: hidden;
  opacity: 0;
}
.lightbox__container {
  height: 100%;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.lightbox__img-container {
  margin-inline: auto;
  padding-bottom: clamp(20px, 3.90625vw, 40px);
}
.lightbox__img-container img {
  margin-inline: auto;
}
@media only screen and (min-width: 1025px) {
  .lightbox__img-container img {
    height: 100%;
  }
}
.lightbox__close {
  width: 100%;
  color: #fff;
  text-align: right;
}
.lightbox__close-button {
  opacity: 0.8;
  cursor: pointer;
}
.lightbox__close-button:hover {
  opacity: 1;
}
.lightbox .carousel__container {
  height: 100%;
}
.lightbox .carousel__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lightbox .carousel__button:after {
  color: #fff;
}
.lightbox .carousel__dot {
  height: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.lightbox .glide__bullet--active {
  background-color: #fff;
}

.footer__social {
  position: relative;
  border-radius: clamp(32px, 5.46875vw, 56px);
}
@media only screen and (min-width: 1921px) {
  .footer__social {
    border-radius: clamp(56px, 2.1875vw, 84px);
  }
}
.footer__social-img-container img {
  width: 100%;
  border-radius: clamp(32px, 5.46875vw, 56px);
}
@media only screen and (min-width: 1921px) {
  .footer__social-img-container img {
    border-radius: clamp(56px, 2.1875vw, 84px);
  }
}
.footer__social-links-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.footer__social-links-container h3 {
  line-height: 1.2;
}
.footer__social-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2.9296875vw, 30px);
  margin-top: clamp(10px, 2.9296875vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .footer__social-links {
    gap: clamp(30px, 1.171875vw, 45px);
    margin-top: clamp(30px, 1.171875vw, 45px);
  }
}
.footer__social-links a {
  transition: 0.3s ease;
}
.footer__social-links a:hover {
  color: rgba(72, 83, 107, 0.9);
}
.footer__bottom-container {
  padding-top: clamp(20px, 3.90625vw, 40px);
}
@media only screen and (min-width: 1921px) {
  .footer__bottom-container {
    padding-top: clamp(40px, 1.5625vw, 60px);
  }
}
.footer__bubbles {
  position: absolute;
  top: 0;
  transform: translateY(-62%);
}
.footer__bubbles--1 {
  width: clamp(40px, 12.3046875vw, 126px);
  left: 20%;
}
@media only screen and (min-width: 1921px) {
  .footer__bubbles--1 {
    width: clamp(126px, 4.921875vw, 189px);
  }
}
.footer__bubbles--2 {
  width: clamp(55px, 14.6484375vw, 150px);
  right: 15%;
}
@media only screen and (min-width: 1921px) {
  .footer__bubbles--2 {
    width: clamp(150px, 5.859375vw, 225px);
  }
}

.loader {
  display: grid;
  place-content: center;
  background-color: #93d500;
  position: fixed;
  inset: 0;
  z-index: 999;
}
.loader__spinner {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 4px solid #48536b;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader__spinner::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 8px;
  top: 8px;
  border: 4px solid #48536b;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.button {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  list-style-type: none;
  background-color: #48536b;
  padding: clamp(15px, 1.953125vw, 20px) clamp(50px, 7.8125vw, 80px);
  border-radius: 35px;
  transition: 0.3s ease;
}
.button:hover {
  background-color: #93d500;
}
@media only screen and (min-width: 1921px) {
  .button {
    padding: clamp(20px, 0.78125vw, 30px) clamp(80px, 3.125vw, 120px);
    border-radius: clamp(35px, 1.3671875vw, 52.5px);
  }
}

.link {
  color: #93d500;
}

.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .hamburger {
    display: none;
  }
}
.hamburger--pressed .hamburger__button {
  transform: translateX(-50px);
  background: transparent;
}
.hamburger--pressed .hamburger__button:before {
  transform: rotate(45deg) translate(35px, -35px);
}
.hamburger--pressed .hamburger__button:after {
  transform: rotate(-45deg) translate(35px, 35px);
}
.hamburger__button {
  display: flex;
  position: relative;
  z-index: 2;
  width: 36px;
  height: 3px;
  background: #48536b;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
@media only screen and (min-width: 1025px) {
  .hamburger__button {
    display: none;
  }
}
.hamburger__button:before, .hamburger__button:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 3px;
  background: #48536b;
  transition: all 0.5s ease-in-out;
}
.hamburger__button:before {
  transform: translateY(-10px);
}
.hamburger__button:after {
  transform: translateY(10px);
}

.back-to-top {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: clamp(24px, 4.6875vw, 48px);
  padding: clamp(12px, 2.34375vw, 24px);
  background-color: #93d500;
  color: #fff;
  opacity: 0;
  transform: rotate(-90deg);
  transition: 0.3s ease;
  cursor: pointer;
}
.back-to-top--visible {
  visibility: visible;
  opacity: 1;
}
.back-to-top::after {
  content: "\e900";
  font-family: "icomoon";
  font-variant: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.back-to-top:hover {
  background-color: #48536b;
}

.error-message {
  color: red;
}

.video__container {
  border-radius: 18px;
  overflow: hidden;
}
@media only screen and (min-width: 1921px) {
  .video__container {
    border-radius: clamp(18px, 0.703125vw, 27px);
  }
}
.video__play-button {
  font-size: clamp(45px, 6.34765625vw, 65px);
}
@media only screen and (min-width: 1921px) {
  .video__play-button {
    font-size: clamp(65px, 2.5390625vw, 97.5px);
  }
}

.masonry__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .masonry__grid {
    gap: clamp(16px, 0.625vw, 24px);
  }
}
@media only screen and (max-width: 1024px) {
  .masonry__grid {
    grid-template-columns: 1fr;
  }
}
.masonry__group {
  display: grid;
  gap: clamp(8px, 1.5625vw, 16px);
}
@media only screen and (min-width: 1921px) {
  .masonry__group {
    gap: clamp(16px, 0.625vw, 24px);
  }
}
@media only screen and (max-width: 1024px) {
  .masonry__group--2 {
    grid-row: 1;
  }
}
.masonry__item {
  position: relative;
}
.masonry__item--2 .masonry__item-extra {
  width: clamp(56px, 11.5234375vw, 118px);
  bottom: 25%;
  left: 0;
  transform: translateX(-40%);
}
@media only screen and (min-width: 1921px) {
  .masonry__item--2 .masonry__item-extra {
    width: clamp(118px, 4.609375vw, 177px);
  }
}
.masonry__item--3 .masonry__item-extra {
  width: clamp(44px, 8.59375vw, 88px);
  top: 0;
  left: 30%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1921px) {
  .masonry__item--3 .masonry__item-extra {
    width: clamp(88px, 3.4375vw, 132px);
  }
}
.masonry__item--5 .masonry__item-extra {
  width: clamp(150px, 22.0703125vw, 226px);
  top: 0;
  left: 50%;
  transform: translateX(-30%) translateY(-60%);
}
@media only screen and (min-width: 1921px) {
  .masonry__item--5 .masonry__item-extra {
    width: clamp(226px, 8.828125vw, 339px);
  }
}
.masonry__item:hover .masonry__item-image {
  transform: scale(1.08);
}
.masonry__item-image-container {
  width: 100%;
  height: min-content;
  overflow: hidden;
  border-radius: clamp(10px, 1.7578125vw, 18px);
}
@media only screen and (min-width: 1921px) {
  .masonry__item-image-container {
    border-radius: clamp(18px, 0.703125vw, 27px);
  }
}
.masonry__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s ease-out;
}
.masonry__item-extra {
  position: absolute;
}

.products__button {
  display: grid;
  justify-content: center;
}

.products-section__heading {
  background-color: #fff;
  width: fit-content;
  min-width: clamp(300px, 41.6666666667vw, 600px);
  padding: clamp(10px, 1.46484375vw, 15px) clamp(20px, 9.765625vw, 100px);
  border-radius: 45px;
  box-shadow: 0 3px 35px #dadfeb;
}
@media only screen and (min-width: 1921px) {
  .products-section__heading {
    min-width: clamp(600px, 23.4375vw, 900px);
    padding: clamp(15px, 0.5859375vw, 22.5px) clamp(100px, 3.90625vw, 150px);
    border-radius: clamp(45px, 1.7578125vw, 67.5px);
  }
}

.product-card {
  display: grid;
  grid-template-columns: 4fr 5fr;
  gap: clamp(25px, 3.8194444444vw, 55px);
  background-color: #fff;
  border-radius: 25px;
  padding: clamp(18px, 2.0833333333vw, 30px);
}
@media only screen and (min-width: 1921px) {
  .product-card {
    min-width: clamp(1200px, 46.875vw, 1800px);
    padding: clamp(30px, 1.171875vw, 45px);
    border-radius: clamp(25px, 0.9765625vw, 37.5px);
  }
}
@media only screen and (max-width: 1024px) {
  .product-card {
    grid-template-columns: 1fr;
  }
}
.product-card__img {
  height: 100%;
}
.product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.product-card__text-container {
  padding-block: clamp(25px, 4.8780487805vw, 50px);
}
@media only screen and (min-width: 1025px) {
  .product-card__text-container {
    max-width: 500px;
  }
}
@media only screen and (min-width: 1921px) {
  .product-card__text-container {
    min-width: clamp(500px, 19.53125vw, 750px);
    padding-block: clamp(55px, 2.1484375vw, 82.5px);
  }
}

.benefits {
  display: grid;
  row-gap: 20px;
}
@media only screen and (min-width: 1921px) {
  .benefits {
    row-gap: clamp(20px, 0.78125vw, 30px);
  }
}
.benefits__item {
  border-radius: 55px;
  border: 2px solid #93d500;
  padding: 10px 30px;
}
@media only screen and (min-width: 1921px) {
  .benefits__item {
    border-radius: clamp(55px, 2.1484375vw, 82.5px);
    padding: clamp(10px, 0.390625vw, 15px) clamp(30px, 1.171875vw, 45px);
  }
}

.carousel__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 1921px) {
  .carousel__stats {
    gap: clamp(15px, 0.5859375vw, 22.5px);
    padding-bottom: clamp(20px, 0.78125vw, 30px);
  }
}
.carousel__stat {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media only screen and (min-width: 1921px) {
  .carousel__stat {
    gap: clamp(5px, 0.1953125vw, 7.5px);
  }
}

/*# sourceMappingURL=main.css.map */
