@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Manrope:wght@200..800&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #030200;

  color: #b0bec0;
}

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%;
}

.a-f-header.is-open .a-f-header-background {
  left: 0;
}
.a-f-header-button-wrapper {
  margin-left: auto;
}
.a-f-header-icon {
  display: none;
}

.a-f-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.a-f-navigation-list.is-open {
  right: 0;
}
.a-f-header-icon-menu {
  display: block;
}

.a-f-header-icon-button.is-open .a-f-header-icon-menu {
  display: none;
}

.a-f-header-icon-button.is-open .a-f-header-icon-close {
  display: block;
}

.a-f-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;

  background: #030200;
}

.a-f-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #030200;
}
.a-f-header.is-open .a-f-header-background {
  left: 0;
}
.a-f-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a-f-header-icon-menu {
  display: block;
}

.a-f-header-icon-button.is-open .a-f-header-icon-menu {
  display: none;
}

.a-f-header-icon-button.is-open .a-f-header-icon-close {
  display: block;
}

.a-f-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: 8px 16px;
  position: relative;
}

.a-f-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: 48px 0;

  gap: 25px;
  background: #030200;
}

.a-f-navigation-list.is-open {
  right: 0;
}

.a-f-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #6b7a8c;
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-f-navigation-link:hover,
.a-f-navigatioт-link:focus {
  color: #b0bec0;
}

.a-f-header.is-open {
  background-color: transparent;
}

