.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  background-color: #54457f;
  background-image: linear-gradient(99.86deg, #54457f, #101841);
  border-style: solid;
  border-width: 0;
  border-radius: 12rem;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 1.5rem;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
  transition: background-color .5s;
  display: flex;
  box-shadow: 1px 1px 2px #1018280d;
}

.button:hover {
  background-color: #0000;
  background-image: linear-gradient(99.86deg, #54457f, #54457f);
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-image: linear-gradient(99.86deg, #54457f, #101841);
  justify-content: space-between;
  align-items: center;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-right: .8rem;
  font-size: 1rem;
  display: flex;
}

.button.is-icon.telefon {
  letter-spacing: 1px;
}

.button.is-icon.telefon.menu-button {
  background-color: #54457f33;
  background-image: linear-gradient(99.86deg, #54457f, #101841);
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-weight: 500;
}

.button.is-icon.telefon.menu-button.in-hamburger {
  display: none;
}

.button.is-icon.telefon.light, .button.is-icon.telefon.light.w--current {
  background-color: #54457f00;
  background-image: none;
  border-width: 1px;
  border-color: #000;
}

.text-weight-semibold {
  color: #151516;
  font-weight: 600;
}

.text-weight-semibold.text-size-regular {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
}

.text-weight-semibold.text-size-regular.menu-text {
  font-size: 18px;
}

.text-weight-semibold.text-size-regular.dark {
  color: #333;
}

.icon-embed-xsmall {
  color: #54457f;
  background-color: #fff;
  border-radius: 12rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: .5rem;
  display: flex;
}

.hero-wrapper {
  background-image: linear-gradient(120deg, #d9e7dd 29%, #d9e7dde0 59%, #fff0 92%), url('../images/gedwellcare-ipad.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 50px;
  margin-bottom: 100px;
  padding: 100px 60px;
  box-shadow: 1px 2px 5px #d9e7dd;
}

.flex-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
}

.ged-akronym {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.flex-block-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  width: 100%;
}

.navbar {
  background-color: #fff;
  border-bottom: 1px solid #c2c2c2;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding: 10px 60px;
  display: flex;
  position: sticky;
  top: 0;
}

.container {
  margin-left: 0;
  margin-right: 0;
}

.div-block {
  flex: 1;
}

.main-wrapper {
  background-color: #fff;
  width: 90%;
  max-width: 1280px;
}

.main-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  border-bottom: 1px solid #dadada;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.flex-block-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.copyright {
  border-top: 1px solid #000;
}

.heading-6 {
  text-align: center;
  font-weight: 400;
}

.text-span {
  font-size: 60px;
  text-decoration: underline;
}

.heading-2.left {
  width: 75%;
  margin-top: 0;
  font-weight: 600;
  line-height: 50px;
}

.heading-2.center {
  letter-spacing: 2px;
  font-size: 60px;
}

.heading-1 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 100px;
}

.heading-4 {
  margin-bottom: 20px;
  font-size: 36px;
}

.heading-5 {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}

.lila-span {
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-color: #54457f;
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 150px;
}

.flex-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.div-block-4 {
  background-image: url('../images/4-stycken-personer-paddlar-och-visar-delaktighet-och-engagemang-gedwellcare.webp');
  background-position: 100%;
  background-size: cover;
  border-radius: 50px;
  align-self: stretch;
  width: 100%;
  display: flex;
}

.image {
  border-radius: 50px;
}

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

.paragraph {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.divider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  outline-offset: 0px;
  text-align: center;
  outline: 2px solid #000000ad;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  margin-top: 40px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.image-2 {
  width: 100%;
  min-width: 150px;
  max-width: 200px;
}

.nav-menu {
  align-self: center;
}

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

.image-3 {
  width: 100%;
  min-width: 150px;
  max-width: 300px;
}

.nav-link {
  font-size: 18px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #353535;
}

.heading-8 {
  color: #5f5f5f;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
}

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

.paragraph-2 {
  text-align: center;
  max-width: 1280px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 36px;
}

.flex-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

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

.div-block-5 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/Kristin-davidsson-ged-wellcare.webp');
  background-position: 50% 30%;
  background-size: cover;
  background-clip: border-box;
  border-radius: 500px;
  width: 100px;
  height: 100px;
}

.div-block-5.emil {
  background-image: url('../images/emil-profil-gedwellcare.png');
  background-position: 50% 0;
}

