@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: linear-gradient(180deg, #010101 0%, #08362f 100%);
  color: #ffffff;
}

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;
}

.button:hover {
  scale: 120%;
}

.u-s-header.is-open .u-s-header-background {
  left: 0;
}
.u-s-header-button-wrapper {
  margin-left: auto;
}
.u-s-header-icon {
  display: none;
}

.u-s-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.u-s-navigation-list.is-open {
  right: 0;
}
.u-s-header-icon-menu {
  display: block;
}

.u-s-header-icon-button.is-open .u-s-header-icon-menu {
  display: none;
}

.u-s-header-icon-button.is-open .u-s-header-icon-close {
  display: block;
}

.u-s-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 60px;
  background: #ffffff8c;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(90deg, #ffffff 0%, #a6dc00 100%);
}

.u-s-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  border-bottom: 1px solid;
  backdrop-filter: blur(12px);
  background: #ffffff8c;
}
.u-s-header.is-open .u-s-header-background {
  left: 0;
}
.u-s-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.u-s-header-icon-menu {
  display: block;
}

.u-s-header-icon-button.is-open .u-s-header-icon-menu {
  display: none;
}

.u-s-header-icon-button.is-open .u-s-header-icon-close {
  display: block;
}

.u-s-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: 16px;
  position: relative;
}

.u-s-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: 0px 0px 47px;
  gap: 62px;
  backdrop-filter: blur(12px);
  background: #08362fcc;
}

.u-s-navigation-list.is-open {
  right: 0;
}

.u-s-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid transparent;
  width: 127px;

  padding-top: 18px;
  padding-right: 42px;
  padding-bottom: 18px;
  padding-left: 42px;
  border-radius: 42px;
  font-family: Oswald;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.u-s-navigation-link:hover,
.u-s-navigation-link:focus {
  border: 1px solid #a6dc00;
  background: #08362f;
}

.u-s-header.is-open {
  background-color: transparent;
}
.u-s-navigation-img {
  display: none;
}

