@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Bold.ttf') format("truetype"), url('../fonts/Gilroy-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Black.ttf') format("truetype"), url('../fonts/Gilroy-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-BoldItalic.ttf') format("truetype"), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-RegularItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gilroy;
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.top-box {
  position: relative;
}

.body {
  color: #000;
  font-family: Gilroy, Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.image {
  object-fit: cover;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.logo_box {
  opacity: .8;
  padding-top: 10px;
  padding-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.logo-option {
  text-align: right;
  padding-top: 0%;
  padding-right: 0%;
}

.up-link-box {
  width: 108px;
  max-width: 100%;
}

.image-2 {
  max-width: 100%;
}

.life-link-box {
  width: 128px;
}

.image-3 {
  max-width: 100%;
}

.main-title {
  z-index: 3;
  background-color: #fd0;
  border-radius: 24px;
  padding: 20px;
  position: absolute;
  inset: auto 10% 28%;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 135%;
}

.guide-circle {
  z-index: 5;
  background-color: red;
  border-radius: 160px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: 32% auto auto 2%;
}

.guide-text {
  color: #0000;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
}

.pream-sec {
  background-color: #f4f2ed;
  padding-bottom: 0;
}

.cont {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.pream-box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.avrora-logo-box {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.link-avr-logo {
  width: 120px;
  height: 41.5605px;
}

.sup-date-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.sup-text {
  color: #e30613;
  text-transform: uppercase;
  font-weight: 700;
}

.date-text {
  text-align: right;
}

.text1 {
  margin-bottom: 20px;
}

.link, .link-2 {
  color: #e30613;
  font-weight: 600;
}

.accent-box {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.inaccent {
  background-color: #fd0;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 20%;
  margin-right: 20%;
  padding: 40px;
  display: block;
}

.inaccent.redi {
  border: 2px solid red;
}

.accent-text {
  text-transform: none;
  font-weight: 600;
}

.topheart {
  margin-top: -20px;
}

.topheart.rtdf {
  margin-top: 0;
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.starsec {
  background-color: #fd0;
  padding-bottom: 40px;
}

.start-box {
  padding-top: 60px;
}

.heading-2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 135%;
}

.card-item-box {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 40px;
  position: static;
  top: 15px;
}

.card-item-box.next {
  background-color: #f76c2e;
  top: 20px;
}

.card-item-box.next.reps {
  top: 15px;
}

.card-item-box.tree {
  background-color: #e30613;
  top: 15px;
}

.carcas-box {
  margin-top: 40px;
  margin-bottom: 40px;
  position: static;
  top: 40px;
}

.card-text-simp {
  color: #fff7f7;
}

.card-text-simp.topgap {
  margin-top: 10px;
}

.card-text-simp.topgap.blacki, .card-text-simp.noirt {
  color: #000;
}

.image-17 {
  max-width: 40%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-17.specialgr {
  border: 1px solid #f76c2e;
  border-radius: 4px;
  max-width: 80%;
}

.card-grid-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 436px;
  display: flex;
}

.card-text1 {
  color: #fd0;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 135%;
}

.card-text1.wfg-st {
  color: #fedc00;
}

.card-text1.nered {
  color: red;
}

.redunique {
  color: red;
  font-weight: 500;
}

.yellacccent {
  color: #fd0;
  font-weight: 600;
}

.instn_sec {
  background-color: #f4f2ed;
  padding-bottom: 40px;
}

.instr-box {
  padding-top: 60px;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 135%;
}

.insteplbl {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.25fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.step-order-box {
  background-color: red;
  border-radius: 16px;
  padding: 40px;
}

.step-order-box.yel {
  background-color: #fd0;
}

.step-text1 {
  color: #e30613;
  letter-spacing: 4px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  line-height: 100%;
}

.step-expl-box {
  border: 4px solid #fd0;
  border-radius: 16px;
  padding: 40px;
}

.step-expl-box.redious {
  border-color: red;
}

.stepexpl-text {
  margin-bottom: 20px;
}

.stepexpl-text.lasting {
  margin-bottom: 0;
}

.stepexpl-text.lbl {
  font-weight: 600;
}

.link-3 {
  color: red;
  font-weight: 600;
}

.list-todo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.list-itemdo {
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 2px 5px #0003;
}

.do-text {
  text-align: center;
  font-size: 14px;
  line-height: 135%;
}

.do-icon-boc {
  opacity: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
  display: flex;
}

.importnt-box {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px;
}

.imprt-text {
  color: red;
  text-align: center;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 600;
}

.aderg_box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.adv-item {
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
}

.imptextnumb {
  color: #fd0;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.adv-words-box {
  margin-top: 10px;
}

.advsimpl-text {
  color: #000;
}

.adr {
  margin-top: 20px;
}

.image-18 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bolfi {
  font-weight: 600;
}

.fin-sec {
  background-color: #000;
}

.cont-2 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.fin-box {
  padding-top: 60px;
  padding-bottom: 60px;
}

.fin-text {
  color: #fff;
  font-size: 14px;
}

.link-4 {
  color: #fd0;
}

.photo-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
}

.photo-item {
  border-radius: 8px;
}

.image-19 {
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.block-guide {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.link-block {
  cursor: pointer;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.link-block:hover {
  background-color: #ffed23;
}

.text-block {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.grid-2 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.grid-3 {
  grid-template-rows: auto auto auto auto;
}

.block-zmist {
  background-color: red;
  padding-top: 0;
  padding-bottom: 0;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
}

.block-arrow {
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 12px;
  display: flex;
}

.image-20 {
  max-width: 12%;
}

.text-span {
  color: #e30614;
  font-weight: 500;
}

@media screen and (min-width: 1280px) {
  .main-title {
    padding: 40px;
  }

  .heading {
    font-size: 48px;
  }

  .guide-circle {
    border-radius: 240px;
    width: 240px;
    height: 240px;
  }

  .guide-text {
    font-size: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .up-link-box {
    width: 128px;
  }

  .life-link-box {
    width: 140px;
  }

  .main-title {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading {
    font-size: 56px;
  }
}

@media screen and (min-width: 1920px) {
  .logo_box {
    padding-top: 20px;
    padding-right: 40px;
  }

  .up-link-box {
    width: 168px;
  }

  .image-2 {
    width: 168px;
    max-width: 100%;
  }

  .life-logo {
    margin-top: 5px;
  }

  .life-link-box {
    width: 188px;
  }

  .image-3 {
    width: 188px;
    max-width: 100%;
  }

  .main-title {
    padding-left: 100px;
    padding-right: 100px;
  }

  .heading {
    font-size: 72px;
  }

  .guide-circle {
    border-radius: 320px;
    width: 320px;
    height: 320px;
  }

  .guide-text {
    font-size: 72px;
  }
}

@media screen and (max-width: 991px) {
  .up-link-box {
    width: 88px;
  }

  .image-2 {
    width: 88px;
    max-width: 100%;
  }

  .life-link-box, .image-3 {
    width: 104px;
  }

  .heading {
    font-size: 32px;
  }

  .guide-circle {
    border-radius: 120px;
    width: 120px;
    height: 120px;
  }

  .guide-text {
    font-size: 28px;
  }

  .cont {
    max-width: 700px;
  }

  .inaccent {
    margin-left: 10%;
    margin-right: 10%;
  }

  .inaccent.redi {
    margin-left: 5%;
    margin-right: 5%;
  }

  .card-text-simp {
    font-size: 14px;
  }

  .card-text1, .card-text1.wfg-st {
    font-size: 18px;
  }

  .step-order-box {
    padding-top: 40px;
  }

  .step-text1 {
    font-size: 32px;
  }

  .list-todo {
    grid-template-columns: 1fr 1fr;
  }

  .importnt-box {
    padding-bottom: 20px;
  }

  .imprt-text {
    padding-left: 0;
    padding-right: 0;
  }

  .aderg_box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .cont-2 {
    max-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: 400px;
  }

  .logo_box {
    padding-top: 5px;
    padding-right: 10px;
  }

  .logo-option {
    padding-top: 0%;
    padding-right: 0%;
  }

  .image-2 {
    max-width: 100%;
  }

  .life-logo {
    margin-top: -5px;
    margin-bottom: 0;
  }

  .image-3 {
    max-width: 100%;
  }

  .main-title {
    border-radius: 0;
    position: static;
  }

  .guide-circle {
    inset: auto auto 37% 5%;
  }

  .cont {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .inaccent {
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-2 {
    font-size: 28px;
  }

  .image-17 {
    max-width: 60%;
  }

  .card-grid-box {
    grid-template-columns: 1fr;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 135%;
  }

  .insteplbl {
    grid-template-columns: 1fr;
  }

  .cont-2 {
    max-width: none;
    margin-left: 5%;
    margin-right: 5%;
  }

  .photo-box {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 280px;
  }

  .logo_box {
    text-align: center;
    background-color: red;
    padding-bottom: 10px;
    padding-left: 10px;
    position: static;
  }

  .logo-option {
    text-align: center;
  }

  .up-link-box {
    width: 104px;
    max-width: 100%;
  }

  .image-2 {
    max-width: 100%;
  }

  .life-link-box {
    width: 118px;
  }

  .image-3 {
    max-width: 100%;
  }

  .heading {
    font-size: 21px;
  }

  .guide-circle {
    border-radius: 88px;
    width: 88px;
    height: 88px;
    bottom: 36%;
  }

  .guide-text {
    letter-spacing: 2px;
    font-size: 24px;
  }

  .inaccent, .inaccent.redi {
    margin-left: 0%;
    margin-right: 0%;
    padding: 20px;
  }

  .starsec {
    padding-bottom: 20px;
  }

  .start-box {
    padding-top: 40px;
  }

  .heading-2 {
    font-size: 22px;
  }

  .card-item-box {
    padding: 20px;
  }

  .card-text-simp {
    font-size: 15px;
    line-height: 135%;
  }

  .image-17 {
    max-width: 80%;
  }

  .card-grid-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
  }

  .card-text1 {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .instr-box {
    padding-top: 40px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .step-expl-box, .step-expl-box.redious {
    border-width: 2px;
    padding: 20px;
  }

  .importnt-box {
    padding-bottom: 20px;
  }

  .imprt-text {
    font-size: 16px;
  }

  .aderg_box {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .block-guide {
    margin-bottom: 0;
  }

  .grid {
    flex-flow: column;
    display: flex;
  }

  .text-block {
    font-size: 18px;
  }

  .grid-3 {
    flex-flow: column;
    display: flex;
  }
}

#w-node-dea9b049-aa05-788e-709c-044612849a42-b321b2e7 {
  place-self: center;
}

#w-node-dea9b049-aa05-788e-709c-044612849a4a-b321b2e7 {
  place-self: center;
}

#w-node-c0219569-0bba-dac1-f0ed-f7bb7be5915f-b321b2e7 {
  place-self: center;
}

#w-node-c0219569-0bba-dac1-f0ed-f7bb7be59166-b321b2e7 {
  place-self: center;
}

#w-node-_1aa14a31-d7ef-c20e-acb5-01792db7a68f-b321b2e7 {
  place-self: center;
}

#w-node-_1aa14a31-d7ef-c20e-acb5-01792db7a694-b321b2e7 {
  place-self: center;
}

#w-node-_191e3a48-a3f4-f973-12a8-604d561f5694-b321b2e7 {
  place-self: center;
}

#w-node-_191e3a48-a3f4-f973-12a8-604d561f569b-b321b2e7 {
  place-self: center;
}

#w-node-_9ffeaa90-88ab-7cba-cdc2-7a92c99b8004-b321b2e7 {
  place-self: center;
}

#w-node-_9ffeaa90-88ab-7cba-cdc2-7a92c99b800e-b321b2e7 {
  place-self: center;
}

#w-node-_34219d83-989c-ac44-ee96-5885d2aebe0d-b321b2e7 {
  place-self: center;
}

#w-node-_34219d83-989c-ac44-ee96-5885d2aebe19-b321b2e7 {
  place-self: center;
}

#w-node-_10ed1486-40e4-8a66-a200-0dabe20661aa-b321b2e7 {
  place-self: center;
}

#w-node-_10ed1486-40e4-8a66-a200-0dabe20661b3-b321b2e7 {
  place-self: center;
}

#w-node-a1e1d68d-fcef-b3f3-eb67-2a3492ef211c-b321b2e7 {
  place-self: center;
}

#w-node-a1e1d68d-fcef-b3f3-eb67-2a3492ef2124-b321b2e7 {
  place-self: center;
}

#w-node-a145b115-3cdb-b813-5ae3-d8de4eabbadc-b321b2e7, #w-node-_45c88323-a98b-60df-bbe1-4f537eb988b6-b321b2e7, #w-node-_39207bf0-f5b0-7014-a911-06162aaeee6c-b321b2e7, #w-node-c8eae291-327d-9aeb-8165-98bb775dcd21-b321b2e7 {
  place-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-c0219569-0bba-dac1-f0ed-f7bb7be59166-b321b2e7, #w-node-_191e3a48-a3f4-f973-12a8-604d561f569b-b321b2e7, #w-node-_34219d83-989c-ac44-ee96-5885d2aebe19-b321b2e7, #w-node-a1e1d68d-fcef-b3f3-eb67-2a3492ef2124-b321b2e7 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.ttf') format('truetype'), url('../fonts/Gilroy-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-BoldItalic.ttf') format('truetype'), url('../fonts/Gilroy-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-RegularItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}