.div-block-5.mattias {
  background-image: url('../images/20241001_110650-1.webp');
  background-position: 50%;
  background-size: cover;
}

.heading-9 {
  color: #646464;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
}

.flex-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
}

.heading-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
}

.div-block-6 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-color: #d9e7dd9c;
  border-radius: 50px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 0;
  padding: 40px;
  display: flex;
}

.div-block-6.peter {
  margin-top: 20px;
}

.paragraph-3 {
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.flex-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 20px;
}

.flex-block-8 {
  padding-top: 20px;
}

.flex-block-9 {
  padding-top: 0;
}

.flex-block-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
}

.div-block-7 {
  background-color: #f1f1f191;
  border-radius: 20px;
  align-self: stretch;
  padding: 20px 10px;
}

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

.div-block-9 {
  text-align: center;
  margin-top: 40px;
}

.heading-11 {
  color: #646464;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 400;
}

.heading-12 {
  text-align: center;
  background-color: #d9e7dd9c;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .button.is-icon.telefon.menu-button {
    text-align: center;
    justify-content: center;
  }

  .button.is-icon.telefon.menu-button.menu-bar {
    display: none;
  }

  .hero-wrapper {
    background-position: 0 0, 50%;
    line-height: 2080px;
  }

  .main-wrapper {
    width: 90%;
    min-width: auto;
    max-width: 100%;
  }

  .footer {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    margin-top: 0;
  }

  .flex-block-3 {
    text-align: center;
    flex-flow: column;
  }

  .heading-2.center {
    line-height: 80px;
  }

  .heading-1 {
    line-height: 100px;
  }

  .flex-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-4 {
    background-position: 0%;
  }

  .nav-menu {
    background-color: #ebebeb;
    border-radius: 20px;
    margin-top: 0;
    padding: 20px;
  }

  .nav-link {
    text-align: center;
    border: 1px solid #000;
    border-radius: 500px;
    margin-bottom: 10px;
  }

  .flex-block-7 {
    flex-flow: column;
  }

  .flex-block-10 {
    text-align: center;
    flex-flow: column;
  }

  .icon {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .button {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .button.is-icon {
    justify-content: center;
  }

  .button.is-icon.telefon.menu-button {
    display: none;
  }

  .button.is-icon.telefon.menu-button.in-hamburger {
    display: flex;
  }

  .text-weight-semibold.text-size-regular {
    font-size: .95rem;
  }

  .icon-embed-xsmall {
    width: 1.5rem;
    height: 1.5rem;
  }

  .hero-wrapper {
    text-align: center;
    background-image: linear-gradient(120deg, #d9e7dd 35%, #d9e7dde0 57%, #fff0), url('../images/gedwellcare-ipad.webp');
    background-position: 0 0, 0%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-bottom: 60px;
    padding: 40px 20px 60px;
  }

  .flex-block {
    flex-flow: column;
  }

  .ged-akronym {
    text-align: center;
  }

  .flex-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .navbar {
    border-bottom-style: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-3, .flex-block-3 {
    justify-content: center;
    align-items: center;
  }

  .heading-2.left {
    width: 100%;
    font-size: 22px;
    line-height: 36px;
  }

  .heading-2.center {
    margin-top: 0;
    font-size: 30px;
    line-height: 60px;
  }

  .heading-1 {
    font-size: 40px;
    line-height: 50px;
  }

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

  .lila-span {
    line-height: 0;
  }

  .div-block-4 {
    flex-flow: column;
    flex: 1;
    order: 1;
    align-self: auto;
    min-height: 300px;
    display: block;
  }

  .divider {
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-menu {
    background-color: #ececec;
    border-radius: 5px;
  }

  .nav-link {
    text-align: center;
    border-radius: 20px;
    padding: .75rem;
    font-size: 20px;
  }

  .heading-8 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 30px;
  }

  .flex-block-5 {
    flex-flow: column;
  }

  .div-block-5 {
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .heading-9 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-10 {
    font-size: 20px;
    line-height: 24px;
  }

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

  .paragraph-3 {
    line-height: 30px;
  }

  .heading-12 {
    font-size: 16px;
    font-weight: 500;
  }

  .bold-text {
    font-size: 20px;
  }

  .menu-button-2 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    color: #444;
    background-color: #ececec;
    border-radius: 20px;
  }

  .flex-block-11 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }
}
