@import url("https://fonts.googleapis.com/css2?family=Advent+Pro:ital,wght@0,100..900;1,100..900&family=Londrina+Solid:wght@100;300;400;900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #eaebed;

  color: #2c2d2f;
}

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-y-header.is-open .a-y-header-background {
  left: 0;
}
.a-y-header-button-wrapper {
  margin-left: auto;
}
.a-y-header-icon {
  display: none;
}

.a-y-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.a-y-navigation-list.is-open {
  right: 0;
}
.a-y-header-icon-menu {
  display: block;
}

.a-y-header-icon-button.is-open .a-y-header-icon-menu {
  display: none;
}

.a-y-header-icon-button.is-open .a-y-header-icon-close {
  display: block;
}

.a-y-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 40px;
  background: #eaebed;
}

.a-y-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #eaebed;
}
.a-y-header.is-open .a-y-header-background {
  left: 0;
}
.a-y-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a-y-header-icon-menu {
  display: block;
}

.a-y-header-icon-button.is-open .a-y-header-icon-menu {
  display: none;
}

.a-y-header-icon-button.is-open .a-y-header-icon-close {
  display: block;
}

.a-y-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-y-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: 18px;
  background: #eaebed;
  border-bottom: 1px solid #7399a0;
}

.a-y-navigation-list.is-open {
  right: 0;
}

.a-y-navigation-link {
  padding: 8px 0;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #6b7a8c;
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  display: block;
}

.a-y-navigation-link:hover,
.a-y-navigatioт-link:focus {
  color: #2c2d2f;
}

.a-y-header.is-open {
  background-color: transparent;
}

.a-y-navigation-img {
  display: none;
}
.a-y-header-terms-img {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Advent Pro;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: #2c2d2f;
  text-decoration: none;
  margin: 10px;
}
.a-y-header-terms {
  background-color: transparent;
}
@media screen and (min-width: 1198px) {
  .a-y-navigation-img {
    display: block;
    margin-right: 780px;
  }
  .a-y-policy-terms-header-icon-menu {
    display: none;
  }
  .a-y-header-button-wrapper {
    display: none;
  }
  .a-y-header {
    width: 100%;
    height: 58px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .a-y-header-icon-button {
    display: none;
  }
  .a-y-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .a-y-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 16px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-bottom: none;
  }

  .a-y-navigation-link {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 8px 12px;
  }

  .a-y-header-terms-img {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Advent Pro;
    font-weight: 500;
    font-style: Medium;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #2c2d2f;
    text-decoration: none;
    margin: 50px 0 0 110px;
  }
}

.a-y-home {
  background: #7cd0fd;

  margin: auto;
}
.a-y-home-container {
  width: 375px;
  height: 840px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/1\ home\ mob.png");

  padding: 67px 7px 0px 20px;
  margin: auto;
}

.a-y-home-title {
  font-family: Londrina Solid;
  font-weight: 400;
  font-style: Regular;
  font-size: 44px;
  leading-trim: NONE;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #a23533;
  text-shadow: 2px 4px 2px #f5f5f5;
}

.a-y-home-text {
  font-family: Advent Pro;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding: 16px 0 371px;
}
.a-y-home-link {
  width: 240px;
  margin: auto;
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 2px 2px 0px #40414399;
}

.a-y-home-link:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1198px) {
  .a-y-home {
    height: 868px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/1.\ HOME.png");
  }
  .a-y-home-container {
    width: 1440px;
    padding: 138px 0px 0px 191px;
    background-image: url("/img/home");
  }

  .a-y-home-title {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-transform: uppercase;

    text-align: left;
  }

  .a-y-home-text {
    text-align: left;
    width: 569px;
    font-family: Advent Pro;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    padding: 40px 0 66px;
  }
  .a-y-home-link {
    margin: 0;
  }
}

.a-y-about-title {
  font-family: Londrina Solid;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  width: 375px;
  margin-left: -16px;
  border-bottom: 1px solid #a23533;
  color: #1e4e5d;
}

@media screen and (min-width: 1198px) {
  .a-y-about-title {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 40px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

    width: 100%;
    margin-left: 0px;
  }
}

.a-y-why-container {
  width: 375px;
  margin: auto;
  padding: 80px 16px;
}
.a-y-why-list {
  padding-top: 64px;
}
.a-y-why-item {
  background: #cdd1d8;
  width: 290px;
  height: 663px;
  padding: 16px;
  margin: 0 8px;
}

.a-y-why-text-bold {
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  border-bottom: 1px solid #a23533;
  padding: 24px 0 8px;
}
.a-y-why-text {
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  padding-top: 8px;
}

@media screen and (min-width: 1198px) {
  .a-y-why-container {
    width: 1440px;
    padding: 80px 0;
  }
  .a-y-why-list {
    padding: 64px 192px 0;
  }
  .a-y-why-item {
    background: #cdd1d8;
    width: 240px;
    height: 574px;
    padding: 16px;
    margin: 0 16px;
  }
  .a-y-why-img {
    width: 208px;
    height: 370px;
  }

  .a-y-why-text-bold {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;

    border-bottom: 1px solid #a23533;
    padding: 24px 0 8px;
  }
  .a-y-why-text {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
  }
}

