@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #e3e1e4;

  color: #010101;
}

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-b-header.is-open .a-b-header-background {
  left: 0;
}
.a-b-header-button-wrapper {
  margin-left: auto;
}
.a-b-header-icon {
  display: none;
}

.a-b-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.a-b-navigation-list.is-open {
  right: 0;
}
.a-b-header-icon-menu {
  display: block;
}

.a-b-header-icon-button.is-open .a-b-header-icon-menu {
  display: none;
}

.a-b-header-icon-button.is-open .a-b-header-icon-close {
  display: block;
}

.a-b-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 76px;
  background: #e3e1e4;
}

.a-b-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #e3e1e4;
}
.a-b-header.is-open .a-b-header-background {
  left: 0;
}
.a-b-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a-b-header-icon-menu {
  display: block;
}

.a-b-header-icon-button.is-open .a-b-header-icon-menu {
  display: none;
}

.a-b-header-icon-button.is-open .a-b-header-icon-close {
  display: block;
}

.a-b-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 24px 0;
  position: relative;
}

.a-b-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: 100px 0px;

  gap: 50px;
  background: #e3e1e4;
}

.a-b-navigation-list.is-open {
  right: 0;
}

.a-b-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #010101;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0px;
}

.a-b-navigation-link:hover,
.a-b-navigatioт-link:focus {
  color: #5f371a;
}

.a-b-header.is-open {
  background-color: transparent;
}

.a-b-navigation-img {
  display: none;
}

.a-b-header-terms {
  background: transparent;
}
.a-b-header-terms-img {
  width: 24px;
}
@media screen and (min-width: 1208px) {
  .a-b-navigation-img {
    display: block;
    margin-right: 180px;
  }
  .a-b-header-terms-img {
    width: 41px;
    margin-left: 40px;
  }
  .a-b-home-link {
    width: 338px;
  }

  .a-b-policy-terms-header-icon-menu {
    display: none;
  }
  .a-b-header-button-wrapper {
    display: none;
  }
  .a-b-header {
    width: 100%;
    height: 104px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .a-b-header-icon-button {
    display: none;
  }
  .a-b-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    padding: 0 0px;
    margin: auto;
  }

  .a-b-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;

    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .a-b-navigation-link {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .a-b-navigation-item-desk {
    display: none;
  }
}

.a-b-home {
  width: 375px;
  margin: auto;
  height: 891px;
  background-image: url("/img/Frame\ 66.png");
}
.a-b-home-container {
  width: 375px;
  padding: 96px 24px 50px;
  margin: auto;
}

.a-b-home-title {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
}

.a-b-home-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;

  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px 0 0px;
}

@media screen and (min-width: 1208px) {
  .a-b-home {
    width: 1440px;
    height: 968px;
    background-image: url("/img/Frame\ 67.png");
  }
  .a-b-home-container {
    width: 1440px;
    padding: 300px 484px 0px 64px;
  }

  .a-b-home-title {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 75px;
    letter-spacing: 0px;
  }

  .a-b-home-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;

    width: 872px;
    padding: 40px 0 04px;
    gap: 40px;
  }
}

.a-b-about-container {
  width: 375px;
  padding: 50px 24px;
  margin: auto;
}
.a-b-about-title {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
}
.a-b-about-text {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;

  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}

@media screen and (min-width: 1208px) {
  .a-b-about-container {
    width: 1440px;
    padding: 100px 70px;
  }
  .a-b-about-title {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 65px;
    letter-spacing: 0px;
    text-align: center;
  }
  .a-b-about-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;

    gap: 40px;
    padding-top: 40px;
  }
}

.a-b-why-container {
  width: 375px;
  margin: auto;
  padding: 70px 24px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 68.png");
  height: 873px;
}

.a-b-why-item {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
}

@media screen and (min-width: 1208px) {
  .a-b-why-container {
    width: 1440px;
    margin: auto;
    padding: 205px 74px 0 484px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Frame\ 69.png");
    height: 735px;
  }

  .a-b-why-item {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
  }
}
.a-b-uniqueness {
  background: #070c12;
}
.a-b-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 40px 24px;
}
.a-b-uniqueness-list {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.a-b-uniqueness-item {
  box-shadow:
    0px 1px 2px -1px #0000001a,
    0px 1px 3px 0px #0000001a;
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
  border-top: 1px solid #e5e7eb;
  padding: 20px;
  border-radius: 16px;
  font-family: Inter;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0px;
}
.a-b-uniqueness-text-bold {
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 20px;
  padding-top: 16px;
  letter-spacing: 0px;
}

@media screen and (min-width: 1208px) {
  .a-b-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 64px 132px;
  }
  .a-b-uniqueness-list {
    padding: 40px 0px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .a-b-uniqueness-item {
    padding: 24px;
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 42px;
    letter-spacing: 0px;
  }
  .a-b-uniqueness-text-bold {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0px;
  }
}
.a-b-how {
  background: #070c12;
}
.a-b-how-container {
  width: 375px;
  height: 423px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Contact\ and\ Support.png");
  margin: auto;
  width: 375px;
  padding: 144px 33px 0;
}
.a-b-how-text {
  padding: 20px 9px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
}
.a-b-how-list {
  color: #010101;
  text-decoration: none;
}

.a-b-how-item {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  gap: 12px;
  box-shadow:
    0px 4px 6px -4px #0000001a,
    0px 10px 15px -3px #0000001a;
  background: #070c12;

  width: 307px;
  height: 54px;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0px;
  align-items: center;
  justify-content: center;
  border-radius: 33554400px;
}

@media screen and (min-width: 1208px) {
  .a-b-how-container {
    width: 1440px;
    height: 637px;
    background-image: url("/img/Contact\ and\ Support\ \(1\).png");
    margin: auto;
    padding: 240px 394px 0;
  }
  .a-b-how-text {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    padding: 32px 0;
  }

  .a-b-how-item {
    width: 358px;
    height: 68px;

    border-radius: 24px;
    margin: auto;
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
  }
}

.a-b-policy-terms-container {
  padding: 50px 8px 50px;
  width: 375px;
  color: #000000;
  margin: auto;
  font-family: Inter;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
}

.a-b-policy-terms-container h1 {
  margin-bottom: 35px;
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0px;
  text-align: center;
}
.a-b-policy-terms-container h2 {
  margin: 20px 0 10px;
  font-family: Inter;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.a-b-policy-terms-container ul {
  list-style-type: disc;
  margin-left: 20px;
}

.a-b-policy-terms-container a {
  color: inherit;
}
@media screen and (min-width: 1208px) {
  .a-b-policy-terms-container {
    padding: 30px 40px 100px;
    width: 1440px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
  }
  .a-b-policy-terms-container h1 {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 50px;
    leading-trim: NONE;
    line-height: 65px;
    letter-spacing: 0px;

    margin-bottom: 61px;
  }
  .a-b-policy-terms-container h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

    margin: 30px 0 10px;
  }
}

.a-b-footer-container {
  width: 375px;
  padding: 32px 22px;
  margin: auto;
  display: flex;
  flex-direction: column;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: center;

  gap: 40px;
}

.a-b-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.a-b-footer-text {
  text-decoration: none;
  color: inherit;
}

@media screen and (min-width: 1208px) {
  .a-b-footer-container {
    width: 1440px;
    padding: 50px 251px;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 192px;
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
  }
}
