@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter18pt-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url(../fonts/DMSans18pt-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}
body {
  background: #080d27;
}
.footer-topx {
  display: none !important;
}
.container-l {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
  height: 100%;
  position: relative;
}
.s1__right-mob {
  display: none;
}
.first-block-first-row-mob {
  display: none;
}
.s1__right {
  z-index: 2;
}
.s1__right img {
  width: 1397.76px;
  height: 869.05px;
  -webkit-transform: translateY(-160px);
  -ms-transform: translateY(-160px);
  transform: translateY(-160px);
}
.s1__btn-styles-block {
  position: relative;
  width: 240px;
  height: 64px;
  border-radius: 16px;
  -webkit-box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7),
    0 16px 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7),
    0 16px 24px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#334679),
    to(#162561)
  );
  background: -o-linear-gradient(top, #334679, #162561 100%);
  background: linear-gradient(180deg, #334679, #162561 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  z-index: 100 !important;
}
.s1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 654px;
  width: 100vw;
  overflow: hidden;
}
.one-row {
  position: absolute;
  top: 150px;
  left: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.first-block-first-row {
  display: table-column-group;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 56px;
}
.title-first-row {
  width: 687px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-bottom: 28px;
  color: #eaedff;
  font-family: "Poppins";
  font-size: 64px;
  font-weight: 900;
  line-height: 64px;
  letter-spacing: 2px;
  text-align: left;
  text-transform: uppercase;
}
.td2,
.td3,
.td4,
.td5,
.td6,
.td7 {
  font-family: "Roboto";
}
.sectionFirst_getBtn {
  z-index: 100;
  cursor: pointer;
  width: 236.03px;
  height: 60px;
  color: #2ef2ff;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#253575),
    to(#162561)
  );
  background: -o-linear-gradient(top, #253575, #162561 100%);
  background: linear-gradient(180deg, #253575, #162561 100%);
}
.s2_coop-card-subtitle-btn {
  cursor: pointer;
  width: 226.03px;
  height: 60px;
  color: #2ef2ff;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#253575),
    to(#162561)
  );
  background: -o-linear-gradient(top, #253575, #162561 100%);
  background: linear-gradient(180deg, #253575, #162561 100%);
  z-index: 999;
}
.s3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #0c1838;
  background: #080d27;
  max-width: 100%;
  height: 680px;
}
.s3-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 100%;
  height: 100%;
  background-image: url("../img/s3-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
.s3__blured-block {
  position: absolute;
  top: -170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 320px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  -webkit-filter: blur(200px);
  filter: blur(200px);
  background: rgba(25, 89, 173, 0.25);
}
.s3__blured-block_pic {
  position: absolute;
  width: 80px;
  height: 80px;
  z-index: 10 !important;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.s3__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 483px;
  margin-right: 136px;
}
.s3__left-title {
  font-family: "Poppins";
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #eaedff;
  letter-spacing: -0.96px;
  text-align: right;
  margin-bottom: 24px;
}
.s3__left-pic {
  margin-bottom: 28px;
  width: 319px;
  height: 231px;
}
.s3__left-pic img {
  width: 319px;
  height: 231px;
}
.s3__left-subtitle {
  color: #c4cbf5;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 300px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: right;
  margin-bottom: 44px;
  height: 36px;
}
.s3__btn-block {
  width: 182px;
  height: 64px;
  border-radius: 16px;
  -webkit-box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7),
    0 16px 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7),
    0 16px 24px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#334679),
    to(#162561)
  );
  background: -o-linear-gradient(top, #334679, #162561 100%);
  background: linear-gradient(180deg, #334679, #162561 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.s3__left-btn {
  cursor: pointer;
  width: 178.03px;
  height: 60px;
  color: #2ef2ff;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 14px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#253575),
    to(#162561)
  );
  background: -o-linear-gradient(top, #253575, #162561 100%);
  background: linear-gradient(180deg, #253575, #162561 100%);
}
.s3__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 483px;
}
.s3__right-title {
  font-family: "Poppins";
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  color: #eaedff;
  letter-spacing: -0.96px;
  text-align: left;
  margin-bottom: 24px;
}
.s3__right-pic {
  margin-bottom: 28px;
  width: 319px;
  height: 231px;
}
.s3__right-pic img {
  width: 319px;
  height: 231px;
}
.s3__right-subtitle {
  color: #c4cbf5;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 300px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: left;
  margin-bottom: 44px;
  height: 36px;
}
.modern {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#1b275a),
    to(#0e1434)
  );
  background: -o-linear-gradient(top, #1b275a, #0e1434 100%);
  background: linear-gradient(180deg, #1b275a, #0e1434 100%);
  height: 760px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.modern__left {
  position: absolute;
  top: 182px;
  left: 130px;
  width: 554px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.modern__title {
  font-family: "Poppins";
  color: #eaedff;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: -0.96px;
  font-weight: 700;
  margin-bottom: 28px;
}
.modern__subtitle {
  font-family: "Poppins";
  color: #c4cbf5;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  margin-bottom: 28px;
}

.modern__subtitleUl {
  padding-left: 14px;
  font-family: "Poppins";
  color: #c4cbf5;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.modern__subtitleLi {
  font-family: "Poppins";
  color: #c4cbf5;
  font-weight: 400;
  font-size: 14px;
}

.modern__right {
  width: 795px;
  height: 459px;
  position: absolute;
  top: 122px;
  right: 0;
}
.modern__right img {
  width: 795px;
  height: 459px;
}
.s4 {
  background-image: url(/sheepy/img/s4-bg.png);
  height: 960px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center 0;
  padding: 0 24px;
}
.s4-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
}
.s4_title {
  font-family: "Poppins";
  color: #eaedff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  padding-top: 120px;
  margin-bottom: 48px;
}
.s4_table-container {
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #253575;
  height: 648px;
  width: 943px;
  max-width: 943px;
  background: -o-linear-gradient(top, #010102 0, #0f1431 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#010102),
    to(#0f1431)
  );
  background: linear-gradient(180deg, #010102 0, #0f1431 100%);
  padding: 40px;
  overflow: hidden;
}
.s4__widget-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  font-family: "Poppins";
  color: #eaedff;
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-top: 40px;
}
.s4__new-wrapper {
}
.widget-container {
  border: 1px solid #253575;
  z-index: 4;
  position: relative;
}
.s4__widget-aim-left {
  position: absolute;
  top: 45%;
  left: -9%;
  z-index: -1;
}
.s4__widget-aim-right {
  position: absolute;
  left: 91%;
  top: 45%;
  z-index: -1;
}
.s4._mob {
  display: none;
}
.s4_table-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 20px !important;
}
.s4_table-container table thead {
  background: #0e0e13;
  width: 100%;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: right;
  color: rgba(46, 242, 255, 1);
  border: none;
  text-align: center;
}
.s4_table-container table thead tr {
  height: 72px;
}
.s4_table-container table thead th:last-child {
  border-radius: 0 16px 16px 0;
}
.s4_table-container table thead th:first-child {
  border-radius: 16px 0 0 16px;
}
.s4_table-container table tbody tr td {
  background: 0 0;
  height: 72px;
  color: #c4cbf5;
}
.s4_table-container table tbody tr td {
  border: none;
}
.s4_table-container table tbody tr td {
  border-top: 1px solid #253575;
  border-bottom: 1px solid #253575;
}
.s4_table-container table tbody tr td:last-child {
  border-radius: 0 16px 16px 0;
  border-right: 1px solid #253575;
  border-top: 1px solid #253575;
  border-bottom: 1px solid #253575;
}
.s4_table-container table tbody tr td:first-child {
  border-radius: 16px 0 0 16px;
  border-left: 1px solid #253575;
  border-top: 1px solid #253575;
  border-bottom: 1px solid #253575;
}
.responsive-table_rowx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.responsive-table_rowx1 {
  width: 40px;
  height: 40px;
}
.responsive-table_rowx1 img {
  width: 40px;
  height: 40px;
}
.responsive-table_rowx2 img {
  width: 32px;
  height: 32px;
}
.responsive-table_rowx2 {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.responsive-table_rowx3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.responsive-table_rowx3 span:first-child {
  color: #c4cbf5;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 2px;
}
.responsive-table_rowx3 span:last-child {
  color: #c4cbf5;
  opacity: 0.7;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
}
.td2 {
  font-family: Roboto;
  font-size: 12.5px;
  font-weight: 400;
  letter-spacing: 0;
}
.td3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.td5,
.td6,
.td7 {
  text-align: center;
}
.s5 {
  padding: 120px 24px;
  width: 100%;
  min-height: 952px;
}
.s5__container {
  max-width: 952px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.s5__title {
  color: #eaedff;
  font-family: "Poppins";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.96px;
  text-align: center;
  margin-bottom: 38px;
}
.s5__grid-cards {
  display: -ms-grid;
  display: grid;
  min-height: 639px;
  max-width: 100%;
  -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 54px 12px 54px 12px 54px 12px 54px 12px 54px 12px 54px 12px
    54px 12px 54px 12px 54px 12px 54px 12px 54px 12px 54px;
  grid-template-rows: repeat(12, 54px);
  gap: 12px;
  grid-template-areas: "one two three" "one two three" "one two three" "one two three" "one two three" "one two three" "four  two six" "four five six" "four five six" "four five six" "four five six" "four five six";
  margin-bottom: 40px;
}
.card1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 11;
  -ms-grid-column: 1;
  grid-area: one;
}
.card2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 13;
  -ms-grid-column: 3;
  grid-area: two;
}
.card3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 11;
  -ms-grid-column: 5;
  grid-area: three;
}
.card4 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 11;
  -ms-grid-column: 1;
  grid-area: four;
}
.card5 {
  -ms-grid-row: 15;
  -ms-grid-row-span: 9;
  -ms-grid-column: 3;
  grid-area: five;
}
.card6 {
  -ms-grid-row: 13;
  -ms-grid-row-span: 11;
  -ms-grid-column: 5;
  grid-area: six;
}
.card2 .card__title {
  -ms-grid-row: 2;
  grid-area: 2c;
  color: #c8ea80;
  margin-bottom: 20px;
}
.s5__card.card2 {
  border-width: 1px;
  border-style: solid;
  border-color: #c8ea80;
  background: -o-linear-gradient(
    310.89deg,
    #1b275a 17.057%,
    #0e1434 71.375%,
    rgba(70, 84, 75, 0.71) 110.572%,
    rgba(200, 234, 128, 0.02) 113.366%
  );
  background: linear-gradient(
    139.11deg,
    #1b275a 17.057%,
    #0e1434 71.375%,
    rgba(70, 84, 75, 0.71) 110.572%,
    rgba(200, 234, 128, 0.02) 113.366%
  );
}
.s5__card {
  position: relative;
  min-height: 315px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 20px 32px;
  border-radius: 14px;
  background: rgba(27, 39, 90, 0.2);
  border-width: 1px;
  border-style: solid;
  border-color: #253575;
}
.s5__card .card__pic img {
  width: 112px;
}
.card__pic {
  margin-bottom: 32px;
}
.card__title {
  color: #c4cbf5;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 12px;
}
.card__subtitle {
  color: #c4cbf5;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
}
.card__rec {
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.s5__btn-block {
  width: 230px;
  height: 64px;
  border-radius: 16px;
  -webkit-box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7),
    0 16px 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7),
    0 16px 24px 0 rgba(0, 0, 0, 0.25);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#334679),
    to(#162561)
  );
  background: -o-linear-gradient(top, #334679, #162561 100%);
  background: linear-gradient(180deg, #334679, #162561 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.s6 {
  height: 300px;
  width: 100%;
  padding: 0 24px;
}
.s6__container {
  max-width: 952px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.s6__contact-button {
  position: relative;
  width: 100%;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background: -o-linear-gradient(top, #243474, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#243474),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(180deg, #243474, rgba(0, 0, 0, 0) 100%);
  border-width: 1px;
  border-style: solid;
  border-color: #253575;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 54px;
}
.s6__pic img {
  max-width: 250px;
  max-height: 250px;
}
.s6__title {
  color: #eaedff;
  font-family: "Poppins";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.96px;
  text-align: left;
}
.s6__btn {
  cursor: pointer;
  width: 182px;
  height: 64px;
  color: #2ef2ff;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(46, 242, 255, 1);
}
.s6__contact-button._disp-n {
  display: none;
}
@media (max-width: 1199px) {
  .s4 {
    background: -o-linear-gradient(top, #1b275a, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(180deg, #1b275a, #0e1434 100%);
  }
}
@media (max-width: 991px) {
  .s1 {
    padding: 0 20px;
  }
  .one-row {
    width: 100%;
  }
  .title-first-row {
    font-size: 56px;
  }
  .s4 {
    background-image: none;
    background: -o-linear-gradient(top, #1b275a, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(180deg, #1b275a, #0e1434 100%);
  }
  /* .s4_table-container {
    width: 100%;
    max-width: 943px;
    padding: 20px;
    height: 100%;
  } */
  .s4_table-container table {
    max-width: 943px;
  }
  .s6__title {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.96px;
    text-align: left;
  }
  .s6__pic {
    max-width: 200px;
  }
  .s6__pic img {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .s1 {
    padding: 0 24px;
  }
  .title-first-row {
    font-size: 56px;
    text-align: center;
    letter-spacing: 0;
  }
  .one-row {
    margin-left: 0;
    width: 100%;
  }
  .first-block-first-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .s3 {
    padding: 0 24px;
  }
  .s4_table-container table tbody td {
    font-size: 12px;
  }
  .s4 {
    background: -o-linear-gradient(top, #1b275a, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(180deg, #1b275a, #0e1434 100%);
  }
  .s4_table-container table tbody td img {
    width: 32px;
  }
  .s4_table-container table thead th {
    font-size: 12px;
  }
  .s4_table-container table thead th:last-child {
    padding-right: 16px;
  }
  .s4-container {
    min-height: auto;
  }
  .s4-container h2 {
    padding-top: 60px;
  }
  .td4 {
    background-image: none !important;
    padding-left: 0 !important;
  }
  .s6 {
    height: 250px;
  }
  .s6__contact-button {
    max-height: 140px;
    padding-right: 28px;
  }
  .s6__pic {
    max-width: 200px;
  }
  .s6__pic img {
    max-width: 200px;
  }
  .s6__title {
    font-size: 32px;
  }
  .s5__card {
    padding: 10px 16px;
  }
  .card__pic {
    margin-bottom: 16px;
  }
  .card__pic img {
    width: 80px;
  }
  .s5__card.card2 > div > img {
    width: 139px;
  }
  .s5__card.card2 > .card__title {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
  }
  .s5__card.card2 > .card__subtitle {
    color: #c4cbf5;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
    max-width: 246px;
  }
  .card__title {
    font-size: 14px;
  }
  .card__subtitle {
    font-size: 12px;
  }
  .s5__grid-cards {
    min-height: auto !important;
    -ms-grid-rows: none !important;
    grid-template-rows: none !important;
  }
}
@media (max-width: 575px) {
  .s1 {
    padding: 0 0;
    height: 785px;
    margin-top: 10px;
    overflow: hidden;
  }
  .one-row {
    top: 447px;
    left: 35px;
    width: 316px;
  }
  .s1__right {
    display: none;
  }
  .s1__right-mob {
    display: block;
    width: 100%;
    height: 564px;
    -webkit-transform: translate(-43px, -55px);
    -ms-transform: translate(-43px, -55px);
    transform: translate(-43px, -55px);
  }
  .s1__right-mob img {
    width: 499px;
    height: 564px;
  }
  .s1__btn-styles-block {
    width: 230px;
    height: 65px;
  }
  .first-block-first-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    max-width: 100%;
  }
  .first-block-first-row {
    display: none;
  }
  .first-block-first-row-mob {
    display: block;
  }
  .title-first-row {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 26px;
    text-align: left;
    text-transform: none !important;
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 28px;
  }
  .subtitle-first-row {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
    letter-spacing: 0;
    margin-bottom: 28px;
  }
  .first-block-first-row {
    width: 100%;
    margin-bottom: 70px;
  }
  .sectionFirst_getBtn {
    height: 60px;
    width: 226px;
  }
  .s3 {
    height: 1164px;
    padding-bottom: 70px;
  }
  .s3-block {
    background-image: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 60px;
    background-size: contain;
  }
  .s3__blured-block {
    width: 200px;
    height: 200px;
    top: -100px;
  }
  .s3__blured-block_pic {
    width: 50px;
    height: 50px;
    top: -25px;
  }
  .s3__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
  .s3__left-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 28px;
    text-align: right;
    letter-spacing: 0;
  }
  .s3__left-subtitle {
    margin-bottom: 44px;
    text-align: right;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    font-family: "Poppins";
  }
  .s3__right {
    width: 100%;
  }
  .s3__right-pic {
    width: 100%;
  }
  .s3__right-pic img {
    width: 100%;
  }
  .s3__left-pic {
    width: 100%;
  }
  .s3__left-pic img {
    width: 100%;
  }
  .s3__right-title {
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    margin-bottom: 28px;
    text-align: left;
    letter-spacing: 0;
  }
  .s3__right-subtitle {
    margin-bottom: 44px;
    text-align: left;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    font-family: "Poppins";
  }
  .modern {
    height: 753px;
    padding: 0 16px;
  }
  .modern__right {
    width: 375px;
    height: 269px;
    top: 46px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .modern__right img {
    width: 375px;
    height: 269px;
  }
  .modern__left {
    top: 303px;
    width: 343px;
    left: 0;
  }
  .modern__left ul {
    padding-left: 12px;
  }
  .modern__left br {
    display: none;
  }
  .modern__left .modern-br {
    display: block;
  }
  .modern__title {
    font-family: "Poppins";
    color: #eaedff;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 26px;
    margin-bottom: 28px;
    text-align: left;
  }
  .modern__subtitle {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    margin-bottom: 28px;
    text-align: left;
  }
  .s4 .s4-container h2 {
    padding-top: 56px;
    margin-bottom: 18px !important;
  }
  .s4 {
    background: -o-linear-gradient(top, #1b275a, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(180deg, #1b275a, #0e1434 100%);
    padding: 0 12px;
  }
  .s4_title {
    font-family: "Poppins";
    color: #eaedff;
    font-size: 24px;
    line-height: 26px;
    font-weight: 900;
    padding-top: 71px;
    margin-bottom: 24px;
  }
  .s4._mob {
    display: block;
    height: 2080px;
  }
  .s4._mob {
    padding: 40px 22px;
    border-radius: 16px;
  }
  .s4__mob-card {
    min-height: 349px;
    min-width: 298px;
    padding: 16px 12px;
    background: 0 0;
    border-width: 1px;
    border-style: solid;
    border-color: #253575;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mob-card_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
  }
  .mob-card_top-left {
    color: #2ef2ff;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: left;
    height: 100%;
  }
  .mob-card_top-right {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mob-card_pic {
    width: 32px;
    height: 32px;
    margin-right: 8px;
  }
  .mob-card_cr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mob-card_cr-name {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    text-align: left;
  }
  .mob-card_cr-short {
    color: #c4cbf5;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
  }
  .mob-card_hr {
    width: 100%;
    border: 0.5px solid #253575;
    margin-bottom: 16px;
  }
  .mob-card_body-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 40px;
  }
  .mob-card_body-title {
    color: #2ef2ff;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    text-align: left;
  }
  .mob-card_body-val {
    color: #c4cbf5;
    font-family: Roboto;
    font-size: 12.5px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: right;
  }
  .mob-card_body-med {
    color: #c4cbf5;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: right;
  }
  .mob-card_body-med__green {
    width: 63px;
    color: #098551;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: right;
    background: url(/sheepy/img/Img.svg) no-repeat -1px center;
  }
  .s4 {
    display: none;
  }
  .s4 {
    padding-bottom: 56px;
  }
  .s4__mob-card.mob-card1,
  .s4__mob-card.mob-card2,
  .s4__mob-card.mob-card3,
  .s4__mob-card.mob-card4 {
    margin-bottom: 20px;
  }
  .s5 {
    padding: 70px 24px 35px 24px;
  }
  .s5 .s2_coop-card-subtitle-btn {
    display: none;
  }
  .s5__title {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 900;
    font-family: "Poppins";
    letter-spacing: 0;
  }
  .card__title {
    width: 246px;
  }
  .card__subtitle {
    width: 246px;
  }
  .s5__grid-cards {
    display: -ms-grid;
    display: grid;
    max-width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (6, 1fr);
    grid-template-rows: (6, 1fr);
    gap: 10px;
    grid-template-areas: "one" "two" "three" "four" "five" "six";
  }
  .s5__card {
    min-height: 233px;
    padding: 40px 32px;
  }
  .s5__card.card2 {
    min-height: 352px;
  }
  .s6__contact-button {
    display: none;
  }
  .s6__container {
    max-width: 327px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .s6__pic {
    max-width: 171px;
  }
  .s6__pic img {
    max-width: 165px;
    position: absolute;
    left: -42px;
    top: 47%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .s6__title {
    color: #eaedff;
    font-family: "Poppins";
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.96px;
    text-align: left;
    margin-bottom: 16px;
    line-height: 24px;
  }
  .s6__contact-button._disp-n {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10%;
    position: relative;
  }
  .s6 {
    height: 200px;
    overflow: hidden;
  }
  .s6__btn {
    height: 48px;
    font-size: 16px;
    font-weight: 600;
  }
  .s6-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .s6-mob .s6__contact-img {
    height: 28px;
  }
  .card1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .card2 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .card3 {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .card4 {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .card5 {
    -ms-grid-row: 9;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .card6 {
    -ms-grid-row: 11;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .s5__btn-block {
    display: none;
  }
  .footer-wrapper {
    width: 360px;
  }
}
@media (min-width: 320px) {
  body {
    margin: 0;
    padding: 0;
  }
  footer {
    color: #fff;
  }
  .footer-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    text-align: center;
    width: 100%;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .footer-links a {
    color: #fff;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-align: center;
  }
  .footer-form label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    padding-left: 4px;
  }
  .footer-form input[type="email"] {
    padding: 10px;
    width: 200px;
    margin-right: 10px;
    border: none;
    border-radius: 24px;
  }
  .footer-form button {
    padding: 10px 20px;
    background-color: #f39c12;
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
  }
  .footer-form button:hover {
    background-color: #e67e22;
  }
  .social-links a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
  }
  .social-links a:hover {
    color: #f39c12;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #080d27;
  }
  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    opacity: 0.6;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }
  .footer-form {
    background: -o-linear-gradient(left, #1b275a 0, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(90deg, #1b275a 0, #0e1434 100%);
    width: 100%;
    height: 156px;
  }
  .footer-form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
    padding-top: 16px;
    margin-bottom: 18px;
  }
  .footer-form input[type="email"] {
    width: 100%;
    height: 34px !important;
    border-radius: 24px;
    border: 2px solid rgba(8, 13, 39, 1);
    background: 0 0;
    padding: 0 16px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #fff;
    margin: 0;
  }
  .footer-form label {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    margin-bottom: 4px;
  }
  .footer-form_control_input-div {
    min-width: 251px;
    height: 44px;
    border-radius: 24px;
    background: rgba(8, 13, 39, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
    border: 2px solid rgba(25, 89, 173, 0.25);
    background: rgba(8, 13, 39, 0.5);
  }
  .footer-form button {
    width: 83px;
    height: 44px;
    left: 259px;
    border-radius: 14px;
    background: -o-linear-gradient(top, #253575 0, #172662 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#172662)
    );
    background: linear-gradient(180deg, #253575 0, #172662 100%);
    -webkit-box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7);
    box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7);
    -webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.25);
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 65%;
  }
  .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 40px;
    width: 100%;
    background: #080d27;
  }
  .footer-end a {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.36000001430511475px;
    text-align: center;
    text-decoration: none;
    color: rgba(196, 203, 245, 1);
  }
  .footer-form input::-webkit-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input::-moz-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input:-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input::-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-topx {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .header__inner-footer-phone {
    display: none;
  }
  .footer-topx {
    height: 60px;
  }
  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #080d27;
  }
  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    opacity: 0.6;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }
  .footer-form {
    background: -o-linear-gradient(left, #1b275a 0, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(90deg, #1b275a 0, #0e1434 100%);
    width: 100%;
    height: 156px;
  }
  .footer-form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 16px;
    padding-top: 16px;
    margin-bottom: 18px;
  }
  .footer-form input[type="email"] {
    width: 100%;
    height: 34px !important;
    border-radius: 24px;
    border: 2px solid rgba(8, 13, 39, 1);
    background: 0 0;
    padding: 0 16px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #fff;
    margin: 0;
  }
  .footer-form label {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    margin-bottom: 4px;
  }
  .footer-form_control_input-div {
    min-width: 251px;
    height: 44px;
    border-radius: 24px;
    background: rgba(8, 13, 39, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
  }
  .footer-form button {
    width: 83px;
    height: 44px;
    left: 259px;
    border-radius: 14px;
    background: -o-linear-gradient(top, #253575 0, #172662 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#172662)
    );
    background: linear-gradient(180deg, #253575 0, #172662 100%);
    -webkit-box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7);
    box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7);
    -webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.25);
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    width: 40%;
  }
  .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 40px;
    width: 100%;
    background: 0 0;
    border: none;
  }
  .footer-wrapper {
    width: 500px;
  }
  .footer-end a {
    font-family: "Poppins";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.36000001430511475px;
    text-align: center;
    text-decoration: none;
    color: rgba(196, 203, 245, 1);
  }
  .footer-form input::-webkit-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input::-moz-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input:-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input::-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
}
@media (min-width: 1200px) {
  .footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }
  .footer-topx {
    height: 60px;
  }
  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }
  .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    min-width: 600px;
    height: 40px;
    background: 0 0;
  }
  .footer-links a {
    display: block;
    margin: 10px 0;
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    opacity: 0.6;
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }
  .footer-form {
    background: -o-linear-gradient(left, #1b275a 0, #0e1434 100%);
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#1b275a),
      to(#0e1434)
    );
    background: linear-gradient(90deg, #1b275a 0, #0e1434 100%);
    width: 100%;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-form_control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    padding-top: 0;
    margin-bottom: 0;
  }
  .footer-form input[type="email"] {
    width: 100%;
    height: 34px !important;
    border-radius: 24px;
    border: 2px solid rgba(8, 13, 39, 1);
    background: 0 0;
    padding: 0 16px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.47999998927116394px;
    text-align: left;
    color: #fff;
    margin: 0;
  }
  .footer-form input::-webkit-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input::-moz-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input:-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form input::-ms-input-placeholder {
    color: rgba(196, 203, 245, 0.15);
  }
  .footer-form label {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }
  .footer-form_control_input-div {
    min-width: 360px;
    height: 44px;
    border-radius: 24px;
    background: rgba(8, 13, 39, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 4px;
  }
  .footer-form button {
    width: 83px;
    height: 44px;
    left: 259px;
    border-radius: 14px;
    background: -o-linear-gradient(top, #253575 0, #172662 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#253575),
      to(#172662)
    );
    background: linear-gradient(180deg, #253575 0, #172662 100%);
    -webkit-box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7);
    box-shadow: 0 -14px 48px 0 rgba(40, 51, 111, 0.7);
    -webkit-box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.25);
    font-family: "Poppins";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
  }
  .social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    padding-top: 32px;
    width: 451px;
  }
  .footer-form form {
    width: 50%;
  }
  .social-links img {
    width: 64px;
    height: 64px;
  }
  .social-links_div {
    width: 50% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .footer-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 60px;
    width: 100%;
    background: 0 0;
    border: none;
  }
  .footer-end a {
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.36000001430511475px;
    text-align: center;
    color: rgba(196, 203, 245, 1);
  }
}
a {
  text-decoration: none;
  color: inherit;
}
.wrapper {
  min-width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.header {
  height: 70px;
  width: 100%;
  background-color: #05091d;
  display: flex;
  position: relative;
}
.head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  width: 100%;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__inner-footer-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.header__inner-footer-phone {
  display: none;
}
.logo__text {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
}

.logo__text img {
  width: 90px;
  height: 50px;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu__list-header {
  display: flex;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(234, 237, 255, 1);
}
.menu__list-header.open {
  gap: 20px;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 900;
  color: rgba(234, 237, 255, 1);
}
.menu__list-item.En {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #eaedff;
}
.menu__list-link {
  opacity: 0.6;
  position: relative;
}
.menu__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
}
.menu__list-itemPresale {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding-left: 25px;
  padding-right: 25px;
  white-space: nowrap;
}
.menu__list-item-line {
  display: flex;
  width: 2px;
  height: 16px;
  background-color: #c4cbf5;
  border-radius: 2px;
  opacity: 20%;
}
.menu__list-item:hover .menu__item-arrow {
  transform: rotate(180deg);
  transform-origin: center;
}
.menu__item-arrow {
  transition: 0.3s;
}
.menu__dropdown-content {
  border-top: 1px solid #2ef2ff;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  transform: translateY(-5px);
  position: absolute;
  background-color: #060a1d;
  max-width: 261px;
  width: 100%;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0 24px;
  top: 100%;
}
.menu__dropdown-content.dropdown__company-footer {
  top: -311px;
  z-index: 11;
}
.menu__dropdown-content.dropdown__sheepy-footer {
  top: -311px;
  z-index: 11;
}
.menu__list-item:hover .menu__dropdown-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  z-index: 99999;
}
.menu__list-link:hover {
  opacity: 1;
}
.menu__dropdown-wrapper {
  display: flex;
  gap: 5px;
  padding: 12px 0;
}
.menu__dropdown-title {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #eaedff;
  transition: 0.3s;
}
.menu__dropdown-title:hover {
  color: #8f92a5;
}
.menu__dropdown-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  color: rgba(196, 203, 245, 1);
}
.burger {
  display: none;
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: flex-end;
  width: 20px;
  height: 18px;
}
.burger span {
  border-radius: 2px;
  height: 3px;
  width: 100%;
  transform: scale(1);
  background-color: #2ef2ff;
}
.burger::after,
.burger::before {
  border-radius: 2px;
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #2ef2ff;
  transition: all 0.3s ease 0s;
}
.burger::before {
  top: 0;
}
.burger::after {
  bottom: 0;
}
.burger.active span {
  transform: scale(0);
}
.burger.active::before {
  top: 50%;
  transform: rotate(-45deg) translate(0, -50%);
}
.burger.active::after {
  bottom: 50%;
  transform: rotate(45deg) translate(0, 50%);
}
.menu__phone {
  display: none;
}
.footer {
  max-width: 100%;
  margin-top: 0 auto;
}
.menu_list-footer {
  display: block;
}
.menu__list-link.footer_list-item {
  color: #fff;
  font-family: "Regular", sans-serif;
  opacity: 0.6;
}
.menu__list-link.footer_list-item:hover {
  opacity: 1;
}
.s4__widget-container-mob {
  display: none;
}
@media (max-width: 1135px) {
  .burger {
    display: flex;
  }
  .menu__list-header {
    display: none;
    flex-direction: column;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 7%;
    left: 0;
    z-index: 2;
    overflow: hidden;
    padding: 50px 40px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin: 5px 0;
    white-space: nowrap;
  }
  .menu__list-link {
    opacity: 1;
  }
  .menu_list-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu__dropdown-content.dropdown__sheepy {
    top: 45%;
  }
  .menu__dropdown-content.dropdown__company {
    top: 51%;
  }
  .header__inner-footer-main {
    display: none;
  }
  .header__inner-footer-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 475px) {
  .menu__list-link.footer_list-item {
    font-size: 12px;
  }
  .menu__list-item {
    width: 90px;
  }
  .menu__list-item.desktop {
    display: none;
  }
  .menu__list-item.phone {
    display: flex;
  }
  .container-l {
    margin-top: -2px;
  }
}
@media (max-width: 430px) {
  .menu_list-footer {
    max-width: 344px;
    gap: 10px;
  }
  .menu__list-item {
    white-space: nowrap;
    max-width: 56px;
  }
}
@media (max-width: 575px) {
  .menu__dropdown-content.dropdown__sheepy {
    top: 46%;
    z-index: 100000;
  }
  .menu__dropdown-content.dropdown__company {
    top: 51%;
    z-index: 100000;
  }
  .header {
    height: 42px;
  }
  .header.footer {
    display: none;
  }
  .footer-topx {
    display: flex !important;
  }
  .s4__widget-container-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-family: "Poppins";
    color: #eaedff;
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
  }
  .s4__new-wrapper {
    font-size: 38px;
    text-align: center;
  }
  .s4__widget-container {
    display: none;
  }
}
