:root {
  --hc9--bg: #2b0f30;
  --system: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --0-41: -.41px;
  --430px: 430px;
  --hc9--purpl: #6c52d6;
  --hc14--bg: #0a0a0a;
  --hc14--purpl: #9b33ec;
  --hc13--bg: #101010;
  --hc13--osn: #9747ff;
  --white: white;
  --black: black;
  --hc13: #101010;
  --grey: #bbb;
  --hc15--bg: #090909;
  --hc15--osn: #f0fe55;
  --hc16--osn: #3aa1ff;
  --hc19--grey: #878787;
  --hc16--dark-blue: #003d75;
  --hc18--bg: #061414;
  --hc18--osn: #01cbd5;
  --hc19--main: #222831;
  --hc21--bg21: #e3edf7;
  --hc21--osn: #0080ff;
  --hc24--bg: #020b1a;
  --hc24--blue: #0eecdc;
  --hc22--green: #31bf9d;
  --hc22--grey: #878787;
  --hc25--bg: #000201;
  --hc25--green: #5ddec6;
  --gf2--grey: #646464;
  --gf4--bg: #110d15;
  --gf4--osn: #b3dc42;
  --gf5--bg: #353535;
  --hf7--bg: #fdfdfd;
  --gf7--blue: #2a4fd7;
  --wf_a1--dark_blue: #003b66;
  --wf_a1--blue: #32a9ff;
  --ci1--bg: #161a20;
  --ci1--osn: #fed428;
  --hc26--bg: #151628;
  --hc26--blue: #1772ff;
  --hc26--white: white;
  --hc26--grey: silver;
  --hc26--transparent-blue: #98c1ff42;
  --hc26--light-blue: #aacbff;
  --hc16--grey: #86858c;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.body {
  background-color: var(--hc9--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block {
  max-width: var(--430px);
  background-image: url('../images/pw1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block {
  background-color: var(--hc9--purpl);
  color: #fff;
  text-transform: uppercase;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.div-block-3 {
  background-color: #fffc;
  width: 2px;
  height: 16px;
}

.text-block-2 {
  color: #fffc;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-3 {
  color: #ada3f6;
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 15px;
}

.text-span, .text-span-2 {
  font-weight: 600;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 800;
  line-height: 42px;
}

.div-block-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ada3f61a;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 16px;
  padding: 16px 20px;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image {
  width: 20px;
}

.text-block-6 {
  color: #fffc;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-6-copy {
  color: #fffc;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
}

.image-2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-3 {
  width: 100%;
  margin-top: 80px;
  margin-bottom: 16px;
}

.body-2 {
  background-color: var(--hc9--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-8 {
  max-width: var(--430px);
  background-image: url('../images/pw1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-2-copypw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-10 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-11 {
  background-image: url('../images/pw2.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 235px;
  display: flex;
}

.div-block-12 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-7 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-8 {
  color: #fff9;
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.body-3 {
  background-color: var(--hc9--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-13 {
  max-width: var(--430px);
  background-image: url('../images/pw1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block-9 {
  color: #ab9aff;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-14 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-10 {
  color: #333c;
}

.text-block-11 {
  color: #fffc;
  text-align: center;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-12 {
  color: #fffc;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-13 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-14 {
  color: #ab9aff;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.image-4 {
  margin-top: 139px;
}

.body-4 {
  background-color: var(--hc9--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-15 {
  max-width: var(--430px);
  background-image: url('../images/pw1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-16 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-15 {
  color: #fff6;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ff264f99;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 18px;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.div-block-18 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-16 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-17 {
  color: #724f4f;
}

.text-block-18 {
  color: #fffc;
  font-size: 17px;
  line-height: 22px;
}

.text-block-19 {
  color: #fff;
}

.text-block-20 {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.image-5 {
  width: 54px;
}

.text-block-21 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}

.text-block-22 {
  color: #fff9;
  text-align: center;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-span-3 {
  font-weight: 600;
}

.text-block-23 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 800;
  line-height: 42px;
}

.image-6 {
  width: 280px;
  margin-bottom: 20px;
}

.image-2-copypwosn {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-5 {
  background-color: var(--hc9--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-19 {
  max-width: var(--430px);
  background-image: url('../images/onb-4.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-20 {
  background-color: #0000004d;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 338px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-copypr_1 {
  background-color: var(--hc9--purpl);
  color: #fff;
  text-transform: uppercase;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.text-block-24 {
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
}

.text-block-25 {
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-19-copysc2 {
  max-width: var(--430px);
  background-image: url('../images/onb.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-19-copysc3 {
  max-width: var(--430px);
  background-image: url('../images/onb-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-19-copysc4 {
  max-width: var(--430px);
  background-image: url('../images/onb-2.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-19-copysc5 {
  max-width: var(--430px);
  background-image: url('../images/onb-3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-19-copypw {
  max-width: var(--430px);
  background-image: url('../images/PW.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-span-4 {
  text-decoration: underline;
}

.image-2-copypr_1_pw {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-6 {
  background-color: var(--hc9--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.body-7 {
  background-color: var(--hc14--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-21 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-26 {
  border: 2px solid var(--hc14--purpl);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.text-block-27 {
  color: #86858c;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-24 {
  background-color: #86858c;
  width: 2px;
  height: 16px;
}

.div-block-25 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-26 {
  background-color: var(--hc14--purpl);
  border-radius: 32px;
  width: 8px;
  height: 8px;
}

.div-block-27 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-28 {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
}

.text-block-28-copy {
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-28 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 70px;
  display: flex;
}

.text-block-29 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-30 {
  color: #86858c;
  margin-bottom: 4px;
  font-size: 15px;
}

.text-span-5, .text-span-6 {
  font-weight: 600;
}

.text-block-31 {
  color: var(--hc14--purpl);
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 600;
}

.image-7 {
  width: 100%;
}

.image-8 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-8 {
  background-color: var(--hc14--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-29 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-30 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-31 {
  background-image: url('../images/ссс.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 343px;
  display: flex;
}

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-32 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-33 {
  color: #86858c;
  margin-bottom: 7px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-33 {
  border: 2px solid var(--hc14--purpl);
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 365px;
  display: flex;
}

.div-block-28-copypw2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 54px;
  display: flex;
}

.text-block-31-copypw2 {
  color: #86858c;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 600;
}

.image-8-copypw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-29-copypw2 {
  color: var(--hc14--purpl);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.body-9 {
  background-color: var(--hc14--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-34 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-35 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-34 {
  opacity: .5;
  color: var(--hc14--purpl);
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-9 {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-35 {
  color: var(--hc14--purpl);
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-36 {
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-37 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-38 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 22px;
}

.body-10 {
  background-color: var(--hc14--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-36 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-37 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-39 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-40 {
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-span-7 {
  text-decoration: underline;
}

.image-8-copypwosn {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-10 {
  width: 100%;
}

.div-block-38 {
  background-image: url('../images/pw1_2.png');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-top: 250px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.body-11 {
  color: #000;
  justify-content: center;
  align-items: stretch;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.text-block-41 {
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.div-block-39 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-42 {
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
}

.div-block-40 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-41 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.text-block-43 {
  color: #a9a9a9;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-44 {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-45 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  height: 60px;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
}

.div-block-43 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-46 {
  color: #a9a9a9;
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-44 {
  background-color: #a9a9a9;
  width: 2px;
  height: 16px;
}

.body-12 {
  color: #000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-45 {
  background-image: url('../images/Rectangle-4254.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-top: 112px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-block-47 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  display: flex;
}

.div-block-39-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-42-copy {
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-46 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.text-block-48 {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-47 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 12px;
  margin-bottom: 8px;
  display: flex;
}

.text-block-49 {
  color: #2eab66;
  text-align: center;
  -webkit-text-stroke-color: #2eab66;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-50 {
  color: #747474;
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-48 {
  background-image: url('../images/Group-1171275644.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 196px;
  padding-top: 26px;
  display: flex;
}

.div-block-49 {
  color: #a9a9a9;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.text-block-51 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  height: 60px;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  line-height: 70px;
  display: flex;
}

.text-block-52 {
  color: #a9a9a9;
  font-size: 10px;
  font-weight: 500;
}

.image-11 {
  text-align: center;
}

.div-block-51 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image-12 {
  margin-top: 4px;
}

.body-13 {
  -webkit-text-stroke-color: #0000;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-52 {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: url('../images/pw3_1.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-53 {
  color: #d72c2c;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-54 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-55 {
  color: #000;
  text-align: center;
  column-count: auto;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-56 {
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}

.text-block-57 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 60px;
}

.div-block-53 {
  width: 2px;
  max-width: 0;
  height: 16px;
  line-height: 70px;
  display: block;
}

.div-block-54 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: block;
}

.text-block-58 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #a9a9a9;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.div-block-55 {
  text-align: center;
  width: 2px;
  height: 16px;
  line-height: 70px;
}

.div-block-56 {
  aspect-ratio: auto;
  color: #a9a9a9;
  width: 2px;
  height: 16px;
  line-height: 70px;
  display: block;
  position: static;
}

.div-block-57 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #a9a9a9;
  width: 2px;
  height: 16px;
  display: flex;
}

.div-block-50-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.div-block-44-copy {
  background-color: #a9a9a9;
  width: 2px;
  height: 16px;
}

.text-block-52-copy {
  color: #a9a9a9;
}

.text-block-59 {
  color: #747474;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
  display: inline-block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-58 {
  background-image: url('../images/webf.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body-15 {
  background-color: var(--hc13--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-59 {
  max-width: var(--430px);
  background-image: url('../images/hc13_pw1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-60 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-61 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-60 {
  background-color: var(--hc13--osn);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.text-block-61 {
  color: #bbb;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-62 {
  color: #bbb;
  background-color: #bbb;
  width: 2px;
  height: 16px;
}

.div-block-63 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-62 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-63 {
  color: #c7a9ee;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-64 {
  color: #bbb;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
}

.text-span-8, .text-span-9 {
  font-weight: 600;
}

.image-14 {
  width: 20px;
}

.text-block-65 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.div-block-64 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 74px;
  display: flex;
}

.text-block-65-copycon {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: underline;
}

.image-13-copypw1 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-64-copycon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-15 {
  width: 100%;
  margin-top: 55px;
}

.text-block-66 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-67 {
  color: #000;
  text-align: center;
  margin-top: 8px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-68 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  margin-top: 32px;
  margin-bottom: 70px;
  font-size: 17px;
  font-weight: 600;
  line-height: 60px;
}

.body-16 {
  text-align: center;
  text-transform: uppercase;
  border-radius: 8px;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-66 {
  background-image: url('../images/webf2.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.text-block-69 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-70 {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 8px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-71 {
  color: var(--white);
  text-align: center;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 8px;
  margin-top: 32px;
  margin-bottom: 70px;
  font-size: 17px;
  font-weight: 700;
  line-height: 60px;
}

.body-17 {
  color: var(--black);
  border: 1px solid #0000;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-67 {
  background-image: url('../images/webf3.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.text-block-72 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  display: flex;
}

.text-block-73 {
  text-align: center;
  margin-top: 8px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-74 {
  color: var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--white);
  background-color: #000;
  border: 1px solid #000;
  border-radius: 8px;
  margin-top: 32px;
  margin-bottom: 70px;
  font-size: 17px;
  font-weight: 600;
  line-height: 60px;
}

.body-18 {
  color: #000;
  justify-content: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-68 {
  background-image: url('../images/webf4.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.text-block-75 {
  text-align: center;
  text-indent: -1px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-76 {
  text-align: center;
  margin-top: 8px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-77 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  margin-top: 32px;
  margin-bottom: 70px;
  font-size: 17px;
  font-weight: 600;
  line-height: 60px;
}

.body-19 {
  color: #000;
  justify-content: center;
  align-items: stretch;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-69 {
  text-align: center;
  background-image: url('../images/webf5.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.text-block-78 {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-79 {
  margin-top: 8px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-80 {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  margin-top: 32px;
  margin-bottom: 70px;
  font-size: 17px;
  font-weight: 600;
  line-height: 60px;
}

.body-20 {
  justify-content: center;
  display: flex;
}

.div-block-70 {
  background-image: url('../images/pw4-webf.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-81 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-82 {
  color: #000;
  text-align: center;
  margin-top: 8px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-83 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  margin-top: 32px;
  font-size: 17px;
  font-weight: 600;
  line-height: 60px;
}

.text-block-84 {
  color: #a9a9a9;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.div-block-72 {
  font-size: 2px;
  line-height: 16px;
  display: flex;
}

.div-block-73 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.text-block-85 {
  color: #a9a9a9;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-74 {
  color: #a9a9a9;
  background-color: #a9a9a9;
  width: 2px;
  height: 16px;
}

.text-span-10 {
  text-decoration: underline;
}

.image-16, .image-17 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-21 {
  justify-content: center;
  align-items: stretch;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-75 {
  background-image: url('../images/w.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-block-86 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.div-block-76 {
  color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.text-block-87 {
  color: #000;
  letter-spacing: -.41px;
  margin-top: 14px;
  margin-bottom: 4px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-88 {
  white-space: normal;
  overflow-wrap: normal;
}

.text-block-89 {
  column-count: auto;
}

.list {
  padding-left: 20px;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  color: #000;
  font-size: 17px;
  line-height: 22px;
}

.list-item-4-copy {
  color: #000;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.text-block-90 {
  color: #a9a9a9;
  text-align: center;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-91 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 60px;
}

.div-block-77 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-92 {
  color: #a9a9a9;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-78 {
  background-color: #a9a9a9;
  width: 2px;
  height: 16px;
  font-size: 2px;
}

.image-18 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-19 {
  position: absolute;
  inset: 481px 49px 313px 291px;
}

.image-20 {
  position: absolute;
  inset: auto 481% 0% auto;
}

.div-block-79 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 8px;
  display: flex;
}

.div-block-80 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block-81 {
  flex-flow: column;
  display: flex;
}

.text-block-48-copy {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.body-22 {
  background-color: var(--hc13);
  justify-content: center;
  display: flex;
}

.div-block-82 {
  max-width: var(--430px);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-83 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-61-copy-pw_2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-60-copy-pw_2 {
  background-color: var(--hc13--osn);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.div-block-84 {
  background-image: url('../images/hd_13_pw_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  display: flex;
}

.text-block-93 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-94 {
  color: #bbb9;
  text-align: center;
  margin-bottom: 16px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-85 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-95 {
  color: #c7a9ee;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-86 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-96 {
  color: #fff;
  margin-top: 116px;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.image-22 {
  width: 20px;
  height: 20px;
}

.text-block-97 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: block;
}

.div-block-87, .div-block-87-copy_pw2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-97-copy_pw2 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-88 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-23 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-23-copy_pw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-23 {
  background-color: var(--hc13);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  display: flex;
}

.div-block-89 {
  max-width: var(--430px);
  background-image: url('../images/hc13_pw3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-90 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-61-copy_pw3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-60-copy_pw3 {
  background-color: var(--hc13--osn);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.text-block-98 {
  color: #bbb;
  text-align: center;
  margin-bottom: 72px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-99 {
  color: #bbb;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-100 {
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-span-11 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#d0bbeb, #9747ff);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  line-height: 40px;
}

.text-block-101, .text-block-101-copy_pw3 {
  color: #a192b5;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  line-height: 18px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-24 {
  background-color: var(--hc13);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  display: flex;
}

.div-block-91 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-92 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-61-copy_pw4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-60-copy_pw4 {
  background-color: var(--hc13--osn);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.text-block-102 {
  color: #bbb;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-93 {
  background-image: url('../images/hd_13_pw_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 360px;
}

.div-block-94 {
  background-image: url('../images/hd_13_pw_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  display: flex;
}

.text-block-103 {
  color: #fff;
}

.text-block-104 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-95 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-96 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-105 {
  color: var(--white);
  text-align: center;
  margin-top: 116px;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-106 {
  color: #bbb;
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}

.image-24, .image-24-copy_pw4 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-25 {
  background-color: var(--hc13);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  display: flex;
}

.div-block-97 {
  max-width: var(--430px);
  background-image: url('../images/hc13_pw_main.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-98 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-61-copy_pw_main {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-60-copy_pw_main {
  background-color: var(--hc13--osn);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.div-block-99 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-107 {
  color: #fff;
  text-align: center;
  margin-top: 103px;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-108 {
  color: #bbb;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.image-25, .image-25-copy_pw_main {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-26 {
  background-color: var(--hc13);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  display: flex;
}

.preroll_1 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-100 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-101 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 70px;
  display: flex;
}

.text-block-60-copy_pr1 {
  background-color: var(--hc13--osn);
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.div-block-102 {
  width: 100%;
  height: 360px;
}

.image-26 {
  width: 100%;
  height: auto;
}

.div-block-103 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-109 {
  color: #fff;
  text-align: center;
  margin-top: 116px;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-110 {
  color: var(--grey);
  text-align: center;
  font-size: 17px;
  line-height: 22px;
}

.preroll_2, .preroll_3, .preroll_4, .preroll_5 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.text-span-12 {
  text-decoration: underline;
}

.body-27 {
  background-color: var(--hc14--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-104 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-105 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-26-copypr_1 {
  border: 2px solid var(--hc14--purpl);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.image-27 {
  width: 140px;
  margin-bottom: 10px;
}

.text-block-111 {
  color: #fff;
  margin-bottom: 28px;
  font-size: 28px;
  font-weight: 700;
}

.image-28 {
  width: 100%;
}

.div-block-104-copysc1, .div-block-104-copysc2, .div-block-104-copysc3, .div-block-104-copysc4 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.text-block-112 {
  color: var(--hc14--purpl);
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-113 {
  color: #fff;
  text-align: center;
  margin-bottom: 34px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.image-29 {
  width: 100%;
  margin-top: 80px;
}

.image-30 {
  width: 100%;
  margin-bottom: 25px;
}

.div-block-106 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-113-copysc3 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.image-31 {
  width: 100%;
}

.div-block-107 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.div-block-108 {
  border: 1px solid var(--hc14--purpl);
  background-color: var(--hc14--bg);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 278px;
  margin-bottom: 60px;
  padding: 10px 13px;
  display: flex;
  position: relative;
}

.text-block-114 {
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
}

.text-block-115 {
  color: #fff;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 800;
}

.image-32 {
  margin-bottom: 4px;
}

.image-33 {
  width: 73px;
  position: absolute;
  inset: -32px -12px auto auto;
}

.div-block-108-copyo1 {
  border: 1px solid var(--hc14--purpl);
  background-color: var(--hc14--bg);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 278px;
  margin-bottom: 40px;
  padding: 10px 13px;
  display: flex;
  position: relative;
}

.div-block-108-copyo2 {
  border: 1px solid var(--hc14--purpl);
  background-color: var(--hc14--bg);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 278px;
  margin-bottom: 60px;
  padding: 10px 13px;
  display: flex;
  position: relative;
}

.div-block-108-copyo3 {
  border: 1px solid var(--hc14--purpl);
  background-color: var(--hc14--bg);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 278px;
  padding: 10px 13px;
  display: flex;
  position: relative;
}

.image-33-copyo2 {
  width: 73px;
  position: absolute;
  inset: -32px auto auto -12px;
}

.image-33-copy {
  width: 73px;
  position: absolute;
  inset: -32px -12px auto auto;
}

.div-block-109 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 20px;
  display: flex;
}

.div-block-110 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.body-28 {
  background-color: var(--hc15--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-111 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-112 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-113 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-116 {
  background-color: var(--hc15--osn);
  color: var(--hc15--bg);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.text-block-117 {
  color: #86858c;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-114 {
  background-color: #86858c;
  width: 2px;
  height: 16px;
}

.div-block-115 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-118 {
  color: var(--hc15--osn);
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-119 {
  color: #9d9d9d;
  margin-bottom: 4px;
  font-size: 15px;
}

.text-span-13 {
  font-weight: 600;
}

.text-block-120 {
  color: #9d9d9d;
  font-size: 17px;
  font-weight: 500;
}

.div-block-116 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-117 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 52px;
  display: flex;
}

.text-block-120-copy {
  color: #9d9d9d;
  font-size: 17px;
  font-weight: 500;
  text-decoration: underline;
}

.text-block-121 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.image-34 {
  width: 100%;
}

.image-35 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-29 {
  background-color: var(--hc15--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-118 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-119 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-120 {
  background-color: #12130a;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 365px;
  display: flex;
}

.text-block-118-copypw2 {
  color: #86858c;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 600;
}

.div-block-117-copypw2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.image-35-copypw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-121 {
  background-image: url('../images/pw2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 343px;
  display: flex;
}

.div-block-122 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-122 {
  color: var(--hc15--bg);
  text-align: center;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-123 {
  color: #9d9d9d;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.body-30 {
  background-color: var(--hc15--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-123 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-124 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-124 {
  color: var(--hc15--osn);
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-125 {
  color: var(--white);
  text-align: center;
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-126 {
  color: var(--white);
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-127 {
  color: var(--white);
  text-align: center;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-128 {
  opacity: .5;
  color: var(--hc15--osn);
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-36 {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.body-31 {
  background-color: var(--hc15--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-125 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-126 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-129 {
  color: var(--white);
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.text-block-130 {
  color: #9d9d9d;
  text-align: center;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 22px;
}

.text-span-14 {
  text-decoration: underline;
}

.image-35-copypw_osn {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-37 {
  width: 100%;
}

.body-32 {
  background-color: var(--hc15--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-127 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-128, .div-block-128-copypr_1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-38 {
  height: 112px;
  margin-bottom: 10px;
}

.text-block-131 {
  color: var(--white);
  margin-bottom: 28px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.image-39 {
  width: 100%;
}

.div-block-127-copysc2, .div-block-127-copysc3, .div-block-127-copysc4, .div-block-127-copysc5 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.text-block-132 {
  color: var(--hc15--osn);
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-133 {
  color: #fff;
  text-align: center;
  margin-bottom: 34px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.image-40 {
  width: 100%;
  margin-top: 80px;
}

.image-41 {
  width: 100%;
  margin-top: 41px;
}

.image-42 {
  width: 100%;
}

.div-block-129 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 95px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-130 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-43 {
  width: 76px;
}

.div-block-131 {
  background-color: var(--hc15--osn);
  width: 230px;
  height: 1px;
}

.text-block-134 {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-135 {
  color: #fff;
  text-align: center;
  font-size: 11px;
  line-height: 12px;
}

.body-33 {
  font-family: var(--system);
  letter-spacing: var(--0-41);
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-132 {
  max-width: var(--430px);
  background-image: url('../images/hc16_pw1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-133 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-134 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-136 {
  background-color: var(--hc16--osn);
  color: #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.div-block-135 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-136, .div-block-137 {
  background-color: var(--hc19--grey);
  width: 2px;
  height: 16px;
}

.text-block-137, .text-block-138, .text-block-139 {
  color: var(--hc19--grey);
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.text-block-140 {
  color: var(--hc16--osn);
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-141 {
  color: var(--hc16--dark-blue);
  margin-bottom: 8px;
  font-size: 15px;
  line-height: 120%;
}

.text-span-15, .text-span-16 {
  font-weight: 700;
}

.image-44, .image-45 {
  width: 24px;
  height: 24px;
}

.div-block-138 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-142, .text-block-143, .text-block-144 {
  color: var(--hc16--dark-blue);
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-145 {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-145-copy_pw1 {
  color: var(--hc16--dark-blue);
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-138-copy-pw_1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-139 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.text-block-146 {
  color: var(--hc16--dark-blue);
  text-align: center;
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.image-46 {
  margin-bottom: 0;
}

.image-47 {
  max-width: 100%;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-47-copy_pw1 {
  vertical-align: baseline;
  max-width: 100%;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-34 {
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  display: flex;
}

.div-block-140 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-141 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-147 {
  color: var(--hc16--osn);
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-142 {
  background-image: url('../images/pw2_7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 330px;
  display: flex;
  position: relative;
}

.div-block-143 {
  background-image: url('../images/hc16_pw_2_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 336px;
  height: 256px;
  margin-left: 50px;
  display: flex;
  position: static;
}

.text-block-148 {
  color: var(--hc16--osn);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 36px;
  margin-right: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 120%;
  display: flex;
  position: absolute;
  inset: 0% 0% 43%;
}

.text-block-149 {
  color: var(--hc16--dark-blue);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 17px;
  line-height: 120%;
  display: block;
  position: static;
  inset: 0%;
}

.text-span-17 {
  font-weight: 700;
}

.div-block-144 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-145 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.image-48 {
  width: 24px;
  height: 24px;
}

.div-block-146 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-150 {
  color: var(--hc16--dark-blue);
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.text-block-150-copy_pw2 {
  color: var(--hc16--dark-blue);
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: underline;
  display: flex;
}

.div-block-146-copy_pw2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-151 {
  color: var(--hc16--dark-blue);
  text-align: center;
  margin-top: 116px;
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.image-49 {
  vertical-align: baseline;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-49-copy_pw2 {
  vertical-align: baseline;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-35 {
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  display: flex;
}

.div-block-147 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-148 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-152 {
  color: var(--hc16--dark-blue);
  text-align: center;
  margin-bottom: 48px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-153 {
  color: var(--hc16--dark-blue);
  text-align: center;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.text-span-18 {
  font-weight: 600;
}

.text-block-154 {
  color: var(--hc16--osn);
  text-align: center;
  margin-bottom: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
}

.image-50 {
  margin-top: 104px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-155 {
  color: #73bcff;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-36 {
  font-family: var(--system);
  text-align: center;
  letter-spacing: var(--0-41);
  flex-flow: row;
  justify-content: center;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
  display: flex;
}

.div-block-149 {
  max-width: var(--430px);
  background-image: url('../images/hc16_pw4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-150 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-156 {
  color: #0009;
  text-align: center;
  margin-bottom: 32px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-span-19 {
  text-decoration: underline;
}

.text-block-157 {
  margin-bottom: 8px;
}

.image-51 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-155-copy_pw3 {
  color: #73bcff;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-51-copy_pw4 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-37 {
  font-family: var(--system);
  color: var(--black);
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
  display: flex;
}

.div-block-151 {
  max-width: var(--430px);
  background-image: url('../images/hc16_pw_main.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-152 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-158 {
  color: var(--white);
  margin-bottom: 16px;
}

.div-block-153 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 56px;
  display: flex;
}

.div-block-154 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-155 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-block-159 {
  color: var(--hc16--dark-blue);
  font-size: 17px;
  line-height: 22px;
}

.text-block-160 {
  color: var(--hc16--osn);
}

.text-block-161 {
  color: var(--hc16--osn);
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-161-copy_pw_main {
  color: var(--hc16--osn);
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-154-copy_pw_main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-135-copy_pw_main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-137-copy_pw_main {
  color: #92caff;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
  display: block;
}

.text-block-138-copy_pw_main, .text-block-139-copy_pw_main {
  color: #92caff;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-136-copy_pw_main, .div-block-137-copy_pw_main {
  background-color: #92caff;
  width: 2px;
  height: 16px;
}

.div-block-156 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-162 {
  color: var(--hc16--dark-blue);
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.text-block-163 {
  color: var(--hc16--dark-blue);
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-157 {
  background-image: linear-gradient(225deg, #001b34, #00509a);
  border-radius: 10px;
  width: 100%;
  height: 10px;
  margin-top: 107px;
  margin-bottom: 8px;
}

.image-52 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-52-copy_pw_main {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-53, .image-54, .image-55, .image-56 {
  width: 24px;
  height: 24px;
}

.body-38 {
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  display: flex;
}

.div-block-158 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-159 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-164 {
  background-color: var(--hc16--osn);
  color: var(--white);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  margin-bottom: 70px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.text-block-165 {
  color: #0009;
  text-align: center;
  margin-bottom: 32px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-166 {
  color: #000;
  text-align: center;
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 800;
  line-height: 42px;
}

.div-block-158-copy_pr1_2, .div-block-158-copy_pr1_3, .div-block-158-copy_pr1_4, .div-block-158-copy_pr1_5 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.body-39 {
  justify-content: center;
  align-items: stretch;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-160 {
  background-image: url('../images/17_pw1.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
}

.text-block-167 {
  color: #fff;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

.div-block-161 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.text-block-168 {
  color: #fff;
  text-align: left;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-162 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  letter-spacing: -.41px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-161-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.text-span-20 {
  text-decoration: underline;
}

.text-block-169 {
  color: #fff;
  text-align: center;
  margin-top: 110px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-170 {
  color: #1ea0ff;
  text-align: center;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-171 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  background-color: #1ea0ff;
  border-radius: 8px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-163 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  line-height: 70px;
  display: flex;
}

.text-block-172 {
  color: #d9d9d9;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
}

.div-block-164 {
  background-color: #d9d9d9;
  width: 2px;
  height: 16px;
}

.image-57 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-40 {
  justify-content: center;
  display: flex;
}

.div-block-165 {
  background-image: url('../images/17_pw2.png');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-top: 112px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-166 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-58 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-173 {
  color: #fff;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  align-items: flex-end;
  margin-top: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  display: block;
}

.div-block-167 {
  flex-flow: column;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.div-block-168 {
  justify-content: center;
  margin-top: 20px;
  font-weight: 400;
  display: flex;
}

.div-block-169 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: -.41px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.div-block-170 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.text-span-21 {
  text-decoration: underline;
}

.text-block-174 {
  color: #1ea0ff;
  text-align: center;
  letter-spacing: -.08px;
  margin-top: 31px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-175 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  background-color: #1ea0ff;
  border-radius: 8px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-171 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #d9d9d9;
  text-align: center;
  letter-spacing: -.24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 70px;
  display: flex;
}

.div-block-172 {
  background-color: #d9d9d9;
  width: 2px;
  height: 16px;
}

.text-block-176 {
  color: #1ea0ff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 24.5px;
}

.text-block-177 {
  color: #fffc;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-173 {
  flex-flow: column;
  justify-content: center;
  max-width: 428px;
  margin-top: 0;
  display: flex;
}

.div-block-174 {
  text-align: center;
  margin-top: 4px;
}

.div-block-175 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  display: flex;
}

.div-block-176 {
  background-image: url('../images/17_loading.svg');
  background-position: 50% 0;
  background-size: 0 0;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-177 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-image: url('../images/17_loading.svg');
  background-position: 50% 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-top: 20px;
  display: flex;
}

.text-block-178 {
  color: #1ea0ff;
  letter-spacing: -.41px;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-179 {
  color: #fffc;
  letter-spacing: -.41px;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.image-59 {
  margin-top: 4px;
}

.div-block-178 {
  margin-top: 0;
}

.body-41 {
  justify-content: center;
  align-items: stretch;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-179 {
  width: 100%;
  max-width: 430px;
  display: flex;
}

.div-block-180 {
  background-image: url('../images/jppw3.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-block-180 {
  color: #1ea0ff;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  display: flex;
}

.div-block-181 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-181 {
  color: #fff;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  margin-top: 2px;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-182 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-183 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 4px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-182 {
  margin-top: 12px;
}

.text-block-184 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  background-color: #1ea0ff;
  border-radius: 8px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-183 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 70px;
  display: flex;
}

.div-block-184 {
  background-color: #d0d0d0;
  width: 2px;
  height: 16px;
}

.text-block-185 {
  color: #d0d0d0;
  text-align: left;
  letter-spacing: -.24px;
  font-weight: 500;
}

.text-block-186 {
  color: #f3f3f3cc;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-42 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-185 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-186 {
  width: 100%;
  max-width: 43px;
}

.div-block-187 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100px;
  max-width: 430px;
  display: flex;
}

.div-block-188 {
  width: 100%;
  max-width: 430px;
}

.div-block-189 {
  background-image: url('../images/17_pw4.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-190 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-187 {
  color: #fff;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-188 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-189 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  background-color: #1ea0ff;
  border-radius: 8px;
  margin-top: 36px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 22px;
}

.text-span-22 {
  text-decoration: underline;
}

.div-block-191 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.div-block-192 {
  background-color: #d0d0d0;
  width: 2px;
  height: 16px;
}

.text-block-190 {
  color: #d0d0d0;
  letter-spacing: -.24px;
  flex-flow: row;
  font-size: 10px;
  line-height: 70px;
  display: block;
}

.image-60 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0 auto auto 0;
}

.div-block-193 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 35px;
  padding-right: 35px;
  display: block;
}

.body-43 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-194 {
  background-image: url('../images/17_onb_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.text-block-191 {
  color: #fff;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-192 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 16px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-193 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  background-color: #1ea0ff;
  border-radius: 8px;
  margin-top: 36px;
  margin-bottom: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-194-copy {
  background-image: url('../images/17_onb_2.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-194-copy-2 {
  background-image: url('../images/17_onb_3.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-194-copy-3 {
  background-image: url('../images/17_onb_4.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-194-copy-4 {
  background-image: url('../images/17_onb_5.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.body-44 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-195 {
  background-color: #011039;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-196 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-61 {
  text-align: center;
  vertical-align: baseline;
  display: block;
}

.text-block-194 {
  color: #fff;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

.div-block-197 {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: 0 -2px 10px #ffffff4d;
}

.div-block-198 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  background-color: #18274d;
  border: 1px solid #1ea0ff33;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 16px;
  display: flex;
  position: relative;
  box-shadow: 0 0 10px #e7f8ff33;
}

.div-block-199 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 47px;
  display: flex;
}

.text-block-195 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-196 {
  color: #fff;
  text-align: left;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-197 {
  color: #fff9;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-200 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.text-block-198 {
  color: #fff;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
}

.text-block-199 {
  color: #1ea0ff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-201 {
  margin-top: 20px;
  margin-bottom: 0;
}

.text-block-200 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  background-color: #1ea0ff;
  border-radius: 8px;
  margin-top: 48px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-201 {
  color: #d0d0d0;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
}

.div-block-202 {
  background-color: #d0d0d0;
  width: 2px;
  height: 16px;
}

.div-block-203 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 70px;
  display: flex;
}

.image-62 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0 auto auto 0;
}

.image-63 {
  position: absolute;
  inset: -16px 0% auto auto;
}

.body-45 {
  background-color: var(--hc18--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-204 {
  max-width: var(--430px);
  background-image: url('../images/pw1_15.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-205 {
  background-color: #061414;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-206 {
  width: 100%;
}

.text-block-202 {
  background-color: var(--hc18--osn);
  color: var(--hc18--bg);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.div-block-207 {
  background-color: #86858c;
  width: 2px;
  height: 16px;
}

.text-block-203 {
  color: #86858c;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-208 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-204 {
  opacity: .5;
  color: var(--hc18--osn);
  margin-bottom: 4px;
  font-size: 15px;
}

.text-block-205 {
  color: var(--hc18--osn);
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 600;
}

.text-span-23, .text-span-24 {
  font-weight: 600;
}

.text-block-206 {
  color: var(--hc18--osn);
  text-align: center;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-207 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-209 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-210 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 62px;
  display: flex;
}

.text-block-207-copy {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
}

.image-64 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-65 {
  width: 100%;
}

.body-46 {
  background-color: var(--hc18--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-211 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-212, .div-block-213 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-206-copy {
  color: var(--hc18--osn);
  text-align: center;
  margin-top: 114px;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-210-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 43px;
  display: flex;
}

.text-block-205-copy {
  opacity: .5;
  color: var(--hc18--osn);
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.div-block-214 {
  background-image: url('../images/pw2_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 343px;
  display: flex;
}

.div-block-215 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-208 {
  color: var(--hc18--bg);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-209 {
  color: #ffffffb3;
  font-size: 17px;
  font-weight: 600;
}

.image-64-copypw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-47 {
  background-color: var(--hc18--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-216 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-217 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-210 {
  color: var(--hc18--osn);
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-211 {
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-212 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-213 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-214 {
  opacity: .5;
  color: var(--hc18--osn);
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-66 {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.body-48 {
  background-color: var(--hc18--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-218 {
  max-width: var(--430px);
  background-image: url('../images/pw_osn_5.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-219 {
  background-color: #061414;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-215 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-216 {
  color: var(--hc18--osn);
  text-align: center;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 22px;
}

.image-64-copypw_osn {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-25 {
  text-decoration: underline;
}

.image-67 {
  width: 100%;
}

.body-49 {
  background-color: var(--hc18--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-220 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.div-block-221 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-221-copypr_1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-68 {
  width: 100%;
}

.div-block-220-copysc1, .div-block-220-copysc2 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: static;
}

.div-block-220-copysc3 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-220-copysc4 {
  max-width: var(--430px);
  background-image: url('../images/222.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: static;
}

.text-block-217 {
  color: var(--hc18--osn);
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}

.text-block-218 {
  color: #fff;
  text-align: center;
  margin-bottom: 34px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-222 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-217-copysc2 {
  color: var(--hc18--osn);
  text-align: center;
  margin-top: 76px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-218-copysc2 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-223 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-224 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 2px solid var(--hc18--osn);
  background-color: #082321;
  border-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 8px 16px;
  display: flex;
  position: relative;
}

.text-block-219 {
  color: #f5bf64;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-220 {
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 17px;
}

.image-69 {
  width: 84px;
  height: 84px;
  position: absolute;
  inset: -37px auto auto 0%;
}

.text-block-116-copypr_1 {
  background-color: var(--hc15--osn);
  color: var(--hc15--bg);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.body-50 {
  background-color: var(--hc19--main);
  font-family: var(--system);
  color: #fff;
  letter-spacing: var(--0-41);
  justify-content: center;
  display: flex;
}

.div-block-225 {
  max-width: var(--430px);
  background-image: url('../images/hc19_pw_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block-221 {
  color: var(--hc19--main);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.div-block-226 {
  background-color: var(--hc19--main);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-222 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-223 {
  color: var(--hc19--grey);
  text-align: center;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-227 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.div-block-228 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.image-70, .image-71, .image-72, .image-73 {
  width: 24px;
  height: 24px;
}

.div-block-229 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-224 {
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-228-copy_pw2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-224-copy_pw2 {
  color: var(--white);
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
}

.text-block-225 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.div-block-230 {
  background-color: var(--hc19--main);
  -webkit-text-stroke-width: 0px;
  border-radius: 40px 40px 0 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.div-block-231 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-74 {
  margin-bottom: -24px;
}

.div-block-232 {
  background-image: url('../images/hc19_pw_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 400px;
  margin-bottom: 0;
  display: flex;
}

.image-75 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-75-copy_pw1 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-51 {
  background-color: var(--hc19--main);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.div-block-233 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-234 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-235 {
  width: 100%;
}

.text-block-226 {
  color: #fff;
  margin-bottom: 24px;
}

.div-block-236 {
  background-image: url('../images/pw2_6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.text-block-227 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
}

.text-block-228 {
  color: var(--hc19--grey);
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-237 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-229 {
  color: #fff;
  margin-top: 90px;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.image-76 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-76-copy_pw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-52 {
  background-color: var(--hc19--main);
  font-family: var(--system);
  color: var(--white);
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-238 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-239 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-230 {
  text-align: center;
  margin-bottom: 16px;
}

.text-span-26 {
  font-weight: 600;
}

.text-block-231 {
  text-align: center;
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-span-27 {
  color: #2879f2;
  font-size: 40px;
  line-height: 31px;
}

.image-77 {
  margin-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-232 {
  color: var(--hc19--grey);
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-53 {
  background-color: var(--hc19--main);
  font-family: var(--system);
  color: var(--white);
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-240 {
  max-width: var(--430px);
  background-image: url('../images/11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-241 {
  background-color: var(--hc19--main);
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-233 {
  text-align: center;
  margin-bottom: 40px;
}

.text-block-234 {
  text-align: center;
  margin-bottom: 8px;
  padding-top: 40px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.image-78 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-78-copy_pw_main {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-28 {
  text-decoration: underline;
}

.body-54 {
  background-color: var(--hc19--main);
  font-family: var(--system);
  color: var(--white);
  letter-spacing: var(--0-41);
  flex-flow: row;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.div-block-242 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-243 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-244 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 70px;
  display: flex;
}

.text-block-235 {
  color: var(--hc19--main);
  font-weight: 600;
}

.image-79 {
  margin-bottom: 62px;
}

.div-block-242-copy_2 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.text-block-236 {
  text-align: center;
  margin-bottom: 32px;
  font-weight: 500;
}

.text-block-237 {
  color: #339ae0;
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
}

.div-block-242-copy_3, .div-block-242-copy_4, .div-block-242-copy_5 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.image-80 {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-221-copy_pw_main {
  color: var(--hc19--main);
  text-align: center;
  text-transform: none;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.body-55 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-245 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.div-block-246 {
  background-image: url('../images/20webf.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.text-block-238 {
  color: #000;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-239 {
  color: #000c;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-240 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #3491ff;
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-246-copy {
  background-image: url('../images/20_2webf.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-246-copy-2 {
  background-image: url('../images/20_3webf.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-246-copy-3 {
  background-image: url('../images/20_4webf.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-246-copy-4 {
  background-image: url('../images/20_5webf.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.body-56 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-247 {
  background-image: url('../images/20_1pw.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-241 {
  color: #3491ff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.div-block-248 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-242 {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-249 {
  background-color: #d6e9ff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  padding: 8px;
  display: flex;
}

.div-block-250 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-242-copy {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-span-29 {
  text-decoration: underline;
}

.text-block-243 {
  color: #a3b4c8;
  text-align: center;
  letter-spacing: -.08px;
  margin-top: 96px;
  font-size: 15px;
}

.text-span-30, .text-span-31 {
  font-weight: 600;
}

.text-block-244 {
  color: #000;
  text-align: center;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-245 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #3491ff;
  border-radius: 12px;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.image-81 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-246 {
  color: #6b6b6b;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-251 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-252 {
  color: #6b6b6b;
  background-color: #6b6b6b;
  width: 2px;
  height: 16px;
  line-height: 70px;
}

.body-57 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-253 {
  background-image: url('../images/20_2pw.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-247 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 130px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.image-82 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-254 {
  background-color: #d6e9ff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  padding: 8px;
  display: flex;
}

.div-block-255 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-256 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-248, .text-block-248-copy {
  color: #000;
  text-align: left;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-span-32 {
  text-decoration: underline;
}

.text-block-249 {
  color: #a3b4c8;
  text-align: center;
  letter-spacing: -.08px;
  margin-top: 9px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.text-block-250 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #3491ff;
  border-radius: 12px;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-257 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-251 {
  color: #6b6b6b;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-258 {
  background-color: #6b6b6b;
  width: 2px;
  height: 16px;
}

.text-block-252 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-253 {
  color: #46464699;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.image-83 {
  text-align: center;
  margin-top: 6px;
}

.div-block-259 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.div-block-260 {
  background-image: url('../images/20loading-2-1.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  display: flex;
}

.div-block-261 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  display: flex;
}

.body-58 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-262 {
  background-image: url('../images/20_3pw.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-254 {
  color: #d72c2c;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-255 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 30px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-256 {
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-263 {
  margin-top: 16px;
}

.text-block-257 {
  color: #464646;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 4px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-258 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #3491ff;
  border-radius: 12px;
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-259 {
  color: #6b6b6b;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-264 {
  background-color: #6b6b6b;
  width: 2px;
  height: 16px;
}

.div-block-265 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-260 {
  color: #ffffff80;
  letter-spacing: -.08px;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-59 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-266 {
  background-image: url('../images/20_4pw.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.text-block-261 {
  color: #000;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-262 {
  color: #464646cc;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-span-33 {
  text-decoration: underline;
}

.text-block-263 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #3491ff;
  border-radius: 12px;
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-264 {
  color: #6b6b6b;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-267 {
  color: #6b6b6b;
  background-color: #6b6b6b;
  width: 2px;
  height: 16px;
}

.div-block-268 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-84 {
  margin-top: 60px;
  margin-right: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.body-60 {
  justify-content: center;
  display: flex;
}

.div-block-269 {
  background-image: url('../images/20_pw-onb.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-265 {
  color: #000;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  display: flex;
}

.body-61 {
  background-color: var(--hc21--bg21);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-270 {
  max-width: var(--430px);
  background-image: url('../images/pw1_4.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-271 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-272 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-273 {
  background-color: #86858c;
  width: 2px;
  height: 16px;
}

.text-block-266 {
  color: #86858c;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-274 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-267 {
  background-color: var(--hc21--osn);
  color: var(--hc21--bg21);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.text-block-268 {
  color: #2a4067;
  text-align: center;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-269 {
  color: #2a4067;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-275 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-276 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 62px;
  display: flex;
}

.text-block-269-copy {
  color: #2a4067;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
}

.text-block-270 {
  opacity: .5;
  color: var(--hc21--osn);
  text-align: center;
  margin-bottom: 4px;
  font-size: 15px;
}

.text-span-34, .text-span-35 {
  font-weight: 600;
}

.text-block-271 {
  color: var(--hc21--osn);
  text-align: center;
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 600;
}

.image-85 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-62 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  font-family: var(--system);
  letter-spacing: var(--0-41);
  background-color: #e3edf7;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-277 {
  max-width: var(--430px);
  background-color: var(--hc21--bg21);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-278 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-279 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-280 {
  background-image: url('../images/pw2_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 292px;
  margin-bottom: 15px;
  display: flex;
}

.text-block-272 {
  color: var(--hc21--bg21);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 24px;
}

.text-block-273 {
  opacity: .5;
  color: var(--hc21--bg21);
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.image-85-copypw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-276-copy {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.body-63 {
  background-color: var(--hc21--bg21);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-281 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-282 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-274 {
  color: var(--hc21--osn);
  text-align: center;
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-275 {
  color: #2a4067;
  text-align: center;
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-276 {
  color: #2a4067;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-277 {
  color: #2a4067;
  text-align: center;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 22px;
}

.image-86 {
  width: 100%;
  margin-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-278 {
  opacity: .5;
  color: var(--hc21--osn);
  margin-top: 30px;
  padding: 10px;
  font-size: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-64 {
  font-family: var(--system);
  letter-spacing: var(--0-41);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-283 {
  max-width: var(--430px);
  background-image: url('../images/pw_osn.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-284 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.image-85-copypwosn {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-279 {
  color: #2a4067;
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 600;
  line-height: 40px;
}

.text-block-280 {
  font-size: 34px;
}

.text-block-281 {
  color: #2a4067;
  text-align: center;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 22px;
}

.text-span-36 {
  text-decoration: underline;
}

.body-65 {
  background-color: var(--hc21--bg21);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-285 {
  max-width: var(--430px);
  background-image: url('../images/pr1_2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-286 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-285-copysc1 {
  max-width: var(--430px);
  background-image: url('../images/pr1-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-285-copysc2 {
  max-width: var(--430px);
  background-image: url('../images/pr1-3.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-285-copysc3 {
  max-width: var(--430px);
  background-image: url('../images/pr1-2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-285-copysc4 {
  max-width: var(--430px);
  background-color: var(--hc21--bg21);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.text-block-282 {
  color: #2a4067;
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-283 {
  color: #2a4067;
  text-align: center;
  margin-bottom: 34px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-287 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 76px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-288 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-289 {
  background-color: var(--hc21--bg21);
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px 8px 16px;
  display: flex;
  position: relative;
}

.text-block-284 {
  color: var(--hc21--osn);
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-285 {
  color: #2a4067;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
}

.image-87 {
  width: 80px;
  position: absolute;
  inset: -43px 0% auto auto;
}

.image-87-copy {
  width: 80px;
  position: absolute;
  inset: -43px auto auto 0%;
}

.div-block-290 {
  background-color: #fff;
  border-radius: 12px;
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-286 {
  color: #3491ff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-291 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
}

.text-block-287 {
  color: #c20000;
  letter-spacing: -.41px;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-292 {
  margin-top: 22px;
}

.text-block-288 {
  color: #6b6b6bcc;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-289 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #3491ff;
  border-radius: 12px;
  margin-top: 20px;
  padding: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-293 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-290 {
  color: #6b6b6b;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-294 {
  background-color: #6b6b6b;
  width: 2px;
  height: 16px;
}

.image-88 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-295 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.div-block-296 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-89 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-66 {
  background-color: var(--hc24--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-297 {
  max-width: var(--430px);
  background-image: url('../images/pw1_5.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-298 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-299 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-300 {
  background-color: var(--hc24--blue);
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  display: flex;
  position: relative;
}

.text-block-291 {
  color: var(--hc24--bg);
  font-size: 20px;
  font-weight: 600;
}

.image-90 {
  width: 40px;
  position: absolute;
  right: 5px;
}

.text-block-292 {
  color: #acacac;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-301 {
  background-color: #acacac;
  width: 2px;
  height: 16px;
}

.div-block-302 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-293 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-294 {
  color: var(--hc24--blue);
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-295 {
  opacity: .5;
  color: var(--hc24--blue);
  margin-bottom: 4px;
  font-size: 15px;
}

.text-block-296 {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-303 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-304 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 48px;
  display: flex;
}

.text-block-296-copy {
  color: #acacac;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
}

.image-91 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-67 {
  background-color: var(--hc24--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-305 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-306 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-91-copypw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-307 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 70px;
  display: flex;
}

.div-block-304-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.div-block-308 {
  background-image: url('../images/Frame-1171275604.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 243px;
  margin-bottom: 0;
  display: flex;
}

.div-block-309 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-297 {
  color: #e3edf7;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-298 {
  opacity: .5;
  color: #e3edf7;
  margin-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.body-68 {
  background-color: var(--hc24--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-310 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-311 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-299 {
  color: var(--hc24--blue);
  text-align: center;
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-300 {
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-301 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-302 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 22px;
}

.image-92 {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-303 {
  opacity: .5;
  color: var(--hc24--blue);
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-69 {
  background-color: var(--hc24--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-312 {
  max-width: var(--430px);
  background-image: url('../images/pr1_3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-313 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-304 {
  color: #fff;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-305 {
  color: #acacac;
  text-align: center;
  margin-bottom: 36px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-306 {
  color: #39517c;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 22px;
}

.image-91-copypwosn {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-70 {
  background-color: var(--hc24--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-314 {
  max-width: var(--430px);
  background-image: url('../images/pr1-3_1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-315 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-314-copysc2 {
  max-width: var(--430px);
  background-image: url('../images/pr1-2_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-314-copysc3 {
  max-width: var(--430px);
  background-image: url('../images/pr1-1_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-314-copysc4 {
  max-width: var(--430px);
  background-image: url('../images/pr1_4.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-314-copysc5 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.text-block-307 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-308 {
  color: #fff;
  text-align: center;
  margin-bottom: 34px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-316 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 76px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-308-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-317 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-318 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-top: 12px;
  padding-left: 27px;
  display: flex;
  position: relative;
}

.div-block-319 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #3e3e43;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.text-block-309 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.text-block-310 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 15px;
}

.image-93 {
  width: 73px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-71 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-320 {
  max-width: var(--430px);
  background-image: url('../images/pw1_6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-321 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-134-copy, .div-block-322 {
  width: 100%;
}

.text-block-311 {
  background-color: var(--hc22--green);
  color: #fff;
  text-align: center;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-weight: 600;
  display: flex;
}

.div-block-135-copy_pw1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-312 {
  opacity: .6;
  color: var(--hc22--grey);
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-323 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-313, .text-block-314 {
  opacity: .6;
  color: var(--hc22--grey);
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-324, .div-block-325 {
  background-color: #fff;
  width: 2px;
  height: 16px;
}

.text-block-315 {
  color: var(--hc22--grey);
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 120%;
}

.text-block-316 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.image-94 {
  width: 24px;
  height: 24px;
}

.div-block-326 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-317 {
  font-weight: 500;
}

.div-block-326-copy_pw1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-317-copy_pw1 {
  font-weight: 500;
  text-decoration: underline;
}

.div-block-327 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}

.text-block-318 {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.image-95 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-95-copy_pw1 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-72 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-328 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-329 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-319 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-330 {
  background-image: url('../images/pw2_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 350px;
  display: flex;
}

.text-block-320 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-321 {
  color: var(--hc22--grey);
  margin-bottom: 8px;
  font-weight: 600;
}

.div-block-331 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-332 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-333 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-96 {
  width: 24px;
  height: 24px;
}

.text-block-322 {
  font-weight: 500;
}

.div-block-332-copy_pw2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-322-copy_pw2 {
  font-weight: 500;
  text-decoration: underline;
}

.text-block-323 {
  margin-top: 115px;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.image-97 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-97-copy_pw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-73 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-334 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-335 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-324 {
  text-align: center;
  margin-bottom: 16px;
}

.text-block-325 {
  font-weight: 600;
}

.text-block-326 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-327 {
  font-size: 38px;
}

.text-block-328 {
  color: #009974;
  font-size: 38px;
  font-weight: 700;
  line-height: 41px;
}

.div-block-336 {
  background-image: url('../images/pw3_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  width: 100%;
  height: 350px;
  margin-top: 107px;
}

.text-block-329 {
  color: var(--hc22--grey);
}

.text-block-330 {
  color: var(--hc22--grey);
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-337 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.body-74 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-338 {
  max-width: var(--430px);
  background-image: url('../images/pw_main.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-339 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-323-copy_pw_main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-312-copy_pw_main {
  opacity: 1;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-324-copy_pw_main {
  background-color: #000;
  width: 2px;
  height: 16px;
}

.text-block-313-copy_pw_main {
  opacity: 1;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-325-copy_pw_main {
  background-color: #000;
  width: 2px;
  height: 16px;
}

.text-block-314-copy_pw_main {
  opacity: 1;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-340 {
  background-color: #ffffffe6;
  border-radius: 50px;
  width: 100%;
  padding: 20px;
}

.text-block-331 {
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.div-block-341 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--hc22--green);
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  display: flex;
}

.text-block-332 {
  text-align: center;
  margin-bottom: 40px;
}

.text-block-333 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-span-37 {
  text-decoration: underline;
}

.image-98 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-98-copy_pw_main {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-75 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-342 {
  max-width: var(--430px);
  background-image: url('../images/pr1_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-343 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-334 {
  background-color: var(--hc22--green);
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 70px;
  font-weight: 600;
  display: flex;
}

.div-block-344 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-99 {
  margin-top: 117px;
}

.div-block-342-copy_pr2 {
  max-width: var(--430px);
  background-image: url('../images/pr2_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-342-copy_pr3 {
  max-width: var(--430px);
  background-image: url('../images/pr3_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-342-copy_pr4 {
  max-width: var(--430px);
  background-image: url('../images/pr4_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-342-copy_pr5 {
  max-width: var(--430px);
  background-image: url('../images/pr5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.text-block-335 {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-336 {
  color: var(--hc22--grey);
  text-align: center;
}

.body-76 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-345 {
  background-image: url('../images/23_1pw.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-337 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.div-block-346 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-338 {
  color: #fff;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-338-copy {
  color: #fff;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-347 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #041d1580;
  border: 1px solid #1da27c1a;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 10px;
  display: flex;
}

.text-block-339 {
  color: #09e2a2;
  text-align: center;
  padding-bottom: 8px;
  font-size: 15px;
}

.text-span-38 {
  text-transform: uppercase;
  font-weight: 600;
}

.text-span-39 {
  font-weight: 600;
}

.text-block-340 {
  color: #fff9;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.div-block-348 {
  flex-flow: column;
  justify-content: flex-end;
  margin-top: 84px;
  display: flex;
}

.text-block-341 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #1da27c;
  border-radius: 40px;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-342 {
  color: #fff9;
  letter-spacing: -.24px;
  -webkit-text-stroke-color: #fff9;
  font-size: 10px;
  font-weight: 500;
}

.div-block-349 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  line-height: 70px;
  display: flex;
}

.div-block-350 {
  background-color: #fff9;
  width: 2px;
  height: 16px;
}

.image-100 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-40 {
  font-weight: 600;
}

.body-77 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-351 {
  background-image: url('../images/23_2pw.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.div-block-352 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-343 {
  color: #09e2a2;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-344 {
  color: #fff;
  text-align: left;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-344-copy {
  color: #fff;
  text-align: left;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-353 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #1da27c33;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 10px;
  display: flex;
}

.div-block-354 {
  background-image: url('../images/pw2Group.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 215px;
  height: 215px;
  display: flex;
}

.div-block-355 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.text-block-345 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-346 {
  color: #1da27c;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.image-101 {
  text-align: center;
  margin-top: 6px;
}

.div-block-356 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-block-347 {
  color: #fff9;
  text-align: center;
  letter-spacing: -.08px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.div-block-357 {
  margin-top: 23px;
}

.text-block-348 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #1da27c;
  border-radius: 40px;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-358 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-349 {
  color: #fff9;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-359 {
  background-color: #fff9;
  width: 2px;
  height: 16px;
}

.image-102 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-78 {
  justify-content: center;
  display: flex;
}

.div-block-360 {
  background-image: url('../images/23_3pw.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-350 {
  color: #e10000;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-351 {
  color: #fff;
  text-align: center;
  letter-spacing: .36px;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-352 {
  color: #fffc;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-353 {
  color: #fffc;
  text-align: center;
  letter-spacing: -.41px;
  padding-top: 6px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-354 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #1da27c;
  border-radius: 40px;
  margin-top: 12px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-361 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-362 {
  background-color: #fff9;
  width: 2px;
  height: 16px;
}

.text-block-355 {
  color: #fff9;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.text-block-356 {
  color: #ffffff80;
  letter-spacing: -.08px;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-79 {
  justify-content: center;
  display: flex;
}

.div-block-363 {
  background-image: url('../images/23_4pw.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-364 {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.text-block-357 {
  color: #09e2a2;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-358 {
  color: #fffc;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-span-41 {
  text-decoration: underline;
}

.div-block-365 {
  background-color: #0d2b22cc;
  border: 1px solid #ffffff1a;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: row;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.text-block-359 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #1da27c;
  border-radius: 40px;
  margin-top: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-360 {
  color: #fff9;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-366 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-367 {
  background-color: #fff9;
  width: 2px;
  height: 16px;
}

.image-103 {
  margin-top: 60px;
  margin-right: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-104 {
  width: 289px;
  height: 368px;
  margin-top: 23px;
}

.div-block-368 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-80 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-369 {
  background-image: url('../images/23_pwonb.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-361 {
  color: #09e2a2;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
  display: flex;
}

.div-block-370 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.div-block-371 {
  background-color: #0d2b22cc;
  border: 1px solid #ffffff1a;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-362 {
  color: #1da27c;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-372 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-block-363 {
  color: #e10000;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-364 {
  color: #fff6;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-373 {
  margin-top: 20px;
}

.text-block-365 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #1da27c;
  border-radius: 40px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-374 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.image-105 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-366 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #1da27c;
  border-radius: 40px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.text-block-367 {
  color: #fff9;
  text-align: center;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-375 {
  background-color: #fff9;
  width: 2px;
  height: 16px;
}

.div-block-376 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-377 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 47px;
  margin-bottom: 100px;
  display: flex;
}

.div-block-378 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-379 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 120px;
  display: flex;
}

.body-81 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-380 {
  background-image: url('../images/23_wb.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: flex;
}

.div-block-381 {
  background-color: #0d2b22cc;
  border: 1px solid #ffffff1a;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  justify-content: flex-end;
  padding-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-368 {
  color: #09e2a2;
  text-align: center;
  letter-spacing: .37px;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-369 {
  color: #fffc;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-370 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #1da27c;
  border-radius: 40px;
  margin-top: 32px;
  margin-bottom: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-380-copy {
  background-image: url('../images/23_2onwb.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: none;
}

.div-block-380-copy-2 {
  background-image: url('../images/23_3onbwb.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: none;
}

.div-block-380-copy-3 {
  background-image: url('../images/23_4onbwb.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: none;
}

.div-block-380-copy-4 {
  background-image: url('../images/23_5onbwb.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: none;
}

.div-block-382 {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.body-82 {
  background-color: var(--hc25--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-383 {
  max-width: var(--430px);
  background-image: url('../images/pw1_7.png');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-384 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-385 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-371 {
  background-color: var(--hc25--green);
  color: var(--hc25--bg);
  text-align: center;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.div-block-386 {
  background-color: #b1b1b1;
  width: 2px;
  height: 16px;
}

.text-block-372 {
  color: #b1b1b1;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-387 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-373 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-374 {
  color: #b1b1b1;
  margin-bottom: 4px;
  font-size: 15px;
}

.text-block-375 {
  color: var(--hc25--green);
  margin-bottom: 28px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-376 {
  color: #b1b1b1;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-388 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-389 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 62px;
  display: flex;
}

.text-block-376-copy {
  color: #b1b1b1;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
}

.image-106 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-83 {
  background-color: var(--hc25--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-390 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-391 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-392 {
  background-image: url('../images/pw2_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 343px;
  display: flex;
}

.text-block-377 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-378 {
  color: #b1b1b1;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-375-copy {
  color: #b1b1b180;
  margin-bottom: 22px;
  font-size: 15px;
  font-weight: 600;
}

.div-block-389-copy {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.image-106-copypw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-84 {
  background-color: var(--hc25--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-393 {
  max-width: var(--430px);
  background-image: url('../images/pw3_6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-394 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-379 {
  color: var(--hc25--green);
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-380 {
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-381 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-382 {
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 22px;
}

.image-107 {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-383 {
  opacity: .8;
  color: var(--hc25--green);
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-85 {
  background-color: var(--hc25--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-395 {
  max-width: var(--430px);
  background-image: url('../images/pw_osn_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-396 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-384 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-385 {
  color: #b1b1b1;
  text-align: center;
  margin-bottom: 28px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-span-42 {
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
}

.image-106-copypw_osn {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-86 {
  background-color: var(--hc25--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-397 {
  max-width: var(--430px);
  background-image: url('../images/pr1_6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-398 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-371-copypr {
  background-color: var(--hc25--green);
  color: var(--hc25--bg);
  text-align: center;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  margin-bottom: 70px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
}

.image-108 {
  width: 179px;
  margin-bottom: 32px;
}

.text-block-386 {
  color: var(--hc25--green);
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-387 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-397-copysc1 {
  max-width: var(--430px);
  background-image: url('../images/pr1-1_2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-397-copysc2 {
  max-width: var(--430px);
  background-image: url('../images/pr1-3_2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-397-copysc3 {
  max-width: var(--430px);
  background-image: url('../images/pr1-2_2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-397-copysc4 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-399 {
  background-color: #101011;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 24px;
  display: flex;
}

.div-block-400 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-388 {
  color: var(--hc25--green);
  font-size: 17px;
  line-height: 22px;
}

.text-block-389 {
  color: #b1b1b1;
  font-size: 12px;
  line-height: 16px;
}

.image-109 {
  width: 97px;
}

.div-block-401 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body-87 {
  font-family: var(--system);
  color: #fff;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.div-block-402 {
  max-width: var(--430px);
  background-image: url('../images/pw1_8.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-403 {
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  display: flex;
}

.text-block-390 {
  color: #fff;
  background-color: #6754dd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-weight: 700;
  display: flex;
}

.div-block-404 {
  width: 100%;
}

.text-block-391, .text-block-392 {
  opacity: .6;
  color: var(--gf2--grey);
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-405 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-406, .div-block-407 {
  background-color: var(--gf2--grey);
  opacity: .6;
  width: 2px;
  height: 16px;
}

.text-block-393 {
  opacity: .6;
  color: var(--gf2--grey);
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.text-block-394 {
  color: var(--gf2--grey);
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 120%;
}

.text-block-395 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-408 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 40px;
  display: flex;
}

.image-110 {
  width: 24px;
  height: 24px;
}

.text-block-396 {
  font-weight: 500;
}

.div-block-409, .div-block-409-copy_pw1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-396-copy_pw1 {
  font-weight: 500;
  text-decoration: underline;
}

.text-block-397 {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.image-111 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-111-copy_pw1 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-88 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.div-block-410 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-411 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-398 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-412 {
  background-image: url('../images/pw2_5.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 400px;
  display: flex;
}

.text-block-399 {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-400 {
  color: var(--gf2--grey);
  margin-bottom: 50px;
}

.div-block-409-copy_pw1-copy, .div-block-409-copy_pw2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-396-copy_pw2 {
  font-weight: 500;
  text-decoration: underline;
}

.div-block-413 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  display: flex;
}

.text-block-401 {
  font-weight: 500;
}

.div-block-414 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-415 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-414-copy_pw2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-401-copy_pw2 {
  font-weight: 500;
}

.text-block-402 {
  margin-top: 100px;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.image-112 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-112-copy_pw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-89 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-416 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-417 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-403 {
  text-align: center;
  margin-bottom: 16px;
}

.text-block-404 {
  font-weight: 600;
}

.text-block-405 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-span-43 {
  color: #2474ff;
  font-size: 43px;
  line-height: 48px;
}

.div-block-418 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-419 {
  background-image: url('../images/pw3_7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50px;
  width: 100%;
  height: 360px;
  margin-top: 110px;
}

.text-block-406 {
  color: #878787;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-90 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-420 {
  max-width: var(--430px);
  background-image: url('../images/pw4_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-421 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-407 {
  opacity: .6;
  color: #131315;
  text-align: center;
  margin-bottom: 24px;
}

.text-span-44 {
  text-decoration: underline;
}

.text-block-408 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.image-113 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-113-copy_pw4 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-91 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-422 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-423 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-block-409 {
  opacity: .6;
  color: #6754dd;
  margin-bottom: 16px;
  font-weight: 600;
}

.text-block-410 {
  font-weight: 500;
}

.div-block-424 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: .5px solid #6754dd;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding-left: 16px;
  display: flex;
}

.image-114 {
  width: 24px;
  height: 24px;
}

.div-block-425 {
  width: 100%;
  margin-bottom: 40px;
}

.div-block-424-copy_pw_main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: .5px solid #6754dd;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 48px;
  padding-left: 16px;
  display: flex;
}

.text-block-410-copy_pw_main {
  font-weight: 500;
  text-decoration: underline;
}

.text-block-411 {
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.image-115 {
  width: 44px;
  height: 44px;
  margin-top: 24px;
  margin-bottom: 8px;
}

.div-block-426 {
  background-image: url('../images/pw_main_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 420px;
}

.text-block-412 {
  opacity: .6;
  color: #6754dd;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-412-copy_pw_main {
  opacity: .6;
  color: #6754dd;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-427 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
}

.div-block-429 {
  margin-top: 70px;
}

.div-block-430 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-431 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  display: flex;
}

.body-92 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-432 {
  max-width: var(--430px);
  background-image: url('../images/pr1_7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-433 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-413 {
  color: var(--white);
  background-color: #6754dd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 70px;
  font-weight: 700;
  display: flex;
}

.text-block-414 {
  opacity: .6;
  color: #131315;
  text-align: center;
  margin-bottom: 24px;
}

.text-block-415 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.div-block-432-copy_pr2 {
  max-width: var(--430px);
  background-image: url('../images/pr2_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-432-copy_pr3 {
  max-width: var(--430px);
  background-image: url('../images/pr3_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-432-copy_pr4 {
  max-width: var(--430px);
  background-image: url('../images/pr4_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-432-copy_pr5 {
  max-width: var(--430px);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/pr5_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-434 {
  margin-top: 10px;
}

.body-93 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-435 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/geo3_pw1.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-416 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
}

.div-block-436 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-437 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.text-block-417 {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.div-block-438 {
  background-color: #fffc;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-block-417-copy {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: underline;
  display: flex;
}

.div-block-439 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-440 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-441 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.image-116 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-418 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-span-45, .text-span-46 {
  font-weight: 600;
}

.div-block-442 {
  flex-flow: column;
  display: flex;
}

.text-block-419 {
  color: #66d100;
  text-align: center;
  letter-spacing: -.08px;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-420 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #66d100;
  border-radius: 12px;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-443 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-421 {
  color: #bebebe;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-444 {
  background-color: #bebebe;
  width: 2px;
  height: 16px;
}

.div-block-445 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 100px;
  display: flex;
}

.div-block-446 {
  margin-top: 22px;
}

.body-94 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-447 {
  background-image: url('../images/geof_3_pw2.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-422 {
  color: #66d100;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
}

.div-block-448 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-449 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.div-block-450 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 16px;
  display: flex;
}

.text-block-423 {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-423-copy {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-451 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-452 {
  background-color: #fffc;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 117px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-117 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-453 {
  background-image: url('../images/location-14-1.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.div-block-454 {
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-424 {
  color: #66d100;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 24.5px;
}

.div-block-455 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-425 {
  color: #888;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-426 {
  color: #66d100;
  text-align: center;
  letter-spacing: -.08px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-427 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  background-color: #66d100;
  border-radius: 12px;
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: block;
}

.text-block-428 {
  color: #bebebe;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-456 {
  background-color: #bebebe;
  width: 2px;
  height: 16px;
}

.div-block-457 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-458 {
  margin-top: 32px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-459 {
  justify-content: center;
  display: flex;
}

.body-95 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-460 {
  background-image: url('../images/geof_3_pw3.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-429 {
  color: #66d100;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 32px;
  font-weight: 900;
  line-height: 32px;
}

.text-block-430 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 2px;
  font-size: 28px;
  font-weight: 900;
  line-height: 31px;
}

.text-block-431 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-432 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-433 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #66d100;
  border-radius: 12px;
  margin-top: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-461 {
  background-image: linear-gradient(#fff3, #ffffff80 2%, #ffffffb3 8%, #fff 38%, #d0f1b0cc 68%, #66d10099);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-462 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-434 {
  color: #fff;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-463 {
  background-color: #fff;
  width: 2px;
  height: 16px;
}

.text-block-435 {
  color: #fff;
  letter-spacing: -.08px;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-118 {
  width: 224px;
  height: 437px;
}

.div-block-464 {
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.body-96 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-465 {
  background-image: url('../images/geof_3_pw_4.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-436 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: none;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
}

.text-block-437 {
  color: #0009;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-span-47 {
  text-decoration: underline;
}

.div-block-466 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-438 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #66d100;
  border-radius: 12px;
  margin-top: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-439 {
  color: #bebebe;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-467 {
  background-color: #bebebe;
  width: 2px;
  height: 16px;
}

.div-block-468 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-119 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-469 {
  background-image: linear-gradient(#fff3, #ffffff80 2%, #fff 10%, #fbfef9 50%, #d0f1b0);
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body-97 {
  color: #0009;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-470 {
  color: #0009;
  text-align: center;
  background-image: url('../images/geof_3_paywall_osn.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-440 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: -60px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.div-block-471 {
  background-color: #fff;
  border: 1px #000;
  border-bottom-color: #66d10080;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-472 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-473 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid #66d10080;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.text-block-441 {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-474 {
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 12px;
  display: flex;
}

.text-span-48, .text-span-49 {
  text-decoration: underline;
}

.text-block-441-copy {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-475 {
  border-bottom: 1px solid #66d100;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-block-442 {
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-476 {
  margin-top: 20px;
}

.text-block-443 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #66d100;
  border-radius: 12px;
  margin-top: 20px;
  margin-bottom: 70px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-444 {
  z-index: 9999;
  color: #000;
  letter-spacing: -.41px;
  background-color: #b4df8b80;
  border-radius: 12px;
  width: 75px;
  height: 30px;
  padding: 4px 8px;
  font-size: 17px;
  line-height: 22px;
  position: absolute;
  inset: 64px auto auto 20px;
}

.text-block-445 {
  z-index: 9999;
  color: #66d100;
  letter-spacing: -.41px;
  background-color: #fff;
  border-radius: 12px;
  width: 60px;
  height: 30px;
  padding: 4px 8px;
  font-size: 17px;
  line-height: 22px;
  position: absolute;
  inset: 64px 20px auto auto;
}

.div-block-473-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px #66d10080;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.body-98 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-477 {
  letter-spacing: -.41px;
  background-image: url('../images/g3_wb_pr1.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: flex;
}

.text-block-446 {
  color: #000;
}

.div-block-478 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 42px;
}

.text-block-447 {
  color: #0009;
  margin-top: 20px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-448 {
  color: #fff;
  text-align: center;
  background-color: #66d100;
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 70px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-479 {
  margin-top: 490px;
}

.div-block-477-copy {
  letter-spacing: -.41px;
  background-image: url('../images/g_3_wb_pr2.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: none;
}

.div-block-477-copy-2 {
  letter-spacing: -.41px;
  background-image: url('../images/g3_wb_pr3.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: none;
}

.div-block-477-copy-3 {
  letter-spacing: -.41px;
  background-image: url('../images/g3_wb_pr4.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: none;
}

.div-block-477-copy-4 {
  letter-spacing: -.41px;
  background-image: url('../images/g3_wb_pr5.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: none;
}

.text-block-401-copy_pw2-copy {
  font-weight: 500;
  text-decoration: underline;
}

.body-99 {
  background-color: var(--gf4--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-480 {
  max-width: var(--430px);
  background-image: url('../images/pw1_9.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-481 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-482 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-449 {
  background-color: var(--gf4--osn);
  color: var(--gf4--bg);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.div-block-483 {
  background-color: #aeaead;
  width: 2px;
  height: 16px;
}

.text-block-450 {
  color: #aeaead;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-484 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-451 {
  color: var(--gf4--osn);
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-452 {
  color: #fff;
  margin-bottom: 4px;
  font-size: 15px;
}

.text-span-50, .text-span-51 {
  font-weight: 600;
}

.text-block-453 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 42px;
}

.text-span-52, .text-span-53 {
  color: var(--gf4--osn);
}

.div-block-485 {
  background-color: var(--gf4--osn);
  border-radius: 32px;
  width: 8px;
  height: 8px;
}

.text-block-454 {
  font-size: 17px;
  line-height: 22px;
}

.text-block-455 {
  color: #fff;
  font-size: 17px;
}

.div-block-486 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-487 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 53px;
  display: flex;
}

.text-block-455-copy {
  color: #fff;
  font-size: 17px;
  text-decoration: none;
}

.image-120 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-100 {
  background-color: var(--gf4--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-488 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-489 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-490 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-120-copypw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-453-copy {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 42px;
}

.div-block-487-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-491 {
  background-image: url('../images/Frame-14.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: flex;
}

.text-block-456 {
  color: var(--gf4--bg);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-457 {
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.body-101 {
  background-color: var(--gf4--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-492 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-493 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-458 {
  color: var(--gf4--osn);
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-459 {
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-460 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-461 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-462 {
  opacity: .5;
  color: var(--gf4--osn);
  padding: 10px;
  font-size: 15px;
}

.image-121 {
  width: 100%;
}

.body-102 {
  background-color: var(--gf4--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-494 {
  max-width: var(--430px);
  background-image: url('../images/pw_osn_2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-495 {
  background-color: var(--gf4--bg);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-block-463 {
  opacity: .6;
  color: var(--gf4--osn);
  font-size: 17px;
  font-weight: 600;
  line-height: 70px;
}

.text-span-54, .text-span-55 {
  text-decoration: underline;
}

.image-122 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-464 {
  color: var(--gf4--osn);
  margin-top: 20px;
  margin-left: 6px;
  padding: 10px;
  font-size: 17px;
  line-height: 22px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-464-copy {
  opacity: .6;
  color: var(--gf4--osn);
  margin-top: 20px;
  margin-right: 6px;
  padding: 10px;
  font-size: 17px;
  line-height: 22px;
  display: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.body-103 {
  background-color: var(--gf4--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-496 {
  max-width: var(--430px);
  background-image: url('../images/pr1_8.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-497 {
  background-image: linear-gradient(#110d1500, #110d15 4%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-465 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-466 {
  color: #fff9;
  text-align: center;
  margin-bottom: 26px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-496-copypw {
  max-width: var(--430px);
  background-image: url('../images/pr1-5.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-449-copypr {
  background-color: var(--gf4--osn);
  color: var(--gf4--bg);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 70px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.text-span-56 {
  text-decoration: underline;
}

.image-120-copyprpw {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-104 {
  background-color: var(--gf4--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-496-copysc1 {
  max-width: var(--430px);
  background-image: url('../images/pr1-1_3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-496-copysc2 {
  max-width: var(--430px);
  background-image: url('../images/pr1-2_3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-496-copysc3 {
  max-width: var(--430px);
  background-image: url('../images/pr1-3_3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-496-copysc4 {
  max-width: var(--430px);
  background-image: url('../images/pr1-4.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.body-105 {
  background-color: var(--gf5--bg);
  font-family: var(--system);
  color: #fff;
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-498 {
  max-width: var(--430px);
  background-image: url('../images/pw-9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-499 {
  background-image: linear-gradient(#35353500, #353535 4%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-467 {
  color: var(--gf5--bg);
  background-color: #fff;
  border-radius: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.div-block-500, .div-block-501, .div-block-502 {
  background-color: #888;
  width: 2px;
  height: 16px;
}

.text-block-468, .text-block-469, .text-block-470 {
  color: #888;
  font-size: 10px;
  line-height: 70px;
}

.div-block-503 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-504 {
  width: 100%;
}

.text-block-471 {
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-472 {
  color: #969696;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 120%;
}

.text-span-57, .text-span-58 {
  font-weight: 600;
}

.image-123 {
  width: 24px;
  height: 24px;
}

.text-block-473 {
  font-weight: 500;
}

.div-block-505 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-506 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 32px;
  display: flex;
}

.text-block-473-copy_pw1 {
  font-weight: 500;
  text-decoration: underline;
}

.div-block-505-copy_pw1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-474 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.image-124 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-124-copy_pw1 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-106 {
  background-color: var(--gf5--bg);
  font-family: var(--system);
  color: #fff;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-507 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-508 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-475 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-509 {
  background-image: url('../images/pw-2-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 292px;
  display: flex;
}

.text-block-476 {
  color: var(--gf5--bg);
  text-align: center;
  text-transform: uppercase;
  margin-top: -30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-477 {
  color: #888;
  font-weight: 600;
}

.div-block-510 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-125 {
  width: 24px;
  height: 24px;
}

.text-block-478 {
  font-weight: 500;
}

.div-block-511 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-512 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-478-copy_pw2 {
  font-weight: 500;
  text-decoration: underline;
}

.div-block-511-copy_pw2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-479 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.image-126 {
  opacity: .2;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-107 {
  background-color: var(--gf5--bg);
  font-family: var(--system);
  color: #fff;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-513 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-514 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-480 {
  text-align: center;
  margin-bottom: 8px;
}

.text-block-481 {
  font-weight: 600;
}

.text-block-482 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.text-block-483 {
  color: #ff7474;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-515 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-516 {
  background-image: url('../images/pw3_9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  width: 100%;
  height: 360px;
}

.text-block-484 {
  color: #d1d1d1;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-484-copy_pw3 {
  color: #d1d1d1;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
  position: static;
  inset: 0% auto auto 0%;
}

.body-108 {
  background-color: var(--gf5--bg);
  font-family: var(--system);
  color: var(--white);
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-517 {
  max-width: var(--430px);
  background-image: url('../images/pw-10.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-518 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-469-copy_pw4 {
  color: #fff;
  font-size: 10px;
  line-height: 70px;
}

.div-block-500-copy_pw4 {
  background-color: #fff;
  width: 2px;
  height: 16px;
}

.text-block-470-copy_pw4 {
  color: #fff;
  font-size: 10px;
  line-height: 70px;
}

.div-block-501-copy_pw4 {
  background-color: #fff;
  width: 2px;
  height: 16px;
}

.text-block-468-copy_pw4 {
  color: #fff;
  font-size: 10px;
  line-height: 70px;
}

.div-block-503-copy_pw4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-485 {
  text-align: center;
}

.text-span-59 {
  text-decoration: underline;
}

.text-block-486 {
  text-align: center;
  margin-top: 71px;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.image-127 {
  margin-top: 60px;
  margin-left: 20px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-127-copy_pw4 {
  opacity: .2;
  margin-top: 60px;
  margin-left: 20px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-109 {
  background-color: var(--gf5--bg);
  font-family: var(--system);
  color: #fff;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-519 {
  max-width: var(--430px);
  background-image: url('../images/pw-osn.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.div-block-520 {
  background-color: #353535;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.text-block-487 {
  text-align: center;
  margin-bottom: 24px;
}

.text-block-488 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.text-span-60 {
  text-decoration: underline;
}

.image-128 {
  opacity: .1;
  margin-top: 20px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-110 {
  background-color: var(--gf5--bg);
  font-family: var(--system);
  color: #fff;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-521 {
  max-width: var(--430px);
  background-image: url('../images/pr-11.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.text-block-489 {
  color: var(--gf5--bg);
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 70px;
  font-weight: 700;
  display: flex;
}

.div-block-522, .div-block-523 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-490 {
  text-align: center;
  margin-top: 71px;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 41px;
}

.text-block-491 {
  text-align: center;
}

.div-block-521-copy_pr2 {
  max-width: var(--430px);
  background-image: url('../images/pr-11_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: static;
}

.div-block-521-copy_pr3 {
  max-width: var(--430px);
  background-image: url('../images/pr-13.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: static;
}

.div-block-521-copy_pr4 {
  max-width: var(--430px);
  background-image: url('../images/pr-14.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: static;
}

.div-block-521-copy_pr5 {
  max-width: var(--430px);
  background-image: url('../images/pr-12.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: static;
}

.body-111 {
  justify-content: center;
  display: flex;
}

.div-block-524 {
  background-image: url('../images/6geo_pw1.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-492 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 40px;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.div-block-525 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 108px;
  display: flex;
}

.div-block-526 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.div-block-527 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-493 {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-493-copy {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.text-block-494 {
  color: #000;
  text-align: center;
  letter-spacing: -.08px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-495 {
  color: #226ef8;
  text-align: center;
  letter-spacing: -.08px;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
}

.div-block-528 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-61, .text-span-62 {
  font-weight: 600;
}

.div-block-529 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 84px;
  display: flex;
}

.text-block-496 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #226ef8;
  border-radius: 40px;
  margin-top: 12px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-530 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-531 {
  background-color: #a0a0a0;
  width: 2px;
  height: 16px;
}

.text-block-497 {
  color: #a0a0a0;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.image-129 {
  vertical-align: baseline;
  flex: 0 auto;
  order: 0;
  margin-top: 60px;
  margin-left: 20px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.div-block-532 {
  background-image: url('../images/Group-1171275844.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-112 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-533 {
  background-image: url('../images/6geo_pw2.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.div-block-534 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  padding: 8px;
  display: flex;
}

.div-block-535 {
  flex-flow: column;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.div-block-536 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-498 {
  color: #fff;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-498-copy {
  color: #fff;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.text-block-499 {
  color: #fff;
  letter-spacing: -.41px;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.div-block-537 {
  background-image: url('../images/location-19-1.svg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 250px;
  height: 250px;
  padding-top: 60px;
  display: flex;
}

.div-block-538 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 84px;
  display: flex;
}

.div-block-539 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-500 {
  color: #226ef8;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 24.5px;
}

.text-block-501 {
  color: #565656;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 5px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-502 {
  color: #226ef8;
  letter-spacing: -.08px;
  font-size: 15px;
  font-weight: 600;
}

.div-block-540 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 34px;
  display: flex;
}

.text-block-503 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  background-color: #226ef8;
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 12px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: block;
}

.div-block-541 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-504 {
  color: #a0a0a0;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-542 {
  background-color: #a0a0a0;
  width: 2px;
  height: 16px;
}

.div-block-543 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-113 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-544 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-545 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 336px;
  margin-top: 120px;
  display: flex;
}

.text-block-505 {
  color: #226ef880;
  letter-spacing: -.08px;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-506 {
  color: #226ef8;
  text-align: center;
  margin-top: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.text-block-507 {
  color: #000;
  text-align: center;
  letter-spacing: .37px;
  font-size: 32px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-508 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-509 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-546 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.text-block-510 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #226ef8;
  border-radius: 40px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: block;
}

.div-block-547 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 16px;
  display: flex;
}

.image-130 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-511 {
  color: #a0a0a0;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-548 {
  background-color: #a0a0a0;
  width: 2px;
  height: 16px;
}

.div-block-549 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-114 {
  justify-content: center;
  display: flex;
}

.div-block-550 {
  background-image: url('../images/6geo_pw4.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-551 {
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  margin-top: 500px;
  display: flex;
}

.div-block-552 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-512 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-513 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-514 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #226ef8;
  border-radius: 40px;
  margin-top: 32px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-553 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-554 {
  background-color: #a0a0a0;
  width: 2px;
  height: 16px;
}

.text-block-515 {
  color: #a0a0a0;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.image-131 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-span-63 {
  text-decoration: underline;
}

.body-115 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-555 {
  background-image: url('../images/6geo_pw-osn.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  display: flex;
  position: relative;
}

.body-116 {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-556 {
  background-image: url('../images/6geo_1pr.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-557 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 500px;
  display: flex;
}

.text-block-516 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-517 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 8px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-518 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #226ef8;
  border-radius: 40px;
  margin-top: 32px;
  margin-bottom: 70px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-556-copy {
  background-image: url('../images/6geo_2pr.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-556-copy-2 {
  background-image: url('../images/6geo_3pr.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-556-copy-3 {
  background-image: url('../images/6geo_4pr.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-556-copy-4 {
  background-image: url('../images/6geo_5pr.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.text-block-519 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

.text-span-64 {
  color: #226ef8;
}

.div-block-558 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 32px;
  padding: 4px 16px;
  display: flex;
}

.div-block-559 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.div-block-560 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.text-block-520 {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-521 {
  color: #a0a0a0;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-561 {
  flex-flow: column;
  justify-content: flex-end;
  margin-top: 275px;
  display: flex;
}

.text-block-522 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #226ef8;
  border-radius: 40px;
  margin-top: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-562 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-563 {
  background-color: #a0a0a0;
  width: 2px;
  height: 16px;
}

.text-block-523 {
  color: #a0a0a0;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.image-132 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-564 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 120px;
  display: flex;
}

.text-block-524 {
  color: var(--hc16--osn);
  text-align: center;
  text-transform: uppercase;
  margin-top: -70px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-525, .text-block-526 {
  color: var(--hc16--dark-blue);
  font-size: 17px;
  line-height: 120%;
}

.text-span-65 {
  font-weight: 700;
}

.body-117 {
  background-color: var(--hf7--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-565 {
  max-width: var(--430px);
  background-image: url('../images/pw1_10.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-566 {
  background-image: linear-gradient(#fff0, #fff 5%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-567 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-527 {
  background-color: var(--gf7--blue);
  color: #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 3px 8px #2a4fd766;
}

.text-block-528 {
  color: #888;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-568 {
  background-color: #888;
  width: 2px;
  height: 15px;
}

.div-block-569 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-529 {
  color: #000;
  font-size: 17px;
  line-height: 22px;
}

.div-block-570 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-571 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 53px;
  display: flex;
}

.text-block-529-copy {
  color: #000;
  font-size: 17px;
  line-height: 22px;
}

.text-block-530 {
  color: #000;
  text-align: center;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 42px;
}

.text-block-531 {
  color: #000;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-532 {
  color: var(--gf7--blue);
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}

.image-133 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-118 {
  background-color: var(--hf7--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-572 {
  max-width: var(--430px);
  background-image: url('../images/pw2_8.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-573 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-532-copy {
  color: #fff;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
}

.div-block-574 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-530-copy {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 800;
  line-height: 42px;
}

.image-133-copypw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-575 {
  background-image: url('../images/pw2-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 292px;
  display: flex;
}

.div-block-576 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-533 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-534 {
  color: #fff9;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.body-119 {
  background-color: var(--hf7--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-577 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block-535 {
  opacity: .5;
  color: var(--gf7--blue);
  padding: 10px;
}

.div-block-578 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-134 {
  width: 100%;
}

.text-block-536 {
  color: var(--gf7--blue);
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-537 {
  color: #000;
  text-align: center;
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-538 {
  color: #000;
  text-align: center;
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-539 {
  color: #000;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.body-120 {
  background-color: var(--hf7--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-579 {
  max-width: var(--430px);
  background-image: url('../images/osn.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-580 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-581 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 16px;
  display: flex;
}

.image-135 {
  width: 56px;
}

.text-block-540 {
  color: var(--gf7--blue);
  font-size: 18px;
  font-weight: 600;
}

.div-block-582 {
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.div-block-583 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: .3px solid #798a97;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 4px;
  display: flex;
}

.text-block-541 {
  color: #10182b;
  font-size: 15px;
  font-weight: 400;
}

.div-block-584 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.text-block-541-copy {
  color: #10182b;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.text-span-66, .text-span-67 {
  text-decoration: underline;
}

.div-block-583-copy {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 4px;
  display: flex;
}

.text-block-542 {
  text-align: center;
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-543 {
  color: #798a97;
  margin-bottom: 24px;
  font-size: 11px;
  line-height: 13px;
}

.text-block-544 {
  opacity: .6;
  color: var(--gf7--blue);
  text-align: center;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.body-121 {
  background-color: var(--hf7--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-585 {
  max-width: var(--430px);
  background-image: url('../images/pr1_9.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-586 {
  background-image: linear-gradient(#fff0, #fff 5%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-527-copypr1 {
  background-color: var(--gf7--blue);
  color: #fff;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  margin-bottom: 70px;
  font-size: 17px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 3px 8px #2a4fd766;
}

.text-block-545 {
  color: #131315;
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-546 {
  opacity: .6;
  color: #131315;
  text-align: center;
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-585-copypr_1pw {
  max-width: var(--430px);
  background-image: url('../images/pr1-5_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-span-68 {
  text-decoration: underline;
}

.body-122 {
  background-color: var(--hf7--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-585-copy_sc1 {
  max-width: var(--430px);
  background-image: url('../images/pr1-1_4.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-585-copy_sc2 {
  max-width: var(--430px);
  background-image: url('../images/pr1-2_4.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-585-copy_sc3 {
  max-width: var(--430px);
  background-image: url('../images/pr1-3_4.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-585-copy_sc4 {
  max-width: var(--430px);
  background-image: url('../images/pr1-4_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.body-123 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.div-block-587 {
  max-width: var(--430px);
  background-image: url('../images/pw-9_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-weight: 400;
  display: flex;
  position: relative;
}

.div-block-588 {
  background-image: linear-gradient(#fff0, #fff 4%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-589, .text-block-547 {
  width: 100%;
}

.text-block-548 {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  font-weight: 600;
  display: flex;
}

.div-block-590, .div-block-591 {
  background-color: #9c9c9c;
  width: 2px;
  height: 16px;
}

.text-block-549, .text-block-550, .text-block-551 {
  color: #9c9c9c;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-592 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-552 {
  color: #309bc9;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-553 {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 120%;
}

.text-span-69, .text-span-70 {
  font-weight: 600;
}

.div-block-593 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-594 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.text-block-554, .text-block-554-copy_pw1 {
  font-weight: 500;
}

.div-block-593-copy_pw1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-555 {
  margin-bottom: 32px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.div-block-595 {
  background-image: url('../images/pw1_11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-136 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-124 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-596 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-597 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-556 {
  color: #309bc9;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-598 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-599 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-600 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-557, .text-block-558, .text-block-559, .text-block-560 {
  font-weight: 500;
}

.text-block-560-copy_pw2 {
  font-weight: 500;
  text-decoration: underline;
}

.div-block-599-copy_pw2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-561 {
  margin-bottom: 16px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.div-block-601 {
  background-image: url('../images/pw2-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 292px;
  display: flex;
}

.image-137, .image-138, .image-139, .image-140, .image-141, .image-142, .image-143, .image-144 {
  width: 24px;
  height: 24px;
}

.image-145 {
  width: 75px;
}

.text-block-562 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-563 {
  color: #9c9c9c;
  margin-bottom: 8px;
  font-weight: 600;
}

.image-146 {
  opacity: .4;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-146-copy_pw2 {
  opacity: .2;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-136-copy_pw1 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-125 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-602 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-603 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-564 {
  text-align: center;
  margin-bottom: 8px;
}

.text-block-565 {
  font-weight: 700;
}

.text-block-566 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-567 {
  color: #309bc9;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.div-block-604 {
  flex-flow: column;
  width: 100%;
  margin-top: 110px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-605 {
  background-image: url('../images/pw3_11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  height: 360px;
}

.text-block-568 {
  opacity: .5;
  color: #309bc9;
  font-size: 15px;
  line-height: 120%;
}

.text-block-568-copy_pw3 {
  opacity: .5;
  color: #309bc9;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
  position: static;
  inset: 0% auto auto 0%;
}

.body-126 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-606 {
  max-width: var(--430px);
  background-image: url('../images/map-8.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-607 {
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 -10px 20px #0003;
}

.div-block-589-copy_pw_main {
  width: 100%;
}

.text-block-548-copy_pw_main {
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-weight: 500;
  display: flex;
}

.div-block-592-copy_pw_main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-549-copy {
  color: #9c9c9c;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.text-block-549-copy_pw_main {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-590-copy_pw_main {
  background-color: #fff;
  width: 2px;
  height: 16px;
}

.text-block-550-copy_pw_main {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-591-copy_pw_main {
  color: #fff;
  background-color: #fff;
  width: 2px;
  height: 16px;
}

.text-block-551-copy_pw_main {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-608 {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-569 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 109px;
  margin-bottom: 24px;
  font-weight: 700;
}

.text-block-570 {
  opacity: .6;
  text-align: center;
}

.text-span-71 {
  text-decoration: underline;
}

.image-147 {
  opacity: .4;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-147-copy_pw_main {
  opacity: .2;
  margin-top: 10px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-127 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-609 {
  max-width: var(--430px);
  background-image: url('../images/onb-32.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-610 {
  background-image: linear-gradient(#fff0, #fff 4%);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-571 {
  text-align: center;
  margin-bottom: 24px;
  font-weight: 400;
}

.text-block-572 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-611 {
  background-image: url('../images/pw_pr.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.text-span-72 {
  text-decoration: underline;
}

.image-148 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-148-copy_pw_pr {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-128 {
  font-family: var(--system);
  color: #000;
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-612 {
  max-width: var(--430px);
  background-image: url('../images/pr1_10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-613 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-573 {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 70px;
  font-weight: 500;
  display: flex;
}

.div-block-614 {
  background-image: url('../images/pr4_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.text-block-574 {
  text-align: center;
  margin-top: 87px;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-575 {
  text-align: center;
  font-weight: 500;
}

.div-block-612-copy_pr2 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.text-block-576 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-612-copy_pr3, .div-block-612-copy_pr4, .div-block-612-copy_pr5 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-614-copy_pr1 {
  background-image: url('../images/pr1_10.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-614-copy_pr2 {
  background-image: url('../images/pr2_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-614-copy_pr3 {
  background-image: url('../images/pr3_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-614-copy_pr4 {
  background-image: url('../images/pr4_4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-614-copy_pr5 {
  background-image: url('../images/pr5_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-149 {
  width: 100%;
}

.body-129 {
  justify-content: center;
  display: flex;
}

.div-block-615 {
  background-image: url('../images/9Paywall_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-616 {
  background-image: linear-gradient(#fff0, #fff 7%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-577 {
  color: #1c274c;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 34px;
  font-weight: 800;
  line-height: 42px;
}

.div-block-617 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-578 {
  color: #000;
}

.text-block-579 {
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-618 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-579-copy {
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.text-block-580 {
  color: #1c274c;
  text-align: center;
  letter-spacing: -.08px;
  font-size: 15px;
  line-height: 22px;
}

.text-span-73, .text-span-74 {
  font-weight: 600;
}

.text-block-581 {
  color: #4790d3;
  text-align: center;
  letter-spacing: -.08px;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
}

.div-block-619 {
  flex-flow: column;
  justify-content: flex-end;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-582 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #4790d3;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: block;
}

.div-block-620 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-621 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-583 {
  color: #c3c5ca;
  text-align: center;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-622 {
  background-color: #c3c5ca;
  width: 2px;
  height: 16px;
}

.image-150 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-130 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block-623 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.bold-text {
  font-size: 17px;
}

.text-span-76 {
  font-size: 19px;
  font-weight: 700;
}

.body-135 {
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.body-136 {
  justify-content: center;
  display: flex;
}

.div-block-655 {
  background-image: url('../images/9Paywall_2.jpg');
  background-position: 50% 100%;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-656 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(131deg, #4790d3, #d2e9ff);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 110px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-611 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.div-block-657 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-658 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-612 {
  color: #fff;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-612-copy {
  color: #fff;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-659 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 76px;
  margin-bottom: 76px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-660 {
  background-image: url('../images/geolocation-19-1.svg');
  background-position: 50% 0;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

.text-block-613 {
  color: #4790d3;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  margin-top: 46px;
  font-size: 24px;
  font-weight: 600;
  line-height: 24.5px;
}

.text-block-614 {
  color: #7781a4;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-661 {
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-615 {
  color: #4790d3;
  text-align: center;
  letter-spacing: -.08px;
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-616 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  background-color: #4790d3;
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-662 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-617 {
  color: #c3c5ca;
  text-align: center;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-663 {
  background-color: #c3c5ca;
  width: 2px;
  height: 16px;
}

.image-158 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-137 {
  justify-content: center;
  display: flex;
}

.div-block-664 {
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: static;
}

.div-block-665 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-666 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 32px;
  display: flex;
}

.text-block-618 {
  color: #4790d3;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 40px;
  font-weight: 700;
  line-height: 47px;
}

.text-block-619 {
  color: #000;
  text-align: center;
  letter-spacing: .37px;
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
}

.text-block-620 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-621 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-667 {
  flex-flow: column;
  justify-content: flex-end;
  margin-top: 16px;
  display: flex;
}

.text-block-622 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #4790d3;
  border-radius: 12px;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-668 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-623 {
  color: #c3c5ca;
  text-align: center;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-669 {
  background-color: #c3c5ca;
  width: 2px;
  height: 16px;
}

.text-block-624 {
  opacity: .66;
  color: #1c274c80;
  letter-spacing: -.08px;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.body-138 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-670 {
  background-image: url('../images/9pw_main.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-671 {
  background-color: #fff;
  border-top-right-radius: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 -2px 10px #0003;
}

.div-block-672 {
  flex-flow: column;
  justify-content: center;
  margin-top: 24px;
  display: flex;
}

.text-block-625 {
  color: #1c274c;
  text-align: left;
  letter-spacing: -.41px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.image-159 {
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-673 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-626 {
  color: #1c274c;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-674 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 24px;
  display: flex;
}

.div-block-675 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.text-block-627 {
  color: #7781a4;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: block;
}

.text-block-628 {
  color: #fff;
  letter-spacing: -.41px;
  background-color: #4790d3;
  border-radius: 12px;
  margin-top: 16px;
  margin-bottom: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-676 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #c3c5ca;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-629 {
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-677 {
  background-color: #c3c5ca;
  width: 2px;
  height: 16px;
}

.image-160 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-139 {
  color: #7781a4;
  justify-content: center;
  display: flex;
}

.div-block-678 {
  background-image: url('../images/g91Preroll_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.div-block-679 {
  background-image: linear-gradient(#fff0, #fff 4%);
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-630 {
  color: #1c274c;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-631 {
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 8px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-632 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #4790d3;
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-678-copy {
  background-image: url('../images/g92Preroll_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-678-copy-2 {
  background-image: url('../images/91Preroll_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-678-copy-3 {
  background-image: url('../images/g94Preroll_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-678-copy-4 {
  background-image: url('../images/92Preroll_1.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.body-140 {
  justify-content: center;
  display: flex;
}

.div-block-680 {
  background-image: url('../images/9Preroll_1_pw.jpg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-681 {
  background-image: linear-gradient(#fff0, #fff 3%);
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-633 {
  color: #1c274c;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-634 {
  color: #7781a4;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 8px;
  font-size: 17px;
  line-height: 22px;
}

.text-span-77 {
  text-decoration: underline;
}

.text-block-635 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #4790d3;
  border-radius: 12px;
  margin-top: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-682 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-636 {
  color: #c3c5ca;
  text-align: center;
  letter-spacing: -.24px;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-683 {
  background-color: #c3c5ca;
  width: 2px;
  height: 16px;
}

.image-161 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-141 {
  justify-content: center;
  display: flex;
}

.div-block-684 {
  background-image: url('../images/6pw_osn.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: static;
}

.div-block-685 {
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  box-shadow: 0 -4px 14px #00000040;
}

.div-block-686 {
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  display: flex;
  position: static;
}

.text-block-637 {
  color: #226ef8;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  position: static;
  inset: 0% auto auto 0%;
}

.text-block-638 {
  color: gray;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-687 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-688 {
  border-bottom: 1px solid #226ef866;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 16px;
  display: flex;
}

.div-block-689 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-639 {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-span-78, .text-span-79 {
  text-decoration: underline;
}

.text-block-639-copy {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-690 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  display: block;
}

.div-block-691 {
  flex-flow: column;
  justify-content: flex-end;
  margin-top: 32px;
  display: flex;
}

.text-block-640 {
  color: #a0a0a0;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-641 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #226ef8;
  border-radius: 40px;
  margin-top: 8px;
  margin-bottom: 70px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-692 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #a0a0a0;
  letter-spacing: -.24px;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.div-block-693 {
  background-color: #a0a0a0;
  width: 2px;
  height: 16px;
}

.div-block-694 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 24px;
  display: block;
}

.body-142 {
  font-family: var(--system);
  color: var(--wf_a1--dark_blue);
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.div-block-695 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-696 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-697 {
  width: 100%;
}

.text-block-642 {
  background-color: var(--wf_a1--blue);
  color: #fff;
  text-align: center;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: flex;
}

.text-block-643 {
  color: #9d9d9d;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-698, .div-block-699 {
  background-color: #9d9d9d;
  width: 2px;
  height: 16px;
}

.div-block-700 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-644 {
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-645 {
  color: #9d9d9d;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
}

.text-span-80, .text-span-81 {
  font-weight: 600;
}

.image-162 {
  width: 24px;
  height: 24px;
}

.div-block-701 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-646 {
  font-weight: 500;
}

.div-block-701-copy_pw1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-646-copy_pw1 {
  font-weight: 500;
  text-decoration: underline;
}

.div-block-702 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 80px;
  display: flex;
}

.text-block-647 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.div-block-703 {
  background-image: url('../images/pw1_12.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-163 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-163-copy_pw1 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-143 {
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-704 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-705 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-648 {
  color: var(--wf_a1--blue);
  text-align: center;
  margin-bottom: 32px;
  font-size: 15px;
  font-weight: 500;
  line-height: 120%;
}

.div-block-706 {
  background-image: url('../images/pw2_9.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  margin-top: 16px;
  margin-bottom: 8px;
  display: flex;
}

.div-block-707 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-164 {
  width: 24px;
  height: 24px;
}

.div-block-708 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-709 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-block-649 {
  color: var(--wf_a1--dark_blue);
  font-weight: 500;
}

.div-block-708-copy_pw2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.text-block-649-copy_pw2 {
  color: var(--wf_a1--dark_blue);
  font-weight: 500;
  text-decoration: underline;
}

.text-block-650 {
  color: var(--wf_a1--dark_blue);
  text-align: center;
  margin-top: 90px;
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.image-165 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-165-copy_pw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-651 {
  color: var(--wf_a1--dark_blue);
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-652 {
  color: #9d9d9d;
  font-weight: 600;
}

.body-144 {
  font-family: var(--system);
  color: var(--wf_a1--dark_blue);
  letter-spacing: var(--0-41);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-710 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-711 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-653 {
  text-align: center;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-654 {
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-655 {
  text-align: center;
  margin-bottom: 4px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.text-block-656 {
  font-size: 40px;
  line-height: 31px;
}

.text-block-657 {
  color: var(--wf_a1--blue);
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.image-166 {
  border-radius: 32px;
  width: 100%;
  margin-top: 110px;
  margin-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-658 {
  opacity: .6;
  color: var(--wf_a1--blue);
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-658-copy_pw3 {
  opacity: .6;
  color: var(--wf_a1--blue);
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 120%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-145 {
  font-family: var(--system);
  color: var(--wf_a1--dark_blue);
  letter-spacing: var(--0-41);
  justify-content: center;
  line-height: 22px;
  display: flex;
}

.div-block-712 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-713 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-659 {
  opacity: .6;
  text-align: center;
  margin-bottom: 32px;
  font-size: 17px;
}

.text-span-82 {
  text-decoration: underline;
}

.text-block-660 {
  text-align: center;
  margin-top: 24px;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.div-block-714 {
  background-image: url('../images/pw_osn_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.image-167 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-167-copy_pw_osn {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-146 {
  font-family: var(--system);
  color: var(--wf_a1--dark_blue);
  letter-spacing: var(--0-41);
  justify-content: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-715 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-716 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-661 {
  background-color: var(--wf_a1--blue);
  color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-top: 24px;
  margin-bottom: 70px;
  font-weight: 600;
  display: flex;
}

.image-168 {
  margin-top: 48px;
  margin-bottom: 32px;
}

.div-block-717 {
  background-image: url('../images/pr1_11.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-718 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.text-block-662 {
  color: var(--wf_a1--blue);
}

.text-block-663 {
  color: var(--wf_a1--blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}

.text-block-664 {
  text-align: center;
  margin-bottom: 32px;
  font-weight: 500;
}

.div-block-719 {
  background-image: url('../images/pr2_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-718-copy_pr3, .div-block-718-copy_pr4, .div-block-718-copy_pr5 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-719-copy_pr3 {
  background-image: url('../images/pr3_5.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-719-copy_pr4 {
  background-image: url('../images/pr4_5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.div-block-719-copy_pr5 {
  background-image: url('../images/pr5_3.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 700px;
}

.image-169 {
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.body-147 {
  background-color: var(--ci1--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-720 {
  background-image: url('../images/pw1_13.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 430px;
  display: flex;
  position: relative;
}

.div-block-721 {
  background-color: var(--ci1--bg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-722 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-665 {
  background-color: var(--ci1--osn);
  color: var(--ci1--bg);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.text-block-666 {
  color: #5f6369;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-723 {
  background-color: #5f6369;
  width: 2px;
  height: 16px;
}

.div-block-724 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-667 {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.text-span-83 {
  color: var(--ci1--osn);
}

.text-block-668 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-725 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-726 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-668-copy {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: underline;
  overflow: visible;
}

.div-block-727 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 88px;
  display: flex;
}

.div-block-728 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.text-block-669 {
  color: #5f6369;
  font-size: 15px;
  font-weight: 400;
}

.text-block-670 {
  color: var(--ci1--osn);
  font-size: 15px;
  font-weight: 600;
}

.image-170 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-148 {
  background-color: var(--ci1--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-729 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-730 {
  background-image: url('../images/Frame-14_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 343px;
  display: flex;
}

.div-block-731 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-732 {
  background-color: #1a1f26;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 365px;
  display: flex;
}

.div-block-727-copypw2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.text-block-670-copypw2 {
  color: #5f6369;
  margin-top: 69px;
  font-size: 15px;
  font-weight: 600;
}

.div-block-733 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-671 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-672 {
  color: #5f6369;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.image-170-copypw2 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-149 {
  background-color: var(--ci1--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-734 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block-673 {
  color: var(--ci1--osn);
  font-size: 15px;
}

.text-block-674 {
  color: #fed42880;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-171 {
  width: 100%;
  margin-top: 120px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-675 {
  color: var(--ci1--osn);
  margin-bottom: 4px;
  font-size: 40px;
  font-weight: 700;
  line-height: 31px;
}

.text-block-676 {
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-677 {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-678 {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 22px;
}

.body-150 {
  justify-content: center;
  display: flex;
}

.div-block-735 {
  background-image: url('../images/wifi_2_Paywall_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.text-block-679 {
  color: #2998e8;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.body-151 {
  background-color: var(--ci1--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-736 {
  max-width: var(--430px);
  background-image: url('../images/pw_osn_4.png');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-737 {
  background-color: var(--ci1--bg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-680 {
  color: #fff;
  text-align: center;
  margin-bottom: 8px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-681 {
  color: #5f6369;
  text-align: center;
  margin-bottom: 32px;
  font-size: 17px;
  line-height: 22px;
}

.text-span-84 {
  text-decoration: underline;
}

.image-170-copypwosn {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-152 {
  background-color: var(--ci1--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-738 {
  max-width: var(--430px);
  background-image: url('../images/pr1-1_5.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-739 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-665-copypr1 {
  background-color: var(--ci1--osn);
  color: var(--ci1--bg);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.image-172 {
  width: 179px;
  margin-bottom: 24px;
}

.div-block-738-copysc1 {
  max-width: var(--430px);
  background-image: url('../images/pr1-2_5.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-738-copysc2 {
  max-width: var(--430px);
  background-image: url('../images/pr1-4_2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-738-copysc3 {
  max-width: var(--430px);
  background-image: url('../images/pr1-3_5.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.div-block-738-copysc4 {
  max-width: var(--430px);
  background-image: url('../images/pr1_12.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
}

.text-block-682 {
  color: var(--ci1--osn);
  text-align: center;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-683 {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-740 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 138px;
  display: flex;
}

.div-block-741 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #161a20;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.image-173 {
  width: 76px;
}

.div-block-742 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-block-684 {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.text-block-685 {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
}

.div-block-743 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-744 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.text-block-686 {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-745 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.text-block-686-copy {
  color: #000;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-746 {
  color: #c9c9c9;
  letter-spacing: -.08px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 52px;
  display: flex;
}

.text-span-85 {
  color: #c9c9c9;
  font-size: 15px;
  font-weight: 600;
}

.text-span-86 {
  letter-spacing: -.08px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-687 {
  color: #2998e8;
  margin-top: 4px;
  font-size: 15px;
  font-weight: 600;
}

.text-block-688 {
  color: #fff;
  text-align: center;
  letter-spacing: .38px;
  text-transform: uppercase;
  background-color: #2998e8;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.div-block-747 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #c9c9c9;
  letter-spacing: -.24px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.div-block-748 {
  background-color: #c9c9c9;
  width: 2px;
  height: 16px;
}

.image-174 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-749 {
  background-image: linear-gradient(#ffffff26, #ffffffb3 3%, #fff 39%, #fff);
  flex-flow: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body-153 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-750 {
  background-color: #f5f5f5;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-751 {
  background-color: #2998e8;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-689 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
  display: flex;
}

.div-block-752 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.div-block-753 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-754 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.text-block-690 {
  color: #f5f5f5;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-690-copy {
  color: #f5f5f5;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.text-block-691 {
  color: #f5f5f580;
  text-align: center;
  letter-spacing: -.08px;
  margin-top: 44px;
  margin-bottom: 20px;
  font-size: 15px;
}

.div-block-755 {
  justify-content: center;
  align-items: center;
  padding-top: 38px;
  padding-bottom: 38px;
  display: flex;
}

.div-block-756 {
  background-image: url('../images/Group-1171275856.svg');
  background-position: 50% 0;
  background-size: cover;
  width: 346px;
  height: 250px;
}

.image-175 {
  padding-bottom: 193px;
  padding-left: 2px;
  display: block;
}

.image-175-copy {
  padding-top: 193px;
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.text-block-692 {
  color: #2998e8;
  text-align: center;
  letter-spacing: -.41px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  line-height: 24.5px;
}

.div-block-757 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 88px;
  display: flex;
}

.text-block-693 {
  color: #c9c9c9;
  letter-spacing: -.41px;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-694 {
  color: #fff;
  text-align: center;
  letter-spacing: .38px;
  text-transform: uppercase;
  background-color: #2998e8;
  border-radius: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-758 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #c9c9c9;
  letter-spacing: -.24px;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.div-block-759 {
  background-color: #c9c9c9;
  width: 2px;
  height: 16px;
}

.image-176 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-761 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-154 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-762 {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-763 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.text-block-695 {
  color: #2998e8;
  letter-spacing: .37px;
  font-size: 40px;
  font-weight: 700;
  line-height: 41px;
}

.div-block-764 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.text-block-696 {
  color: #4a4a4a;
  text-align: center;
  letter-spacing: .37px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-697 {
  color: #4a4a4a;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 4px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.text-block-698 {
  color: #4a4a4a;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
}

.text-block-699 {
  color: #fff;
  text-align: center;
  letter-spacing: .38px;
  background-color: #2998e8;
  border-radius: 12px;
  margin-top: 16px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.div-block-765 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #c9c9c9;
  letter-spacing: -.24px;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.div-block-766 {
  background-color: #c9c9c9;
  width: 2px;
  height: 16px;
}

.text-block-700 {
  color: #2998e880;
  letter-spacing: -.08px;
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-177 {
  width: 100%;
}

.div-block-767 {
  background-color: #2998e8;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body-155 {
  flex-flow: row;
  justify-content: center;
  display: flex;
}

.div-block-768 {
  background-image: url('../images/wifi_2_Paywall_osn.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
  position: relative;
}

.div-block-769 {
  background-image: linear-gradient(#ffffff1a, #fff9 6%, #ffffffcf 11%, #fff 25%);
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-701 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-702 {
  color: #4a4a4a;
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 8px;
  font-size: 17px;
  line-height: 22px;
}

.text-span-87 {
  text-decoration: underline;
}

.text-block-703 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #2998e8;
  border-radius: 12px;
  margin-top: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-770 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #c9c9c9;
  letter-spacing: -.24px;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.div-block-771 {
  background-color: #c9c9c9;
  width: 2px;
  height: 16px;
}

.image-178 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-156 {
  justify-content: center;
  display: flex;
}

.div-block-772 {
  background-image: url('../images/wf2_1Preroll_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.text-block-704 {
  color: #000;
  text-align: center;
  letter-spacing: -.41px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.div-block-773 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-774 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-705 {
  color: #fff;
  text-align: center;
  letter-spacing: -.41px;
  background-color: #2998e8;
  border-radius: 12px;
  margin-top: 32px;
  margin-bottom: 70px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-772-copy {
  background-image: url('../images/wf2_2Preroll_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.text-block-706 {
  text-align: center;
  letter-spacing: -.41px;
  margin-top: 8px;
  font-size: 17px;
  line-height: 22px;
}

.div-block-772-copy-2 {
  background-image: url('../images/wf2_3Preroll_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-772-copy-3 {
  background-image: url('../images/wf2_4Preroll_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.div-block-772-copy-4 {
  background-image: url('../images/wf2_5Preroll_1.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 430px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: none;
}

.body-157 {
  background-color: var(--hc26--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-775 {
  max-width: var(--430px);
  background-color: var(--hc26--bg);
  background-image: url('../images/pw1_14.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.body-158 {
  background-color: var(--hc26--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-776 {
  max-width: var(--430px);
  background-image: url('../images/pr1_14.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.div-block-776-copysc1 {
  max-width: var(--430px);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-777 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-778 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-707 {
  background-color: var(--hc26--blue);
  color: var(--hc26--white);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.div-block-779 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-780 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.div-block-781 {
  max-width: var(--430px);
  background-image: url('../images/pic.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-782 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-783 {
  display: flex;
}

.div-block-784 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-785 {
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-708 {
  background-color: var(--hc26--blue);
  color: var(--hc26--white);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  min-height: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.text-block-709 {
  color: var(--hc26--grey);
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
  display: block;
}

.div-block-786 {
  background-color: var(--hc26--grey);
  width: 2px;
  height: 16px;
}

.div-block-787 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-710 {
  color: var(--hc26--white);
  font-size: 17px;
  line-height: 22px;
}

.text-block-711, .text-block-712 {
  font-size: 28px;
}

.text-block-713 {
  color: var(--hc26--white);
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.div-block-788 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-789 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--hc26--transparent-blue);
  border-radius: 8px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  padding: 8px;
  display: flex;
}

.div-block-790 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-710-copy {
  color: var(--hc26--white);
  font-size: 17px;
  line-height: 22px;
}

.text-block-710-copy-copy {
  color: var(--hc26--white);
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-791 {
  margin-bottom: 24px;
  display: block;
}

.text-block-714 {
  color: var(--hc26--white);
  font-size: 15px;
  font-weight: 600;
}

.image-179 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.body-159 {
  background-color: var(--hc26--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-792 {
  max-width: var(--430px);
  background-color: var(--hc26--bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-793 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.div-block-794 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--hc26--transparent-blue);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 8px;
  display: flex;
}

.text-block-715 {
  color: var(--hc26--white);
}

.text-block-716 {
  color: var(--hc26--white);
  font-size: 17px;
  line-height: 22px;
}

.text-block-716-copy {
  color: var(--hc26--white);
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-795, .div-block-796 {
  background-image: url('../images/Pic1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-797 {
  background-image: url('../images/Pic1.png');
  background-position: 0 0;
  background-size: cover;
}

.div-block-798 {
  background-image: url('../images/Wi-fi.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.image-180 {
  width: 390px;
  height: 312px;
}

.div-block-799 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: url('../images/pic_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 312px;
  display: flex;
}

.text-block-717 {
  color: var(--hc26--light-blue);
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
}

.text-block-718 {
  color: var(--hc26--grey);
}

.text-block-719 {
  color: var(--hc26--light-blue);
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-800 {
  padding-bottom: 16px;
}

.text-block-720 {
  color: var(--hc26--white);
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.image-181 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-801 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 95px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.body-160 {
  background-color: var(--hc26--bg);
  font-family: var(--system);
  letter-spacing: var(--0-41);
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-802 {
  max-width: var(--430px);
  background-color: var(--hc26--bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-803 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.text-block-721 {
  color: var(--hc26--blue);
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-722 {
  font-weight: 700;
}

.text-block-723 {
  color: var(--hc26--white);
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.text-block-724 {
  color: var(--hc26--light-blue);
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-725 {
  color: var(--hc26--light-blue);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.div-block-804 {
  margin-bottom: 24px;
}

.div-block-805 {
  background-image: url('../images/img.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 312px;
}

.text-block-726 {
  padding-top: 10px;
  padding-left: 10px;
}

.div-block-806 {
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-727 {
  color: var(--hc26--grey);
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-807 {
  max-width: var(--430px);
  width: 100%;
}

.div-block-808 {
  max-width: var(--0-41);
  background-image: url('../images/pr1_13.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-809 {
  max-width: var(--430px);
  background-image: url('../images/pr2_6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: inline-flex;
  position: relative;
}

.text-block-728 {
  color: var(--hc26--white);
  font-size: 24px;
  line-height: 28px;
}

.div-block-810 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 24px;
  display: flex;
}

.text-block-729 {
  font-weight: 400;
}

.text-block-730 {
  color: var(--hc26--white);
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
}

.text-block-731 {
  color: var(--hc26--white);
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  line-height: 22px;
  display: flex;
}

.div-block-811 {
  max-width: var(--430px);
  background-image: url('../images/pr-3_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  position: relative;
}

.div-block-812 {
  max-width: var(--430px);
  background-image: url('../images/pr4_6.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-812-copy {
  max-width: var(--430px);
  background-image: url('../images/pr-5_1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-813 {
  background-image: url('../images/wf2_5Preroll_1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.div-block-814 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-815 {
  background-color: var(--hc26--blue);
  color: var(--hc26--white);
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.text-block-732 {
  font-weight: 700;
}

.div-block-816 {
  background-color: #151628;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-733 {
  background-color: var(--hc26--blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  margin-bottom: 70px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.image-182 {
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-817 {
  max-width: var(--430px);
  background-image: url('../images/pic.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-818 {
  flex-flow: column;
  order: 0;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-734 {
  background-color: var(--hc26--blue);
  color: var(--hc26--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.text-block-735 {
  color: var(--hc26--grey);
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
}

.div-block-819 {
  background-color: var(--hc26--grey);
  width: 2px;
  height: 16px;
}

.div-block-820 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-821 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-822 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--hc26--transparent-blue);
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 32px;
  padding: 8px;
  display: flex;
}

.text-block-736 {
  color: var(--hc26--white);
  font-size: 17px;
  line-height: 22px;
}

.text-block-737 {
  color: var(--hc26--white);
  text-transform: uppercase;
  padding-bottom: 24px;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
}

.text-block-736-copy {
  color: var(--hc26--white);
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.text-block-738 {
  color: var(--hc26--white);
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}

.text-block-739 {
  color: var(--hc26--white);
  font-size: 15px;
  font-weight: 400;
}

.div-block-823 {
  margin-bottom: 24px;
}

.image-183 {
  margin-top: 70px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-824 {
  max-width: var(--430px);
  background-color: var(--hc26--bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-825 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-740 {
  background-color: var(--hc26--blue);
  color: var(--hc26--white);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.div-block-826 {
  background-color: var(--hc26--grey);
  width: 2px;
  height: 16px;
}

.text-block-741 {
  color: var(--hc26--grey);
  font-size: 15px;
  line-height: 70px;
}

.div-block-827 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-742 {
  color: var(--hc26--light-blue);
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

.div-block-828 {
  padding-bottom: 16px;
}

.div-block-829 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: url('../images/pic_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 312px;
  display: flex;
}

.div-block-830 {
  background-image: url('../images/Wi-fi.svg');
  background-position: 50%;
  background-size: cover;
}

.text-block-743 {
  color: var(--hc26--light-blue);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.text-block-744 {
  color: var(--hc26--grey);
}

.div-block-831 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-184 {
  margin-top: 70px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 10px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-832 {
  max-width: var(--430px);
  background-color: var(--hc26--bg);
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  line-height: 70px;
  display: flex;
  position: relative;
}

.div-block-833 {
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-745 {
  background-color: var(--hc26--blue);
  color: var(--hc26--white);
  border-radius: 8px;
  order: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.div-block-834 {
  background-color: var(--hc26--grey);
  width: 2px;
  height: 16px;
}

.text-block-746 {
  color: var(--hc26--grey);
  font-size: 10px;
  font-weight: 500;
}

.div-block-835 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-747 {
  color: var(--hc26--grey);
  font-size: 10px;
  font-weight: 600;
}

.text-block-748 {
  color: var(--hc26--grey);
  font-size: 10px;
}

.text-block-749 {
  color: var(--hc26--light-blue);
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
}

.text-block-750 {
  color: var(--hc26--light-blue);
  font-size: 17px;
  font-weight: 600;
  line-height: 32px;
}

.div-block-836 {
  margin-bottom: 24px;
}

.text-block-751 {
  color: var(--hc26--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  display: flex;
}

.div-block-837 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-752 {
  font-weight: 600;
}

.text-block-753 {
  color: var(--hc26--blue);
  text-align: center;
  font-size: 34px;
  font-weight: 600;
  line-height: 41px;
}

.image-185 {
  margin-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-754 {
  color: var(--hc26--grey);
  font-size: 15px;
  line-height: 20px;
  position: absolute;
}

.text-block-755 {
  color: var(--hc26--grey);
}

.text-block-756 {
  color: var(--hc26--grey);
  font-size: 15px;
  line-height: 20px;
}

.div-block-838 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-757 {
  color: var(--hc26--grey);
  margin-top: 60px;
  margin-left: 10px;
  padding: 10px;
  font-size: 15px;
  line-height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-block-758 {
  color: var(--hc26--grey);
}

.div-block-839 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--hc26--bg);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-759 {
  background-color: var(--hc26--blue);
  color: var(--hc26--white);
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.image-186 {
  margin-bottom: 40px;
}

.text-block-760 {
  color: var(--hc26--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  display: flex;
}

.div-block-840 {
  background-color: var(--hc26--blue);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 70px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-811-copy {
  max-width: var(--430px);
  background-image: url('../images/pr4_6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
  position: relative;
}

.div-block-811-copy-copy {
  max-width: var(--430px);
  background-image: url('../images/pr4_6.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-841 {
  max-width: var(--430px);
  background-image: url('../images/pr-5.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: inline-flex;
  position: relative;
}

.div-block-842 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4px;
  display: flex;
}

.div-block-843 {
  background-image: url('../images/✏️-Action.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-844 {
  background-color: var(--hc26--light-blue);
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 8px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
}

.text-block-761 {
  color: var(--hc26--bg);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.div-block-845 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-846 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text-2, .bold-text-3 {
  font-size: 19px;
}

.div-block-847 {
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-762 {
  text-align: center;
}

.div-block-848 {
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-849 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.div-block-850 {
  flex-flow: column;
  justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-851 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #bebebe;
  text-align: left;
  letter-spacing: -.24px;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 70px;
  display: flex;
}

.div-block-852 {
  background-color: #bebebe;
  width: 2px;
  height: 16px;
}

.div-block-853 {
  flex-flow: column;
  justify-content: flex-end;
}

.text-block-394-copy {
  color: var(--gf2--grey);
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 120%;
}

.text-block-396-copy_pw1-copy {
  font-weight: 500;
  text-decoration: none;
}

.text-block-42-copy-copy {
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
}

.text-block-48-copy-copy {
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.text-block-716-copy-copy, .text-block-736-copy-copy {
  color: var(--hc26--white);
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
}

.div-block-854 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-646-copy_pw1-copy {
  font-weight: 500;
  text-decoration: none;
}

.text-block-690-copy-copy {
  color: #f5f5f5;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
}

.image-187 {
  width: 100%;
}

.text-block-763 {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 600;
  line-height: 120%;
}

.text-block-764 {
  color: #969696;
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 120%;
}

.text-span-88, .text-span-89 {
  font-weight: 600;
}

.div-block-855 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-765 {
  font-weight: 500;
}

.div-block-856 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.image-188, .image-189, .image-190, .image-191 {
  width: 24px;
  height: 24px;
}

.div-block-855-copy_pw_osn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-765-copy_pw_osn {
  align-self: auto;
  font-weight: 500;
  text-decoration: none;
}

.image-192 {
  width: 106px;
  height: 106px;
  margin-bottom: 24px;
}

.div-block-857 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-858 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 38px;
  display: flex;
}

.div-block-859 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: .5px solid #9c9c9c;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 24px;
  display: flex;
}

.image-193 {
  width: 24px;
  height: 24px;
}

.text-block-766 {
  color: #000;
  font-weight: 500;
}

.div-block-859-copy_pw_osn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: .5px solid #9c9c9c;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 56px;
  padding-left: 24px;
  display: flex;
}

.text-block-766-copy_pw_osn {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.image-194 {
  width: 194px;
  height: 194px;
  margin-bottom: 16px;
}

.text-block-767 {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 120%;
}

.text-span-90, .text-span-91 {
  font-weight: 600;
}

.div-block-860 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.div-block-861 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-571-copypw2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-862 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-195 {
  width: 100%;
  margin-top: 35px;
}

.div-block-863 {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.div-block-864 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.image-196 {
  width: 206px;
  height: 168px;
}

.image-197 {
  width: 18px;
}

.div-block-865, .div-block-866 {
  flex-flow: column;
  display: flex;
}

.text-span-92, .text-span-93 {
  text-decoration: underline;
}

.text-block-626-copy {
  color: #1c274c;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  text-decoration: underline;
}

.div-block-867 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.div-block-868 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

.text-block-768 {
  color: #4890d3;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  position: absolute;
  inset: 16px auto auto 20px;
}

.text-block-769 {
  color: #c3c5ca;
  letter-spacing: -.41px;
  font-size: 17px;
  line-height: 22px;
  position: absolute;
  inset: 16px 20px auto auto;
}

.div-block-869 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-503-copypw4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-469-copy, .text-block-470-copy, .text-block-468-copy {
  color: #fff;
  font-size: 10px;
  line-height: 70px;
}

.text-span-94, .text-span-95, .text-span-96 {
  text-decoration: underline;
}

.div-block-609-copy_pr2 {
  max-width: var(--430px);
  background-image: url('../images/onb-28.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-609-copy_pr3 {
  max-width: var(--430px);
  background-image: url('../images/onb-29.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-609-copy_pr4 {
  max-width: var(--430px);
  background-image: url('../images/onb-30.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.div-block-609-copy_pr5 {
  max-width: var(--430px);
  background-image: url('../images/onb-31.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: none;
  position: relative;
}

.text-block-770 {
  text-align: center;
  margin-top: 80px;
  font-size: 34px;
  font-weight: 700;
  line-height: 41px;
}

.text-block-771 {
  text-align: center;
  margin-top: 24px;
  font-weight: 500;
}

.div-block-610-copy_pr1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-block-548-copy_pr1, .text-block-548-copy_pr2, .text-block-548-copy_pr3, .text-block-548-copy_pr4, .text-block-548-copy_pr5 {
  color: #fff;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 70px;
  font-weight: 600;
  display: flex;
}

.text-block-627-copy {
  color: #7781a4;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  display: none;
}

.text-span-97 {
  color: #4890d3;
  font-size: 21px;
}

.text-block-638-copy {
  color: gray;
  letter-spacing: -.41px;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  display: none;
  position: static;
  inset: 0% 0% auto auto;
}

@media screen and (max-width: 991px) {
  .text-block-174 {
    margin-top: 31px;
  }

  .image-125 {
    height: 24px;
  }

  .image-150 {
    display: none;
  }

  .body-130 {
    justify-content: center;
    display: flex;
  }

  .div-block-623 {
    background-image: url('../images/geo_Paywall_2.jpg');
    background-position: 50% 0;
    background-size: cover;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 430px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: flex;
    position: relative;
  }

  .div-block-624 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 124px;
    display: flex;
  }

  .text-block-584 {
    color: #fff;
    text-align: center;
    letter-spacing: -.41px;
    font-size: 34px;
    font-weight: 800;
    line-height: 42px;
  }

  .div-block-625 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 24px;
    display: flex;
  }

  .div-block-626 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-585 {
    color: #fff;
    letter-spacing: -.41px;
    font-size: 17px;
    line-height: 22px;
  }

  .text-block-585-copy {
    color: #fff;
    letter-spacing: -.41px;
    font-size: 17px;
    line-height: 22px;
    text-decoration: underline;
  }

  .div-block-627 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 130px;
    display: flex;
  }

  .div-block-628 {
    background-image: url('../images/geolocation-19-1.svg');
    background-position: 50% 0;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 200px;
    height: 200px;
    display: flex;
  }

  .text-block-586 {
    color: #4790d3;
    text-align: center;
    letter-spacing: -.41px;
    text-transform: uppercase;
    margin-top: 46px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24.5px;
  }

  .text-block-587 {
    color: #7781a499;
    text-align: center;
    letter-spacing: -.41px;
    margin-top: 4px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }

  .div-block-629 {
    flex-flow: column;
    justify-content: flex-end;
    margin-top: 48px;
    display: flex;
  }

  .text-block-588 {
    color: #4790d3;
    text-align: center;
    letter-spacing: -.08px;
    font-size: 15px;
    font-weight: 600;
  }

  .text-block-589 {
    color: #fff;
    text-align: center;
    letter-spacing: -.41px;
    text-transform: uppercase;
    background-color: #4790d3;
    border-radius: 12px;
    margin-top: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }

  .div-block-630 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-590 {
    color: #c3c5ca;
    text-align: center;
    letter-spacing: -.24px;
    font-size: 10px;
    font-weight: 500;
    line-height: 70px;
  }

  .div-block-631, .div-block-632, .div-block-633 {
    background-color: #c3c5ca;
    width: 2px;
    height: 16px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-151 {
    margin-top: 60px;
    margin-left: 10px;
    padding: 10px;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .body-131 {
    justify-content: center;
    display: flex;
  }

  .div-block-634 {
    background-color: #fff;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    max-width: 430px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: flex;
    position: relative;
  }

  .div-block-635 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 123px;
    display: flex;
  }

  .text-block-591 {
    color: #4790d3;
    text-align: center;
    letter-spacing: -.41px;
    margin-top: 32px;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
  }

  .text-block-592 {
    color: #000;
    text-align: center;
    letter-spacing: .37px;
    font-size: 34px;
    font-weight: 600;
    line-height: 41px;
  }

  .text-block-593 {
    color: #000;
    text-align: center;
    letter-spacing: -.41px;
    margin-top: 4px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }

  .text-block-594 {
    color: #000;
    text-align: center;
    letter-spacing: -.41px;
    font-size: 17px;
    line-height: 22px;
  }

  .div-block-636 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    margin-top: 16px;
    display: flex;
  }

  .text-block-595 {
    color: #fff;
    text-align: center;
    letter-spacing: -.41px;
    background-color: #4790d3;
    border-radius: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }

  .div-block-637 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-596 {
    color: #c3c5ca;
    text-align: center;
    letter-spacing: -.24px;
    font-size: 10px;
    font-weight: 500;
    line-height: 70px;
  }

  .div-block-638 {
    background-color: #c3c5ca;
    width: 2px;
    height: 16px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-block-597 {
    color: #1c274c80;
    letter-spacing: -.24px;
    margin-top: 60px;
    margin-left: 10px;
    padding: 10px;
    font-size: 15px;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .div-block-639, .div-block-640 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-132 {
    justify-content: center;
    display: flex;
  }

  .div-block-641 {
    background-image: url('../images/geo9_Paywall_main.jpg');
    background-position: 50% 0;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    max-width: 430px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: flex;
    position: relative;
  }

  .div-block-642 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 187px;
    display: flex;
  }

  .div-block-643 {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 40px;
    display: flex;
  }

  .text-block-598 {
    color: #1c274c;
  }

  .text-block-599 {
    color: #1c274c;
    text-align: center;
    letter-spacing: -.4px;
    font-size: 32px;
    font-weight: 600;
    line-height: 41px;
  }

  .div-block-644 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 24px;
    display: flex;
  }

  .div-block-645 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .text-block-600 {
    color: #1c274c;
    letter-spacing: -.41px;
    font-size: 17px;
    line-height: 22px;
  }

  .image-152, .image-153, .image-154, .image-155 {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-646 {
    flex-flow: column;
    justify-content: flex-end;
    margin-top: 79px;
    display: flex;
  }

  .text-block-601 {
    color: #7781a4;
    text-align: center;
    letter-spacing: -.41px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }

  .text-block-602 {
    color: #fff;
    text-align: center;
    letter-spacing: -.41px;
    background-color: #4790d3;
    border-radius: 12px;
    margin-top: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }

  .div-block-647 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-603 {
    color: #c3c5ca;
    text-align: center;
    letter-spacing: -.24px;
    font-size: 10px;
    font-weight: 500;
    line-height: 70px;
  }

  .div-block-648 {
    background-color: #c3c5ca;
    width: 2px;
    height: 16px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-156 {
    margin-top: 60px;
    margin-left: 10px;
    padding: 10px;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .body-133 {
    justify-content: center;
    display: flex;
  }

  .div-block-649 {
    background-image: url('../images/g91Preroll_1.jpg');
    background-position: 50% 0;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 430px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: flex;
  }

  .div-block-650 {
    flex-flow: column;
    justify-content: flex-end;
    margin-top: 538px;
    display: flex;
  }

  .text-block-604 {
    color: #1c274c;
    text-align: center;
    letter-spacing: -.41px;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
  }

  .text-block-605 {
    color: #7781a4;
    text-align: center;
    letter-spacing: -.41px;
    margin-top: 8px;
    font-size: 17px;
    line-height: 22px;
  }

  .text-block-606 {
    color: #fff;
    text-align: center;
    letter-spacing: -.41px;
    background-color: #4790d3;
    border-radius: 12px;
    margin-top: 32px;
    margin-bottom: 70px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }

  .div-block-649-copy {
    background-image: url('../images/g92Preroll_1.jpg');
    background-position: 50% 0;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 430px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: none;
  }

  .div-block-649-copy-2 {
    background-image: url('../images/g93Preroll_1.jpg');
    background-position: 50% 0;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 430px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: none;
  }

  .div-block-649-copy-3 {
    background-image: url('../images/g94Preroll_1.jpg');
    background-position: 50% 0;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 430px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: none;
  }

  .div-block-649-copy-4 {
    background-image: url('../images/95Preroll_1.jpg');
    background-position: 50% 0;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    width: 100%;
    max-width: 430px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: none;
  }

  .body-134 {
    justify-content: center;
    display: flex;
  }

  .div-block-651 {
    background-image: url('../images/9geopw_Preroll_1_pw.jpg');
    background-position: 50% 0;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    max-width: 430px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    display: flex;
    position: relative;
  }

  .div-block-652 {
    flex-flow: column;
    justify-content: flex-end;
    margin-top: 515px;
    display: flex;
  }

  .text-block-607 {
    color: #1c274c;
    text-align: center;
    letter-spacing: -.41px;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
  }

  .text-block-608 {
    color: #7781a4;
    text-align: center;
    letter-spacing: -.41px;
    margin-top: 8px;
    font-size: 17px;
    line-height: 22px;
  }

  .text-block-609 {
    color: #fff;
    text-align: center;
    letter-spacing: -.41px;
    background-color: #4790d3;
    border-radius: 12px;
    margin-top: 32px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 17px;
    font-weight: 600;
    line-height: 22px;
  }

  .text-span-75 {
    text-decoration: underline;
  }

  .div-block-653 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-610 {
    color: #c3c5ca;
    text-align: center;
    letter-spacing: -.24px;
    font-size: 10px;
    font-weight: 500;
    line-height: 70px;
  }

  .div-block-654 {
    background-color: #c3c5ca;
    width: 2px;
    height: 16px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-157 {
    margin-top: 60px;
    margin-left: 10px;
    padding: 10px;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }
}

@media screen and (max-width: 479px) {
  .text-block-597 {
    display: flex;
  }
}


