@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: #222222;
}

*, ::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 .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 .3s ease-out;
}

#ew-block span {
  margin-left: 8px;
  font-size: 18px;
} .section-3-5-1 {
    width: 100%;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

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

  .section-3-5-1 > 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-1 > div:last-of-type {
    position: relative;
    width: 100%;
    height: fit-content;
    min-height: 100px;
    margin-bottom: -5px;
  }

  .section-3-5-1 > div:last-of-type > img {
    position: relative;
    width: 100%;
    height: auto;
  } .section-4-21-2 {
    width: 100%;
    position: relative;
    min-height: 96px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 11px 16px;
    background-color: var(--color);
    color: #fff;
    gap: 10px;
  }

  .section-4-21-2 > div:first-of-type {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
  }

  .section-4-21-2 > div:first-of-type > div:first-of-type {
    /* width: 146px; */
    display: flex;
    flex-direction: column;
    padding-right: 20px;
    /*border-right: solid 1px #3063CA;*/
    gap: 12px;
    position: relative;
    flex-shrink: 0;
    text-align: center;
  }

  .section-4-21-2 > div:first-of-type > div:first-of-type::after {
    content: "";
    position: absolute;
    backdrop-filter: brightness(0.75);
    height: 100%;
    width: 1px;
    right: 0;
    top: 0;
  }

  .section-4-21-2 > div:first-of-type > div:first-of-type > span {
    width: 100%;
    position: relative;
    line-height: 16px;
    text-align: center;
  }

  .section-4-21-2 > div:first-of-type > div:first-of-type > div {
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    position: relative;
  }

  .section-4-21-2 > div:first-of-type > div:first-of-type > div > div {
    background-color: #fff;
    display: inline;
    text-align: center;
    border-radius: 8px;
    color: #222;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    padding: 3px 10px;
  }

  .section-4-21-2 > div:first-of-type > div:last-of-type {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    gap: 4px;
    position: relative;
    align-items: start;
  }

  .section-4-21-2 > div:first-of-type > div:last-of-type > s {
    line-height: 16px;
    position: relative;
  }

  .section-4-21-2 > div:first-of-type > div:last-of-type > span {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    position: relative;
  }

  .section-4-21-2 > div:last-of-type {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  } .section-8-35-3 {
    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-8-35-3 > h2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
  }

  .section-8-35-3 > div {
    flex: 1 1 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    position: relative;
  }

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

  .section-8-35-3 > div > div > div:first-of-type {
    position: relative;
    width: 109px;
    height: 109px;
    overflow: hidden;
    flex-shrink: 0;
    border-radius: 50%;
  }

  .section-8-35-3 > div > div > div:first-of-type > img {
    position: relative;
    object-fit: cover;
    object-position: center;
    width: 109px;
    height: 109px;
  }

  .section-8-35-3 > div > div > div:last-of-type {
    width: calc(100% - 109px);
    position: relative;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

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

  .section-8-35-3 > div > div > div:last-of-type > span {
    width: 100%;
    position: relative;
  } .section-10-41-4 {
    width: 100%;
    position: relative;
    min-height: 350px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #222;
    padding: 32px 0 20px 0;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .section-10-41-4 > h2 {
    width: 100%;
    position: relative;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-10-41-4 > div {
    width: 100%;
    position: relative;
    height: 222px;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-10-41-4 > div > img {
    width: 100%;
    height: 222px;
    object-fit: cover;
    object-position: relative;
    position: relative;
    border-radius: 8px;
  }

  .section-10-41-4 > ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    position: relative;
    list-style: none;
  }

  .section-10-41-4 > ul > li {
    flex: 1 1 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
    padding: 12px 16px;
  }

  .section-10-41-4 > ul > li:nth-child(odd) {
    background-color: #F6F6F6;
  }

  .section-10-41-4 > ul > li > div:first-of-type {
    width: 24px;
    height: 24px;
    position: relative;
    align-content: center;
    flex-shrink: 0;
  }

  .section-10-41-4 > ul > li > div:first-of-type > svg {
    width: 24px;
    height: 24px;
    position: relative;
    color: var(--color);
  }

  .section-10-41-4 > ul > li > div:last-of-type {
    width: calc(100% - 40px);
    position: relative;
    text-align: left;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .section-10-41-4 > ul > li > div:last-of-type > div {
    width: 100%;
    position: relative;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
  }

  .section-10-41-4 > ul > li > div:last-of-type > span {
    width: 100%;
    position: relative;
    text-align: left;
  } .section-17-54-5 {
    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;
    gap: 24px;
    align-items: center;
  }

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

  .section-17-54-5 > div {
    width: 100%;
    height: 193px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all .3s ease-out;
  }

  .section-17-54-5 > div:not([data-editable]):hover > img {
    filter: brightness(75%);
  }

  .section-17-54-5 > div.hidden {
    display: none;
    opacity: 0;
  }

  .section-17-54-5 > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    transition: all .3s ease-out;
  }

  .section-17-54-5 > div > svg {
    color: var(--color);
    width: 64px;
    height: 64px;
    cursor: pointer;
    position: absolute;
    top: 64.5px;
    left: 139.5px;
  }

  .section-17-54-5 > iframe {
    width: 100%;
    height: 193px;
    border-radius: 8px;
    overflow: hidden;
    transition: all .3s ease-out;
    background-color: #000;
  }

  .section-17-54-5 > iframe.hidden {
    display: none;
  } .section-12-48-6 {
    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-6 > h2 {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 500;
  }

  .section-12-48-6 > div {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
  }

  .section-12-48-6 > div > div {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex-shrink: 0;
  }

  .section-12-48-6 > div > div > div:first-of-type {
    position: relative;
    width: 100%;
    height: fit-content;
    flex-shrink: 0;
  }

  .section-12-48-6 > div > div > div:first-of-type > video {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
  }

  .section-12-48-6 > div > div > div:last-of-type {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .section-12-48-6 > div > div > div:last-of-type > h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    position: relative;
  }

  .section-12-48-6 > div > div > div:last-of-type > div {
    text-align: justify;
    position: relative;
  }