.a-y-uniqueness {
  background: #cdd1d8;
}
.a-y-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 80px 16px;
}
.a-y-uniqueness-list {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.a-y-uniqueness-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
  position: relative;
}
.a-y-uniqueness-img {
  width: 343px;
  height: 110px;
  object-fit: cover;
  object-position: center;
}
.a-y-uniqueness-item-two {
  display: flex;
  gap: 16px;
  align-items: center;
}
.a-y-uniqueness-text-bold {
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #404143;
}
.a-y-uniqueness-text {
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  padding-top: 8px;
  width: 234px;
}
.a-y-uniqueness-item-text {
  background: #7399a0;
  width: 90px;
  height: 106px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Londrina Solid;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: #a23533;
  text-shadow: 1px 2px 2px #eaebedb2;
}

@media screen and (min-width: 1198px) {
  .a-y-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 80px 0;
  }
  .a-y-uniqueness-list {
    padding: 64px 191px 0;
  }
  .a-y-uniqueness-item {
    display: flex;
    flex-direction: row;
    gap: 32px;
  }
  .a-y-uniqueness-img {
    width: 556px;
    height: 118px;
  }
  .a-y-uniqueness-item-two {
    display: flex;
    gap: 32px;
    align-items: center;
  }
  .a-y-uniqueness-text-bold {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .a-y-uniqueness-text {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;

    width: 338px;
  }
  .a-y-uniqueness-item-text {
    width: 100px;
    height: 100px;
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }
}
.a-y-how {
  margin: auto;
  width: 375px;
  height: 294px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/testimonials.png");
}

@media screen and (min-width: 1198px) {
  .a-y-how {
    margin: auto;
    width: auto;
    height: 691px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/testimonials.png");
  }
}

.a-y-reviews-container {
  margin: auto;
  padding: 80px 16px;
  width: 375px;
}
.a-y-reviews-list {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.a-y-reviews-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0px 4px 4px 0px #4b4b4b33;
  border: 1px solid #7399a0;
  background: #cdd1d8;
  padding-top: 24px;
  padding-right: 32px;
  padding-bottom: 24px;
  padding-left: 32px;
  border-width: 1px;
}

.a-y-reviews-item-top {
  display: flex;

  align-items: center;
  justify-content: space-between;
}
.a-y-reviews-img {
  height: 16px;
}
.a-y-reviews-text {
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.a-y-reviews-text-two {
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-y-reviews-text-bold {
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #404143;
}

@media screen and (min-width: 1198px) {
  .a-y-reviews-container {
    margin: auto;
    padding: 80px 0;
    width: 1440px;
  }
  .a-y-reviews-list {
    padding: 64px 173px 0;
    display: flex;
    flex-direction: row;
    gap: 32px;
  }

  .a-y-reviews-item {
    width: 343px;
    height: 254px;
    gap: 16px;
    padding-top: 24px;
    padding-right: 32px;
    padding-bottom: 24px;
    padding-left: 32px;
    border-width: 1px;
  }

  .a-y-reviews-item-top {
    display: flex;

    align-items: center;
    justify-content: space-between;
  }
  .a-y-reviews-img {
    height: 16px;
  }
  .a-y-reviews-text {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .a-y-reviews-text-two {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .a-y-reviews-text-bold {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.a-y-faq {
  background: #cdd1d8;
}
.a-y-faq-container {
  padding: 80px 16px;
  width: 375px;
  margin: auto;
}
.a-y-faq-list {
  padding-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.a-y-faq-item {
  padding: 0 12px;
}

.a-y-faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #7399a0;
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #404143;
  padding: 8px 0;
}

.a-y-faq-answer {
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}
.a-y-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.a-y-toggle-button img {
  width: 24px;
  transition: transform 0.3s ease;
}
.a-y-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    opacity 0.4s ease;
  opacity: 0;
}

.a-y-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 16px;
}

.a-y-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1198px) {
  .a-y-faq-container {
    padding: 80px 0;
    width: 1440px;
    margin: auto;
  }
  .a-y-faq-list {
    padding: 64px 325px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .a-y-faq-question {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .a-y-faq-answer {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
}

.a-y-policy-terms-container {
  padding: 120px 16px 64px;
  width: 375px;
  margin: auto;
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-y-policy-terms-container h1 {
  text-transform: uppercase;
  margin-bottom: 64px;
  font-family: Londrina Solid;
  font-weight: 400;
  font-style: Regular;
  font-size: 48px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #1e4e5d;
  text-shadow: 1px 1px 2px #4b4b4b66;
}
.a-y-policy-terms-container h2 {
  margin: 24px 0 16px;
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.a-y-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.a-y-policy-terms-container a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1198px) {
  .a-y-policy-terms-container {
    padding: 176px 223px 80px;
    width: 1440px;
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }
  .a-y-policy-terms-container h1 {
    font-family: Londrina Solid;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
  .a-y-policy-terms-container h2 {
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: uppercase;
  }
}

.a-y-footer-container {
  width: 375px;
  padding: 80px 16px 104px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  font-family: Advent Pro;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
}

.a-y-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 122px;
}

.a-y-footer-text {
  color: inherit;
}

.a-y-footer-copyright-two {
  display: none;
}
.a-y-footer-img {
  width: 240px;
  box-shadow:
    0px 2px 2px 0px #40414399,
    0px 4px 8px 2px #eaebed99 inset;
}
.a-y-footer-img {
  transition: all 0.3s ease-in-out;
}

.a-y-footer-img:hover {
  transform: scale(1.04);
}

@media screen and (min-width: 1198px) {
  .a-y-footer-container {
    width: 1440px;
    padding: 80px 120px;
    display: flex;
    flex-direction: row;
    gap: 214px;
    font-family: Advent Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
  }

  .a-y-footer-wrapper {
    display: flex;
    flex-direction: row;

    gap: 66px;
  }

  .a-y-footer-copyright-one {
    display: none;
  }
  .a-y-footer-copyright-two {
    display: block;
  }
}
