* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: 'SF Pro Text';
  src: url('../../assets/fonts/font.ttf');
}

/* formbox */
.form {
  max-width: 598px;
  width: 100%;
  margin: 0 auto;
}
#formbox {
  border-radius: 15px;
  border: 1px solid #eee;
}
.formTitle {
  background: #3c82f7;
  padding: 30px 0;
}
.formTitle p {
  color: #fff;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  line-height: 36px; /* 120% */
  letter-spacing: 0.5px;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 290px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 75px;
  position: relative;
}
#fname,
#lname,
#email,
#phone {
  color: #000;
  font-family: 'Helvetica Neue';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  border: 1px solid #3c82f7;
  background: #fff;
  width: 100%;
  margin-bottom: 16px;
  padding: 12px 18px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
.intl-tel-input.allow-dropdown {
  width: 100%;
}
.submit {
  display: block;
  width: 100%;
  color: #fff;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 150% */
  border-radius: 6px;
  background: #3c82f7;
  cursor: pointer;
  padding: 9px 0;
  border: 0;
  margin-top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #3c82f7;
  box-shadow: 0 0 10px #3c82f7;
}
#checklabel,
#check {
  display: none;
}
#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
  width: 100%;
  text-align: center;
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}
.formImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 22.5px;
}
.formImgs img {
  display: block;
  width: 100%;
  max-width: 120px;
}

/* container */
.container {
  max-width: 910px;
  margin: 0 auto;
}

/* header */
.headerOverlay {
  background: #d1a3ff;
  height: 10px;
  width: 100%;
}
.headerTop {
  padding: 6px 32px 4px 24px;
}
.headerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.headerDate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.headerDate img {
  display: block;
}
.headerDateSub {
  color: #0d0d0d;
  font-family: Inter;
  font-size: 11.625px;
  font-style: normal;
  font-weight: 600;
  line-height: 16.2px; /* 139.355% */
}
.burgerLink {
  display: block;
  margin-top: 8px;
}
.burgerLink img {
  display: block;
}
.logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.logo img {
  display: block;
  max-width: 100%;
}
.headerTopRightSub {
  color: #0d0d0d;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  text-align: right;
  font-weight: 600;
  line-height: 16.2px; /* 135% */
}
.headerTopRightBtns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 10px;
  margin-top: 8px;
}
.headerTopRightBtn1 {
  display: inline-block;
  color: #0d0d0d;
  text-align: center;
  font-family: Inter;
  font-size: 9.844px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 142.222% */
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 8px;
  background: #d1a3ff;
}
.headerTopRightBtn2 {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 14px; /* 140% */
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 8px 16px;
  border-radius: 8px;
  background: #000;
}
.headerBottom {
  padding: 12.81px 0 14.49px 0;
}
.headerBottomLinks {
  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;
  gap: 12px;
}
.headerBottomLinks span {
  background: #d1a3ff;
  -webkit-transform: skew(-18deg);
  -ms-transform: skew(-18deg);
  transform: skew(-18deg);
  width: 2px;
  height: 12.62px;
}
.headerBottomLink {
  color: #0d0d0d;
  text-align: center;
  font-family: Inter;
  font-size: 13.672px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.7px; /* 107.52% */
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* content */
.content {
  margin-top: 60px;
}
.contentTitle {
  color: #1d1d1d;
  font-family: Roboto;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 100% */
  letter-spacing: 0.5px;
}
.contentSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5.5px;
  margin-top: 30px;
}
.contentSub {
  color: #1d1d1d;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.5px;
}
.contentBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.contentBoxImg img {
  display: block;
  max-width: 100%;
}
.contentUser {
  margin-top: 30px;
}
.contentDate {
  color: #1d1d1d;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
  letter-spacing: 0.5px;
}
.user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
}
.userImg img {
  display: block;
  max-width: 100%;
}
.userInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.5px;
}
.userName {
  color: #1d1d1d;
  font-family: 'Helvetica Neue';
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 80% */
  letter-spacing: 0.5px;
}
.userName span {
  color: #1d1d1d;
  font-family: Helvetica;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 80% */
  letter-spacing: -1px;
}
.contentBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
.contentBoxSubs1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  margin-top: 30px;
}
.contentBoxSub {
  color: #1d1d1d;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 125% */
  letter-spacing: 0.5px;
}
.contentBoxSub a {
  color: #1d1d1d;
  text-decoration: underline;
}
.contentBoxList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  padding-left: 32px;
}
.contentBoxListItem {
  color: #000;
  font-family: 'Helvetica Neue';
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.5px;
}
.contentBoxTitle {
  color: #1d1d1d;
  font-family: 'Helvetica Neue';
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 83.333% */
  letter-spacing: 0.5px;
}
.contentBoxImgSub {
  color: #000;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
  letter-spacing: 0.5px;
  margin-top: 30px;
}
.contentBoxVideo {
  position: relative;
  width: 100%;
  height: 512px;
}
.contentBoxVideo video {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}

