@import url("https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #ffffff;

  color: #101c22;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
}

.button:hover {
  scale: 120%;
}

.o-a-header.is-open .o-a-header-background {
  left: 0;
}
.o-a-header-button-wrapper {
  margin-left: auto;
}
.o-a-header-icon {
  display: none;
}

.o-a-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.o-a-navigation-list.is-open {
  right: 0;
}
.o-a-header-icon-menu {
  display: block;
}

.o-a-header-icon-button.is-open .o-a-header-icon-menu {
  display: none;
}

.o-a-header-icon-button.is-open .o-a-header-icon-close {
  display: block;
}

.o-a-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 52px;
  background: #15231a;
}

.o-a-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #15231a;
}
.o-a-header.is-open .o-a-header-background {
  left: 0;
}
.o-a-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.o-a-header-icon-menu {
  display: block;
}

.o-a-header-icon-button.is-open .o-a-header-icon-menu {
  display: none;
}

.o-a-header-icon-button.is-open .o-a-header-icon-close {
  display: block;
}

.o-a-navigation {
  display: -ms-flexbox;
  -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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 6px 16px;
  position: relative;
}

.o-a-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 150px 32px;

  gap: 24px;
  background: #15231a;
}

.o-a-navigation-list.is-open {
  right: 0;
}

.o-a-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: Geologica;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 2%;
  text-align: center;
  text-transform: uppercase;

  color: #e6eaf0;
  padding: 8px 12px;
  text-wrap: nowrap;

  border-radius: 50px;
  border: 1px solid transparent;
}

.o-a-navigation-link:hover,
.o-a-navigatioт-link:focus {
  color: #87b8ac;
  border: 1px solid #87b8ac;
}

.o-a-header.is-open {
  background-color: transparent;
}

.o-a-navigation-img {
  display: none;
}

@media screen and (min-width: 1197px) {
  .o-a-navigation-img {
    display: block;
    margin-right: 390px;
  }
  .o-a-policy-terms-header-icon-menu {
    display: none;
  }
  .o-a-header-button-wrapper {
    display: none;
  }
  .o-a-header {
    width: 100%;
    height: 62px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .o-a-header-icon-button {
    display: none;
  }
  .o-a-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 80px;
    margin: auto;
  }

  .o-a-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 24px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .o-a-navigation-link {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 2%;
    text-align: center;
    text-transform: uppercase;
  }

  .o-a-navigation-item-desk {
    display: none;
  }
}

.o-a-home {
  width: 375px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Hero_Section.png");
  margin: auto;
}
.o-a-home-container {
  padding: 375px 16px 0px;
  margin: auto;
  height: 812px;
}

.o-a-home-container-top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.o-a-home-text {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 52px;
  leading-trim: NONE;
  line-height: 96%;
  letter-spacing: 12%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 8px 8px 12px #6b63631f;
}
.o-a-home-text-two {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 2%;
  text-align: center;
  color: #45635c;
}

@media screen and (min-width: 1197px) {
  .o-a-home {
    width: auto;

    background-image: url("/img/Hero_Section\ \(1\).png");
  }
  .o-a-home-container {
    width: 1440px;
    padding: 352px 64px 0;
  }
  .o-a-home-container-top {
    display: flex;
    flex-direction: column;
  }

  .o-a-home-text {
    font-family: Geologica;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 132px;
    leading-trim: NONE;
    line-height: 96%;
    letter-spacing: 19%;
    text-align: center;
    text-transform: uppercase;
  }
  .o-a-home-text-two {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 4%;
    text-align: center;
  }
}
.o-a-about {
  margin: auto;
  width: 375px;
  height: 690px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Section\ \(1\).png");
}
.o-a-about-container {
  padding: 64px 16px 0px;
  margin: auto;
}
.o-a-about-title {
  font-family: Geologica;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
}
.o-a-about-title-two {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #e6eaf0;
  padding-top: 24px;
}
.o-a-about-text {
  font-family: Inter;
  font-weight: 500;
  font-style: Italic;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #e6eaf0;
  padding-top: 24px;
}

