:root {
  --redkorea: #ff2956;
  --bluekorea: #0047a0;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.section {
  padding: 70px 15px;
}

.section.dobra1 {
  color: #fff;
  background-image: linear-gradient(0deg, rgba(0, 71, 160, .37), rgba(0, 0, 0, 0) 23%), url('../images/disuki-n-flarecropped.png'), url('../images/bg-1.png');
  background-position: 0 0, 84% 100%, 50%;
  background-repeat: repeat, no-repeat, no-repeat;
  background-size: auto, 600px, cover;
  min-height: 637px;
}

.section.bg-2 {
  background-image: url('../images/bg-2-texture.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section.bg-3 {
  color: #fff;
  background-image: url('../images/bg-3.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 0;
  overflow: hidden;
}

.section.bg-4 {
  color: #fff;
  background-image: url('../images/bg-4.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section.bg-5 {
  background-image: url('../images/bg-5-flag.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.bg-6 {
  background-image: url('../images/bg-6-texture.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.bgblue {
  color: #fff;
  background-color: #0047a0;
  position: relative;
}

.section.bg-7 {
  color: #fff;
  background-image: url('../images/bg-7.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.section.bgwhite {
  background-color: #fff;
  padding-top: 182px;
  position: relative;
}

.section.bgred {
  background-color: var(--redkorea);
  color: #fff;
  position: relative;
}

.heading {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 34px;
  line-height: 42px;
}

.heading.center {
  text-align: center;
}

.subheadline {
  font-size: 27px;
  line-height: 31px;
}

.subheadline.center {
  text-align: center;
}

.subheadline.center.pricetag {
  margin-top: 28px;
  font-size: 23px;
}

.subheadline.center.bgwhite {
  background-color: #fff;
  padding-left: 3px;
  padding-right: 3px;
}

.subheadline.avista {
  margin-top: -32px;
  margin-bottom: 23px;
  font-size: 23px;
  font-weight: 600;
}

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

.text-block._1dobra {
  font-size: 19px;
}

.column {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-span {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: underline;
}

.container {
  text-align: center;
  max-width: 961px;
}

.container.contained {
  z-index: 4;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-image: linear-gradient(rgba(0, 0, 0, .21), rgba(0, 0, 0, .21)), url('../images/bg-7.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 20px;
  margin-bottom: -146px;
  padding: 17px 24px 62px;
  position: relative;
}

.button {
  text-align: center;
  text-transform: uppercase;
  background-image: linear-gradient(#46a325, #296b12 51%, #45a324);
  border: 1px solid #65ef34;
  border-radius: 5px;
  width: 100%;
  max-width: 545px;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 21px;
  font-weight: 700;
}

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

.heading-2.center {
  text-align: center;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 28px;
  margin-bottom: 36px;
}

.containercheck {
  text-align: left;
  background-image: url('../images/checkmark_1checkmark.png');
  background-position: 15px;
  background-repeat: no-repeat;
  background-size: 46px;
  border: 1px solid #0047a0;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 155px;
  padding-left: 73px;
  padding-right: 12px;
  display: flex;
}

.body-text {
  font-size: 18px;
  line-height: 22px;
}

.div-block {
  background-color: red;
  width: 300px;
  margin: 16px auto 22px;
  padding-bottom: 6px;
}

.div-block.left {
  text-align: left;
  width: 150px;
  margin: -8px 0 8px;
}

.columns {
  text-align: left;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 12px;
  display: flex;
}

.columns.first {
  margin-top: 87px;
}

.columns.first.red {
  background-color: var(--redkorea);
}

.columns.blue {
  background-color: var(--bluekorea);
  padding-top: 32px;
  padding-bottom: 32px;
}

.columns.blue.last {
  margin-bottom: 59px;
}

.columns.red {
  background-color: var(--redkorea);
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.heading-3 {
  margin-top: 0;
  font-size: 28px;
}

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

.column-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-3.padding {
  padding-bottom: 36px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 41px;
  margin-bottom: 41px;
}

.div-block-3 {
  text-align: center;
  padding: 4px;
}

.image {
  width: 100%;
}

.columns-2 {
  margin-bottom: 20px;
}

.div-block-4 {
  color: #333;
  text-align: left;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 7px;
  margin-top: 24px;
  margin-bottom: 30px;
  padding: 33px 40px;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  background-image: url('../images/checkmark2_1checkmark2.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 23px;
  margin-bottom: 11px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 34px;
}

.div-block-5 {
  background-color: var(--redkorea);
  color: #fff;
  text-align: left;
  border-radius: 10px;
  max-width: 855px;
  margin: 26px auto 57px;
  padding: 22px;
}

.list-item-2 {
  background-image: url('../images/coreiaflag5.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 49px;
  margin-bottom: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 63px;
  list-style-type: none;
}

.list-2 {
  padding-left: 0;
}

.text-block-2 {
  border-bottom: 1px solid var(--bluekorea);
  padding-bottom: 7px;
  font-size: 18px;
}

.text-block-2.noline {
  border-bottom-style: none;
}

.text-span-2 {
  text-decoration: line-through;
}

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

.div-block-7 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.text-block-3 {
  background-color: var(--redkorea);
  color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.text-block-4 {
  font-size: 100px;
  font-weight: 700;
  line-height: 89px;
}

.image-2 {
  margin-top: -53px;
  margin-bottom: 40px;
}

.column-4 {
  text-align: left;
}

.column-5 {
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.column-6 {
  text-align: left;
}

.column-7 {
  text-align: right;
}

.div-block-8 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 639px;
  margin-bottom: 49px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.divider-3 {
  opacity: .35;
  background-image: linear-gradient(225deg, rgba(13, 24, 18, 0), #cc9d9a 51%, rgba(13, 24, 18, 0));
  width: 100%;
  height: 2px;
  margin: 0 auto;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-q {
  background-color: var(--bluekorea);
  border-radius: 5px;
  align-items: center;
  display: flex;
}

.c-faq-q.red {
  background-color: var(--redkorea);
  border-radius: 5px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
  font-size: 1.4em;
}

.faq-a-text {
  color: #333;
  text-align: left;
  font-family: Sora, sans-serif;
  font-size: 17px;
  line-height: 1.6em;
}

.c-faq-item {
  cursor: pointer;
  background-color: #fff;
  background-image: url('../images/texture-noise.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-q-text {
  color: #fff;
  text-align: left;
  font-family: Sora, sans-serif;
  font-size: 25px;
}

.faq-stripe-2 {
  color: #fff;
  background-color: #fff;
  width: 100%;
  height: 2px;
  position: absolute;
}

.faq-stripe-1 {
  color: #693600;
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.body {
  font-family: Sora, sans-serif;
}

.text-span-3 {
  color: var(--redkorea);
}

.text-span-4 {
  background-color: var(--bluekorea);
  line-height: 41px;
}

.html-embed {
  padding: 8px;
}

.buttonpro {
  width: 100%;
  max-width: 450px;
}

.span-text {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.text-span-5 {
  text-transform: uppercase;
}

.bold-text {
  color: var(--bluekorea);
}

.bold-text-2 {
  color: var(--redkorea);
}

.bold-text-3 {
  font-size: 19px;
}

.bold-text-4 {
  color: var(--redkorea);
}

.bold-text-5 {
  color: var(--bluekorea);
}

.image-3 {
  max-width: 114%;
  margin-left: 33px;
}

.image-4 {
  max-width: 105%;
}

.columns-3 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-span-6 {
  color: var(--bluekorea);
}

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

.bold-text-6 {
  color: var(--redkorea);
}

.bold-text-7 {
  color: var(--bluekorea);
}

.text-span-8 {
  color: var(--redkorea);
}

.boldblue {
  color: var(--bluekorea);
}

.text-span-9 {
  color: var(--redkorea);
}

.columns-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-8 {
  text-align: left;
}

.bold-text-8 {
  color: var(--bluekorea);
}

.bold-text-9, .text-span-10, .bold-text-10 {
  color: var(--redkorea);
}

.columns-5 {
  display: flex;
}

.bold-text-11 {
  font-family: Sora, sans-serif;
}

.footer {
  color: #fff;
  background-color: #212121;
  padding-top: 27px;
  padding-bottom: 27px;
}

.columns-6 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-5 {
  text-align: center;
}

.column-9 {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.image-5 {
  filter: invert();
}

.div-block-9 {
  background-color: var(--redkorea);
  border-radius: 4px;
  padding: 3px;
}

.column-10 {
  text-align: center;
}

.image-6 {
  margin-bottom: -78px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-7 {
  margin-top: -55px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-8 {
  margin-bottom: -69px;
  margin-left: 8px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-9 {
  margin-top: -71px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-10 {
  margin-bottom: -91px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.image-11 {
  z-index: 6;
  margin-top: -90px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.image-12 {
  margin-top: -4px;
  margin-left: 20px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-13 {
  margin-left: 43px;
}

.section-9 {
  color: #fff;
  background-color: #ff2e2e;
  padding-top: 18px;
  padding-bottom: 18px;
}

.container-15 {
  padding-left: 18px;
  padding-right: 18px;
}

.text-block-30 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
}

.image-16 {
  filter: invert();
}

.text-block-32 {
  text-align: center;
  width: 432px;
  margin-bottom: 24px;
  font-size: 23px;
  line-height: 25px;
}

.text-block-32._2 {
  margin-top: 30px;
}

.div-block-18 {
  border: 2px solid var(--redkorea);
  box-shadow: 6px 6px 0 0 var(--redkorea);
  text-align: left;
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  width: 600px;
  padding: 24px 24px 6px;
  display: flex;
}

.subheadline-2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.subheadline-2.bolder {
  margin-top: 46px;
  font-size: 23px;
  font-weight: 700;
}

.text-block-21 {
  color: #03f076;
  letter-spacing: 2px;
  text-shadow: 0 0 6px rgba(3, 240, 118, .66);
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  display: inline;
}

.text-block-31 {
  text-align: left;
  width: 75%;
  margin-top: 28px;
  margin-bottom: 33px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.text-block-33 {
  font-size: 17px;
}

.text-block-33.top {
  width: 70%;
  font-size: 18px;
}

.div-block-19 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-span-11 {
  color: #fff;
  background-color: red;
  margin-bottom: 9px;
  padding: 12px 17px;
  font-size: 18px;
  display: block;
}

.text-span-11.last {
  margin-bottom: -25px;
}

.list-3 {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.text-block-34 {
  color: #ff2d2d;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 42%;
  font-size: 22px;
  font-weight: 700;
  text-decoration: line-through;
  display: flex;
}

.bold-text-12 {
  color: var(--bluekorea);
  text-shadow: none;
  font-family: Sora, sans-serif;
}

.italic-text-2 {
  font-weight: 700;
}

.button-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #04ff22;
  border-radius: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  padding: 15px 17px;
  font-family: Sora, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-35 {
  color: #000;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 600;
}

.feature {
  border: 3px dashed var(--bluekorea);
  color: var(--bluekorea);
  background-color: #f2eeff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 300px;
  margin: -3px auto 30px;
  padding: 30px 15px;
  display: flex;
  box-shadow: 0 12px 17px -9px rgba(0, 0, 0, .16);
}

.heading-4 {
  font-size: 27px;
  line-height: 36px;
}

.padding-less {
  color: var(--bluekorea);
  padding-top: 31px;
  padding-bottom: 66px;
}

.container-16 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-22 {
  color: var(--bluekorea);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: Sora, sans-serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 1.3em;
}

.list-item-3 {
  color: #460f72;
  background-image: url('../images/Checked-Checkbox_1Checked Checkbox.png'), linear-gradient(135deg, #d1a616, #e8cd51);
  background-position: 2%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 24px, auto;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 16px 20px 16px 50px;
  font-weight: 600;
}

.list-item-3.golden {
  border: 1px solid var(--bluekorea);
  color: var(--bluekorea);
  background-color: rgba(198, 223, 255, .2);
  background-image: url('../images/lets-icons_check-fill.svg');
  background-position: 2%;
  background-repeat: no-repeat;
  background-size: 36px;
}

.text-span-12 {
  font-weight: 500;
}

.text-span-13 {
  font-size: 50px;
}

@media screen and (min-width: 1440px) {
  .section.dobra1 {
    background-position: 0 0, 67% 100%, 50%;
  }
}

@media screen and (max-width: 991px) {
  .c-faq-item {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .feature {
    width: 350px;
  }
}

@media screen and (max-width: 479px) {
  .section.dobra1 {
    background-image: linear-gradient(0deg, #0047a0 19%, rgba(0, 62, 139, .87) 32%, rgba(0, 0, 0, 0) 64%), url('../images/disuki-n-flarecropped.png'), url('../images/bg-1.png');
    background-position: 0 0, 64% 15%, 50%;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: auto, 500px, cover;
    min-height: auto;
    padding-top: 16px;
    padding-bottom: 54px;
  }

  .section.bg-5 {
    background-position: 0%;
  }

  .section.bgblue {
    overflow: hidden;
  }

  .heading {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 27px;
  }

  .subheadline {
    font-size: 24px;
  }

  .subheadline.center.pricetag {
    font-size: 19px;
    line-height: 27px;
  }

  .text-block._1dobra {
    font-size: 17px;
    line-height: 22px;
  }

  .column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .container.contained {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button {
    font-size: 18px;
  }

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

  .heading-2.center {
    font-size: 27px;
    line-height: 31px;
  }

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

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

  .columns.first.red, .columns.blue {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .columns.red {
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .column-2 {
    margin-top: 35px;
  }

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

  .column-3, .column-3.padding {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 17px;
  }

  .div-block-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item {
    background-position: 0 29%;
    background-size: 26px;
  }

  .div-block-5 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .list-item-2 {
    background-position: 0 0;
    background-size: 40px;
    padding-top: 8px;
    padding-left: 51px;
  }

  .text-block-2 {
    font-size: 17px;
  }

  .text-block-3 {
    width: 36px;
    height: 36px;
    font-size: 19px;
  }

  .text-block-4 {
    font-size: 50px;
    line-height: 86px;
  }

  .image-2 {
    width: 70%;
  }

  .column-5 {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: wrap;
  }

  .divider-3 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .c-faq-q-text {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-q-text {
    font-size: 18px;
    line-height: 1.4em;
  }

  .text-span-4 {
    background-color: var(--redkorea);
    font-size: 21px;
    line-height: 28px;
  }

  .text-span-5 {
    font-size: 25px;
  }

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

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

  .columns-3 {
    flex-flow: row-reverse wrap-reverse;
  }

  .text-span-7 {
    font-size: 24px;
  }

  .text-span-9 {
    font-size: 30px;
  }

  .columns-5 {
    flex-flow: wrap;
  }

  .columns-6 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .column-9 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
    display: none;
  }

  .image-13 {
    object-fit: cover;
    object-position: 50% 0%;
    height: 82px;
    margin-left: 0;
  }

  .image-14 {
    width: 60%;
    margin-bottom: 214px;
    margin-left: auto;
    margin-right: auto;
  }

  .column-11 {
    padding-bottom: 1px;
  }

  .column-12, .column-13, .column-14, .column-15, .column-16, .column-17 {
    text-align: center;
  }

  .column-18 {
    margin-bottom: 20px;
  }

  .image-15 {
    width: 39%;
  }

  .column-19 {
    text-align: center;
  }

  .text-block-32 {
    width: 100%;
    font-size: 18px;
  }

  .text-block-32._2 {
    width: 100%;
  }

  .div-block-18 {
    width: 100%;
    padding-left: 9px;
    padding-right: 9px;
  }

  .subheadline-2 {
    text-align: center;
    font-size: 17px;
    line-height: 23px;
  }

  .text-block-21 {
    font-size: 48px;
    line-height: 40px;
  }

  .text-block-31 {
    width: 100%;
    font-size: 17px;
  }

  .text-block-33.top {
    font-size: 16px;
  }

  .text-block-34 {
    width: 58%;
    font-size: 18px;
  }

  .italic-text-2 {
    margin-top: 12px;
    font-size: 17px;
    display: inline-block;
  }

  .button-2 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-block-35 {
    letter-spacing: 0;
    font-size: 16px;
  }

  .feature {
    border-radius: 10px;
    justify-content: center;
    width: 100%;
    min-width: 100%;
    height: 150px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .heading-4 {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-4._1 {
    font-size: 21px;
    line-height: 24px;
  }

  .padding-less {
    padding-left: 16px;
    padding-right: 17px;
  }

  .text-block-22 {
    margin-top: 5px;
    font-size: 27px;
  }

  .list-item-3 {
    padding-left: 40px;
  }

  .list-item-3.golden {
    padding-left: 41px;
  }

  .text-span-12 {
    line-height: 24px;
  }
}

#w-node-e9fd8db3-2d75-9fc2-cdbf-014514a24796-bf2f6dbe {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cf3eb498-0ec1-6e08-8d39-3deb839acc5c-bf2f6dbe, #w-node-_4019aeda-ea03-8249-d2c8-4920848808ac-bf2f6dbe, #w-node-ce0cb46d-c09a-9dcc-e46e-0d4d72c417df-bf2f6dbe, #w-node-b88102a7-ea04-3640-fb92-0f127d2d93be-bf2f6dbe, #w-node-ebb86904-ddcc-b23d-ee9a-0a006ebf8f24-bf2f6dbe {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 479px) {
  #w-node-e9fd8db3-2d75-9fc2-cdbf-014514a24796-bf2f6dbe {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