@media screen and (min-width: 1189px) {
  .u-s-header-icon-title {
    display: none;
  }
  .u-s-header-button-wrapper {
    display: none;
  }
  .u-s-header {
    width: 100%;
    height: 74px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    width: 1040px;
    padding-left: 50px;
    border-radius: 42px;
  }

  .u-s-header-background {
  }
  .u-s-header-icon-button {
    display: none;
  }
  .u-s-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
  }

  .u-s-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 2px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .u-s-navigation-img {
    display: flex;
    margin-right: 50px;
  }
  .u-s-navigation-item-desk {
    display: none;
  }
}
.u-s-home {
  background: linear-gradient(360deg, #08362f 0%, #010101 100%);

  margin: auto;
}
.u-s-home-container {
  margin: auto;
  width: 375px;
  height: 900px;
  padding: 200px 20px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Block\ 1\ -\ Hero\ Section.png");
}

.u-s-home-container-top {
  display: flex;
  flex-direction: column;
  gap: 22px;

  align-items: start;
}

.u-s-home-title {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 44px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.u-s-home-text {
  font-family: Roboto;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
}
.u-s-home-text-two {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
}
.u-s-home-div {
  background: #ffffff;
  border-radius: 22px;
  transition: all 0.3s ease-in-out;
}
.u-s-home-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  box-shadow: 0px 4px 4px 0px #00000040;
  border: 1px solid #a6dc00;
  background: #ffffff;
  width: 239px;
  border-radius: 22px;
  padding-top: 18px;
  padding-right: 80px;
  padding-bottom: 18px;
  padding-left: 80px;
  font-family: Oswald;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  text-transform: uppercase;
  gap: 12px;
  background: linear-gradient(90deg, #000000 0%, #a6dc00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.u-s-home-link-img {
  width: 12px;
}
.u-s-home-div:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1189px) {
  .u-s-home-container {
    width: 1440px;
    height: 900px;
    background-image: url("/img/Block\ 1\ -\ Hero\ Section\ \(1\).png");
    padding: 240px 200px 0;
  }
  .u-s-home-container-top {
    display: flex;
    flex-direction: column;
    gap: 22px;
    width: 664px;
    align-items: start;
  }

  .u-s-home-title {
    font-family: Oswald;
    font-weight: 700;
    font-style: Bold;
    font-size: 66px;
    leading-trim: NONE;
    line-height: 74px;
    letter-spacing: 0%;
    text-transform: uppercase;
  }

  .u-s-home-text {
    font-family: Roboto;
    font-weight: 800;
    font-style: ExtraBold;
    font-size: 28px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
  }
  .u-s-home-text-two {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
  }
}
.u-s-about {
  background: linear-gradient(360deg, #08362f 0%, #010101 100%);
}
.u-s-about-container {
  width: 375px;
  padding: 60px 20px 42px;
  margin: auto;
}
.u-s-about-title {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 28px;
  leading-trim: NONE;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.u-s-about-title-text {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;

  padding-top: 22px;
}
.u-s-uniqueness-list {
  padding-top: 40px;
}
.u-s-uniqueness-item {
  backdrop-filter: blur(55px);
  border: 1px solid #ffffff;
  background: #0000000d;
  width: 335px;
  height: 324px;
  border-radius: 22px;
  padding: 18px;

  margin: 0 11px;
}
.u-s-uniqueness-img {
  height: 132px;
  margin: auto;
}
.u-s-uniqueness-text {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;

  padding: 22px 0 12px;
}

.u-s-uniqueness-text-bold {
  font-family: Roboto;
  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: 1189px) {
  .u-s-about-container {
    width: 1440px;
    padding: 100px 100px 120px;
  }
  .u-s-about-title-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .u-s-about-title {
    font-family: Oswald;
    font-weight: 700;
    font-style: Bold;
    font-size: 38px;
    leading-trim: NONE;
    letter-spacing: 0%;
    text-transform: uppercase;
    text-align: left;
  }
  .u-s-about-title-text {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
    padding-top: 42px;
  }
  .u-s-uniqueness-list {
    padding-top: 84px;
  }
  .u-s-uniqueness-item {
    width: 500px;
    height: 276.00006103515625px;
    border-radius: 22px;
    border-width: 1px;
    padding: 17px;

    margin: 0 11px;
  }
}
.u-s-why {
  background: linear-gradient(360deg, rgba(166, 220, 0, 0.25) 0%, #08362f 100%);
}

.u-s-why-container {
  padding: 60px 20px 131px;
  height: 1483px;
  width: 375px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/why/Block\ 4\ -\ Industry\ Use\ Cases.png");
}
.u-s-why-list {
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.u-s-why-item {
  backdrop-filter: blur(55px);
  border: 1px solid #ffffff;
  background: #00000026;
  width: 335px;
  border-radius: 22px;
  padding: 18px;
}
.u-s-why-img {
  height: 60px;
}
.u-s-why-text-bold {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  padding: 22px 0 12px;
}
.u-s-why-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

@media screen and (min-width: 1189px) {
  .u-s-why-container {
    padding: 100px 650px 100px 100px;
    height: 1304px;
    width: 1440px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/why/Block\ 4\ -\ Industry\ Use\ Cases\ \(1\).png");
  }
  .u-s-why-list {
    padding-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 22px;
  }
  .u-s-why-item {
    width: 687px;
    height: 204px;
    border-radius: 22px;
    border-width: 1px;
    padding: 17px;
  }
}
.u-s-how {
  background: linear-gradient(0deg, #08362f, #08362f);
}
.u-s-how-container {
  margin: auto;
  width: 375px;
  padding: 60px 20px 0;
  height: 1078px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Block\ 3\ -\ Platform\ Overview.png");
}
.u-s-how-list {
  padding-top: 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.u-s-how-item {
  backdrop-filter: blur(55px);
  border: 1px solid #ffffff;
  background: #0000000d;
  border-radius: 12px;
  padding: 11px 17px;
  font-family: Roboto;
  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: 1189px) {
  .u-s-how-container {
    margin: auto;
    width: 1440px;
    padding: 100px 765px 0 100px;
    height: 748px;
    background-image: url("/img/Block\ 3\ -\ Platform\ Overview\ \(1\).png");
  }

  .u-s-how-item {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    border-radius: 12px;
  }
}

.u-s-characters {
  background: linear-gradient(
    0deg,
    rgba(166, 220, 0, 0.25) -7.76%,
    rgba(87, 137, 24, 0.625) 48.71%,
    #08362f 100%
  );
}
.u-s-characters-container {
  padding: 60px 20px;
  margin: auto;
  width: 375px;
}
.u-s-about-title-two {
  text-align: left;
}
.u-s-characters-list {
  padding-top: 40px;
}
.u-s-characters-item {
  width: 180px;
  height: 120px;
  border-radius: 13.2px;
  margin: 0 10px;
}
.u-s-characters-img {
  width: 180px;
  height: 120px;
  border-radius: 13.2px;
}
@media screen and (min-width: 1189px) {
  .u-s-characters-container {
    padding: 100px 230px;
    margin: auto;
    width: 1440px;
  }
  .u-s-about-title-two {
    text-align: center;
    padding: 42px 37px 0;
  }
  .u-s-characters-list {
    padding-top: 50px;
  }
}
.u-s-reviews {
  background: linear-gradient(0deg, #08362f 0%, #010101 100%);
}
.u-s-reviews-container {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 20px 0;
  width: 375px;
  height: 804px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Block\ 7\ -\ How\ to\ Start.png");
}
.u-s-reviews-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding-bottom: 42px;
}

.u-s-reviews-item {
  padding-bottom: 12px;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #ffffff 0%, #010101 100%);
}

.u-s-reviews-text-bold {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 22px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  padding-bottom: 10px;
  text-align: center;
}

.u-s-reviews-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}
.u-s-home-link-re {
  width: 256px;
  border-radius: 22px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 14.4px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  background: linear-gradient(90deg, #000000 0%, #a6dc00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 1189px) {
  .u-s-reviews-container {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: normal;
    padding: 100px;
    width: 1440px;
    height: 804px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Block\ 7\ -\ How\ to\ Start\ \(1\).png");
  }
  .u-s-reviews-list {
    padding-top: 113px;
    display: flex;
    flex-direction: column;

    gap: 22px;
    padding-bottom: 42px;
    width: 480px;
  }

  .u-s-reviews-item {
    padding-bottom: 12px;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #ffffff 0%, #010101 100%);
  }

  .u-s-home-link-re {
    width: 256px;
    border-radius: 22px;
    padding-top: 22px;
    padding-bottom: 22px;
    font-family: Oswald;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 14.4px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    background: linear-gradient(90deg, #000000 0%, #a6dc00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .u-s-home-div-rev {
    margin: 0px 0 0 112px;
    width: 256px;
  }
}
.u-s-faq {
  background: linear-gradient(0deg, #010101, #010101);
}
.u-s-faq-container {
  padding: 60px 20px 0px;

  margin: auto;
  width: 375px;
  height: 1547px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Block\ 6\ -\ Case\ Study\ Spotlight.png");
}
.u-s-faq-list {
  display: flex;
  flex-direction: column;
  padding-top: 22px;
  gap: 12px;
}
.u-s-faq-item {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 32px;
  letter-spacing: 0%;
  padding-bottom: 12px;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #ffffff 0%, #010101 100%);
}
.u-s-faq-m {
  padding: 171px 25.5px;
}
.u-s-faq-bold {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0%;
}
.u-s-faq-text {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: right;
  padding-top: 22px;
}
@media screen and (min-width: 1189px) {
  .u-s-faq-container {
    padding: 100px;

    margin: auto;
    width: 1440px;
    height: 1000px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url("/img/Block\ 6\ -\ Case\ Study\ Spotlight\ \(1\).png");
  }
  .u-s-faq-list {
    display: flex;
    flex-direction: column;
    padding-top: 42px;
    gap: 12px;
  }
  .u-s-faq-item {
    width: 1063px;
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 32px;
    letter-spacing: 0%;
    padding-bottom: 12px;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #ffffff 0%, #010101 100%);
  }
  .u-s-faq-m {
    padding: 403px 255.5px 0 538.5px;
  }
}
.u-s-gallery-button-container {
  display: flex;
  justify-content: center;
  margin-top: 32px;
  gap: 22px;
}

.u-s-gallery-button {
  background-color: transparent;
  border: none;
  padding: 0;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
}
.u-s-gallery-button-icon {
  width: 74px;
}

.u-s-gallery-button:hover {
  scale: 120%;
}
.u-s-gallery-button-container-two {
  display: none;
}
@media screen and (min-width: 1189px) {
  .u-s-gallery-button-container-two {
    display: flex;
    margin-top: 0px;
  }
  .u-s-gallery-button-container-one {
    display: none;
  }
}
.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;
}

.u-s-features {
  background: linear-gradient(0deg, #08362f, #08362f);
}
.u-s-features-container {
  width: 375px;
  height: 1102px;
  margin: auto;
  padding: 60px 20px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Block\ 8\ -\ Contact\ &\ Support.png");
}
.u-s-feat-text {
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 14.4px;
  letter-spacing: 3.6px;
  text-align: center;
  vertical-align: middle;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #ffffff;
  padding-top: 22px;
}
.u-s-contact-form {
  margin-top: 40px;
  gap: 12px;

  display: flex;
  flex-direction: column;
}

.u-s-contact-form-input {
  border: none;
  background-color: transparent;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #ffffff;
  border-bottom-width: 1px;
  padding-bottom: 22px;
  padding-left: 22px;
  border-bottom: 1px solid;
  border-image-slice: 1;
  width: 335px;
  border-image-source: linear-gradient(90deg, #ffffff 0%, #08362f 100%);
}
.u-s-contact-form-input-two {
  height: 188px;
  padding-top: 22px;
  padding-left: 22px;
  border-width: 1px;

  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #ffffff 0%, #08362f 100%);
}
.u-s-home-div-fea {
  width: 121px;
  margin-top: 40px;
}
.u-s-contact-form-button {
  width: 121px;
  padding-top: 22px;
  padding-right: 32px;
  padding-bottom: 22px;
  padding-left: 32px;
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 14.4px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
}
@media screen and (min-width: 1189px) {
  .u-s-features-container {
    width: 1440px;
    height: 663px;
    margin: auto;
    padding: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    gap: 163px;
    align-items: center;
    background-image: url("/img/Block\ 8\ -\ Contact\ &\ Support\ \(1\).png");
  }
  .u-s-feat-text {
    font-family: Roboto;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 14.4px;
    letter-spacing: 3.6px;
    text-align: center;
    vertical-align: middle;

    padding-top: 42px;
  }
  .u-s-contact-form {
    margin-top: 0px;
    width: 705px;
    gap: 12px;
    row-gap: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .u-s-contact-form-input {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    width: 346.5px;

    border-bottom-width: 1px;
    padding: 0;
    padding-bottom: 22px;
  }
  .u-s-contact-form-input-two {
    width: 705px;
    height: 188px;
    padding-top: 22px;

    padding-left: 42px;
    border-radius: 12px;
    border-width: 1px;
  }
  .u-s-home-div-fea {
    width: 121px;
    margin-top: 0px;
  }
}

.u-s-container {
  padding: 100px 20px 40px;
  width: 375px;
  margin: auto;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.u-s-container h1 {
  font-family: Oswald;
  font-weight: 700;
  font-style: Bold;
  font-size: 26px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 32px;
}

.u-s-container h2 {
  margin-bottom: 16px;
}

.u-s-container h3 {
  margin-bottom: 16px;
}

.u-s-container ul {
  margin-top: 10px;
  list-style-type: disc;
  margin-left: 20px;
}

.u-s-container ul li {
  margin-bottom: 16px;
}
.u-s-container p {
  margin-bottom: 16px;
}
.u-s-container a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.u-s-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1189px) {
  .u-s-container {
    padding: 134px 86px 40px;
    width: 1440px;
    margin: auto;
  }

  .u-s-container h1 {
    font-family: Oswald;
    font-weight: 700;
    font-style: Bold;
    font-size: 26px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
  }
}

.u-s-footer-container {
  width: 375px;
  margin: auto;
  padding: 48px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 42px;
}

.u-s-footer-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.u-s-footer-text {
  text-decoration: none;
  color: inherit;
  font-family: Oswald;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: uppercase;
}

.u-s-footer-copyright {
  font-family: Oswald;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  leading-trim: CAP_HEIGHT;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 1189px) {
  .u-s-footer-container {
    width: 1440px;
    padding: 85px 0px;
    gap: 22px;
  }

  .u-s-footer-wrapper {
    display: flex;
    flex-direction: row;
  }

  .u-s-footer-text {
    font-family: Oswald;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
  }

  .u-s-footer-copyright {
    font-family: Oswald;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
  }
}

.u-s-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 335px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #ffffff;
  box-shadow: 0px 14px 42px 0px #080f340f;
  background: #08362f;

  z-index: 1000;
  display: none;
}

.u-s-cookie-popup-text-two {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 30px;
  letter-spacing: 0%;

  color: #ffffff;
}

.u-s-cookie-button-container {
  padding: 18px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 18px;
}

.u-s-cookie-button {
  border: 1px solid #ffffff;
  background-color: transparent;
  box-shadow: 0px 4px 8px 0px #4a3aff14;

  padding-top: 18px;
  padding-right: 26px;
  padding-bottom: 18px;
  padding-left: 26px;
  border-radius: 56px;
  border-width: 1px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: 0%;
  color: #ffffff;
}

#accept-cookies {
  background: #ffffff;
  color: #08362f;
}

.u-s-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

@media screen and (min-width: 1189px) {
  .u-s-cookie-popup-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 67px;
  }
  .u-s-cookie-popup-text-two {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 30px;
    letter-spacing: 0%;
    width: 648px;
  }

  .u-s-cookie-button-container {
    padding-top: 24px;
    margin: auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
  }

  .u-s-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1272px;
    padding: 40px 130px;
    display: none;
  }
}
