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

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

@font-face {
  font-family: Aileron;
  src: url('../fonts/aileron.regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Code;
  src: url('../fonts/CODE-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Code;
  src: url('../fonts/CODE-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --hlr-red: #ab2b23;
  --livo-secondary: #f8f8f8;
  --livo-primary: #304543;
  --hlr-b-primary: #001e3c;
  --white: white;
  --black: black;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

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

.section.cc-cta {
  background-color: var(--hlr-red);
  padding: 40px 80px;
}

.section.cc-cta.start {
  margin-top: 30px;
}

.section.cc-store-home-wrap {
  margin-top: -60px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}

.section.bg-secondary {
  background-color: var(--livo-secondary);
}

.section.padding-top-60 {
  padding-top: 60px;
}

.section.padding-top-120 {
  padding-top: 120px;
}

.section.padding-top-120.padding-bottom-120 {
  padding-bottom: 120px;
}

.section.padding-top-120.padding-bottom-120.bg-secondary.margin-top {
  margin-top: -115px;
}

.section.padding-top-120.padding-bottom-120.bg-green {
  background-color: var(--livo-primary);
}

.section.cta {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.section.partners {
  margin-top: 45px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.container.after-intro {
  margin-top: 0;
  padding-top: 187px;
}

.container.right {
  padding-top: 90px;
  padding-left: 90px;
  padding-right: 90px;
}

.container.right.green {
  background-color: var(--livo-primary);
  padding-top: 80px;
  padding-bottom: 180px;
  padding-left: 40px;
}

.container.right.green.about {
  padding-top: 125px;
}

.container.right.green.about-homepage {
  border-top-left-radius: 120px;
  border-bottom-right-radius: 120px;
}

.container.right.green.about-homepage.blue {
  background-color: var(--hlr-b-primary);
  border-radius: 0;
  padding: 90px 40px 120px 80px;
}

.container.right.green.curved {
  border-radius: 120px 0;
}

.container.right.green.curved.blue {
  background-color: var(--hlr-b-primary);
  border-radius: 0;
}

.container.right.green.curved.blue.contact-cta {
  max-width: none;
}

.container.right.green.curved.blue.contact-cta.cta {
  background-color: var(--hlr-red);
  margin-top: 0;
  padding: 120px;
}

.container.right.bg-secondary {
  background-color: var(--livo-secondary);
}

.container.right.bg-secondary.less-padding {
  padding-left: 30px;
  padding-right: 90px;
}

.container.right.bg-secondary.less-padding.left {
  padding: 80px;
}

.container.right.bg-secondary.less-padding.left.with-borders {
  border-top: 2px solid #30454399;
  border-bottom: 2px solid #30454399;
}

.container.right.bg-secondary.less-padding.left.with-borders.stories.partners {
  background-color: var(--white);
  border-top-style: none;
  border-bottom-style: none;
}

.container.right.bg-secondary.less-padding.left.bg-green {
  background-color: var(--livo-primary);
}

.container.right.bg-secondary.less-padding.left.bg-green.curved {
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
}

.container.right.bg-secondary.less-padding.left.bg-green.red {
  background-color: var(--hlr-red);
}

.container.right.bg-secondary.less-padding.left.bg-green.blue, .container.right.bg-secondary.less-padding.left.blue {
  background-color: var(--hlr-b-primary);
}

.container.footer {
  max-width: none;
}

.container.test {
  background-image: url('../images/LIVO-HLR-utbildning-hemma-kursinnehåll.jpg');
  background-position: 0%;
  background-size: cover;
}

.container.test.curved {
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
}

.container.test.brandkunskap {
  background-image: url('../images/HLRBrandmannen-brandkunskap-kursinnehåll.jpg');
  background-position: 0%;
}

.container.test.grown-up {
  background-image: url('../images/hlrbrandmannen-hlr-vuxen-hlr.jpg');
  background-position: 80%;
}

.container.test.cpr {
  background-image: url('../images/hlrbrandmannen-hlr-forsta-hjalpen-hlr.jpg');
  background-position: 50%;
}

.container.at-work {
  background-image: url('../images/LIVO-HLR-utbildning-på-jobbet.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container.at-work.curved {
  border-top-right-radius: 0;
}

.container.at-work.curved.right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.container.at-work.curved.right.brand {
  background-image: url('../images/HLRBrandmannen-brandkunskap-kursinnehåll.jpg');
  background-position: 100% 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.container.at-home {
  background-image: url('../images/LIVO-barn-HLR-utbildning-i-hemmet.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container.at-home.curved {
  border-radius: 120px 0;
}

.container.at-home.curved.left {
  background-image: url('../images/hlrbrandmannen-forsta-hjalpen-hlr.jpg');
  background-position: 50% 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.container.at-home.curved.left.kid {
  background-image: url('../images/hlrbrandmannen-barn-hlr.jpg');
  background-position: 0%;
  background-size: cover;
}

.container.contact-us {
  background-image: url('../images/livo-hlr-kontakta-oss.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container.contact-us.curved {
  border-radius: 0 120px;
}

.container.contact-us.curved.right {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.container.about {
  background-image: url('../images/LIVO-HLR-OM-OSS.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container.about.img {
  background-image: url('../images/hlrbrandmannen-om-mig-start.jpg');
  background-position: 50% 0;
  border-radius: 0;
}

.container.sofia {
  background-image: url('../images/LIVO-HLR-Sofia.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph-tiny {
  font-family: Aileron, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-tiny.cr {
  font-size: 14px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  letter-spacing: 1.5px;
  font-family: Aileron, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light.white {
  opacity: 1;
  color: var(--livo-secondary);
  letter-spacing: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-bigger.cc-bigger-light._404 {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  letter-spacing: 3px;
  font-family: Aileron, sans-serif;
  font-size: 25px;
}

.paragraph-bigger.cc-bigger-white-light.uppercase {
  text-transform: none;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.paragraph-bigger.cc-bigger-white-light.uppercase.new {
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.paragraph-bigger.cc-bigger-white-light.uppercase.under-title {
  margin-top: 35px;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
  font-family: Aileron, sans-serif;
  font-size: 20px;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  background-color: var(--white);
  color: var(--black);
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  padding: 22px 35px;
  font-family: Aileron, sans-serif;
  font-size: 20px;
  transition: border-radius .2s cubic-bezier(.455, .03, .515, .955), background-color .4s, opacity .4s, color .4s;
  position: relative;
}

.button.cc-contact-us:hover {
  border-radius: 40px;
}

.button.cc-contact-us.read-more {
  margin-top: 35px;
  margin-left: 66px;
  position: static;
}

.button.cc-contact-us.read-more.btn-dark {
  background-color: var(--livo-primary);
  color: var(--livo-secondary);
}

.button.cc-contact-us.read-more.btn-dark.margin-top-15 {
  margin-top: 45px;
}

.button.cc-contact-us.read-more.btn-dark.margin-top-55 {
  background-color: var(--hlr-b-primary);
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-top: 55px;
  padding: 22px 35px;
}

.button.cc-contact-us.read-more.btn-dark.margin-top-55:hover {
  border-radius: 40px;
}

.button.cc-contact-us.read-more.btn-dark.margin-top-55.relative {
  position: relative;
  top: 100px;
}

.button.cc-contact-us.read-more.btn-dark.margin-top-55.centered {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  transition: border-radius .2s cubic-bezier(.455, .03, .515, .955), background-color .4s, opacity .4s, color .4s;
  display: flex;
}

.button.cc-contact-us.read-more.btn-dark.margin-top-55.red {
  background-color: var(--hlr-red);
  margin-left: 0;
}

.button.cc-contact-us.read-more.btn-dark.margin-top-55.red:hover {
  border-radius: 40px;
}

.button.cc-contact-us.read-more.margin-top-55 {
  margin-top: 55px;
  margin-left: 0;
  transition: border-radius .2s cubic-bezier(.455, .03, .515, .955), background-color .4s, opacity .4s, color .4s;
}

.button.cc-contact-us.read-more.margin-top-55.relative {
  position: relative;
  top: 100px;
}

.button.cc-contact-us.read-more.margin-top-55.relative.code-pro {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-left: 0;
  padding: 22px 35px;
  font-family: Code, sans-serif;
  font-weight: 700;
  position: static;
  left: 12px;
}

.button.cc-contact-us.read-more.margin-top-55.relative.code-pro:hover {
  border-radius: 40px;
}

.button.cc-contact-us.read-more.margin-top-55.relative.code-pro.button-in-cta {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-left: 0;
  padding: 22px 35px;
  position: static;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.cc-white-button._404 {
  color: var(--livo-primary);
  font-family: Code, sans-serif;
  font-weight: 700;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo._404 {
  letter-spacing: 3px;
  font-family: Code, sans-serif;
  font-weight: 700;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.livo-cta {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Code, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 58px;
}

.heading-jumbo-small.livo-cta.white {
  color: var(--livo-secondary);
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.bigger {
  width: 500px;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 30px 50px;
  font-family: Merriweather, serif;
  font-weight: 300;
  display: flex;
}

.navigation-item {
  z-index: auto;
  opacity: 1;
  color: #fff;
  letter-spacing: 3px;
  text-indent: 0;
  text-transform: none;
  mix-blend-mode: normal;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.78px;
}

.navigation-item:hover {
  opacity: .9;
  color: #d3d3d3;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: var(--livo-secondary);
  text-transform: none;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: var(--livo-secondary);
}

.navigation-item.w--current:active {
  opacity: .7;
  color: var(--livo-secondary);
}

.navigation-item.mobile-only {
  display: none;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  font-family: Aileron, sans-serif;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 720px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  background-color: var(--livo-primary);
  color: #fff;
  background-image: url('../images/webb-LIVO-HLR-utbildning-79.jpg');
  background-position: 50%;
  background-size: auto;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

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

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: var(--livo-primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.site-container {
  background-image: linear-gradient(#30454399, #30454399), url('../images/webb-LIVO-HLR-utbildning-79.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column wrap;
  place-content: center flex-start;
  padding-bottom: 120px;
  display: block;
  position: static;
  inset: 0%;
}

.site-container.sub-page {
  background-image: linear-gradient(#001e3ca6, #001e3ca6), url('../images/hlrbrandmannen-om-oss.jpg');
  background-size: auto, cover;
  padding-bottom: 0;
}

.site-container.sub-page.at-work-head {
  background-image: linear-gradient(#001e3ca6, #001e3ca6), url('../images/9386.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.site-container.sub-page.at-home-head {
  background-image: linear-gradient(#ab2b2399, #ab2b2399), url('../images/HLRBrandmannen-brandkunskap-kursinnehåll.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.site-container.sub-page.at-home-head.curved {
  border-bottom-right-radius: 120px;
  border-bottom-left-radius: 120px;
}

.site-container.sub-page.contact-us-head {
  background-image: linear-gradient(#001e3ca6, #001e3ca6), url('../images/hlrbrandmannen-kontakt.jpg');
  background-size: auto, cover;
}

.site-container.home {
  background-image: linear-gradient(#001e3c99, #001e3c99), url('../images/hlrbrandmannen-start.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.body {
  background-color: var(--livo-secondary);
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.image.livo-jumbo {
  margin-bottom: 25px;
}

.section-jumbo-title {
  letter-spacing: 1.5px;
  font-family: Code, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 55px;
  position: relative;
  top: 80px;
  left: 80px;
}

.section-jumbo-title.white {
  color: var(--white);
}

.section-jumbo-title.white.smaller {
  letter-spacing: 3px;
  text-transform: none;
  font-family: Varela Round, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 72px;
  position: static;
}

.section-jumbo-title.white.smaller.about-title {
  margin-bottom: 25px;
  font-size: 66px;
  line-height: 76px;
  position: static;
}

.section-jumbo-title.white.smaller.about-title.fire.mobile-only {
  display: none;
}

.section-jumbo-title.white.smaller.title-in-cta {
  font-size: 60px;
  line-height: 70px;
  position: static;
}

.section-jumbo-title.white.intro {
  font-family: Varela Round, sans-serif;
  font-size: 76px;
  font-weight: 400;
  line-height: 86px;
  position: static;
  left: 0;
}

.section-jumbo-title.green {
  color: var(--livo-primary);
}

.section-jumbo-title.green.increased-hight {
  letter-spacing: 3px;
  line-height: 102px;
}

.section-jumbo-title.green.increased-hight.smaller {
  font-size: 72px;
  line-height: 96px;
  position: static;
}

.section-jumbo-title.green.increased-hight.smaller.left {
  text-transform: none;
  margin-left: 66px;
  font-family: Varela Round, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 62px;
}

.section-jumbo-title.green.increased-hight.smaller.left.small {
  font-size: 54px;
  line-height: 64px;
}

.section-jumbo-title.green.increased-hight.smaller.left.small.service {
  font-size: 26px;
  line-height: 36px;
}

.section-jumbo-title.green.increased-hight.smaller.left.small.service.white {
  color: var(--livo-secondary);
  margin-left: 0;
}

.section-jumbo-title.green.increased-hight.smaller.left.small.service.white.after-course {
  margin-bottom: 25px;
}

.section-jumbo-title.green.increased-hight.smaller.left.small.new {
  font-size: 44px;
  line-height: 54px;
}

.section-jumbo-title.green.increased-hight.smaller.left.small.new.centered {
  text-align: center;
}

.section-jumbo-title.green.increased-hight.smaller.left.small.new.centered.stories {
  color: var(--hlr-b-primary);
  margin-bottom: 30px;
}

.section-jumbo-title.green.increased-hight.smaller.left.red {
  color: var(--hlr-red);
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 60px;
  line-height: 70px;
}

.section-jumbo-title.green.increased-hight.smaller.left.blue {
  color: var(--hlr-b-primary);
  margin-bottom: 10px;
  margin-left: 0;
  font-size: 60px;
  line-height: 70px;
}

.section-jumbo-title.green.increased-hight.smaller.left.blue.white {
  color: var(--livo-secondary);
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.heading-subtitle {
  letter-spacing: 3px;
  font-family: Aileron, sans-serif;
  font-size: 20px;
  position: relative;
  top: 80px;
  left: 80px;
}

.heading-subtitle.white {
  color: var(--white);
}

.heading-subtitle.white.large {
  font-family: Merriweather, serif;
  font-size: 24px;
  top: 90px;
}

.text-element {
  letter-spacing: 1.5px;
  font-family: Aileron, sans-serif;
  font-size: 18px;
  position: relative;
  top: 100px;
  left: 80px;
}

.text-element.white {
  color: var(--white);
}

.text-element.white.padding-right-100 {
  padding-right: 100px;
}

.text-element.white.padding-right-100.large {
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 300;
  position: static;
  top: 110px;
}

.text-element.white.padding-right-100.large.text-in-cta {
  padding-right: 0;
  position: static;
}

.text-element.centered {
  text-align: center;
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.text-element.centered.large {
  width: 1000px;
  font-size: 20px;
}

.text-element.centered.large.padding-top-80 {
  padding-top: 80px;
}

.text-element.centered.large.padding-top-40 {
  padding-top: 40px;
  font-weight: 400;
}

.text-element.centered.large.padding-top-40.green {
  color: var(--hlr-b-primary);
  font-family: Merriweather, serif;
  font-weight: 300;
}

.text-element.centered.large.padding-top-40.white {
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-element.centered.large.green {
  color: var(--livo-primary);
}

.text-element.centered.large.green.dynamic {
  width: 550px;
  margin-top: 55px;
  font-size: 16px;
}

.text-element.centered.large.green.dynamic.no-margin {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.text-element.centered.large.green.dynamic.no-margin.white {
  color: var(--livo-secondary);
  font-family: Merriweather, serif;
}

.text-element.green.padding-right-100 {
  padding-right: 100px;
}

.text-element.green.padding-right-100.large {
  letter-spacing: 3px;
  font-size: 20px;
  line-height: 30px;
  position: static;
}

.text-element.green.padding-right-100.large.left {
  margin-left: 0;
  padding-right: 0;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.text-element.green.padding-right-100.large.left.small {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.text-element.green.padding-right-100.large.left.small.margin-top {
  margin-top: 25px;
}

.text-element.green.padding-right-100.large.left.small.margin-top.margin-bottom {
  margin-top: 35px;
  margin-bottom: 25px;
}

.text-element.green.padding-right-100.large.left.small.white {
  font-family: Merriweather, serif;
}

.text-element.green.padding-right-100.large.left.small.white.service-sub-text {
  margin-bottom: 25px;
}

.text-element.green.padding-right-100.large.left.small.new.centered._2 {
  margin-top: 45px;
}

.livo-title {
  font-family: Code, sans-serif;
  font-weight: 300;
}

.livo-title.h3 {
  text-align: center;
  letter-spacing: 3px;
  font-size: 54px;
  font-weight: 700;
  line-height: 58px;
}

.livo-title.h3.green {
  color: var(--hlr-b-primary);
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.livo-title.h3.green.service {
  color: var(--hlr-red);
  white-space: normal;
  font-family: Varela Round, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 42px;
}

.livo-title.h3.green.service.hlr {
  color: var(--hlr-b-primary);
}

.livo-title.h3.white {
  color: var(--livo-secondary);
}

.livo-title.h4 {
  color: var(--livo-primary);
  text-align: center;
  letter-spacing: 3px;
  font-weight: 700;
  text-decoration: none;
}

.livo-title.h4.link {
  margin-top: 30px;
}

.livo-title.h4.small {
  font-size: 24px;
  line-height: 34px;
}

.livo-title.h4.small.no-margin {
  margin-bottom: 0;
}

.livo-title.h4.small.no-margin.margin-top-40 {
  text-align: center;
  margin-top: 41px;
}

.livo-title.h4.small.no-margin.margin-top-40.white {
  color: var(--livo-secondary);
  font-family: Varela Round, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.livo-title.h5 {
  color: var(--livo-primary);
  letter-spacing: 3px;
  font-family: Varela Round, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.livo-title.h5.subtitle {
  text-align: center;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.livo-title.h5.subtitle.instructor-email-text {
  margin-bottom: 0;
  margin-left: 10px;
}

.livo-title.h5.subtitle.no-margin {
  margin-bottom: 0;
}

.livo-title.h5.subtitle.white {
  color: var(--livo-secondary);
  font-family: Merriweather, serif;
}

.livo-title.h5.subtitle.contact-details {
  text-align: left;
  font-family: Merriweather, serif;
}

.livo-divider {
  width: 550px;
  height: 4px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
}

.livo-divider.green {
  background-color: var(--hlr-b-primary);
  text-align: left;
  width: 550px;
  height: 3px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}

.livo-divider.green.red {
  background-color: var(--hlr-red);
}

.livo-divider.white {
  background-color: var(--livo-secondary);
}

.livo-divider.white.margin-bottom-25 {
  margin-bottom: 25px;
}

.livo-divider.white.margin-bottom-35 {
  margin-bottom: 35px;
}

.services-img-container {
  justify-content: center;
  margin-top: 60px;
  display: flex;
}

.img-box.left {
  flex: 0 auto;
  margin-right: 35px;
}

.img-box.left.rounded {
  border: 4px solid var(--livo-primary);
  border-radius: 250px;
  margin-right: 0;
  padding: 5px;
}

.img-box.left.rounded:hover {
  border-width: 4px;
  border-color: #3045434d;
}

.img-box.right {
  margin-left: 35px;
}

.img-box.right.rounded {
  border: 4px solid var(--livo-primary);
  border-radius: 250px;
  margin-left: 0;
  padding: 5px;
}

.img-box.right.rounded:hover {
  border-color: #3045434d;
}

.img-rounded {
  border-radius: 250px;
}

.img-rounded.not-rounded {
  border-radius: 0;
}

.service-box.right {
  margin-left: 45px;
  text-decoration: none;
}

.service-box.left {
  margin-right: 45px;
  text-decoration: none;
}

.image-2 {
  margin-bottom: 25px;
  margin-left: 52px;
  position: static;
  top: 65px;
}

.text-block {
  letter-spacing: 3px;
  text-transform: none;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.text-block.btn {
  text-transform: none;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

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

.grid-2.footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-items: stretch;
  padding-left: 120px;
  padding-right: 120px;
}

.footer-grid-container.first {
  padding-right: 0;
}

.footer-grid-container.second {
  padding-left: 81px;
}

.copyright-container {
  text-align: left;
  flex: 1;
  justify-content: center;
  padding-bottom: 15px;
  display: flex;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.grid-3.social-media {
  justify-items: stretch;
  margin-top: 55px;
}

.grid-3.social-media.hidden {
  display: none;
}

.social-media-link-img.fb {
  margin-left: auto;
}

.social-media-link-img.ig {
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}

.social-media-link-img.li {
  margin-right: auto;
}

.livo-text.footer {
  color: var(--livo-primary);
  font-family: Merriweather, serif;
  font-size: 18px;
}

.site-links {
  color: var(--livo-primary);
  letter-spacing: normal;
  font-family: Merriweather, serif;
  font-size: 18px;
  text-decoration: none;
}

.site-links.w--current {
  font-family: Merriweather, serif;
}

.link-email {
  color: var(--livo-primary);
  letter-spacing: normal;
  font-family: Merriweather, serif;
  font-size: 18px;
  text-decoration: none;
}

.column {
  justify-content: center;
  display: flex;
}

.column-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instructor-grid {
  grid-template-rows: auto;
  padding-left: 80px;
  padding-right: 80px;
}

.instructor-single-container {
  border: 6px none var(--livo-primary);
  background-color: var(--hlr-b-primary);
  border-radius: 0;
  flex: 0 auto;
  margin-left: 25px;
  margin-right: 25px;
  padding: 15px 45px 45px;
}

.instructor-single-container.ipad {
  display: none;
}

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

.instructor-img {
  margin: 40px auto 0;
}

.instructor-img.rounded {
  border-radius: 250px;
  margin-top: 0;
}

.instructor-img.rounded.mobile-only {
  display: none;
}

.instructor-img.rounded.sofia {
  margin-bottom: 45px;
}

.instructor-img.rounded.squarish {
  border-radius: 0 40px;
}

.instructor-container-col {
  background-color: var(--hlr-b-primary);
  justify-content: center;
  align-items: center;
  margin-top: 150px;
  margin-left: 0;
  padding: 45px 80px;
  display: flex;
}

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

.instructor-email.margin-bottom-15 {
  justify-content: center;
  margin-top: 26px;
}

.instructor-email-link {
  background-color: var(--livo-primary);
  border-radius: 150px;
  justify-content: center;
  width: 400px;
  height: 40px;
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 52px;
  text-decoration: none;
  display: flex;
}

.instructor-email-link:hover {
  color: #263635;
}

.instructor-email-link.emma {
  border: 2px solid var(--livo-secondary);
  background-color: #0000;
  border-radius: 0 40px;
  margin-top: 25px;
  font-family: Merriweather, serif;
  transition: border-radius .2s cubic-bezier(.455, .03, .515, .955), opacity .2s;
}

.instructor-email-link.emma:hover {
  border-radius: 40px;
}

.instructor-email-button {
  background-color: var(--livo-primary);
}

.donation-btn-container {
  text-align: center;
}

.book-form-container {
  justify-content: center;
  margin-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.form-box {
  background-color: var(--livo-primary);
  padding: 40px 80px;
}

.form {
  padding-left: 100px;
  padding-right: 100px;
}

.form-container {
  margin-top: 60px;
  margin-bottom: 0;
}

.form-fields-1-2 {
  margin-bottom: 22px;
}

._1-2 {
  padding-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
}

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

._1-2.right {
  padding-right: 0;
}

.form-field {
  object-fit: fill;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #30454354;
  min-width: 450px;
  margin-right: 0;
  padding-right: 12px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
}

.form-field.address {
  margin-bottom: 52px;
  font-family: Merriweather, serif;
  font-weight: 300;
}

.form-field.address.message {
  padding-top: 119px;
  padding-bottom: 14px;
}

.form-field.choose-service {
  opacity: 1;
  color: #1a1b1f80;
  min-height: 60px;
  margin-bottom: 30px;
}

.tab-link-tab-1 {
  border: 2px solid var(--hlr-b-primary);
  background-color: var(--white);
  color: var(--hlr-b-primary);
  letter-spacing: 3px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-right: 15px;
  padding: 18px 55px;
  font-family: Code, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: border-radius .2s cubic-bezier(.455, .03, .515, .955), opacity .2s;
}

.tab-link-tab-1:hover {
  border-radius: 40px;
}

.tab-link-tab-1.w--current {
  border-color: var(--hlr-b-primary);
  background-color: var(--hlr-b-primary);
  color: var(--livo-secondary);
  letter-spacing: 1.5px;
  border-radius: 40px;
}

.tab-link-tab-2 {
  border: 2px solid var(--hlr-b-primary);
  background-color: var(--white);
  color: var(--hlr-b-primary);
  letter-spacing: 1.5px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  margin-left: 15px;
  padding: 18px 55px;
  font-family: Code, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: border-radius .2s cubic-bezier(.455, .03, .515, .955), opacity .2s;
}

.tab-link-tab-2:hover {
  border-radius: 40px;
}

.tab-link-tab-2.w--current {
  background-color: var(--hlr-b-primary);
  color: var(--livo-secondary);
  border-radius: 40px;
}

.tabs-menu {
  text-align: center;
}

.form-btn {
  background-color: var(--hlr-b-primary);
  letter-spacing: 1.5px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 400;
  transition: border-radius .2s cubic-bezier(.455, .03, .515, .955);
  display: inline-block;
}

.form-btn:hover {
  background-color: #00172e;
  border-radius: 40px;
}

.service-choice {
  min-height: 50px;
  margin-bottom: 30px;
}

.textarea {
  color: var(--hlr-b-primary);
  background-color: #0000;
  border-bottom: 2px solid #30454354;
  min-height: 150px;
  margin-bottom: 55px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
}

.link-2 {
  color: var(--hlr-b-primary);
  font-weight: 300;
}

.loader {
  z-index: 9999;
  background-color: var(--livo-secondary);
  position: absolute;
  inset: 0%;
}

.consent-checkbox {
  width: 34px;
  height: 34px;
  margin-right: 15px;
}

.consent-checkbox.w--redirected-checked {
  background-color: var(--hlr-b-primary);
}

.consent-checkbox-container {
  align-items: center;
  margin-bottom: 25px;
  display: block;
}

.checkbox-label {
  flex: 1;
}

.consent-checkbox-text {
  text-transform: none;
  align-self: auto;
  max-width: 900px;
  font-family: Merriweather, serif;
  font-size: 13px;
  font-weight: 400;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_closebutton {
  z-index: 5;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #515750;
  border-radius: .25rem;
  padding: .875em 1.5em 1rem;
  font-size: .9375rem;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_component {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  max-width: 32rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem #2629260d;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  background-color: #515750;
  width: 1rem;
  height: 2px;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.1875rem;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  inset: auto 1.25rem 1.25rem auto;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.text-block-2, .text-block-3 {
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.text-block-4 {
  font-family: Merriweather, serif;
}

.text-block-4.btn {
  text-transform: none;
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.divider-main {
  height: 3px;
}

.divider-main.red {
  background-color: var(--hlr-red);
  margin-bottom: 30px;
}

.divider-main.blue {
  background-color: var(--hlr-b-primary);
  margin-bottom: 35px;
}

.divider-main.blue.white {
  color: var(--livo-secondary);
}

.divider-main.white {
  background-color: var(--livo-secondary);
  margin-bottom: 35px;
}

.divider-main.white.thinner {
  width: 450px;
}

.grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.grid-service-single {
  border: 3px solid var(--livo-secondary);
  background-image: linear-gradient(#001e3c80, #001e3c80), url('../images/hlrbrandmannen-brandutbildning.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 720px;
  display: flex;
}

.grid-service-single.last {
  background-image: linear-gradient(#001e3c80, #001e3c80), url('../images/hlrbrandmannen-start.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-style: solid solid solid none;
  border-width: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 750px;
  padding-bottom: 0;
  display: flex;
}

.grid-service-single.last:hover {
  background-image: linear-gradient(#001e3cb3, #001e3cb3), url('../images/hlrbrandmannen-start.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-service-single.first {
  background-image: linear-gradient(#ab2b2380, #ab2b2380), url('../images/HLRBrandmannen-brandkunskap-kursinnehåll.jpg');
  border-style: solid none solid solid;
  border-width: 16px;
  height: 750px;
}

.grid-service-single.first:hover {
  background-image: linear-gradient(#ab2b23b3, #ab2b23b3), url('../images/HLRBrandmannen-brandkunskap-kursinnehåll.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid-service-single-heading {
  color: var(--livo-secondary);
  font-family: Varela Round, sans-serif;
}

.grid-service-single-heading.mobile-only {
  display: none;
}

.grid-service-single-link {
  text-decoration: none;
}

.nav-bg {
  background-color: var(--hlr-b-primary);
  height: 150px;
  position: absolute;
  inset: 0% 0% auto;
}

.body-2 {
  background-color: var(--livo-secondary);
}

.subtitle {
  font-family: Varela Round, sans-serif;
  font-size: 20px;
}

.subtitle-badge {
  background-color: var(--livo-secondary);
  border-radius: 120px;
  justify-content: flex-start;
  margin-bottom: 25px;
  padding: 5px 10px;
  display: inline-block;
}

.subtitle-badge.grown-up, .subtitle-badge.kid, .subtitle-badge.first-aid {
  margin-bottom: 35px;
  padding: 10px 15px;
}

.choose-service-dropdown {
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
}

.grid-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.partner-link:hover {
  filter: grayscale();
}

.list-item-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.list-item-container.last {
  margin-bottom: 25px;
}

.list-item-container.first {
  margin-top: 25px;
}

.list-mark {
  color: var(--livo-secondary);
  margin-right: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

@media screen and (min-width: 1280px) {
  .container.right.green {
    padding-top: 40px;
    padding-bottom: 180px;
    padding-left: 40px;
  }

  .container.right.bg-secondary.less-padding.left {
    padding-left: 30px;
  }

  .container.right.bg-secondary.less-padding.left.with-borders {
    border-top-width: 2px;
    border-top-color: #30454399;
    border-bottom-width: 2px;
    border-bottom-color: #30454399;
  }

  .container.test {
    background-image: url('../images/LIVO-HLR-utbildning-hemma-kursinnehåll.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container.contact-us {
    background-image: url('../images/livo-hlr-kontakta-oss.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    object-fit: fill;
  }

  .container.right.green {
    padding-top: 90px;
    padding-bottom: 250px;
    padding-left: 50px;
  }

  .container.right.green.about {
    padding-top: 40px;
  }

  .container.right.green.about-homepage.blue {
    padding-top: 180px;
    padding-bottom: 180px;
    padding-left: 120px;
  }

  .container.right.bg-secondary.less-padding.left {
    padding-top: 180px;
    padding-bottom: 180px;
    padding-left: 80px;
  }

  .container.right.bg-secondary.less-padding.left.with-borders.stories, .container.right.bg-secondary.less-padding.left.bg-green {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container.right.bg-secondary.less-padding.left.bg-green.red {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .container.at-work {
    background-image: url('../images/LIVO-HLR-utbildning-på-jobbet.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container.at-home {
    background-image: url('../images/LIVO-barn-HLR-utbildning-i-hemmet.jpg');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container.contact-us {
    background-image: url('../images/livo-hlr-kontakta-oss.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .paragraph-bigger.cc-bigger-white-light.uppercase.new {
    font-size: 22px;
  }

  .button.cc-contact-us.read-more.btn-dark.margin-top-55 {
    margin-left: 0;
  }

  .site-container.sub-page.at-home-head {
    background-image: linear-gradient(#ab2b2399, #ab2b2399), url('../images/HLRBrandmannen-brandkunskap-kursinnehåll.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
  }

  .section-jumbo-title.white.smaller {
    font-size: 54px;
    line-height: 64px;
  }

  .section-jumbo-title.white.smaller.about-title {
    font-size: 66px;
    line-height: 76px;
  }

  .section-jumbo-title.green.increased-hight.smaller.left {
    font-size: 54px;
    line-height: 64px;
  }

  .section-jumbo-title.green.increased-hight.smaller.left.small.new {
    font-size: 44px;
    line-height: 54px;
  }

  .heading-subtitle.white.large {
    font-size: 22px;
  }

  .text-element.white.padding-right-100.large, .text-element.centered.large.padding-top-40.green, .text-element.green.padding-right-100.large.left {
    font-size: 18px;
  }

  .livo-title.h5 {
    font-family: Varela Round, sans-serif;
    font-weight: 400;
  }

  .livo-text.footer, .site-links, .site-links.w--current, .link-email {
    font-family: Merriweather, serif;
  }

  .instructor-single-container {
    flex: 1;
  }

  .instructor-img.rounded.squarish {
    margin-left: 140px;
  }

  .image-4 {
    object-fit: cover;
    overflow: visible;
  }

  .grid-service-single.last {
    height: 850px;
  }

  .grid-service-single.last:hover {
    background-image: linear-gradient(#001e3cb3, #001e3cb3), url('../images/hlrbrandmannen-start.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .grid-service-single.first {
    height: 850px;
  }

  .grid-service-single.first:hover {
    background-image: linear-gradient(#ab2b23b3, #ab2b23b3), url('../images/HLRBrandmannen-brandkunskap-kursinnehåll.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .grid-service-single-link.brand:hover {
    background-color: #0000;
  }
}

@media screen and (min-width: 1920px) {
  .container.right.bg-secondary.less-padding.left {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 80px;
  }

  .container.right.bg-secondary.less-padding.left.bg-green {
    padding-top: 150px;
  }

  .container.contact-us {
    background-position: 50%;
  }

  .instructor-single-container {
    flex: 1;
  }

  .instructor-img.rounded.squarish {
    flex: 0 auto;
    margin-left: 170px;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .container.test.brandkunskap, .container.test.grown-up, .container.test.cpr, .container.at-work.curved.right.brand, .container.at-home.curved.left, .container.at-home.curved.left.kid {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #0000;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .section-jumbo-title.white.smaller, .section-jumbo-title.green.increased-hight.smaller.left.red, .section-jumbo-title.green.increased-hight.smaller.left.blue {
    font-size: 42px;
    line-height: 52px;
  }

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

  .text-element.centered.large.padding-top-40.green {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-element.green.padding-right-100.large.left.small.new.centered {
    width: auto;
  }

  .grid-2.footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .footer-grid-container.second {
    padding-left: 0;
  }

  .instructor-single-container {
    margin-top: 60px;
  }

  .instructor-single-container.ipad {
    display: block;
  }

  .instructor-img.rounded.squarish {
    margin-top: 35px;
  }

  .instructor-container-col {
    display: none;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-service-single.last {
    border-top-style: none;
    border-left-style: solid;
  }

  .grid-service-single.first {
    border-right-style: solid;
  }

  .nav-bg.services {
    height: 140px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .container.test.grown-up, .container.test.cpr, .container.at-work.curved.right.brand, .container.at-home.curved.left, .container.at-home.curved.left.kid {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-wrap {
    background-color: #0000;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .section-jumbo-title.green.increased-hight.smaller.left.red, .section-jumbo-title.green.increased-hight.smaller.left.blue {
    font-size: 38px;
    line-height: 48px;
  }

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

  .text-element.white.padding-right-100.large {
    padding-right: 0;
  }

  .text-element.centered.large.padding-top-40.green {
    width: auto;
  }

  .instructor-single-container {
    flex: 0 auto;
  }

  .tab-link-tab-1 {
    width: 280px;
    margin-right: 0;
  }

  .tab-link-tab-2 {
    width: 280px;
    margin-top: 15px;
    margin-left: 0;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .grid-service-single.last {
    border-top-style: none;
    border-left-style: solid;
  }

  .grid-service-single.first {
    border-right-style: solid;
  }

  .nav-bg.services {
    height: 130px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

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

  .section.cc-cta {
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .section.padding-top-120.padding-bottom-120.bg-secondary {
    padding-top: 60px;
  }

  .section.padding-top-120.padding-bottom-120.bg-secondary.margin-top.edu {
    padding-bottom: 60px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .section.padding-top-120.padding-bottom-120.bg-green {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container.right.green {
    padding: 60px 35px 80px;
  }

  .container.right.green.about-homepage.blue {
    padding-left: 40px;
  }

  .container.right.green.curved.blue.contact-cta.cta {
    max-width: 1140px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .container.right.bg-secondary.less-padding.left {
    padding-left: 35px;
    padding-right: 35px;
  }

  .container.test, .container.at-work {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .container.at-work.curved.right.brand {
    background-image: url('../images/HLRBrandmannen-brandkunskap-kursinnehåll.jpg');
    background-position: 100% 0;
    background-size: cover;
    padding-top: 250px;
    padding-left: 0;
    padding-right: 0;
  }

  .container.at-home, .container.contact-us, .container.about, .container.sofia {
    padding-top: 250px;
    padding-bottom: 250px;
  }

  .paragraph-bigger.cc-bigger-white-light.uppercase {
    font-size: 18px;
  }

  .paragraph-bigger.cc-bigger-white-light.uppercase.new {
    font-size: 18px;
    line-height: 28px;
  }

  .button.cc-contact-us.read-more.btn-dark.margin-top-55 {
    margin-left: 0;
    display: block;
  }

  .button.cc-contact-us.read-more.margin-top-55 {
    white-space: normal;
    margin-left: 0;
    display: block;
  }

  .button.cc-contact-us.read-more.margin-top-55.relative.code-pro {
    margin-left: 0;
    display: block;
    position: static;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small.livo-cta.white {
    font-size: 32px;
    line-height: 42px;
  }

  .logo-link.w--current, .logo-link.mobile-only.w--current {
    display: block;
  }

  .menu-icon {
    margin-right: 15px;
  }

  .menu {
    margin-left: 15px;
    padding-left: 0;
  }

  .navigation-wrap {
    background-color: #0000;
    padding-left: 0;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-item {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 16px;
  }

  .navigation-item.mobile-only {
    display: block;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 200px;
    display: block;
  }

  .navigation-items {
    background-color: var(--hlr-b-primary);
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 0;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    height: 720px;
    margin-bottom: 0;
  }

  .intro-header.fire, .intro-header.hlr {
    height: 780px;
  }

  .intro-content.cc-homepage {
    margin-top: 90px;
    margin-bottom: 0;
  }

  .intro-content.cc-homepage.about-us, .intro-content.cc-homepage.fire {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .intro-content.cc-homepage.hlr {
    margin-top: 60px;
    margin-bottom: 100px;
  }

  .intro-content.cc-homepage.contact {
    margin-top: 0;
    margin-bottom: 100px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .site-container {
    background-image: linear-gradient(#304543a6, #304543a6), url('../images/webb-LIVO-HLR-utbildning-79.jpg');
    background-position: 0 0, 50%;
    padding-bottom: 30px;
  }

  .site-container.sub-page.at-home-head {
    background-image: linear-gradient(to bottom, null, null), url('../images/HLRBrandmannen-brandkunskap-kursinnehåll.jpg');
    background-position: 0 0, 100% 0;
  }

  .site-container.sub-page.contact-us-head {
    background-image: linear-gradient(#001e3ca6, #001e3ca6), url('../images/hlrbrandmannen-kontakt.jpg');
    background-position: 0 0, 80%;
  }

  .site-container.home {
    background-color: #0000;
    background-image: linear-gradient(#001e3c80, #001e3c80), url('../images/hlrbrandmannen-start.jpg');
    background-position: 0 0, 50%;
  }

  .image.livo-jumbo {
    margin-top: 135px;
    display: block;
  }

  .section-jumbo-title.white.smaller {
    font-size: 38px;
    line-height: 48px;
    position: static;
    top: auto;
    left: auto;
  }

  .section-jumbo-title.white.smaller.about-title {
    font-size: 48px;
    line-height: 58px;
  }

  .section-jumbo-title.white.smaller.about-title.fire {
    display: none;
  }

  .section-jumbo-title.white.smaller.about-title.fire.mobile-only {
    margin-top: 60px;
    display: block;
  }

  .section-jumbo-title.white.smaller.title-in-cta {
    font-size: 38px;
    line-height: 48px;
  }

  .section-jumbo-title.white.intro {
    font-size: 48px;
    line-height: 58px;
  }

  .section-jumbo-title.green.increased-hight.smaller.left {
    margin-left: 0;
    font-size: 38px;
    line-height: 48px;
  }

  .section-jumbo-title.green.increased-hight.smaller.left.small.service.white {
    text-align: left;
  }

  .section-jumbo-title.green.increased-hight.smaller.left.small.new, .section-jumbo-title.green.increased-hight.smaller.left.red, .section-jumbo-title.green.increased-hight.smaller.left.blue {
    font-size: 38px;
    line-height: 48px;
  }

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

  .grid.fire {
    overflow: hidden;
  }

  .grid.new {
    place-content: space-around stretch;
    justify-items: stretch;
    position: static;
  }

  .heading-subtitle.white.large {
    margin-bottom: 30px;
    font-size: 20px;
    position: static;
  }

  .text-element.white.padding-right-100.large {
    padding-right: 0;
    font-size: 18px;
    position: static;
    top: auto;
    left: auto;
  }

  .text-element.centered.large.padding-top-40.green {
    width: auto;
    font-size: 18px;
  }

  .text-element.centered.large.padding-top-40.green.edu {
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-element.centered.large.padding-top-40.white {
    width: auto;
  }

  .text-element.centered.large.padding-top-40.white.edu {
    padding-left: 35px;
    padding-right: 35px;
  }

  .text-element.centered.large.green.dynamic.no-margin.white {
    width: auto;
  }

  .text-element.green.padding-right-100.large.left {
    margin-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .text-element.green.padding-right-100.large.left.small.white {
    text-align: left;
  }

  .text-element.green.padding-right-100.large.left.small.new.centered {
    width: auto;
  }

  .text-element.green.padding-right-100.large.left.white {
    text-align: left;
  }

  .livo-title.h3.green {
    font-size: 38px;
    line-height: 49px;
  }

  .livo-title.h3.green.service {
    font-size: 24px;
    line-height: 34px;
  }

  .livo-title.h3.white {
    font-size: 38px;
    line-height: 48px;
  }

  .livo-title.h5.subtitle.instructor-email-text.white {
    margin-bottom: 15px;
  }

  .livo-title.h5.subtitle.white {
    margin-top: 15px;
    margin-bottom: 35px;
    line-height: 28px;
  }

  .livo-divider.green, .livo-divider.white.margin-bottom-35 {
    width: 200px;
  }

  .services-img-container {
    display: none;
  }

  .img-box.left.rounded {
    overflow: visible;
  }

  .img-rounded {
    border-radius: 250px;
  }

  .service-box.right {
    margin-left: 0;
  }

  .service-box.left {
    margin-right: 0;
  }

  .image-2 {
    margin-left: 0;
  }

  .text-block {
    line-height: 30px;
  }

  .grid-2.footer {
    grid-template-columns: 1fr;
    padding-left: 35px;
    padding-right: 35px;
  }

  .footer-grid-container {
    margin-top: 25px;
  }

  .footer-grid-container.second {
    margin-top: 25px;
    padding-left: 0;
  }

  .livo-text.footer {
    margin-bottom: 0;
  }

  .instructor-single-container {
    margin: 10px 0 40px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .instructor-single-container.ipad, .instructor-img.rounded {
    display: none;
  }

  .instructor-img.rounded.mobile-only {
    border-radius: 0 40px;
    display: block;
  }

  .instructor-img.rounded.sofia.mobile-only {
    display: block;
  }

  .instructor-container-col {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .instructor-email-link.emma {
    width: 300px;
  }

  .instructor-email-link.madeleine {
    padding-bottom: 0;
  }

  .form-container {
    padding-left: 0;
    padding-right: 0;
  }

  ._1-2.left {
    padding-right: 0;
  }

  ._1-2.right {
    padding-left: 0;
  }

  .form-field, .form-field.address {
    min-width: auto;
  }

  .tab-link-tab-1 {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    width: 320px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    justify-content: center;
    display: flex;
  }

  .tab-link-tab-2 {
    justify-content: center;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 35px;
    padding-right: 35px;
    display: flex;
  }

  .tabs-menu {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-5, .image-6 {
    margin-top: 15px;
    margin-bottom: 35px;
  }

  .form-block, .form-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-content {
    padding-left: 35px;
    padding-right: 35px;
  }

  .consent-checkbox-container {
    flex-direction: row;
    justify-content: space-around;
    align-items: baseline;
    display: block;
  }

  .consent-checkbox-text {
    display: flex;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-popup_component {
    max-width: 100%;
    inset: auto 0% 0%;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .text-block-2, .text-block-3 {
    flex: none;
  }

  .divider-main.white.thinner {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .service-container {
    justify-content: center;
    display: block;
  }

  .grid-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-service-single.last {
    background-image: linear-gradient(#001e3c80, #001e3c80), url('../images/hlrbrandmannen-start.jpg');
    border-style: none solid solid;
    flex-wrap: nowrap;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 130px;
    padding-right: 130px;
    overflow: visible;
  }

  .grid-service-single.first {
    background-image: linear-gradient(#ab2b2380, #ab2b2380), url('../images/HLRBrandmannen-brandkunskap-kursinnehåll.jpg');
    border-style: solid;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    padding-left: 130px;
    padding-right: 130px;
    overflow: visible;
  }

  .grid-service-single-heading {
    text-align: center;
    display: none;
  }

  .grid-service-single-heading.mobile-only {
    flex: 1;
    display: block;
  }

  .grid-service-single-link.brand, .grid-service-single-link.hlr {
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .nav-bg.services {
    height: 100px;
  }

  .subtitle-badge {
    float: none;
    clear: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .subtitle-badge.grown-up, .subtitle-badge.kid {
    justify-content: center;
    width: 150px;
    margin-bottom: 35px;
  }

  .subtitle-badge.first-aid {
    justify-content: flex-start;
    width: 200px;
    margin-bottom: 35px;
  }

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

#w-node-_9925dbd4-94c6-0002-aef8-09c498f83995-0dbe801d, #w-node-c7f078cc-0381-93f8-8383-53751b93cda5-0dbe801d, #w-node-e883c645-7831-da9c-243a-2d4053451d64-0dbe801d, #w-node-_4988ccea-f434-12eb-97bb-bfdf57a252f7-0dbe801d {
  align-self: auto;
}

#w-node-ff83ce72-6c5e-c7b0-359b-1e4e51cbab60-51e627e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

#w-node-dd8ed5e6-0833-4352-d4cd-9fb95ecb4521-51e627e8, #w-node-_9990b9e1-5d90-763d-eb15-90a7f10d7353-51e627e8, #w-node-_2edbdc63-1341-573c-b424-c9f807230dc2-51e627e8, #w-node-_0d6db180-04c3-5d4d-2730-8df5b28409cf-51e627e8, #w-node-_96c41270-1c17-8672-1d86-28d507fceded-51e627e8, #w-node-_0d2be053-bf42-3da9-e4bc-99b401db9784-51e627e8, #w-node-b318b938-02fc-973e-01ca-5f6fb4d1a19c-51e627e8, #w-node-f3c966de-bd26-5c87-6015-da223bfa585c-51e627e8, #w-node-_9ca6afd7-a1bc-d125-bdd9-cf8bcf88cbdd-51e627e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7f078cc-0381-93f8-8383-53751b93cda5-0dbe8031, #w-node-fc8180a1-0e05-8b20-caeb-51373bbc4025-0dbe8032, #w-node-_28cc571d-b485-736f-fe53-1b71e08c29ba-0dbe8032, #w-node-c7f078cc-0381-93f8-8383-53751b93cda5-0dbe8032, #w-node-c7f078cc-0381-93f8-8383-53751b93cda5-0dbe8035, #w-node-_3879d6dd-7869-0582-1d60-e200746b4909-0dbe8035 {
  align-self: auto;
}

#w-node-_03e7e195-f7e3-1642-3c08-c8dba78bb551-0dbe8035, #w-node-dc5ee82f-7e49-b1c6-84a0-a631b96ba0cd-0dbe8035, #w-node-d6dd3eb6-d670-3203-e556-1d0c7e73fd68-0dbe8035, #w-node-e7768636-e82c-27f1-4172-a9f15abbe01d-3fd126cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b1573a8a-de51-9546-2bf3-28a0687fb866-3fd126cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a440ba6f-2f4d-8339-d543-08ecf7f6d8a8-3fd126cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c7f078cc-0381-93f8-8383-53751b93cda3-0dbe801d, #w-node-c7f078cc-0381-93f8-8383-53751b93cda3-0dbe8031, #w-node-fc8180a1-0e05-8b20-caeb-51373bbc4057-0dbe8032, #w-node-c7f078cc-0381-93f8-8383-53751b93cda3-0dbe8032 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c7f078cc-0381-93f8-8383-53751b93cda3-0dbe801d, #w-node-fc8180a1-0e05-8b20-caeb-51373bbc4057-0dbe8032, #w-node-c7f078cc-0381-93f8-8383-53751b93cda3-0dbe8032 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7f078cc-0381-93f8-8383-53751b93cda3-0dbe801d, #w-node-c7f078cc-0381-93f8-8383-53751b93cda3-0dbe8031, #w-node-fc8180a1-0e05-8b20-caeb-51373bbc4057-0dbe8032, #w-node-c7f078cc-0381-93f8-8383-53751b93cda3-0dbe8032 {
    order: -9999;
  }

  #w-node-_5938b44c-2241-5ea8-e056-ba71a1bf2b19-0dbe8035, #w-node-_5a6509f0-fd3e-3da5-b0cf-b0bc8e827e91-0dbe8035, #w-node-_960ac975-f497-265f-fe41-8612b09ed8b8-0dbe8035 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e7768636-e82c-27f1-4172-a9f15abbe01d-3fd126cf {
    place-self: auto stretch;
  }

  #w-node-a440ba6f-2f4d-8339-d543-08ecf7f6d8a8-3fd126cf {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mont';
  src: url('../fonts/Mont-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aileron';
  src: url('../fonts/aileron.regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Code';
  src: url('../fonts/CODE-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Code';
  src: url('../fonts/CODE-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}