@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ffffff;

  color: #300056;
}

body {
  margin: 0;
}

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;
  border: none;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

.button:hover {
  scale: 120%;
}
.modal-form {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222221;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-form.show {
  opacity: 1;
}

.hidden {
  display: none;
}

.i-a-header.is-open .i-a-header-background {
  left: 0;
}
.i-a-header-button-wrapper {
  margin-left: auto;
}
.i-a-header-icon {
  display: none;
}

.i-a-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.i-a-navigation-list.is-open {
  right: 0;
}
.i-a-header-icon-menu {
  display: block;
}

.i-a-header-icon-button.is-open .i-a-header-icon-menu {
  display: none;
}

.i-a-header-icon-button.is-open .i-a-header-icon-close {
  display: block;
}

.i-a-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 72px;
}

.i-a-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #ffffff;
}
.i-a-header.is-open .i-a-header-background {
  left: 0;
}
.i-a-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.i-a-header-icon-menu {
  display: block;
}

.i-a-header-icon-button.is-open .i-a-header-icon-menu {
  display: none;
}

.i-a-header-icon-button.is-open .i-a-header-icon-close {
  display: block;
}

.i-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: 24px 20px 0;
  position: relative;
}

.i-a-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 40px;
  border-radius: 12px;
  gap: 24px;
  background: #ffffff;
  border: 1px solid #0735ef;
  backdrop-filter: blur(32px);
  margin-top: 32px;
}

.i-a-navigation-list.is-open {
  right: 0;
}

