@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
html {
  font-family: "Roboto", sans-serif;
}
:root {
  --viewport: 375px;
  --bg-color: #f4f6fa;
  --color: #4578e0;
}

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scrollbar-width: none;
  height: fit-content;
}

body {
  width: var(--viewport);
  max-width: var(--viewport);
  overflow-x: hidden;
  background-color: var(--bg-color);
  margin: auto;
  margin-top: 0;
  transition: all 0.3s ease;
  font-weight: 400;
  word-break: break-word;
  height: fit-content;
}

/*[src=''] {
  visibility: hidden;
}*/

b {
  font-weight: 700;
}

#ew-block {
  position: relative;
  width: 100%;
  display: block;
  padding: 4px;
  background: #004eff;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease-out;
}

#ew-block span {
  margin-left: 8px;
  font-size: 18px;
}
.section-5-25-1 {
  width: 100%;
  position: relative;
  min-height: 102px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #222;
  padding: 12px 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.section-5-25-1 > div:last-of-type {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: center;
}

.section-5-25-1 > div:last-of-type > div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
  justify-content: center;
  text-align: center;
}

.section-5-25-1 > div:last-of-type > div > div {
  position: relative;
  font-size: 32px;
  line-height: 32px;
  color: var(--color);
  font-weight: 500;
}

.section-5-25-1 > div:last-of-type > div > span {
  font-size: 12px;
  line-height: 14px;
  position: relative;
}
.section-3-5-2 {
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.section-3-5-2 > div:first-of-type {
  background-color: var(--color);
  width: 100%;
  /*padding: 24px 12px;*/
  padding: 12px;
  text-align: center;
  position: relative;
}

.section-3-5-2 > div:first-of-type > h1 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.01px;
  position: relative;
}

.section-3-5-2 > div:last-of-type {
  position: relative;
  width: 100%;
  height: fit-content;
  min-height: 100px;
  margin-bottom: -5px;
}