/* comments */
.comments {
  max-width: 712px;
  margin: 0 auto;
  margin-top: 15px;
}
.commentsText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 9px 0;
  border-bottom: 1px solid #e9ebee;
  margin: 0px 8px;
}
.commentsTitle {
  color: #1d1d1d;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 178.571% */
  letter-spacing: 0.5px;
}
.commentsTextRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.commentsTextRightSub {
  color: #4b4f56;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 178.571% */
  letter-spacing: 0.5px;
}
.commentsTextRightBtn {
  display: inline-block;
  color: #4b4f56;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  letter-spacing: 0.5px;
  border-radius: 2px;
  border: 1px solid #ced0d4;
  background: #f6f7f9;
  padding: 1px 21.757px 1px 11.693px;
}
.commentsTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0px 8px;
  margin-top: 24px;
}
.commentsTopImg img {
  display: block;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentsTopText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
textarea {
  display: block;
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border: 1px solid #d3d6db;
  background: #fff;
  padding: 13px 9px;
  min-height: 64px;
  resize: none;
}
.commentsTopTextBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f6f7f9;
  padding: 8px;
  border-right: 1px solid #d3d6db;
  border-bottom: 1px solid #d3d6db;
  border-left: 1px solid #d3d6db;
}
.commentsTopTextBottomBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px; /* 157.143% */
  border-radius: 2px;
  border: 1px solid #9cb4d8;
  background: #9cb4d8;
  padding: 1px 8.488px 1px 12.722px;
}
.commentsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
  margin: 0px 8px;
  margin-top: 25px;
}
.commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.commentBlockImg img {
  display: block;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.commentBlockName {
  color: #365899;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.5px;
}
.commentBlockSub {
  color: #1d1d1d;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.5px;
  margin-top: 8px;
}
.commentBlockSub a {
  color: #4267b2;
}
.commentBlockTextBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
.commentBlockLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.7px;
}
.commentBlockLink {
  color: #4267b2;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.3px; /* 135.833% */
  letter-spacing: 0.5px;
}
.commentBlockTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.7px;
}
.commentBlockTimeSub {
  color: #90949c;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.3px; /* 135.833% */
  letter-spacing: 0.5px;
}
.commentBlockAnswer {
  border-left: 1px solid #d3d6db;
  padding-left: 4px;
  margin-left: 80px;
}
.commentBlockAnswer img {
  width: 36px;
  height: 36px;
}
.commentBlockAnsewrsBtn {
  display: block;
  color: #365899;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.5px;
  padding: 10px 8px;
  background: #f6f7f9;
}
.facebookBtn {
  display: block;
  color: #365899;
  font-family: 'Helvetica Neue';
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.94px; /* 135.818% */
  letter-spacing: 0.5px;
  padding: 10px 19px;
  border-top: 1px solid #e9ebee;
  margin-top: 12px;
}
.goBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
  border-radius: 8px;
  background: #e90e0e;
  padding: 16px;
  margin-top: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.goBtn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* system */
.system {
  margin-top: 50px;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #0000000d;
  padding: 7px 0;
  background: #ffffff;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 1000;
}
.systemInner {
  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;
  gap: 30px;
}
.systemLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.systemLeftImg {
  border: 1px solid #00000033;
  padding: 5px 20px;
}
.systemLeftImg img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.systemTitle {
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}
.systemRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.systemPrice {
  color: #0ad937;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  width: 180px;
}
.systemBtn {
  display: inline-block;
  color: #000;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  padding: 10px;
  border: 2px solid #000000;
}

/* footer */
.footer {
  margin-top: 50px;
  margin-bottom: 100px;
}
.footerTop {
  background: #0d0d0d;
}
.footerContainer {
  padding: 16px 32px;
}
.footerTopInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.footerTopLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 130% */
}
.footerTopLink img {
  display: block;
}
.footerTopImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
.footerTopImgs img {
  display: block;
  max-width: 100%;
}
.footerTopBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #0d0d0d;
  text-align: center;
  font-family: Inter;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 600;
  padding: 8px 16px;
  line-height: 19px; /* 137.868% */
  border-radius: 8px;
  background: #d1a3ff;
}
.footerBottom {
  padding: 16px 0;
}
.footerBottomInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerBottomLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.footerLogo img,
.footerBottomImgs img {
  display: block;
  max-width: 100%;
}
.footerBottomImgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  padding: 0 24px;
  border-right: 1px solid #b2a1d5;
  border-left: 1px solid #b2a1d5;
}
.digital {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.digital img {
  display: block;
  max-width: 100%;
}
.digitalSub {
  color: #0d0d0d;
  font-family: Inter;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.9px; /* 137.143% */
}
.footerBottomMiddle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 56px;
}
.footerBottomLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
}
.footerBottomLink {
  color: #0d0d0d;
  font-family: Inter;
  font-size: 13.781px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px; /* 132.063% */
}
.sendSub {
  color: #000;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18.2px; /* 130% */
}
.sendSub a {
  color: #0d0d0d;
  font-family: Inter;
  font-size: 13.672px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.2px; /* 133.12% */
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.footerSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.footerSocialLink img {
  display: block;
}
.footerBottom1 {
  border-top: 10px solid #d1a3ff;
}
.footerBottom1Inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerBottom1Links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.footerBottom1Link {
  color: #0d0d0d;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.6px; /* 130% */
}
.footerBottom1Sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23px;
  color: #0d0d0d;
  font-family: Inter;
  font-size: 11.25px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.6px; /* 138.667% */
}
.footerBottom1Sub img {
  display: block;
}