.i-a-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #300056;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.i-a-navigation-link:hover,
.i-a-navigation-link:focus {
  font-family: Manrope;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.i-a-header.is-open {
  background-color: transparent;
}

.i-a-navigation-img {
  display: none;
}

@media screen and (min-width: 1193px) {
  .i-a-navigation-img {
    display: flex;
  }
  .i-a-header-icon-title {
    display: none;
  }
  .i-a-header-button-wrapper {
    display: none;
  }
  .i-a-header {
    width: 1440px;
    height: auto;
    left: 50%;
    margin-top: 46px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .i-a-header-background {
  }
  .i-a-header-icon-button {
    display: none;
  }
  .i-a-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
    justify-content: space-between;
    padding: 0 80px;
    gap: 300px;
  }

  .i-a-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;

    margin: 0;
    padding-block: 0;
    flex: 1;

    height: 0px;
    display: flex;

    align-items: center;
    justify-content: center;
    padding: 0;
    width: auto;
    height: 60px;
    border-width: 1px;
    padding: 17px 35px;
    gap: 28px;
    border-radius: 99px;
  }

  .i-a-navigation-link {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .i-a-navigation-item-desk {
    display: none;
  }
}
.i-a-home {
  width: 375px;
  height: 1009px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/2.png");
  margin: auto;
}
.i-a-home-container {
  width: 375px;
  padding: 120px 20px 0px;
  margin: auto;
}

.i-a-home-container-top {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.i-a-home-title {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 46px;
  leading-trim: NONE;
  line-height: 52px;
  letter-spacing: 0%;
  text-shadow: 2px 4px 18px #ffffff2e;
}

.i-a-home-text {
  padding: 36px 0 28px;
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
}
.i-a-home-div {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.i-a-home-link {
  transition: all 0.3s ease-in-out;
  border: 1px solid #22d3c7;
  width: 335px;
  border-radius: 99px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-family: Manrope;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.i-a-home-link-two {
  border: none;
  color: #ffffff;
  background: linear-gradient(98.56deg, #22d3c7 7.58%, #0735ef 108.09%);
}

.i-a-home-link:hover {
  transform: scale(1.05);
}

@media screen and (min-width: 1193px) {
  .i-a-home {
    width: 1440px;
    height: 800px;
    background-image: url("/img/22.png");
  }
  .i-a-home-container {
    width: 1440px;
    padding: 148px 80px 0px;
  }
  .i-a-home-container-top {
  }

  .i-a-home-title {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 80px;
    leading-trim: NONE;
    line-height: 88px;
    letter-spacing: 0%;
    width: 624px;
  }

  .i-a-home-text {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 28px;
    letter-spacing: 0%;
    width: 424px;
    padding: 36px 0 44px;
  }
  .i-a-home-div {
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .i-a-home-link {
    width: 260px;
    font-family: Manrope;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
  .i-a-home-link-two {
    background: linear-gradient(98.56deg, #22d3c7 7.58%, #0735ef 108.09%);
  }
}
.i-a-about {
  margin: auto;
  width: 375px;
  height: 709px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/3.png");
}
.i-a-about-container {
  width: 375px;
  padding: 68px 20px 0px;
  margin: auto;
}
.i-a-about-title {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 44px;
  leading-trim: NONE;
  line-height: 48px;
  letter-spacing: 0%;
  text-align: center;
}
.i-a-about-text {
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  padding-top: 40px;
}

@media screen and (min-width: 1193px) {
  .i-a-about {
    width: 1440px;
    height: 548px;
    background-image: url("/img/33.png");
  }
  .i-a-about-container {
    width: 1440px;
    padding: 120px 80px 0 833px;
  }
  .i-a-about-title {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 68px;
    letter-spacing: 0%;
  }
  .i-a-about-text {
    font-family: Manrope;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    width: 504px;
    margin-left: -61px;
    padding-top: 60px;
  }
}
.i-a-why {
  margin: auto;
  margin-top: -170px;
  width: 375px;
  height: 2167px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/why/4\ \(1\).png");
}

.i-a-why-container {
  width: 375px;

  padding: 238px 20px 0;
}
.i-a-why-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.i-a-why-item {
  backdrop-filter: blur(51.400001525878906px);
  border: 1px solid #45b1e7cc;
  background: #ffffff4d;
  width: 335px;
  height: 562px;
  padding: 30px 28px;
  width: 335;

  border-radius: 38px;
}
.i-a-why-img {
  width: 279px;
  height: 346px;
  border-radius: 33px;
}
.i-a-why-text-bold {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 36px;
  letter-spacing: 0%;
  text-align: center;
  padding: 20px 0 16px;
}
.i-a-why-text {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 1193px) {
  .i-a-why {
    margin: -220px auto -450px;

    width: 1440px;
    height: 1550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/why/4\ \(2\).png");
  }

  .i-a-why-container {
    width: 1440px;

    padding: 320px 80px 100px;
  }
  .i-a-why-list {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 33px;
  }
  .i-a-why-item {
    width: 405px;
    height: 562px;
    border-radius: 38px;
  }
  .i-a-why-img {
    width: 349px;
    height: 346px;
    border-radius: 33px;
  }
  .i-a-why-text-bold {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: center;
  }
  .i-a-why-text {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.i-a-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 68px 20px 93px;
  position: relative;
}
.i-a-uniqueness-img {
  position: absolute;
  top: 220px;
  left: 0px;
  z-index: -1;
}
.i-a-uniqueness-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.i-a-uniqueness-item {
  background: #83bfffb2;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding-top: 24px;
  padding-right: 16px;
  padding-bottom: 24px;
  padding-left: 16px;
}

.i-a-uniqueness-text-bold {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
}
.i-a-uniqueness-text {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
}

@media screen and (min-width: 1193px) {
  .i-a-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 100px 649px 100px 80px;
  }
  .i-a-uniqueness-img {
    position: absolute;
    top: -62px;
    right: 0;
    left: 313px;
    z-index: -1;
    content: url("/img/66.png");
  }
  .i-a-uniqueness-list {
    padding-top: 60px;
    width: 711px;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .i-a-uniqueness-item {
    height: 105px;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
  }

  .i-a-uniqueness-text-bold {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
  }
  .i-a-uniqueness-text {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
  }
}

.i-a-how-container {
  margin: auto;
  width: 375px;
  padding: 68px 20px;
}
.i-a-how-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.i-a-how-item {
  border: 1px solid #05052d1a;
  width: 335px;
  border-radius: 20px;

  padding: 23px 10px;
}

.i-a-how-img {
  width: 313px;
  height: 320px;
  object-fit: cover;
  object-position: left;
}

.i-a-how-text {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  padding-top: 28px;
}

@media screen and (min-width: 1193px) {
  .i-a-how-container {
    margin: auto;
    width: 1440px;
    padding: 100px 80px;
  }
  .i-a-how-list {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .i-a-how-item {
    width: 406px;
    height: 460px;

    border-radius: 20px;
  }

  .i-a-how-img {
    width: 383.6600036621094px;
    height: 320px;
    angle: 0 deg;
    opacity: 1;
  }

  .i-a-how-text {
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    padding: 28px 60px 0;
  }
}

.i-a-reviews {
  margin: auto;
  width: 375px;
  height: 992px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  background-image: url("/img/5.png");
}
.i-a-reviews-container {
  margin: 0;
  padding: 68px 20px 0;
  width: 375px;
}

.i-a-reviews-item {
  height: 105px;
  border-radius: 20px;
  padding: 10.5px 16px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 1193px) {
  .i-a-reviews {
    width: 1440px;
    height: 800px;
    background-image: url("/img/55.png");
  }
  .i-a-reviews-container {
    margin: auto;
    padding: 100px 80px;
    width: 1440px;
  }
  .i-a-reviews-item {
    display: flex;
    align-items: center;
  }
  .i-a-rev-list {
    margin-left: auto;
    padding-top: 114px;
  }
}

.i-a-features {
  margin: auto;
  width: 375px;
  height: 667px;
  margin-top: -60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 48095940.png");
}

.i-a-features-container {
  width: 375px;
  margin: auto;
  padding: 190px 32px 0;
}
.i-a-features-title {
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  text-shadow: 2px 4px 18px #ffffff2e;
}
.i-a-features-div {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.i-a-contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}

.i-a-features-input {
  width: 311px;
  height: 44px;
  border-radius: 99px;
  border-width: 1px;
  padding-top: 12px;
  padding-right: 28px;
  padding-bottom: 12px;
  padding-left: 28px;

  background: #ffffff;

  border: 1px solid rgba(104, 104, 104, 0.6);
}
.i-a-features-input::placeholder {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #300056;
}

.i-a-features-button {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: center;
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #ffffff;
  border-radius: 99px;
  border-width: 1px;
  padding-top: 12px;
  padding-right: 28px;
  padding-bottom: 12px;
  padding-left: 28px;

  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  background: linear-gradient(98.56deg, #22d3c7 7.58%, #0735ef 108.09%);
}

.i-a-features-div-item-text {
  text-decoration: none;
  font-family: Manrope;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #300056;
}

@media screen and (min-width: 1193px) {
  .i-a-features {
    margin: auto;
    width: 1440px;
    height: 531px;
    margin-top: -70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Frame\ 48095941.png");
  }

  .i-a-features-container {
    width: 1440px;
    margin: auto;
    padding: 130px 148px 0 444px;
  }
  .i-a-features-title {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 60px;
    leading-trim: NONE;
    line-height: 68px;
    letter-spacing: 0%;
  }
  .i-a-features-div {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }

  .i-a-contact-form {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 48px;
  }

  .i-a-features-input {
    width: 200px;
    height: 44px;
    border-radius: 99px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 28px;
    padding-bottom: 12px;
    padding-left: 28px;
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
  }
  .i-a-features-input::placeholder {
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
  }

  .i-a-features-button {
    width: 200px;
    height: 44px;
    angle: 0 deg;
    opacity: 1;
    gap: 10px;
    border-radius: 99px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 28px;
    padding-bottom: 12px;
    padding-left: 28px;
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;
  }

  .i-a-features-div-item-text {
    font-family: Manrope;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
  }
}

.i-a-container {
  padding: 112px 16px 40px;
  width: 375px;
  margin: auto;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.i-a-container h1 {
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 40px;
  letter-spacing: 0%;
  text-align: center;
}

.i-a-container h2 {
  margin-top: 10px;
  font-family: Manrope;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.i-a-container h3 {
  margin-top: 10px;
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.i-a-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.i-a-container ul li {
  margin-bottom: 10px;
}
.i-a-container p {
  margin-top: 10px;
}
.i-a-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.i-a-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1193px) {
  .i-a-container {
    padding: 160px 80px 60px;
    width: 1440px;
    margin: auto;
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .i-a-container h1 {
    font-family: Manrope;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 70px;
    letter-spacing: 0%;
    text-align: center;
  }

  .i-a-container h2 {
    margin-top: 20px;
    font-family: Manrope;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .i-a-container h3 {
    margin-top: 20px;
    font-family: Manrope;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .i-a-container ul {
    margin-top: 20px;
  }

  .i-a-container ul li {
    margin-bottom: 10px;
  }
  .i-a-container p {
    margin-top: 20px;
  }
}

.i-a-footer-container {
  width: 375px;
  margin: auto;
  padding: 36px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: #091e7a;
  color: #ffffff;
}

.i-a-footer-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 31px;
}

.i-a-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Manrope;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.i-a-footer-copyright {
  font-family: Manrope;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}
.i-a-footer-img {
  height: 48px;
}
@media screen and (min-width: 1193px) {
  .i-a-footer-container {
    width: 1440px;
    padding: 36px 230px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 96px;
    row-gap: 20px;
  }
  .i-a-footer-img {
    height: 48px;
    margin: 0 200px;
  }

  .i-a-footer-text {
    font-family: Manrope;
    font-weight: 200;
    font-style: ExtraLight;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }

  .i-a-footer-copyright {
    font-family: Manrope;
    font-weight: 200;
    font-style: ExtraLight;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
  }
}

.i-a-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 20px;
  border-radius: 7px;
  background: #01123b;
  box-shadow: 5px 15px 20px 0px #00000040;

  z-index: 1000;
  display: none;
}

.i-a-cookie-popup-text-two {
  font-family: Manrope;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  letter-spacing: 0%;
  color: #ffffff;
  width: 280px;
}

.i-a-cookie-button-container {
  padding: 14px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.i-a-cookie-button {
  border: none;
  background-color: transparent;
  width: 73px;
  border-radius: 8px;
  padding: 6px 0;
  color: #ffffff;
  font-family: Manrope;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 20px;
  border: 1px solid #bbf2fd;
  letter-spacing: 0%;
}

#accept-cookies {
  background: #bbf2fd;
  color: #300056;
}

.i-a-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1193px) {
  .i-a-cookie-popup-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 200px;
  }

  .i-a-cookie-popup-text-two {
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 20px;
    letter-spacing: 0%;

    width: 948px;
  }

  .i-a-cookie-button-container {
    padding: 0;
    margin: auto;
    display: flex;
    flex-direction: row;
  }

  .i-a-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1440px;
    padding: 22px 88px;
    display: none;
  }
}