@media screen and (min-width: 1197px) {
  .o-a-about {
    width: auto;
    height: 572px;
    background-image: url("/img/Section\ \(2\).png");
  }
  .o-a-about-container {
    width: 1440px;
    padding: 96px 288px 0px;
  }
  .o-a-about-title {
    font-family: Geologica;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 4%;
    text-align: center;
    text-transform: uppercase;
  }
  .o-a-about-title-two {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;

    padding-top: 24px;
  }
  .o-a-about-text {
    font-family: Inter;
    font-weight: 500;
    font-style: Italic;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.o-a-why {
  margin: auto;
  width: 375px;
  height: 759px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Section\ \(3\).png");
}

.o-a-why-container {
  margin: auto;
  padding: 80px 42px 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.o-a-why-text-bold {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 24px;
  color: #e6eaf0;
}
.o-a-why-list {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.o-a-why-item {
  display: flex;
  gap: 8px;
}
.o-a-why-img {
  width: 20px;
}

.o-a-why-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #e6eaf0;
}

@media screen and (min-width: 1197px) {
  .o-a-why {
    width: auto;
    height: 594px;
    padding: 72px 0;
    background-image: url("/img/Section\ \(5\).png");
  }
  .o-a-why-container {
    width: 1088px;

    padding: 64px 40px;
    background: #0000008c;
    flex-direction: row;
    gap: 48px;

    border-radius: 24px;
  }

  .o-a-why-text-bold {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .o-a-why-list {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 460px;
  }
  .o-a-why-item {
    display: flex;
    gap: 8px;
  }

  .o-a-why-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.o-a-uniqueness {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Section\ \(6\).png");
  margin: auto;
  width: 375px;
}
.o-a-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 40px 16px;
}
.o-a-uniqueness-list {
  padding-top: 32px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.o-a-uniqueness-item {
  backdrop-filter: blur(12px);
  border: 1px solid #ffffff29;
  background: #ffffff1f;
  width: 161px;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
  gap: 8px;

  border-radius: 4px;
  border-width: 1px;
}
.o-a-uniqueness-img {
  width: 40px;
  margin: auto;
}

.o-a-uniqueness-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #e6eaf0;
  padding-top: 8px;
}

@media screen and (min-width: 1197px) {
  .o-a-uniqueness {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Section\ \(7\).png");
    margin: auto;
    width: auto;
    height: 718px;
  }
  .o-a-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px 289px;
  }
  .o-a-uniqueness-list {
    padding-top: 48px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .o-a-uniqueness-item {
    width: 197.5px;
    height: 177px;
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;

    border-radius: 4px;
    border-width: 1px;
  }

  .o-a-uniqueness-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .o-a-about-title-uniqueness {
    padding-left: 215px;
    padding-right: 215px;
  }
}
.o-a-how {
  margin: auto;
  width: 375px;
  height: 438px;
  padding: 40px 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Section\ \(12\).png");
}
.o-a-how-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #0000008c;
  width: 343px;
  height: 334px;
  padding: 64px 27px;
  gap: 48px;
  border-radius: 24px;
}
.o-a-about-title-how {
  padding-top: 8px;
}
.o-a-how-item {
  display: flex;
  gap: 1px;
  align-items: center;
  background: #ffffff;

  padding: 8px 8px;

  border-radius: 8px;
  text-decoration: none;
}

.o-a-how-text-bold {
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;

  color: #101c22;
  text-decoration: none;
}
.o-a-how-text {
  box-shadow: 8px 8px 12px 0px #6b63631f;
  background: #87b8ac;
  border-radius: 8px;
  padding: 10px;
  color: #101c22;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1197px) {
  .o-a-how {
    margin: auto;
    width: auto;
    height: 534px;
    padding: 72px 176px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Section\ \(12\).png");
  }
  .o-a-how-container {
    width: 1088px;
    height: 366px;
    padding-top: 64px;
    padding-right: 40px;
    padding-bottom: 64px;
    padding-left: 40px;
    border-radius: 24px;

    border-radius: 24px;
  }
  .o-a-about-title-how {
    padding: 8px 336px 0;
  }
  .o-a-how-item {
    width: 528px;
    height: 58px;
    gap: 16px;
    padding: 15px 24px;
    justify-content: space-between;
  }

  .o-a-how-text-bold {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .o-a-how-text {
    width: 110px;
    text-align: center;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 8px 8px 12px 0px #6b63631f;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
}
.o-a-faq {
  width: 375px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Section\ \(10\).png");
}
.o-a-faq-container {
  padding: 40px 16px;
  width: 375px;
  margin: auto;
}
.o-a-faq-list {
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.o-a-faq-item {
  border: 1px solid #ffffff29;
  background: #ffffff;

  padding: 20px 18px;
  border-radius: 12px;
}

.o-a-faq-question {
  display: flex;
  justify-content: space-between;

  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}

.o-a-faq-answer {
  width: 271px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #45635c;
}
.o-a-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.o-a-toggle-button img {
  width: 24px;
  transition: transform 0.3s ease;
}
.o-a-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.o-a-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.o-a-toggle-button img.rotated {
  transform: rotate(275deg);
}
@media screen and (min-width: 1197px) {
  .o-a-faq {
    width: auto;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Section\ \(11\).png");
  }
  .o-a-faq-container {
    padding: 72px 467px;
    width: 1440px;
    margin: auto;
  }
  .o-a-faq-list {
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .o-a-faq-item {
    padding: 20px 24px;
  }

  .o-a-faq-question {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }

  .o-a-faq-answer {
    width: auto;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .o-a-toggle-button img {
    width: 24px;
    transition: transform 0.3s ease;
  }
}

.o-a-gallery-container {
  width: 375px;
  margin: auto;
  height: 425px;
  padding: 40px 16px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/gallery/Section\ \(8\).png");
}
.o-a-gallery-list {
  width: auto;
  padding: 32px 0;
  margin: auto;
}

.o-a-gallery-item {
  width: 343px;
  height: 229px;

  overflow: hidden;
  position: relative;
  margin: 0 10px;
}

.o-a-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.slick-dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  padding-top: 32px;
}
.slick-dots li {
  content: url(/img/gallery/Rectangle\ 2.png);
}
.slick-dots li.slick-active {
  content: url(/img/gallery/Rectangle\ 1.png);
}

@media screen and (min-width: 1197px) {
  .o-a-gallery-container {
    width: auto;
    margin: auto;
    height: 1043px;
    padding: 72px 0px;
    background-image: url("/img/gallery/Section\ \(9\).png");
  }

  .o-a-gallery-list {
    width: 1440px;
    padding: 48px 176px 0;
  }

  .o-a-gallery-item {
    width: 1088px;
    height: 725px;

    border-radius: 24px;

    margin: 0 12px;
  }
  .slick-dots {
    padding-top: 48px;
  }
}

.o-a-policy-terms-container {
  padding: 112px 16px 60px;
  width: 375px;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.o-a-policy-terms-container h1 {
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Geologica;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 4%;
  text-align: center;
  text-transform: uppercase;
}
.o-a-policy-terms-container h2 {
  margin-bottom: 16px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
}
.o-a-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 24px;
}
.o-a-policy-terms-container p {
  margin-bottom: 24px;
}
.o-a-email-link {
  color: #3d6dff;
  text-decoration: none;
}
@media screen and (min-width: 1197px) {
  .o-a-policy-terms-container {
    padding: 182px 212px 120px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .o-a-policy-terms-container h1 {
    font-family: Geologica;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 52px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 4%;
    text-align: center;
    text-transform: uppercase;

    margin-bottom: 40px;
  }
  .o-a-policy-terms-container h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
  }
  .o-a-policy-terms-container p {
    margin-bottom: 16px;
  }
}

.o-a-footer-container {
  width: 375px;
  padding: 60px 16px;
  margin: auto;
  display: flex;
  flex-direction: column;

  gap: 32px;
}

.o-a-footer-wrapper {
  display: flex;
  flex-direction: column;

  gap: 16px;
}

.o-a-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Nunito;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #fdfcf0;
}

.o-a-footer-copyright {
  font-family: Nunito;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  color: #dbdacc;
}

@media screen and (min-width: 1197px) {
  .o-a-footer-container {
    width: 1440px;
    padding: 60px 88px;

    gap: 60px;
  }

  .o-a-footer-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: end;
    gap: 60px;
  }

  .o-a-footer-text {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    text-align: center;
    color: #fdfcf0;
  }

  .o-a-footer-copyright {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #e6eaf0;
  }
}