.a-f-navigation-img {
  display: none;
}
.a-f-header-terms {
  background-color: transparent;
}
.a-f-header-terms-img {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #b0bec0;
  text-decoration: none;
  padding-top: 20px;
}
@media screen and (min-width: 1201px) {
  .a-f-navigation-img {
    display: block;
    margin-right: 130px;
  }
  .a-f-header-terms-img {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #b0bec0;
    text-decoration: none;
    padding-top: 50px;
    padding-left: 120px;
  }
  .a-f-policy-terms-header-icon-menu {
    display: none;
  }
  .a-f-header-button-wrapper {
    display: none;
  }
  .a-f-header {
    width: 100%;
    height: 58px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .a-f-header-icon-button {
    display: none;
  }
  .a-f-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .a-f-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 40px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .a-f-navigation-link {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .a-f-navigation-link:hover,
  .a-f-navigation-link:focus {
  }

  .a-f-navigation-item-desk {
    display: none;
  }
}

.a-f-home {
  width: 375px;
  height: 830px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/1\ home\ mob.png");
  margin: auto;
}
.a-f-home-container {
  width: 375px;
  padding: 64px 31px 0;
  margin: auto;
}

.a-f-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.a-f-home-title-img {
  width: 276px;
}
.a-f-home-title {
  font-family: Cinzel;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;

  background: linear-gradient(180deg, #e0f7fa 0%, #fde577 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 368px 0 32px;
}

.a-f-home-text {
  font-family: Cinzel;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  background-clip: text;
  background: linear-gradient(
    180deg,
    rgba(224, 247, 250, 0.4) 0%,
    #e0f7fa 100%
  );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (min-width: 1201px) {
  .a-f-home {
    width: auto;
    height: 905px;
    background-image: url("/img/1.\ HOME.png");
  }
  .a-f-home-container {
    width: 1440px;
    padding: 138px 120px 0px;
  }
  .a-f-home-container-top {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  .a-f-home-title-img {
    width: 276px;
    margin-left: auto;
  }
  .a-f-home-title {
    font-family: Cinzel;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;
    background: linear-gradient(180deg, #e0f7fa 0%, #fde577 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 425px 0 24px;
  }

  .a-f-home-text {
    font-family: Cinzel;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
  }
}
.a-f-about {
  margin: auto;
  width: 375px;
}
.a-f-about-title-divs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 80px 0 16px;
}
.a-f-about-title-div {
  width: 100%;
  height: 0;

  border: 1px solid;
  border-image-source: linear-gradient(
    270deg,
    rgba(253, 229, 119, 0.6) 0%,
    rgba(253, 229, 119, 0) 100%
  );
  border-image-slice: 1;
}
.a-f-about-title-div-two {
  width: 100%;
  height: 0;

  border: 1px solid;

  border-image-source: linear-gradient(
    90deg,
    rgba(253, 229, 119, 0.6) 0%,
    rgba(253, 229, 119, 0) 100%
  );

  border-image-slice: 1;
}
.a-f-about-title {
  text-wrap: nowrap;
  font-family: Cinzel;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.a-f-about-container {
  width: 375px;
  padding: 80px 26px;
  margin: auto;
}
.a-f-about-title-two {
  font-family: Cinzel;
  font-weight: 400;
  font-style: Regular;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  background: linear-gradient(180deg, #e0f7fa 0%, #f69f3c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.a-f-about-text {
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 56px;
}

@media screen and (min-width: 1201px) {
  .a-f-about {
    width: 1440px;
  }
  .a-f-about-title-divs {
    margin: 80px 0 16px;
  }
  .a-f-about-title-div {
    width: 495px;
  }
  .a-f-about-title-div-two {
    width: 495px;
  }
  .a-f-about-title {
    font-family: Cinzel;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .a-f-about-container {
    width: 1440px;
    padding: 80px 241px;
    margin: auto;
  }
  .a-f-about-title-two {
    font-family: Cinzel;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .a-f-about-text {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    padding-top: 56px;
  }
}
.a-f-why {
  margin: auto;
  width: 375px;
}

.a-f-why-container {
  width: 375px;
  margin: auto;
  padding: 80px 30px;
}
.a-f-why-list {
  padding-top: 64px;
}
.a-f-why-lists {
  display: none;
}
.a-f-why-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #1c1a19;
  width: 270px;
  height: 366px;
  gap: 16px;
  border-radius: 8px;
  padding: 16px 21px;
  margin: 0 8px;
}
.a-f-why-img {
  width: 238px;
  height: 154px;

  border-radius: 8px;
}
.a-f-why-text-bold {
  width: 100%;
  font-family: Cinzel;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #f69f3c;
  padding: 12px 0 16px;
}
.a-f-why-text {
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .a-f-why {
    width: 1440px;
  }
  .a-f-why-container {
    width: 1440px;
    padding: 80px 133px;
  }
  .a-f-why-list {
    display: none;
  }
  .a-f-why-lists {
    padding-top: 64px;
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
  }
  .a-f-why-item {
    width: 370px;
    height: 352px;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
    gap: 16px;

    border-radius: 8px;

    margin: 0;
  }
  .a-f-why-img {
    width: 306px;
    height: 154px;
    border-radius: 8px;
  }
  .a-f-why-text-bold {
    font-family: Cinzel;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

    padding: 12px 0 16px;
  }
  .a-f-why-text {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
  .a-f-why-items {
    width: 571px;
    height: 403px;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
    gap: 16px;

    border-radius: 8px;
  }
  .a-f-why-imgs {
    width: 507px;
    height: 229px;
    border-radius: 8px;
  }
}

.a-f-uniqueness {
  margin: auto;
  width: 375px;
}
.a-f-uniqueness-two {
  width: 375px;
  height: 346px;
  margin: auto;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/featirespic\ \(1\).png");
}
.a-f-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 80px 28px 32px;
}
.a-f-uniqueness-list {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.a-f-uniqueness-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #030200;
  border-radius: 12px;
  padding: 12px;
}
.a-f-uniqueness-img {
  width: 32px;
}
.a-f-uniqueness-text-bold {
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  padding: 28px 0 8px;
}
.a-f-uniqueness-text {
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .a-f-uniqueness {
    width: 1440px;
  }

  .a-f-uniqueness-two {
    width: auto;
    height: 714px;
    margin: auto;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/featirespic.png");
  }
  .a-f-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px 156px 32px;
  }
  .a-f-uniqueness-list {
    padding-top: 64px;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .a-f-uniqueness-item {
    width: 200px;
    height: 188px;

    border-radius: 12px;
    padding: 12px;
  }
  .a-f-uniqueness-img {
    width: 32px;
  }
  .a-f-uniqueness-text-bold {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

    padding: 28px 0 8px;
  }
  .a-f-uniqueness-text {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.a-f-how {
  margin: auto;
  width: 375px;
}
.a-f-how-container {
  margin: auto;
  width: 375px;
  padding: 80px 30px;
}
.a-f-how-list {
  padding-top: 64px;
}

.a-f-how-item {
  background: #1c1a19;
  margin: 0 8px;
  width: 270px;
  height: 626px;
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  gap: 16px;
  border-radius: 8px;
}

.a-f-how-img {
  margin: auto;
}

.a-f-how-text-bold {
  font-family: Cinzel;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  padding: 28px 0 16px;
  border-bottom: 1px solid #f69f3c;
}

.a-f-how-text {
  padding: 16px 25px 0;
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1201px) {
  .a-f-how {
    width: 1440px;
  }
  .a-f-how-container {
    margin: auto;
    width: 1440px;
    padding: 80px 132px;
  }
  .a-f-how-list {
    padding-top: 64px;
  }

  .a-f-how-item {
    background: #1c1a19;
    margin: 0 16px;
    width: 270px;
    height: 626px;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 24px;

    border-radius: 8px;
  }

  .a-f-how-img {
    margin: auto;
  }

  .a-f-how-text-bold {
    font-family: Cinzel;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    padding: 28px 0 16px;
    border-bottom: 1px solid #f69f3c;
  }

  .a-f-how-text {
    padding: 16px 25px 0;
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.a-f-characters {
  margin: auto;
  width: 375px;
}
.a-f-characters-container {
  padding: 80px 30px;
  margin: auto;
  width: 375px;
}
.a-f-characters-list {
  padding-top: 64px;
}
.a-f-characters-item {
  margin: 0 8px;
  width: 270px;
  height: 557px;
  padding-right: 4px;
  padding-left: 4px;
  border-radius: 8px;
}
.a-f-characters-img {
  width: 262px;
}
.a-f-characters-text-bold {
  font-family: Cinzel;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #f69f3c;
  padding: 24px 0 16px;
  border-bottom: 1px solid #f69f3c;
}

.a-f-characters-text {
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 16px;
}

@media screen and (min-width: 1201px) {
  .a-f-characters {
    width: 1440px;
  }
  .a-f-characters-container {
    padding: 80px 118px;
    margin: auto;
    width: 1440px;
  }
  .a-f-characters-list {
    padding-top: 64px;
  }
  .a-f-characters-item {
    margin: 0 16px;
    width: 380px;
    height: 656px;
    padding-right: 16px;
    padding-left: 16px;

    border-radius: 8px;
  }
  .a-f-characters-img {
    width: 348px;
  }
  .a-f-characters-text-bold {
    font-family: Cinzel;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    color: #f69f3c;
    padding: 24px 0 16px;
    border-bottom: 1px solid #f69f3c;
  }

  .a-f-characters-text {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    padding: 16px 61px 0;
  }
}

.a-f-reviews {
  margin: auto;
  width: 375px;
}
.a-f-reviews-container {
  margin: auto;
  padding: 80px 16px;
  width: 375px;
}
.a-f-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 64px;
}

.a-f-reviews-item {
  background: #1c1a19;
  border-radius: 8px;
  padding: 16px;
}

.a-f-reviews-item-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.a-f-reviews-img {
  height: 14px;
}
.a-f-reviews-text-bold {
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #7cc8c9;
}

.a-f-reviews-text {
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 16px;
}

@media screen and (min-width: 1201px) {
  .a-f-reviews {
    width: 1440px;
  }
  .a-f-reviews-container {
    margin: auto;
    padding: 80px 123px;
    width: 1440px;
  }
  .a-f-reviews-list {
    display: flex;
    flex-direction: row;
    gap: 32px;
    padding-top: 64px;
  }

  .a-f-reviews-item {
    width: 213px;
    height: 120px;
    border-radius: 8px;
    padding: 16px;
  }

  .a-f-reviews-item-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .a-f-reviews-text-bold {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #7cc8c9;
  }

  .a-f-reviews-text {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    padding-top: 16px;
  }
}

.a-f-faq {
  margin: auto;
  width: 375px;
}
.a-f-faq-container {
  padding: 80px 16px;
  width: 375px;
  margin: auto;
}
.a-f-faq-list {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.a-f-faq-item {
}

.a-f-faq-question {
  gap: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding: 8px 12px;
  border-bottom: 1px solid #f4f4f94d;
}

.a-f-faq-answer {
  padding: 0 12px;
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.a-f-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.a-f-toggle-button img {
  width: 24px;
  transition: transform 0.3s ease;
}
.a-f-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.a-f-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.a-f-toggle-button img.rotated {
  transform: rotate(360deg);
}
@media screen and (min-width: 1201px) {
  .a-f-faq {
    width: 1440px;
  }
  .a-f-faq-container {
    padding: 80px 325px;
    width: 1440px;
    margin: auto;
  }
  .a-f-faq-list {
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .a-f-faq-item {
  }

  .a-f-faq-question {
    gap: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 8px 12px;
    border-bottom: 1px solid #f4f4f94d;
  }

  .a-f-faq-answer {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}
.a-f-gallery {
  margin: auto;
  width: 375px;
}
.a-f-gallery-two {
  margin: auto;
  width: 375px;
  height: 246px;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/finalPic\ \(1\).png");
}
.a-f-gallery-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px 32px;
}

.a-f-gallery-item {
  display: flex;
  align-items: center;

  justify-content: center;
  gap: 24px;
  padding-top: 48px;
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #b0bec0;
  text-decoration: none;
}

.a-f-gallery-image {
  width: 32px;
}

@media screen and (min-width: 1201px) {
  .a-f-gallery {
    width: 1440px;
  }
  .a-f-gallery-container {
    width: 1440px;
    margin: auto;
    padding: 80px 0 32px;
  }

  .a-f-gallery-two {
    margin: auto;
    width: auto;
    height: 600px;

    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/finalPic.png");
  }

  .a-f-gallery-item {
    display: flex;
    align-items: center;

    justify-content: center;
    gap: 24px;
    padding-top: 48px;
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #b0bec0;
    text-decoration: none;
  }

  .a-f-gallery-image {
    width: 32px;
  }
}

.a-f-features {
  margin: auto;
  width: 375px;
}
.a-f-features-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px 0px;
}
.a-f-features-div {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 64px;
}
.a-f-features-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.a-f-features-item {
  width: 343px;
  gap: 24px;
  border-radius: 8px;
  padding: 12px 0 24px;
  display: flex;
  align-items: center;
}

.a-f-features-img {
  width: 40px;
}

.a-f-features-text-bold {
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.a-f-features-text {
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 8px;
}

@media screen and (min-width: 1201px) {
  .a-f-features {
    width: 1440px;
  }
  .a-f-features-container {
    width: 1440px;
    margin: auto;
    padding: 80px 161px 0 174px;
  }
  .a-f-features-div {
    display: flex;
    flex-direction: row-reverse;

    justify-content: center;
    gap: 32px;
    padding-top: 64px;
  }
  .a-f-features-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .a-f-features-item {
    width: 503px;
    height: 74px;
    angle: 0 deg;
    opacity: 1;
    gap: 24px;
    border-radius: 8px;
    padding: 12px 0;
  }

  .a-f-features-img {
    width: 40px;
  }

  .a-f-features-text-bold {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .a-f-features-text {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    padding-top: 8px;
  }
}

.a-f-policy-terms-container {
  padding: 120px 16px 64px;
  width: 375px;
  margin: auto;
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-f-policy-terms-container h1 {
  margin-bottom: 64px;
  font-family: Cinzel;
  font-weight: 400;
  font-style: Regular;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.a-f-policy-terms-container h2 {
  margin: 16px 0;
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.a-f-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.a-f-policy-terms-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1201px) {
  .a-f-policy-terms-container {
    padding: 176px 223px 80px;
    width: 1440px;
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .a-f-policy-terms-container h1 {
    font-family: Cinzel;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
  }
  .a-f-policy-terms-container h2 {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
}

.a-f-footer-container {
  width: 375px;
  padding: 80px 16px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.a-f-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 85px;
}

.a-f-footer-text {
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;

  color: inherit;
}

.a-f-footer-copyright {
  font-family: Manrope;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: -1%;
  text-align: center;
}
.a-f-footer-img {
  width: 216px;
}
.a-f-footer-copyright-two {
  display: none;
}
@media screen and (min-width: 1201px) {
  .a-f-footer-container {
    width: 1440px;
    padding: 80px 120px;
    display: flex;
    flex-direction: row;

    gap: 155px;
  }

  .a-f-footer-wrapper {
    display: flex;
    flex-direction: row;

    gap: 85px;
  }

  .a-f-footer-text {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
  }

  .a-f-footer-copyright {
    font-family: Manrope;
    font-weight: 300;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .a-f-footer-img {
    width: 216px;
  }
  .a-f-footer-copyright-two {
    display: block;
  }
  .a-f-footer-copyright-one {
    display: none;
  }
}