.section-3-5-2 > div:last-of-type > img {
  position: relative;
  width: 100%;
  height: auto;
}
.section-4-16-3 {
  background: #ffffff;
  width: 100%;
  position: relative;
  min-height: 136px;
  padding: 16px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.section-4-16-3 > div:first-of-type,
.section-4-16-3 > div:last-of-type {
  min-height: 80px;
  padding: 16px;
  color: #222;
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex-basis: 50%;
}

.section-4-16-3 > div:first-of-type {
  background-color: #ebebeb;
  text-align: left;
}

.section-4-16-3 > div:last-of-type {
  background-color: #eecc48;
  text-align: right;
}

.section-4-16-3 > div:first-of-type > span,
.section-4-16-3 > div:last-of-type > span {
  position: relative;
}

.section-4-16-3 > div:first-of-type > s,
.section-4-16-3 > div:last-of-type > div {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  position: relative;
}

.section-4-16-3 > div:nth-of-type(2) {
  color: #fff;
  display: flex;
  flex-direction: column;
  /* position: relative; */
  position: absolute;
  justify-content: center;
  width: 194px;
  text-align: center;
  clip-path: polygon(
    4% 11.54%,
    10.3% 0%,
    65.88% 0%,
    87% 88.44%,
    96% 88.44%,
    89.7% 100%,
    34.12% 100%,
    13% 11.54%
  );
  background-color: var(--color);
  padding: 16px 20px;
  left: calc(50% - 97px);
  top: 16px;
  z-index: 10;
  height: 104px;
}

.section-4-16-3 > div:nth-of-type(2)::before,
.section-4-16-3 > div:nth-of-type(2)::after {
  position: absolute;
  width: 20px;
  height: 12px;
  background-color: var(--color);
  content: "";
  filter: brightness(0.75);
}

.section-4-16-3 > div:nth-of-type(2)::before {
  top: 0;
  left: 5px;
  clip-path: polygon(70% 0%, 100% 100%, 0% 100%);
}

.section-4-16-3 > div:nth-of-type(2)::after {
  bottom: 0;
  right: 5px;
  clip-path: polygon(0% 0%, 100% 0%, 30% 100%);
}

.section-4-16-3 > div:nth-of-type(2) > span {
  font-size: 24px;
  line-height: 28px;
  padding-right: 15px;
}

.section-4-16-3 > div:nth-of-type(2) > div {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  padding-left: 24px;
}
.section-6-27-4 {
  width: 100%;
  position: relative;
  min-height: 76px;
  padding: 16px;
  background-color: #fff;
  text-align: center;
}

.section-6-27-4 > button {
  background-color: var(--color);
  padding: 14px 28px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.section-3-4-5 {
  width: 100%;
  height: fit-content;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  margin-bottom: -5px;
}

.section-3-4-5 > img {
  position: relative;
  width: 100%;
  height: auto;
}

.section-3-4-5 > div {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.section-3-4-5 > div > div {
  color: #222;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  position: relative;
}

.section-3-4-5 > div > h1 {
  color: #222;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.01px;
  position: relative;
}
.section-7-34-6 {
  width: 100%;
  position: relative;
  min-height: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #222;
  padding: 16px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.section-7-34-6 > div {
  flex: 1 1 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  position: relative;
}

.section-7-34-6 > div > div {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.section-7-34-6 > div > div > svg {
  position: relative;
  width: 24px;
  height: 24px;
  color: var(--color);
}

.section-7-34-6 > div > span {
  width: 100%;
  position: relative;
  text-align: left;
}
.section-12-48-7 {
  width: 100%;
  position: relative;
  min-height: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #222;
  padding: 32px 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.section-12-48-7 > h2 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}

.section-12-48-7 > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.section-12-48-7 > div > div {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-shrink: 0;
}

.section-12-48-7 > div > div > div:first-of-type {
  position: relative;
  width: 100%;
  height: fit-content;
  flex-shrink: 0;
}

.section-12-48-7 > div > div > div:first-of-type > video {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.section-12-48-7 > div > div > div:last-of-type {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-12-48-7 > div > div > div:last-of-type > h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  position: relative;
}

.section-12-48-7 > div > div > div:last-of-type > div {
  text-align: justify;
  position: relative;
}
.section-8-37-8 {
  width: 100%;
  position: relative;
  min-height: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  padding: 32px 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.section-8-37-8 > h2 {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.section-8-37-8 > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  row-gap: 32px;
  column-gap: 16px;
  align-items: start;
  position: relative;
  flex-wrap: wrap;
}

.section-8-37-8 > div > div {
  flex: 1 1 50%;
  max-width: calc(50% - 8px);
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  position: relative;
}

.section-8-37-8 > div > div > div:first-of-type {
  width: 100%;
  height: 121px;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 8px;
  position: relative;
}

.section-8-37-8 > div > div > div:first-of-type > img {
  position: relative;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 121px;
}

.section-8-37-8 > div > div > div:last-of-type {
  width: 100%;
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.section-8-37-8 > div > div > div:last-of-type > h3 {
  width: 100%;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
}

.section-8-37-8 > div > div > div:last-of-type > span {
  width: 100%;
  position: relative;
}
.section-3-5-9 {
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.section-3-5-9 > div:first-of-type {
  background-color: var(--color);
  width: 100%;
  /*padding: 24px 12px;*/
  padding: 12px;
  text-align: center;
  position: relative;
}

.section-3-5-9 > div:first-of-type > h1 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.01px;
  position: relative;
}

.section-3-5-9 > div:last-of-type {
  position: relative;
  width: 100%;
  height: fit-content;
  min-height: 100px;
  margin-bottom: -5px;
}

.section-3-5-9 > div:last-of-type > img {
  position: relative;
  width: 100%;
  height: auto;
}
.section-7-34-10 {
  width: 100%;
  position: relative;
  min-height: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #222;
  padding: 16px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.section-7-34-10 > div {
  flex: 1 1 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  position: relative;
}

.section-7-34-10 > div > div {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.section-7-34-10 > div > div > svg {
  position: relative;
  width: 24px;
  height: 24px;
  color: var(--color);
}

.section-7-34-10 > div > span {
  width: 100%;
  position: relative;
  text-align: left;
}
.section-3-4-11 {
  width: 100%;
  height: fit-content;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  margin-bottom: -5px;
}

.section-3-4-11 > img {
  position: relative;
  width: 100%;
  height: auto;
}

.section-3-4-11 > div {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.section-3-4-11 > div > div {
  color: #222;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  position: relative;
}

.section-3-4-11 > div > h1 {
  color: #222;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.01px;
  position: relative;
}
.section-7-34-12 {
  width: 100%;
  position: relative;
  min-height: 60px;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #222;
  padding: 16px 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.section-7-34-12 > div {
  flex: 1 1 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  position: relative;
}

.section-7-34-12 > div > div {
  width: 24px;
  height: 24px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.section-7-34-12 > div > div > svg {
  position: relative;
  width: 24px;
  height: 24px;
  color: var(--color);
}

.section-7-34-12 > div > span {
  width: 100%;
  position: relative;
  text-align: left;
}
.section-3-4-13 {
  width: 100%;
  height: fit-content;
  position: relative;
  overflow: hidden;
  min-height: 100px;
  margin-bottom: -5px;
}

.section-3-4-13 > img {
  position: relative;
  width: 100%;
  height: auto;
}

.section-3-4-13 > div {
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
}

.section-3-4-13 > div > div {
  color: #222;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  line-height: 16px;
  position: relative;
}

.section-3-4-13 > div > h1 {
  color: #222;
  font-weight: 600;
  font-size: 38px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.01px;
  position: relative;
}
.section-11-45-14 {
  width: 100%;
  position: relative;
  min-height: 60px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #222;
  padding: 32px 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}

.section-11-45-14 > h2 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

.section-11-45-14 > div {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.section-11-45-14 > div > div {
  flex: 1 1 100%;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: center;
  position: relative;
}

.section-11-45-14 > div > div > div:first-of-type {
  width: 32px;
  height: 32px;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

.section-11-45-14 > div > div > div:first-of-type > img {
  position: relative;
  width: 32px;
  height: 32px;
  object-fit: cover;
  object-position: center;
}

.section-11-45-14 > div > div > div:last-of-type {
  width: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
  position: relative;
}

.section-11-45-14 > div > div > div:last-of-type > span {
  width: 100%;
  position: relative;
  text-align: left;
}
.section-3-5-15 {
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.section-3-5-15 > div:first-of-type {
  background-color: var(--color);
  width: 100%;
  /*padding: 24px 12px;*/
  padding: 12px;
  text-align: center;
  position: relative;
}

.section-3-5-15 > div:first-of-type > h1 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.01px;
  position: relative;
}

.section-3-5-15 > div:last-of-type {
  position: relative;
  width: 100%;
  height: fit-content;
  min-height: 100px;
  margin-bottom: -5px;
}

.section-3-5-15 > div:last-of-type > img {
  position: relative;
  width: 100%;
  height: auto;
}
.section-3-5-16 {
  width: 100%;
  height: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.section-3-5-16 > div:first-of-type {
  background-color: var(--color);
  width: 100%;
  /*padding: 24px 12px;*/
  padding: 12px;
  text-align: center;
  position: relative;
}

.section-3-5-16 > div:first-of-type > h1 {
  color: #fff;
  font-weight: 600;
  font-size: 32px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0.01px;
  position: relative;
}

.section-3-5-16 > div:last-of-type {
  position: relative;
  width: 100%;
  height: fit-content;
  min-height: 100px;
  margin-bottom: -5px;
}

.section-3-5-16 > div:last-of-type > img {
  position: relative;
  width: 100%;
  height: auto;
}
.section-6-29-17 {
  width: 100%;
  position: relative;
  min-height: 290px;
  padding: 24px;
  background-color: #fff;
}

.section-6-29-17 > form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-6-29-17 > form > div:first-of-type {
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #222;
  position: relative;
}

.section-6-29-17 > form > fieldset {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border: none;
}

.section-6-29-17 > form > fieldset > div {
  width: 100%;
  position: relative;
}

.section-6-29-17 > form > fieldset > div > input {
  width: 100%;
  color: #222;
  border: solid 1px #dedede;
  border-radius: 8px;
  padding: 14px 12px 14px 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  background-color: #fff;
}

.section-6-29-17 > form > fieldset > div::before {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 16px;
  left: 12px;
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  z-index: 1;
}

.section-6-29-17 > form > fieldset > div:first-of-type::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjMzMzIgMTRWMTIuNjY2N0MxMy4zMzMyIDExLjk1OTQgMTMuMDUyMiAxMS4yODExIDEyLjU1MjEgMTAuNzgxQzEyLjA1MiAxMC4yODEgMTEuMzczNyAxMCAxMC42NjY1IDEwSDUuMzMzMTdDNC42MjU5MyAxMCAzLjk0NzY1IDEwLjI4MSAzLjQ0NzU1IDEwLjc4MUMyLjk0NzQ2IDExLjI4MTEgMi42NjY1IDExLjk1OTQgMi42NjY1IDEyLjY2NjdWMTQiIHN0cm9rZT0iI0FBQUFBQSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNOC4wMDAxNiA3LjMzMzMzQzkuNDcyOTIgNy4zMzMzMyAxMC42NjY4IDYuMTM5NDMgMTAuNjY2OCA0LjY2NjY3QzEwLjY2NjggMy4xOTM5MSA5LjQ3MjkyIDIgOC4wMDAxNiAyQzYuNTI3NCAyIDUuMzMzNSAzLjE5MzkxIDUuMzMzNSA0LjY2NjY3QzUuMzMzNSA2LjEzOTQzIDYuNTI3NCA3LjMzMzMzIDguMDAwMTYgNy4zMzMzM1oiIHN0cm9rZT0iI0FBQUFBQSIgc3Ryb2tlLXdpZHRoPSIxLjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
}

.section-6-29-17 > form > fieldset > div:last-of-type::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzQzNDhfMTA4OSkiPgo8cGF0aCBkPSJNMTQuNjY2NSAxMS4yOFYxMy4yOEMxNC42NjcyIDEzLjQ2NTcgMTQuNjI5MiAxMy42NDk0IDE0LjU1NDggMTMuODE5NUMxNC40ODA0IDEzLjk4OTcgMTQuMzcxMyAxNC4xNDI0IDE0LjIzNDUgMTQuMjY3OUMxNC4wOTc3IDE0LjM5MzQgMTMuOTM2MiAxNC40ODkgMTMuNzYwMyAxNC41NDg1QzEzLjU4NDQgMTQuNjA3OSAxMy4zOTggMTQuNjMgMTMuMjEzMSAxNC42MTMzQzExLjE2MTcgMTQuMzkwNCA5LjE5MTEzIDEzLjY4OTQgNy40NTk3OSAxMi41NjY3QzUuODQ5MDEgMTEuNTQzMSA0LjQ4MzM1IDEwLjE3NzQgMy40NTk3OSA4LjU2NjY1QzIuMzMzMTEgNi44Mjc0NSAxLjYzMTk1IDQuODQ3MzEgMS40MTMxMyAyLjc4NjY1QzEuMzk2NDcgMi42MDIyOSAxLjQxODM4IDIuNDE2NDkgMS40Nzc0NiAyLjI0MTA3QzEuNTM2NTQgMi4wNjU2NCAxLjYzMTUxIDEuOTA0NDQgMS43NTYzIDEuNzY3NzNDMS44ODExIDEuNjMxMDIgMi4wMzMgMS41MjE3OSAyLjIwMjMyIDEuNDQ3QzIuMzcxNjQgMS4zNzIyMSAyLjU1NDY5IDEuMzMzNDkgMi43Mzk3OSAxLjMzMzMySDQuNzM5NzlDNS4wNjMzMyAxLjMzMDEzIDUuMzc2OTkgMS40NDQ3IDUuNjIyMyAxLjY1NTY3QzUuODY3NjEgMS44NjY2NCA2LjAyNzg0IDIuMTU5NjEgNi4wNzMxMyAyLjQ3OTk4QzYuMTU3NTQgMy4xMjAwMyA2LjMxNDA5IDMuNzQ4NDcgNi41Mzk3OSA0LjM1MzMyQzYuNjI5NDkgNC41OTE5MyA2LjY0ODkgNC44NTEyNiA2LjU5NTczIDUuMTAwNTdDNi41NDI1NiA1LjM0OTg4IDYuNDE5MDMgNS41Nzg3MiA2LjIzOTc5IDUuNzU5OThMNS4zOTMxMyA2LjYwNjY1QzYuMzQyMTYgOC4yNzU2OCA3LjcyNDEgOS42NTc2MSA5LjM5MzEzIDEwLjYwNjdMMTAuMjM5OCA5Ljc1OTk4QzEwLjQyMTEgOS41ODA3NCAxMC42NDk5IDkuNDU3MjIgMTAuODk5MiA5LjQwNDA1QzExLjE0ODUgOS4zNTA4OCAxMS40MDc4IDkuMzcwMjkgMTEuNjQ2NSA5LjQ1OTk4QzEyLjI1MTMgOS42ODU2OCAxMi44Nzk3IDkuODQyMjQgMTMuNTE5OCA5LjkyNjY1QzEzLjg0MzYgOS45NzIzNCAxNC4xMzk0IDEwLjEzNTUgMTQuMzUwOCAxMC4zODVDMTQuNTYyMiAxMC42MzQ1IDE0LjY3NDYgMTAuOTUzIDE0LjY2NjUgMTEuMjhaIiBzdHJva2U9IiNBQUFBQUEiIHN0cm9rZS13aWR0aD0iMS40IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF80MzQ4XzEwODkiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");
}

.section-6-29-17 > form > fieldset > div > input::placeholder {
  color: #939393;
  opacity: 0.75;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
}

.section-6-29-17 > form > div:last-of-type {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.section-6-29-17 > form > div:last-of-type > button {
  background-color: var(--color);
  padding: 14px 28px;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

.section-6-29-17 > form > div:last-of-type > span {
  color: #939393;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  text-align: center;
  position: relative;
}
.section-5-26-18 {
  width: 100%;
  position: relative;
  min-height: 80px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #222;
  padding: 12px 16px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.section-5-26-18 > div:last-of-type {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  color: var(--color);
  font-size: 24px;
  line-height: 25px;
}

.section-5-26-18 > div:last-of-type > div {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 2px;
  justify-content: center;
  align-items: end;
}

.section-5-26-18 > div:last-of-type > span {
  padding-left: 10px;
  padding-right: 10px;
}

.section-5-26-18 > div:last-of-type > div > div {
  position: relative;
}

.section-5-26-18 > div:last-of-type > div > span {
  font-size: 12px;
  line-height: 12px;
  position: relative;
  color: #222;
  bottom: 3px;
}
.section-2-12-19 {
  background: #ffffff;
  color: #212121;
  width: 100%;
  position: relative;
  min-height: 64px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.section-2-12-19 > div {
  text-align: center;
  width: 100%;
}

.section-2-12-19 > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.section-2-12-19 > div > a {
  color: #212121;
  text-align: center;
}
