/*
Theme Name:	Ready Digital
Description: Alivia
Author: RDY
Template: Divi
Version: 1.0.1
/*

@import url("../divi-child/style.css");

/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../divi-child/fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../divi-child/fonts/montserrat-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../divi-child/fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../divi-child/fonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../divi-child/fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../divi-child/fonts/montserrat-v25-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('../divi-child/fonts/montserrat-v25-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../divi-child/fonts/montserrat-v25-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
       url('../divi-child/fonts/montserrat-v25-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../divi-child/fonts/montserrat-v25-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}



/*Variables, you break it you buy it*/
:root {
  /*Color*/
  --primary-color: #f08372;
  --accent-color: #9fbdd9;
  --tertiary-color: #cabeba;
  --light-gray: #f6f6f6;
  --mid-gray: #eaeaea;
  --dark-gray: #999;
  --dark-text: #000;

  /*Typography*/
  --text-color: #4f575c;
  --text-color-light: #fff;
  --ff: 'Montserrat', sans-serif;
  --fs: 17px;
  --headings-color: #4f575c;
  --headings-ff: 'Montserrat', sans-serif; 
  --headings-margin: 0rem 0 .5rem;/* 3rem 0 1.38rem;*/
  --line-height: 1.75;
  --headings-line-height: 1.3;
  --h1-fs: 38px;
  --h2-fs: 24px;
  --h3-fs: 16px;
  --h4-fs: 1.563rem;
  --h5-fs: 1.25rem;

  /*Buttons*/
  --btn-bg: #f08372;
  --btn-hover-bg: #ea534b;
  --btn-ff: var(--ff);
  --btn-fs: 18px;
  --btn-weight: 500;
  --btn-transform: none;
  --btn-padding: .75rem 1.75rem;

  /*Misc*/
  --std-radius: 4px;

  --shadow-color: 0deg 0% 0%;
    --shadow-elevation-low:
      0.3px 0.5px 0.8px hsl(var(--shadow-color) / 0.03),
      0.4px 0.8px 1.2px -0.5px hsl(var(--shadow-color) / 0.06),
      0.9px 1.7px 2.6px -1.1px hsl(var(--shadow-color) / 0.08);
    --shadow-elevation-medium:
      0px 0.2px 0.2px hsl(var(--shadow-color) / 0.1),
      0px 0.4px 0.4px -0.7px hsl(var(--shadow-color) / 0.09),
      0px 0.8px 0.7px -1.4px hsl(var(--shadow-color) / 0.08),
      0px 1.7px 1.5px -2px hsl(var(--shadow-color) / 0.07),
      0px 3.4px 3px -2.7px hsl(var(--shadow-color) / 0.06),
      0px 6.1px 5.4px -3.4px hsl(var(--shadow-color) / 0.05),
      0px 10.1px 8.9px -4.1px hsl(var(--shadow-color) / 0.03);
    --shadow-elevation-high:
      0px 0.2px 0.2px hsl(var(--shadow-color) / 0.1),
      0px 0.5px 0.5px -0.6px hsl(var(--shadow-color) / 0.09),
      0px 1.1px 1.1px -1.2px hsl(var(--shadow-color) / 0.08),
      0px 2px 1.9px -1.8px hsl(var(--shadow-color) / 0.07),
      0px 3.8px 3.7px -2.4px hsl(var(--shadow-color) / 0.06),
      0px 6.5px 6.3px -3px hsl(var(--shadow-color) / 0.06),
      0px 10.6px 10.3px -3.5px hsl(var(--shadow-color) / 0.05);

  /*Transitions*/
  --slide: all 0.22s cubic-bezier(0.250, 0.460, 0.450, 0.940);
  --reveal: transform 0.5s cubic-bezier(0.6, 0.2, 0.1, 1), opacity 0.5s cubic-bezier(0.6, 0.2, 0.1, 1);
}

.policy .et_pb_text h2,
.policy .et_pb_text h3 {
	margin-top: 1.25em;
}

div.cmplz-cookiebanner .cmplz-title {font-size: 20px; font-weight: 600;}
div.cmplz-cookiebanner div.cmplz-buttons button.cmplz-btn {
	font-weight: 500;
}

/*--------------------------------------------------[ Basic ]*/
*::selection {background: #0d0d17; color: #fff;}
*::-moz-selection {background: #0d0d17; color: #fff;}

html {font-size: 100%;} /*16px*/

body,
body.page {
  font-family: var(--ff);
  font-size: var(--fs);
  font-weight: 400;
  line-height: var(--line-height);
  color: var(--text-color);
}

p {
  margin-bottom: 1rem;
  padding-bottom: 0;
}

h1, h2, h3, h4, h5,
.page h1, .page h2, .page h3, .page h4, .page h5 {
  color: var(--headings-color);
  margin: var(--headings-margin);
  padding: 0;
  font-family: var(--headings-ff);
  font-weight: 700;
  line-height: var(--headings-line-height);
}

.et_pb_fullwidth_header.vanliga h1 {
  margin-bottom: 0;
}

h1 {
  margin-top: 0;
  font-size: var(--h1-fs);
  font-weight: 700;
}

h2 {font-size: var(--h2-fs);}
h3 {font-size: var(--h3-fs);}
h4 {font-size: var(--h4-fs);}
h5 {font-size: var(--h5-fs);}

small, .text_small {font-size: 0.8rem;}
.center { text-align: center;}

.et_pb_text h1 + p em,
.ingress em {
  border-left: 3px solid #f08372;
  color: #22181C;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  margin: 0.75em 0 0;
  padding-left: .75em;
}

.et_pb_text a {
  color: #205a8c;
  font-weight: 600;
}

.single-post blockquote {
  font-weight: 600;
  border: none;
}

h1 span {
  display: inline-block;
  position: relative;
}
h1 span::after {
  content: "";
  display: block;
  background: var(--accent-color);
  width: 100%;
  height: 1.5rem;
  position: absolute;
  bottom: 0;
  transform: translateY(-50%);
  z-index: -1;
}

.marked span {color: #F08372;}

#page-container {
  overflow-x: hidden;
}
.et_pb_text a {
  font-weight: 600;
  text-decoration-line: underline;
}

.et_pb_text ul li,
.et_pb_blurb_description ul li,
.et_pb_toggle_content ul li {padding-left: 1.5em; position: relative; list-style: none;}

ul li::marker,
.et_pb_text ul li::marker,
.et_pb_blurb_description ul li::marker,
.et_pb_toggle_content ul li::marker {
  color: var(--primary-color);
  font-size: 1.5rem;
  content: none !important;
}

.et_pb_text ul li::before,
.et_pb_blurb_description ul li::before,
.et_pb_toggle_content ul li::before {
  background: url(/wp-content/uploads/2023/02/icon-check.svg) no-repeat center;
  background-size: cover;
  content: "";  
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  transform: translateY(50%);
}

.orange ul li::before {
  background-image: url(/wp-content/uploads/2023/02/icon-check-wht.svg) !important;
}

.et_pb_blurb .et_pb_blurb_content .et-pb-icon {
  color: var(--accent-color);
}

/*
.et_pb_text a[href$=".pdf"] {}
.et_pb_text a[href$=".doc"] {}
.et_pb_text a[href^="https://www.facebook.com"]::before {}
.et_pb_text a[href^="https://www.instagram.com"]::before {}
*/

/*--------------------------------------------------[ Top Bar ]*/
#tb-top-bar,
#et-boc #tb-top-bar {
  background-color: var(--tertiary-color);
}
#tb-top-bar nav li {margin-top: 0;}
#tb-top-bar nav li a {padding-bottom: 0;}
#tb-top-bar .et_mobile_nav_menu {display: none;}
#tb-top-bar .et_pb_menu__menu {display: flex;}

/*--------------------------------------------------[ Header ]*/
#et-boc #tb-header {
  box-shadow: var(--shadow-elevation-low);
  
}

#et-boc #tb-header .et_pb_row {
  padding: 0;
}

#tb-header .et_pb_menu__logo img,
#tb-logo img {
  min-height: 50px;
  max-height: 55px;
  width: auto;
}

#tb-header .et_pb_row--with-menu {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
}

#tb-header .header-icon,
#tb-top-bar .header-icon {padding-right: 20px;}
#tb-header .header-icon.locked::after,
#tb-top-bar .header-icon.locked::after {
  background: url(/wp-content/uploads/2023/02/icon-locked.svg) no-repeat center;
  background-size: cover;
  content: "";
  display: inline-block;
  width: 15px;
  height: 17px;
  position: absolute;
  right: 0;
  bottom: 3px;
}
#tb-top-bar .header-icon.locked::after {bottom: 0;}

#tb-header .menu-item-has-children > a:first-child::after {
  top: unset !important;
  bottom: 3px;
  transform: none;
}

#page-container .et_pb_fullwidth_header_subhead {line-height: 1.4;}

/*--------------------------------------------------[ Nav ]*/
/*Force mobile menu*/
/*@media (max-width: 1274px) {
  #et_mobile_nav_menu {display: block;}
  #top-menu {display: none;}
}*/

.et-menu a {
  font-family: var(--ff);
}

.et-menu a:hover {
  opacity: unset;
}

#menu-primary.et-menu a,
#menu-primary-nb.et-menu a {
  font-size: 16px;
  font-weight: 600;
}

.et_mobile_menu {
  background: #fff !important;
  border: unset;
}

#mobile_menu li a:hover {
  background-color: transparent;
  opacity: 1;
}

/*.mobile_menu_bar_toggle::before {
  color: #;
}*/

.mobile_nav.opened .mobile_menu_bar_toggle::before {
  content: "\4d";
}

/*--------------------------------------------------[ Sidebar ]*/
#tb-single-post .et_pb_widget ul li a {
color: rgba(0,0,0,.6);
font-family: var(--ff);
line-height: 1.4;
}

/*--------------------------------------------------[ Category/Archive ]*/

/*--------------------------------------------------[ Post ]*/


/*--------------------------------------------------[ Product ]*/
/*--------------------------------------------------[ Footer ]*/
#tb-footer .et_pb_column {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#tb-footer .et_pb_column > .et_pb_module {
  flex-basis: 23.5%;
  margin: 0;
}

#tb-footer h4 {
  font-size: 18px;
  margin: 0 0 10px;
}

#tb-footer a {
  font-weight: normal;
  text-decoration: none;
}

/*Polylang does'nt work with Divi theme builder :/ */
#tb-footer .footer-module,
#tb-footer-form .footer-module {display: none;}
html[lang="sv-SE"] #tb-footer .footer-module.se,
html[lang="sv-SE"] #tb-footer-form .footer-module.se {display: block;}
html[lang="nb-NO"] #tb-footer .footer-module.no,
html[lang="nb-NO"] #tb-footer-form .footer-module.no {display: block;}

.icon::before {
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-family: 'ETModules';
  line-height: 1;
  margin: 5px 5px 0 0;
  padding: .5em;
}
.icon.mail::before {content: "\e010";}
.icon.phone::before {content: "\e090";}
.icon.insta::before {content: "\e09a";}
.icon.pinterest::before {content: "\e095";}
.icon.fb::before {content: "\e093";}
.icon.yt::before {content: "\e0a3";}
.icon.li::before {content: "\e09d";}
.icon.tw::before {content: "\e094";}
.icon.blog::before {content: "\e0a7";}
.icon.spotify::before {content: "\e0a8";}

#footer-bottom #footer-info {float: none; text-align: center;}

/*--------------------------------------------------[ Checkout ]*/
/*--------------------------------------------------[ Page specific ]*/
.offset-col {
  box-shadow: var(--shadow-elevation-low);
}

.offset-col span {
  display: block;
  font-size: small;
}

/*Om Alivia*/
#om-tabs .pac_dtm_child {
  background: #eaf3f9;
  border-radius: 4px;
  /*padding: 60px 60px 60px;*/
  padding: 10px;
}

#om-tabs .pac_dtm_tabnav {
  background: #fdece5;
  border-radius: 4px;
  box-shadow: none;
  /*padding: 40px 50px;*/
  padding: 30px;
  /*transform: translate(-20px, -50%);*/
}

#om-tabs .pac_dtm_tabnav li {
  background-color: transparent;
}

#om-tabs .pac_dtm_tab_animtion.slidelbb {
  background-color: #f08372;
}

#om-tabs h3 {
  font-size: 24px;
  padding-top: .75em;
}

#contact-cards .et_pb_column {
  box-shadow: var(--shadow-elevation-low);
}

#contact-cards .et_pb_column_empty {
  box-shadow: unset;
}

#contact-cards .et_pb_column h2 {
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  position: relative;
  text-align: center;
}

#contact-cards .et_pb_column h2::after {
  background-color: #f08372;
  content: "";
  width: 50%;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 10px);
} 
.verify-actions .form-submit {display:none;}
/*--------------------------------------------------[ Buttons ]*/
button,
.et_pb_button,
.page .et_pb_button,
input[type="submit"] {
  background-color: var(--btn-bg);
  border-radius: var(--std-radius);
  border-color: transparent;
  color: var(--text-color-light);
  font-family: var(--btn-ff);
  font-size: var(--btn-fs);
  font-weight: 500;
  padding: var(--btn-padding);
  text-transform: var(--btn-transform);
}

.et_pb_button:hover,
.page .et_pb_button:hover {
  background-color: var(--btn-hover-bg);
  border-radius: var(--std-radius);
  padding: var(--btn-padding);
}

.et_pb_button.secondary,
.page .et_pb_button_two {
  background-color: #9fbdd9;
  border-color: transparent;
}

#page-container .et_pb_button_two:hover {background: #205A8C;}

.et_pb_text.inline-btns p a {
background: #f08372;
color: #fff;
display: inline-block;
border-radius: 6px;
font-size: 15px;
margin: 0 10px 10px 0;
padding: 4px 7px;
text-decoration: none;
}

/*--------------------------------------------------[ No ]*/
html[lang="nb-NO"] #tb-footer-form {display: none;}

/*--------------------------------------------------[ Misc ]*/
/*No select*/
.no-select,
img,
button,
.et_pb_button,
#main-header,
.et_pb_toggle_title {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#page-container .icon-img {
border-radius: 50%;
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
padding: 5px;
height: 94px;
width: 94px;
}

#page-container .icon-img img {
height: 60px;
width: auto;
}

/*Blurbs*/
#page-container .et_pb_blurb_content {max-width: none !important;}

.icon-blurb h4 {
  margin: 0;
}

.icon-blurb .et_pb_main_blurb_image {
  margin: 0;
}

.icon-blurb .et_pb_main_blurb_image img {
  max-height: 80px;
}

.icon-blurb .et_pb_blurb_description {line-height: 1.4;}

.logo-blurb .et_pb_main_blurb_image img {
  /*max-height: 70px;*/
  max-height: 55px;
  width: auto;
  height: auto;
  max-width: 250px;
}

.logo-blurb.formedlare {
background: rgba(79,87,92,0.05);
padding: 20px;
}
.logo-blurb.formedlare .et_pb_main_blurb_image {margin-bottom: 0;}
.logo-blurb.formedlare .et_pb_blurb_content {display: flex; justify-content: space-between; align-items: center;}
.logo-blurb.formedlare p {margin: 0;}
.logo-blurb.formedlare .et_pb_blurb_description a {font-weight: 600; color: var(--headings-color); text-decoration: underline;}

/*White*/
#darfor .blurb-row .et_pb_column {
  background-color: #fff;
  border-radius: var(--std-radius);
  box-shadow: var(--shadow-elevation-low);
  padding: 15px;
}

.et_pb_blurb.white .et_pb_main_blurb_image {
  vertical-align: middle;
}

.et_pb_blurb.white .et_pb_blurb_content .et-pb-icon {
  color: #F08372;
}

.testimonial-blurb .et_pb_main_blurb_image {margin-bottom: 0;}
.testimonial-blurb .et_pb_blurb_description {
background: #f08372;
color: #fff;
padding: 60px;
transform: translateY(-10px);
}

#nyheter .et_pb_promo_description {max-width: 700px; margin: auto;}

/*Count*/
#count {
  counter-reset: step;
}

#count .blurb-row .et_pb_column {
  border-radius: var(--std-radius);
  padding: 25px;
}

#count .et_pb_blurb {counter-increment: step;}

#count .et_pb_blurb .et_pb_module_header b {
  background-color: rgba(0,0,0,.3);
  background: rgba(255,255,255,.3);
  border-radius: var(--std-radius);
  display: inline-block;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  width: 48px;
  height: 48px;
}

#count .et_pb_blurb.et_pb_bg_layout_dark .et_pb_module_header b {
  background: rgba(255,255,255,.3);
}

/*#count .blurb-row .et_pb_blurb::before {
  content: counter(step);
}*/

/*FW headers*/
#page-container .header-content a {color: #fff;}

/*CTAs*/
.cta-box {
  border-radius: var(--std-radius);
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  padding: 5vw;
  height: 100%;
}

/*Forms*/
/*input {
  caret-color: ;
}*/


#footer-newsletter .et-pb-contact-message {
  color: var(--text-color);
}

#footer-newsletter .et_contact_bottom_container {
  float: none;
  margin: 20px 0 0 0;
  justify-content: center;
  width: 100%;
}

#footer-newsletter p[data-id="gdpr"] {
  flex-basis: 100%;
  margin-bottom: 0;
  /*transform: translateY(-50%);*/
}

#footer-newsletter .et_pb_contact_form_label {
  color: #fff;
  margin: 0;
}

/*#footer-newsletter .et_pb_contact_field_checkbox label {color: #fff;}*/
#page-container .et_pb_contact_field_checkbox i::before {color: #f08372 !important;}

#footer-newsletter .et_pb_contact_submit {
  margin: 0;
}

/*Slider*/
.wpls-wrap .slick-slide img {
  height: 120px;
  width: auto;
}

/*Blog*/
.blog-grid article.et_pb_post {
  border: unset;
  border-radius: var(--std-radius);
  box-shadow: var(--shadow-elevation-low);
  overflow: hidden;
  transition: all ease .3s;
}
.blog-grid article.et_pb_post:hover {
  box-shadow: var(--shadow-elevation-medium);
  transform: translateY(-5px);
}

.blog-grid .et_pb_image_container,
.blog-grid .et_pb_image_container > a {margin-bottom: 0;}
.blog-grid .entry-title {margin: 20px 0 5px;}


/*GOTO top*/
/*.et_pb_scroll_top::before {content: "\42";}
.et_pb_scroll_top.et-pb-icon {
  background: #BA4F61;
  border-radius: 50%;
  margin-right: 10px;
}*/

/*Search & Filter*/
form.searchandfilter {
  background-color: yellow;
  padding: 10px;
}

form.searchandfilter > ul {
  background-color: red;
  display: flex;
  flex-flow: row wrap;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}

form.searchandfilter ul > li {
  margin: 0 10px 10px 0;
}

form.searchandfilter ul > li ul {
  background-color: cyan;
  margin: 0;
  padding: 0;
}

form.searchandfilter ul > li ul li {
  display: flex;
  line-height: 1;
  margin: 0;
  padding: 0;
}

form.searchandfilter input {
  margin: 0;
}

form.searchandfilter input[type="checkbox"],
form.searchandfilter input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
}

form.searchandfilter input[type="checkbox"]::before,
form.searchandfilter input[type="radio"]::before {
  content: "\56";
  font-family: 'ETModules';
  font-size: 18px;
}
form.searchandfilter input[type="radio"]::before {
  content: "\5b";
}
form.searchandfilter input[type="checkbox"]:checked::before {content: "\5a"}
form.searchandfilter input[type="radio"]:checked::before {content: "\5c"}

form.searchandfilter select {
  /*appearance: none;*/
  border: 2px solid #000;
  font-size: 14px;
}

form.searchandfilter label,
form.searchandfilter li[data-sf-field-input-type="checkbox"] label,
form.searchandfilter li[data-sf-field-input-type="radio"] label {
  padding-left: 5px;
  vertical-align: middle;
}

form.searchandfilter label .sf-count {
  font-size: x-small;
  font-weight: 300;
  padding-left: 2px;
  vertical-align: super;
}


.faq-header-row {background: #cabeba !important; padding: 20px 0;}
.faq-header-row h2 {
  margin-bottom: 0;
}

#page-container .et_pb_toggle {
  border: none;
  padding: 0;
}

#page-container .et_pb_toggle .et_pb_toggle_title {
  background-color: #e9e4e355;
  color: #4f575c;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 20px 40px 20px 20px;
  transition: all ease .25s;
}

.et_pb_toggle .et_pb_toggle_title::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyMiI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjRTc3RDZEIiBkPSJNMy42MDYtLjAyNC45MzggMi42NDNsNy45MTkgNy45MjItNy45MTkgNy45MjIgMi42NjggMi42NjkgMTAuNTg3LTEwLjU5MXoiLz48L2c+PC9zdmc+);
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  right: 20px;
  width: 13px;
  height: 18px;
  transition: rotate ease .15s;
}

.et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
  rotate: 90deg;
}

.et_pb_toggle .et_pb_toggle_content {
  background-color: #fff;
  padding: 20px;
}

/*Team members*/
.team-member {
  box-shadow: var(--shadow-elevation-low);
  cursor: pointer;
  position: relative;
}

.team-member::before {
  content: "";
  background: url(/wp-content/uploads/2023/02/icon-more.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  width: 40px;
  height: 40px;
  z-index: 10;
}

/*.team-member::after {
  content: "Läs mer";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
}*/

.team-member .et_pb_team_member_description {
  background-color: #fff;
  padding: 10px;
}

.team-member .et_pb_team_member_description > div {
  display: none;
  /*padding: 0px 12px 15px 12px;*/
  position: initial;
}

.team-member .et_pb_team_member_image {
  margin: 0;
  max-width: 100%;
  z-index: -1;
}

.team-member .et_pb_team_member_image img {
  width: 100%;
  height: auto;
}

.team-member.unclicked .et_pb_team_member_image:before {
  content: '';
  opacity: 0 !important;
}

.three-blurbs .et_pb_blurb_container {margin: 10px;}

@media (max-width: 980px) and (min-width: 768px){
  .team-member .et_pb_team_member_image {
    float: none;
    margin: 0;
  }
}

/*--------------------------------------------------[ Animations ]*/
@keyframes bouncing {
  0% {top: -6px;}
  100% {top: -10px;}
}

/*----------------------------------------------------------------------------[ Media Queries ]-------*/
@media screen and (min-width: 980px) {
#om-tabs .pac_dtm_child_container {
  flex-basis: 66.67%;
}

#om-tabs .pac_dtm_child {
  background: #eaf3f9;
  border-radius: 4px;
  padding: 120px 60px 60px;
  flex-basis: 66.67%;
}

#om-tabs .pac_dtm_tabnav {
  background: #fdece5;
  border-radius: 4px;
  box-shadow: var(--shadow-elevation-low);
  flex-basis: 33.33%;
  padding: 40px 50px;
  /*transform: translate(-20px, -50%);*/
  transform: translateX(-20px);
  padding-bottom: 30px;
  position: absolute;
  top: 10%;
  width: 33.33%;
}
}

@media screen and (min-width: 782px) {
/*--------------------------------------------------[ 🖥️ Basic Desktop ]*/
/*--------------------------------------------------[ 🖥️ Top Bar Desktop]*/
/*--------------------------------------------------[ 🖥️ Header Desktop]*/
/*--------------------------------------------------[ 🖥️ Nav Desktop]*/
#top-menu-nav #top-menu a:hover {opacity: 1;}

.nav li ul {
  border: unset;
}

/*Sub-menu on click, needs important for mega-menu :(*/
.nav li.et-touch-hover > ul,
.nav li:hover > ul,
.et-menu-nav li.mega-menu:hover > ul {
	/*opacity: 0;
	visibility: hidden; Wants regular hover instead of click sub-menus*/ 
}

ul.sub-menu.hide.visible,
.et-menu-nav li.mega-menu:hover > ul.sub-menu.hide.visible {
	opacity: 1;
	visibility: visible;
}

#tb-header #menu-primary ul.sub-menu,
#tb-header #menu-primary-nb ul.sub-menu {
  box-shadow: 0 4px 8px rgba(0,0,0,.05);
  /*transform: translateY(15px); Downt work with hover omode*/
}

#tb-header #menu-primary ul.sub-menu li a {
  background-color: transparent;
  opacity: 1;
  padding-left: 0;
  padding-right: 0;
}

#tb-header #menu-primary li.current-menu-item ul.sub-menu a,
#tb-header #menu-primary-nb li.current-menu-item ul.sub-menu a {color: initial !important;}

/*Menu alignment*/
#tb-header .et_pb_menu__wrap {
  justify-content: flex-end;
}

#tb-header .et_pb_menu__wrap li a {
  padding-bottom: 0;
}

/*Mega menu*/
.mega-menu .sub-menu {
  transition: var(--slide) !important;
}

/*Callout*/
.callout {
  animation: bouncing .8s cubic-bezier(0.1,0.05,0.05,1) 0s infinite alternate both;
  background-color: var(--primary-color);
  border-radius: 3px;
  color: var(--text-color);
  
  font-size: 9px;
  margin: 0 0 13px 3px;
  position: relative;
  top: -10px;
  padding: 2px 4px;
  text-transform: uppercase;
}

/*--------------------------------------------------[ 🖥️ Sidebar Desktop]*/
/*--------------------------------------------------[ 🖥️ Category Desktop]*/
/*--------------------------------------------------[ 🖥️ Category Desktop]*/
#tb-single-title .entry-title {max-width: 60%;}

/*--------------------------------------------------[ 🖥️ Product Desktop]*/
/*--------------------------------------------------[ 🖥️ Footer Desktop]*/
/*--------------------------------------------------[ 🖥️ Checkout Desktop]*/
/*--------------------------------------------------[ 🖥️ Page specific Desktop]*/

/*--------------------------------------------------[ 🖥️ Buttons Desktop ]*/
/*--------------------------------------------------[ 🖥️ Misc Desktop]*/

.text-col {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
}

.offset-col {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-20px, -50%);
}
}

/*--------------------------------------------------[ 💻📱 Below desktop ]*/
@media screen and (max-width: 980px) {
  #tb-top-bar .et_pb_menu__menu,
  #tb-top-bar .et-menu-nav {
	width: 100%;
	justify-content: flex-end;
  }
  #tb-top-bar .et-menu-nav {margin-right: 2.5%;}
  #tb-header .et_pb_menu__logo img {
    width: 113px;
    height: 49px;
    max-height: none;
    min-height: unset;
  }
  .et_pb_row {width: 90%;}
  .offset-col {position: static; top: unset; transform: none; margin-top: 30px;}
  .split:nth-child(even) {display: flex; flex-flow: column-reverse; nowrap;}
  .split:nth-child(even) .et_pb_column {margin-bottom: 0px;}
  .split:nth-child(even) .et-last-child {margin-bottom: 30px;}
}

/*--------------------------------------------------[ 💻 Tablet only ]*/
@media only screen and (min-width: 768px) and (max-width: 980px) {
   
}

/*--------------------------------------------------[ 📱 Mobile only ]*/
@media screen and (max-width: 781px) {
  #om-tabs .pac_dtm_tabnav {padding: 10px; margin-bottom: 10px;}
  #om-tabs .pac_dtm_tabnav li {padding: 7px 0;}
  #om-tabs .pac_dtm_tabnav li a {font-size: 15px;}
  #cta-second {max-width: none; padding: 20px;}
  #cta-second .et_pb_promo_button {font-size: 15px;}
  #tb-footer .et_pb_column > .et_pb_module {flex-basis: 47%;}
  .logo-blurb.formedlare .et_pb_blurb_content {flex-flow: column nowrap; align-items: center; justify-content: center;}
  .logo-blurb.formedlare .et_pb_main_blurb_image {width: auto;}
  #main-header .container {width: 100%;}
  .logo_container {padding-left: 30px;}
  #et_mobile_nav_menu {padding-right: 30px;}
  #mobile_menu {border: none;}
  #tb-logo {position: absolute; margin: 0 !important;}
  .et_pb_menu_0_tb_header.et_pb_menu {background: transparent !important;}
  #page-container .et_pb_fullwidth_header_container {width: 90%;}
  #page-container .header-content {margin: 0; padding: 0; max-width: none;}
  .faq-header-row {padding: 10px 0;}
  #page-container .et_pb_toggle .et_pb_toggle_title {padding: 10px 30px 10px 10px;}
  #page-container .et_pb_toggle .et_pb_toggle_title::before {right: 10px;}
  #darfor .et_pb_column {
    width: 100%;
    margin: 0 0 30px;
  }
  #footer-newsletter p[data-id="gdpr"] {
  transform: none;
}
}

@media screen and (max-width: 481px) {
  #page-container .et_pb_fullwidth_header h1.et_pb_module_header {font-size: 27px !important;}
  #page-container .et_pb_fullwidth_header_subhead {font-size: 18px !important;}
  #tb-footer #footer-logo {margin-bottom: 20px}
  #tb-footer .et_pb_column > .et_pb_module {flex-basis: 100%;}
  #count .et_pb_row:first-child .et_pb_column:first-child {margin-bottom: 30px !important;}
  #count .et_pb_row:first-child .et_pb_column:first-child .et_pb_text p {font-size: 16px !important;}
  #count .et_pb_row:first-child .et_pb_column:first-child .et_pb_text h2 {font-size: 20px;}
}

/*COLLAPSIBLE*/
/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}

.et_pb_menu__wrap .mobile_menu_bar {
  transform: translateY(27%) !important;
}

.et_pb_menu__wrap .mobile_menu_bar::before {
  color: #f08372 !important;
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #00d263;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}



/*Alivias gamla compiled*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.loader {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: circular-loader-spin 1s cubic-bezier(0.5, 0.25, 0.5, 0.75) infinite;
    animation: circular-loader-spin 1s cubic-bezier(0.5, 0.25, 0.5, 0.75) infinite
}

@-webkit-keyframes circular-loader-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes circular-loader-spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

form {
    outline: none
}

fieldset {
    padding: 20px;
    background: #eaf3f9;
    border: 1px solid #9fbdd9;
    border-radius: 3px
}

.field {
    position: relative;
    margin: 0 0 15px
}

.field-input,
.input-voucher {
    width: 100%;
    max-width: 420px;
    height: 46px;
    margin-top: 8px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #9fbdd9;
    border-radius: 3px;
    outline: #205a8c;
    color: #4f575c;
    font-weight: 500
}

@media (max-width: 575.98px) {

    .field-input,
    .input-voucher {
        padding: 0 8px
    }
}

.field-input::-webkit-input-placeholder,
.input-voucher::-webkit-input-placeholder {
    color: #71777b
}

.field-input::-moz-placeholder,
.input-voucher::-moz-placeholder {
    color: #71777b
}

.field-input:-ms-input-placeholder,
.input-voucher:-ms-input-placeholder {
    color: #71777b
}

.field-input::-ms-input-placeholder,
.input-voucher::-ms-input-placeholder {
    color: #71777b
}

.field-input::placeholder,
.input-voucher::placeholder {
    color: #71777b
}

.field.field-error .field-input[type="number"],
.field.field-error .field-input[type="text"],
.field.field-error .field-input[type="tel"],
.field.field-error .field-input[type="email"],
.field.field-error .input-voucher[type="number"],
.field.field-error .input-voucher[type="text"],
.field.field-error .input-voucher[type="tel"],
.field.field-error .input-voucher[type="email"] {
    border-color: #f08372
}

.field-checkbox {
    display: flex;
    flex-flow: row nowrap
}

.field-checkbox .checkbox {
    align-self: flex-start;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 2px 10px 0 0;
    background: #fff;
    border: 2px solid #f08372;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    transition: border .15s ease
}

.field-checkbox .checkbox:hover,
.field-checkbox .checkbox:active,
.field-checkbox .checkbox:focus {
    border-color: #ea534b
}

.field-checkbox .checkbox::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    opacity: 0;
    font-family: icomoon, monospace;
font-family: ETModules;
content: "\4e";
    color: #f08372;
    font-size: 10px;
    line-height: 1;
    transition: all .15s ease
}

.field-checkbox.checked .checkbox::before {
    opacity: 1
}

.field-checkbox.checked .checkbox:hover::before,
.field-checkbox.checked .checkbox:active::before,
.field-checkbox.checked .checkbox:focus::before {
    color: #ea534b
}

.field-radio {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

.field-radio .radio {
    align-self: flex-start;
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #fff;
    border: 2px solid #f08372;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
    transition: border .15s ease
}

.field-radio .radio::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 2px;
    opacity: 0;
font-family: ETModules;
content: "\4e";
    color: #f08372;
    font-size: 10px;
    line-height: 1;
    transition: all .15s ease
	
}

.field-radio .radio:hover,
.field-radio .radio:active,
.field-radio .radio:focus {
    border-color: #ea534b
}

.field-radio .radio:hover::before,
.field-radio .radio:active::before,
.field-radio .radio:focus::before {
    color: #ea534b
}

.field-radio .radio.checked::before {
    opacity: 1
}

.field-label {
    display: inline;
    margin: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 23px
}

@media (max-width: 767.98px) {
    .field-label {
        font-size: 14px;
        line-height: 21px
    }
}

.field-checkbox .field-label {
    margin: 0
}

.field-acknowledge .field-label {
    font-weight: 600
}

.terms-table-container .field-age .field-label {
    display: block;
    line-height: inherit
}

.form-submit {
    min-width: 235px
}

.form-submit[disabled="disabled"] {
    background: #898d90;
    cursor: not-allowed
}

.form-submit .loader {
    display: none;
    width: 30px;
    height: 30px;
    float: right;
    margin: 12px 0 0 12px
}

.form-submit.loading {
    background: #898d90;
    cursor: not-allowed
}

.form-submit.loading .loader {
    display: inline-block
}

.required {
    font-weight: 700;
    color: #f08372
}

.conditional-fields {
    display: none
}

input[type="number"] {
    -moz-appearance: textfield
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.field-tooltip {
    display: inline-block;
    padding: 0 5px;
    color: #f08372;
    font-weight: 700;
    cursor: help;
    position: relative
	vertical-align: middle;
}

.field-tooltip::before {
	content: "\74";
	display: block;
	font-family: 'ETModules';
	font-size: 18px;
	line-height: 1.5;
}

@media (max-width: 575.98px) {
    .field-tooltip {
        position: static
    }
}

.field-tooltip-wrapper {
    display: none;
    position: absolute;
    bottom: 15px;
    left: -50px;
    z-index: 1000;
    min-width: 130px;
    width: 310px;
    border-radius: 3px;
    box-shadow: 1.8px 3.6px 7.7px 0.3px rgba(0, 3, 4, 0.2);
    background: #fff;
    font-family: montserrat, verdana, geneva, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4f575c;
    cursor: initial
}

@media (max-width: 575.98px) {
    .field-tooltip-wrapper {
        width: 100%;
        left: 0;
        bottom: auto;
        top: 0;
        font-size: 14px;
        line-height: 21px
    }
}

.field-tooltip:hover .field-tooltip-wrapper {
    display: block
}

.field-tooltip-wrapper .field-tooltip-container {
    position: relative;
    padding: 15px
}

.field-tooltip-wrapper .tooltip-icon {
    display: inline-block;
    margin: 0 0 12px;
    color: #f08372;
    font-weight: 700
}

.field-tooltip-wrapper .tooltip-title {
    margin: 0
}

.field-tooltip-wrapper .tooltip-text {
    margin: 0
}

.field-tooltip-wrapper .tooltip-text p:last-child {
    margin-bottom: 0
}

@media screen and (max-height: 500px) {
    body.open-modal {
        overflow: hidden
    }
}

.modal-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translateY(-50%) translateX(-50%);
    min-width: 280px;
    width: 480px;
    max-width: 90%;
    padding: 30px 45px 15px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1)
}

@media (max-width: 767.98px) {
    .modal {
        padding: 30px
    }
}

@media (max-width: 575.98px) {
    .modal {
        padding: 20px
    }
}

@media screen and (max-height: 500px) {
    .modal {
        overflow-y: scroll;
        max-height: 90%;
        max-width: 90%
    }
}

.modal:focus {
    outline: none
}

.modal .modal-actions {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 27px
}

.modal .modal-actions .modal-action {
    margin: 0 20px 20px 0
}

@media (max-width: 575.98px) {
    .modal .modal-actions .modal-action {
        margin-right: 0
    }
}

.modal .modal-actions .modal-action:last-child {
    margin-right: 0
}

.modal .modal-actions .modal-action.cta {
    min-width: 150px
}

.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5)
}

.mailto-link {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    text-align: left;
    flex: 1 0 100%;
    margin: 0 0 20px
}

.mailto-link.align-center {
    justify-content: center
}

.mailto-link.align-right {
    justify-content: flex-end
}

.mailto-link a {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    color: #4f575c
}

.mailto-link-icon {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 18px;
    margin: 0 5px 0 0
}

/*Signup*/
.insurance-signup {
    padding-top: 40px;
    padding-bottom: 100px
}

@media (max-width: 575.98px) {
    .insurance-signup {
        padding-top: 30px;
        padding-bottom: 50px
    }
}

.insurance-signup .timeline-pagination {
    margin-bottom: 40px
}

.insurance-signup b,
.insurance-signup strong {
    font-weight: 600
}

.step-container {
    display: none
}

.step-container#step-cost {
    display: block
}

@media (max-width: 991.98px) {
    .step-title {
        font-size: 24px;
        line-height: normal
    }
}

.step-preamble {
    max-width: 668px;
    margin: 15px 0 0
}

.step-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 30px 0 0
}

@media (max-width: 991.98px) {
    .step-content {
        flex-direction: column;
        margin: 25px 0 0
    }
}

.step-content [data-expandable="1"] {
    max-height: 323px;
    overflow: hidden;
    position: relative
}

.step-content [data-expandable="1"]::before {
    content: " ";
    width: 100%;
    height: 150px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 80%);
    pointer-events: none;
    z-index: 1
}

.step-title+.step-content {
    margin-top: 50px
}

@media (max-width: 991.98px) {
    .step-title+.step-content {
        margin-top: 25px
    }
}

.step-content-column {
    width: calc(50% - 20px)
}

@media (max-width: 991.98px) {
    .step-content-column {
        width: 100%;
        margin: 0 auto
    }
}

.expandable-read-more {
    position: absolute;
    color: #205a8c;
    z-index: 1;
    bottom: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.38;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    cursor: pointer
}

[data-conditional-show="1"] {
    display: block
}

[data-conditional-show="1"].field-invoice {
    display: flex
}

[data-conditional-show="0"] {
    display: none
}

.ie-show {
    display: block
}

.ie-show.field-invoice {
    display: flex
}

.ie-hide {
    display: none
}

.timeline-pagination-links {
    display: flex;
    flex-flow: row nowrap;
    line-height: 26px
}

.timeline-pagination-item {
    position: relative;
    display: inline-block;
    margin: 0 16px
}

.timeline-pagination-item:not(:first-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    width: 16px;
    height: 1px;
    background: #898d90
}

.timeline-pagination-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 16px;
    height: 1px;
    background: #898d90
}

.timeline-pagination-item:first-child {
    margin-left: 0
}

.timeline-pagination-item:last-child {
    margin-right: 0
}

.timeline-pagination-link {
    display: block;
    width: 26px;
    height: 26px;
    border: 1px solid #898d90;
    border-radius: 100%;
    text-align: center;
    color: #898d90;
    outline: none;
    transition: all .15s ease
}

.timeline-pagination-link .icon,
.timeline-pagination-link .icon-button,
.timeline-pagination-link .read-more-button,
.timeline-pagination-link .brand-button {
    color: inherit
}

.start .timeline-pagination-link {
    font-size: 11px
}

.timeline-pagination-item .timeline-pagination-link:hover {
    border-color: #f08372;
    color: #f08372
}

.current-step.timeline-pagination-item .timeline-pagination-link {
    background: #898d90;
    color: #fff;
    pointer-events: none;
    cursor: default
}

.future-step.timeline-pagination-item .timeline-pagination-link {
    pointer-events: none;
    cursor: not-allowed
}

@media (max-width: 991.98px) {
    .step-content.insurance-signup-form .step-content-column:first-child {
        margin-bottom: 25px
    }
}

@media (max-width: 575.98px) {
    .step-content.insurance-signup-form .step-content-column:first-child {
        margin-bottom: 20px
    }
}

.field.field-age {
    margin-bottom: 0
}

@media (max-width: 575.98px) {
    .field.field-age {
        margin-bottom: 20px
    }
}

.terms-table .field {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #4f575c
}

@media (max-width: 575.98px) {
    .terms-table .field {
        padding: 7px 0
    }
}

.acknowledge-container .field:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.field-age .field-input {
    width: 135px
}

@media (max-width: 575.98px) {
    .field-age .field-input {
        width: 100%;
        max-width: 100%
    }
}

.terms-table .field-label {
    display: inline;
    margin: 0
}

.field-age .field-label {
    font-weight: 500
}

.insurance-terms {
    margin: 20px 0;
    padding: 0 0 0 42px;
    line-height: 22px
}

.insurance-terms li {
    position: relative;
    margin-bottom: 2px
}

.insurance-terms li::before {
    content: "–";
    position: absolute;
    top: 0;
    left: -14px
}

.insurance-terms-acknowledge-text {
    margin: 28px 0;
    font-weight: 600
}

@media (max-width: 991.98px) {
    .insurance-terms-acknowledge-text {
        margin: 25px 0 0
    }
}

@media (max-width: 575.98px) {
    .insurance-terms-acknowledge-text {
        margin: 20px 0 0
    }
}

.insurance-terms-acknowledge-text *:last-child {
    margin-bottom: 10px
}

.age-guardian-container {
    display: flex;
    flex-flow: row nowrap;
    margin: 0 0 12px
}

@media (max-width: 575.98px) {
    .age-guardian-container {
        flex-flow: column nowrap
    }
}

.field-age {
    width: 135px
}

.field-guardian {
    width: calc(100% - 135px);
    padding: 0 0 0 35px;
    margin: 30px 0 0 0
}

@media (max-width: 575.98px) {
    .field-guardian {
        margin: 0;
        padding: 0;
        width: auto
    }
}

.terms-table-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    padding-bottom: 5px;
    border-bottom: 1px solid #4f575c
}

.terms-table-header .heading {
    width: 40px;
    text-align: center;
    cursor: default
}

.terms-table .field-radio {
    justify-content: space-between
}

.field-label-wrapper {
    flex-grow: 1;
    align-self: flex-start;
    width: 100%;
    max-width: 370px
}

@media (max-width: 991.98px) {
    .field-label-wrapper {
        max-width: 70%
    }
}

@media (max-width: 767.98px) {
    .field-label-wrapper {
        max-width: 100%
    }
}

.radio-buttons-wrapper {
    display: flex;
    flex-flow: row nowrap;
    flex-shrink: 0;
    flex-grow: 0
}

.radio-wrapper {
    width: 40px;
    text-align: center
}

.bmi-calculator {
    margin: 20px 0 0
}

.bmi-calculator .bmi-calculator-label {
    margin: 0 0 7px;
    font-weight: 600;
    cursor: default
}

.bmi-calculator .bmi-calculator-fields {
    display: flex;
    flex-flow: row nowrap;
    align-items: center
}

@media (max-width: 575.98px) {
    .bmi-calculator .bmi-calculator-fields {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.bmi-calculator .bmi-calculator-fields .field {
    width: 136px;
    margin: 0 20px 0 0
}

@media (max-width: 575.98px) {
    .bmi-calculator .bmi-calculator-fields .field {
        width: 100%;
        margin: 5px 0 10px
    }
}

@media (max-width: 575.98px) {
    .bmi-calculator .bmi-calculator-fields .field-input {
        text-align: right;
        max-width: 100%
    }
}

.bmi-calculator .bmi-calculator-fields .field-bmi-calculator-weight {
    margin-right: 0
}

.bmi-calculator .bmi-value {
    flex-grow: 1;
    text-align: right;
    font-size: 38px;
    color: #f08372
}

@media (max-width: 575.98px) {
    .bmi-calculator .bmi-value {
        width: 100%;
        margin-top: 10px
    }
}

.step-action {
    margin: 40px 0 0;
    text-align: right
}

.step-action .links-container {
    margin: 35px 0 0
}

.step-action .links-container .links-list-item {
    margin: 0 0 5px 13px
}

.step-action .mailto-link {
    margin-top: 30px
}

.price-summary {
    margin: 0 0 25px;
    font-size: 38px;
    line-height: 1;
    font-weight: 700;
    cursor: default;
    padding: 30px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .price-summary {
        font-size: 30px
    }
}

#step-payment .step-action {
    margin-top: 60px
}

@media (max-width: 575.98px) {
    #step-payment .step-action {
        margin-top: 50px
    }
}

.payment-method {
    margin-bottom: 20px
}

.payment-method>.field:last-child {
    margin-bottom: 5px
}

.autogiro-fields {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px
}

@media (max-width: 575.98px) {
    .autogiro-fields {
        padding: 0
    }
}

.autogiro-fields .autogiro-label {
    width: 100%;
    flex-shrink: 0;
    cursor: default
}

.autogiro-fields .field-autogiro-clearing {
    position: relative;
    width: 111px;
    margin-right: 27px
}

@media (max-width: 1114px) {
    .autogiro-fields .field-autogiro-clearing {
        width: 33%;
        margin-right: 9%
    }
}

.autogiro-fields .field-autogiro-clearing::after {
    content: "–";
    position: absolute;
    top: 0;
    right: -18px;
    line-height: 60px
}

@media (max-width: 1114px) {
    .autogiro-fields .field-autogiro-clearing::after {
        right: -17%
    }
}

.autogiro-fields .autogiro-temp {
    max-width: 500px;
    font-size: 13px;
    line-height: 19px
}

.autogiro-fields .field-autogiro-account {
    width: 282px
}

@media (max-width: 1114px) {
    .autogiro-fields .field-autogiro-account {
        width: 58%
    }
}

@media (max-width: 767.98px) {
    .insurance-signup-form .field-label {
        font-size: 14px;
        line-height: 21px
    }
}

.field-autogiro-acceptance {
    margin-bottom: 0
}

.personal-information .field:last-child {
    margin-bottom: 5px
}

.acceptance .field:last-child {
    margin-bottom: 5px
}

.insurance-signup-form .verify-content {
    max-width: 425px
}

@media (max-width: 991.98px) {
    .insurance-signup-form .verify-content {
        margin-top: 49px
    }
}

@media (max-width: 575.98px) {
    .insurance-signup-form .verify-content {
        max-width: 100%
    }
}

.insurance-signup-form .summary-title {
    margin-bottom: 25px
}

.insurance-signup-form .summary-text strong {
    font-weight: 700
}

.insurance-signup-form .summary-text .monthly {
    display: none
}

.insurance-signup-form .summary-content {
    margin: 25px 0 15px
}

.insurance-signup-form .summary-content-title {
    font-size: 20px
}

.insurance-signup-form .summary-content-table {
    width: 100%;
    border: none;
    border-spacing: 0;
    text-align: left
}

.insurance-signup-form .summary-content-table tr {
    display: flex;
    flex-direction: column;
    margin: 15px 0
}

.insurance-signup-form .summary-content-table tr:last-of-type {
    margin-bottom: 0
}

.insurance-signup-form .summary-content-table a {
    font-weight: inherit
}

.insurance-signup-form .verify-actions {
    display: flex;
    flex-flow: row wrap;
    margin: 45px 0 75px
}

@media (max-width: 991.98px) {
    .insurance-signup-form .verify-actions {
        margin: 15px 0 35px
    }
}

@media (max-width: 575.98px) {
    .insurance-signup-form .verify-actions {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }
}

.insurance-signup-form .verify-actions .form-submit {
    display: flex;
    flex-flow: row nowrap;
    order: 1;
    margin-right: 70px
}

@media (max-width: 575.98px) {
    .insurance-signup-form .verify-actions .form-submit {
        margin-right: 0;
        order: 2;
        justify-content: center
    }
}

.insurance-signup-form .verify-actions .bankid-logo {
    order: 2;
    max-height: 55px
}

@media (max-width: 575.98px) {
    .insurance-signup-form .verify-actions .bankid-logo {
        order: 1;
        margin-bottom: 10px
    }
}

.insurance-signup-form .verify-open-bankid {
    display: none
}

@media (max-width: 991.98px) {
    .insurance-signup-form .verify-open-bankid.loading {
        display: block;
        margin-bottom: 25px
    }
}

@media (max-width: 991.98px) {
    .insurance-signup-form .verify-open-bankid .open-bankid {
        height: auto;
        min-height: 55px;
        line-height: normal;
        padding: 15px
    }
}

@media (max-width: 767.98px) {
    .insurance-signup-form .verify-open-bankid .open-bankid {
        padding: 15px 5px
    }
}

@media (max-width: 575.98px) {
    .insurance-signup-form .verify-open-bankid .open-bankid {
        padding: 15px
    }
}

.insurance-signup-form .gdpr-text {
    margin-top: 20px
}

.wp-block-preformatted {
    margin: 0 0 20px;
    white-space: pre-wrap;
    font-family: inherit
}

.wp-block-image .alignleft {
    float: none;
    width: 100%;
    margin: 0;
    text-align: left
}

.wp-block-image .aligncenter {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center
}

.wp-block-image .alignright {
    float: none;
    width: 100%;
    margin: 0;
    text-align: right
}

.wp-block-image figcaption {
    margin: 0 0 35px;
    text-align: left;
    font-size: 15px;
    color: inherit
}

.more-blocks-hero-block {
    margin-bottom: 10px
}

.more-blocks-hero-block .more-blocks-cta-info {
    max-width: 100%
}

.more-blocks-hero-inner-block {
    position: relative;
    max-width: 100%;
    margin: 0 auto
}

@media (max-width: 991.98px) {
    .more-blocks-hero-inner-block {
        background: #e9e4e3;
        padding-bottom: 25px
    }

    .more-blocks-hero-inner-block+.more-blocks-cta-info {
        background: #fff !important
    }
}

.more-blocks-hero-inner-block .hero-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 483px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media (max-width: 767.98px) {
    .more-blocks-hero-inner-block .hero-container {
        height: 0;
        padding-bottom: 60%;
        min-height: 230px
    }
}

.more-blocks-hero-inner-block .hero-container::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease
}

.open-submenu .more-blocks-hero-inner-block .hero-container::after {
    content: "";
    opacity: 0.4
}

@media (max-width: 991.98px) {
    .more-blocks-hero-inner-block .hero-container::after {
        content: none;
        display: none
    }
}

.more-blocks-hero-inner-block .page-title,
.more-blocks-hero-inner-block .step-title {
    color: #fff
}

@media (max-width: 991.98px) {

    .more-blocks-hero-inner-block .page-title,
    .more-blocks-hero-inner-block .step-title {
        color: #4f575c;
        font-size: 24px;
        line-height: normal
    }
}

.more-blocks-hero-inner-block .page-heading {
    color: #fff;
    font-weight: 500
}

@media (max-width: 991.98px) {
    .more-blocks-hero-inner-block .page-heading {
        color: #4f575c;
        font-size: 20px;
        line-height: normal
    }
}

.more-blocks-hero-inner-block .hero-image {
    display: none
}

.more-blocks-hero-inner-block .hero-text {
    position: absolute;
    bottom: 0;
    max-width: 1074px;
    margin: 0 auto;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-left: 0
}

@media (max-width: 1449.98px) {
    .more-blocks-hero-inner-block .hero-text {
        padding-left: 0
    }
}

@media (max-width: 1114px) {
    .more-blocks-hero-inner-block .hero-text {
        padding-left: 20px
    }
}

@media (max-width: 991.98px) {
    .more-blocks-hero-inner-block .hero-text {
        width: 75%;
        max-width: 1074px;
        position: static;
        transform: none;
        margin-top: 17px;
        margin-left: 20px;
        margin-right: 20px;
        bottom: initial;
        padding-left: 0
    }
}

.more-blocks-hero-inner-block a {
    color: #fff
}

.more-blocks-hero-inner-block a:hover {
    color: #e9e4e3
}

.more-blocks-hero-inner-block a:visited {
    color: #fff
}

.hero-container+.more-blocks-cta-info {
    margin-bottom: 10px
}

.open-submenu .more-blocks-header-block:not(.has-image) .headerblock-container::after {
    content: none;
    display: none
}

.more-blocks-header-block {
    max-width: 100%
}

.more-blocks-header-block .headerblock-container {
    position: relative
}

.more-blocks-header-block .headerblock-container::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    transition: opacity .15s ease
}

.open-submenu .more-blocks-header-block .headerblock-container::after {
    content: "";
    opacity: 0.4
}

@media (max-width: 991.98px) {
    .more-blocks-header-block .headerblock-container::after {
        content: none;
        display: none
    }
}

.more-blocks-header-block .headerblock-title-wrapper {
    width: 100%;
    margin: 0 auto 15px
}

.more-blocks-header-block .headerblock-title-wrapper .headerblock-title {
    font-weight: 700;
    margin: 0
}

@media (max-width: 767.98px) {
    .more-blocks-header-block .headerblock-title-wrapper .headerblock-title {
        font-size: 24px;
        line-height: normal
    }
}

.more-blocks-header-block .headerblock-content-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: calc(1074px + 40px)
}

@media (max-width: 991.98px) {
    .more-blocks-header-block .headerblock-content-wrapper {
        position: static;
        transform: none;
        margin: 17px 0 0;
        padding-bottom: 0;
        top: initial;
        left: initial;
        width: 100%
    }
}

.more-blocks-header-block .headerblock-content-wrapper .headerblock-title {
    color: #f08372
}

.more-blocks-header-block.has-image {
    background-color: #e9e4e3
}

@media (max-width: 767.98px) {
    .more-blocks-header-block.has-image .header-block-container {
        height: 0;
        padding-bottom: 60%;
        min-height: 230px
    }
}

@media (max-width: 991.98px) {
    .more-blocks-header-block.has-image .headerblock-content-wrapper {
        padding-bottom: 10px;
        width: calc(100% - 20px)
    }
}

.more-blocks-header-block.has-image .headerblock-title {
    color: #fff
}

.more-blocks-header-block.has-image .headerblock-title.red-title {
    color: #f08372
}

@media (max-width: 991.98px) {
    .more-blocks-header-block.has-image .headerblock-title {
        font-size: 24px;
        line-height: normal;
        color: #4f575c
    }
}

@media (max-width: 991.98px) {
    .more-blocks-header-block.content-below .headerblock-container {
        justify-content: flex-end
    }
}

@media (max-width: 767.98px) {
    .more-blocks-header-block.content-below .headerblock-container {
        min-height: 130px
    }
}

@media (max-width: 991.98px) {
    .more-blocks-header-block.content-below .headerblock-content-wrapper {
        transform: none
    }
}

@media (max-width: 991.98px) {
    .more-blocks-header-block.content-below .headerblock-title-wrapper {
        margin: 0 auto
    }
}

.headerblock-link-wrapper {
    width: 100%;
    margin: 30px auto 0;
    padding-left: 20px
}

@media (max-width: 991.98px) {
    .headerblock-link-wrapper {
        margin: 20px auto 10px
    }
}

.more-blocks-cta-info {
    display: flex;
    flex-direction: column;
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px 25px
}

@media (max-width: 991.98px) {
    .more-blocks-cta-info {
        padding: 20px 20px
    }
}

.more-blocks-cta-info .flex-fix-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 326px;
    justify-content: center;
    align-items: center;
    text-align: center
}

.more-blocks-cta-info p {
    margin: 0;
    padding: 0
}

.more-blocks-cta-info .page-heading {
    font-size: 23.5px;
    line-height: normal
}

@media (max-width: 1114px) {
    .more-blocks-cta-info .page-heading {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .more-blocks-cta-info .page-heading {
        word-wrap: break-word;
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
}

@media (max-width: 767.98px) {
    .more-blocks-cta-info .page-heading {
        font-size: 18px;
        margin: 0 0 20px
    }
}

@media (max-width: 575.98px) {
    .more-blocks-cta-info .page-heading {
        font-size: 20px
    }
}

.more-blocks-cta-info .copy-wrapper {
    max-width: 739px;
    font-size: 18px;
    line-height: normal
}

.more-blocks-cta-info .copy-wrapper ul {
    margin: 0 0 25px
}

.more-blocks-cta-info .read-more-button {
    margin-top: 12px
}

.more-blocks-cta-info .image-container {
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px
}

.more-blocks-cta-info .image-container .image-above {
    display: none
}

.more-blocks-cta-info.white-grey-red {
    background: #fff
}

.more-blocks-cta-info.white-grey-red .page-heading {
    color: #4f575c
}

.more-blocks-cta-info.white-grey-red .copy-wrapper {
    color: #4f575c
}

.more-blocks-cta-info.grey-grey-red {
    background: #e9e4e3
}

.more-blocks-cta-info.grey-grey-red .page-heading {
    color: #4f575c
}

.more-blocks-cta-info.grey-grey-red .copy-wrapper {
    color: #4f575c
}

.more-blocks-cta-info.orange-red-grey-grey {
    background: #fdece5
}

.more-blocks-cta-info.orange-red-grey-grey .page-heading {
    color: #f08372
}

.more-blocks-cta-info.orange-red-grey-grey .copy-wrapper {
    color: #4f575c
}

.more-blocks-cta-info.blue-white-white {
    background: #9fbdd9
}

.more-blocks-cta-info.blue-white-white .page-heading {
    color: #fff
}

.more-blocks-cta-info.blue-white-white .copy-wrapper {
    color: #fff
}

.more-blocks-cta-info.grey-red-grey-grey {
    background: #e9e4e3
}

.more-blocks-cta-info.grey-red-grey-grey .page-heading {
    color: #f08372
}

.more-blocks-cta-info.grey-red-grey-grey .copy-wrapper {
    color: #4f575c
}

.more-blocks-cta-info.red-white-white {
    background: #f08372
}

.more-blocks-cta-info.red-white-white .page-heading {
    color: #fff
}

.more-blocks-cta-info.red-white-white .copy-wrapper {
    color: #fff
}

.more-blocks-cta-info.red-white-white .copy-wrapper ul li::before {
    color: #fff
}

.more-blocks-cta-info.red-white-white .button.cta.white,
.more-blocks-cta-info.red-white-white .cta.white.search-submit,
.more-blocks-cta-info.red-white-white .white.form-submit {
    background: #fff;
    color: #4f575c
}

.more-blocks-cta-info.red-white-white .button.cta.white:hover,
.more-blocks-cta-info.red-white-white .cta.white.search-submit:hover,
.more-blocks-cta-info.red-white-white .white.form-submit:hover {
    background: #e9e4e3
}

.width-50-50-blocks .more-blocks-cta-info .page-heading,
.width-50-50-blocks .more-blocks-cta-info .copy-wrapper,
.width-75-25-blocks .more-blocks-cta-info .page-heading,
.width-75-25-blocks .more-blocks-cta-info .copy-wrapper,
.width-25-75-blocks .more-blocks-cta-info .page-heading,
.width-25-75-blocks .more-blocks-cta-info .copy-wrapper,
.width-33-33-33-blocks .more-blocks-cta-info .page-heading,
.width-33-33-33-blocks .more-blocks-cta-info .copy-wrapper,
.width-66-33-blocks .more-blocks-cta-info .page-heading,
.width-66-33-blocks .more-blocks-cta-info .copy-wrapper {
    max-width: 400px;
    width: 100%
}

.more-blocks-video-block {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.more-blocks-video-block .image {
    display: none
}

.more-blocks-video-block .image-container {
    width: 100%;
    height: 100%;
    min-height: 366px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.more-blocks-video-block .image-container h3 {
    pointer-events: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 45px;
    padding: 0 20px
}

@media (max-width: 1114px) {
    .more-blocks-video-block .image-container h3 {
        font-size: 20px
    }
}

@media (max-width: 991.98px) {
    .more-blocks-video-block .image-container h3 {
        word-wrap: break-word;
        overflow-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        margin-top: 25px
    }
}

@media (max-width: 767.98px) {
    .more-blocks-video-block .image-container h3 {
        font-size: 18px;
        margin-top: 40px
    }
}

@media (max-width: 575.98px) {
    .more-blocks-video-block .image-container h3 {
        font-size: 18px;
        margin-top: 30px
    }
}

.more-blocks-video-block .image-container .play-button {
    pointer-events: none
}

@media (max-width: 991.98px) {
    .more-blocks-video-block .image-container .play-button {
        height: 60px;
        width: 60px
    }
}

@media (max-width: 767.98px) {
    .more-blocks-video-block .image-container .play-button {
        height: 50px;
        width: 50px
    }
}

.more-blocks-video-block .video-container {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 600px
}

.more-blocks-video-block .video-container .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.more-blocks-video-block .video-container iframe {
    position: absolute;
    width: 100%;
    height: 100%
}

.more-blocks-video-block.open .video-container {
    display: block;
    z-index: 999999
}

.image-block-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.image-block-wrapper a {
    width: 100%;
    height: 100%
}

.image-block-wrapper .image {
    display: none
}

.image-block-wrapper .image-container {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.more-blocks-image-zoom .image-container .zoom-icon-wrapper {
    transition: all .15s ease
}

.more-blocks-image-zoom .image-container:hover .zoom-icon-wrapper {
    transition: all .15s ease
}

.image-content-link .image-content-title {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    font-size: 23.5px;
    margin-bottom: 6px
}

@media (max-width: 767.98px) {
    .image-content-link .image-content-title {
        font-size: 20px;
        padding-right: 20px
    }
}

@media (max-width: 575.98px) {
    .image-content-link .image-content-title {
        font-size: 20px;
        padding-right: 25px
    }
}

.image-content-link .image-content-title::after {
    position: absolute;
    top: 6px;
    right: 4px;
    font-family: icomoon, monospace;
    font-size: 16px;
    content: "";
    transition: right .15s ease
}

@media (max-width: 991.98px) {
    .image-content-link .image-content-title::after {
        top: 5px;
        font-size: 14px
    }
}

@media (max-width: 767.98px) {
    .image-content-link .image-content-title::after {
        top: 4px;
        font-size: 13px
    }
}

@media (max-width: 575.98px) {
    .image-content-link .image-content-title::after {
        top: 6px;
        font-size: 16px
    }
}

.image-content-link .image-content-copy {
    font-weight: 500
}

.image-content-link .bg-color-blue .image-content-title {
    color: #4f575c
}

.image-content-link .bg-color-grey .image-content-title {
    color: #4f575c
}

.image-content-link .bg-color-red .image-content-title {
    color: #f08372
}

.image-content-link .bg-color-black .image-content-title {
    color: #fff
}

.image-content-link .bg-color-white .image-content-title {
    color: #4f575c
}

.image-content-link:hover .image-content-title::after {
    right: 1px;
    transition: right .15s ease
}

.more-blocks-image-content {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media (max-width: 575.98px) {
    .more-blocks-image-content {
        flex-direction: column
    }
}

.more-blocks-image-content .image-content-link {
    width: 100%
}

.more-blocks-image-content .image {
    display: none
}

.more-blocks-image-content .image-container {
    width: 100%;
    height: 100%;
    min-height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.more-blocks-image-content .copy-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 11px 24px 0.5px
}

@media (max-width: 991.98px) {
    .more-blocks-image-content .copy-wrapper {
        padding: 10px 22px 0.5px
    }
}

@media (max-width: 767.98px) {
    .more-blocks-image-content .copy-wrapper {
        padding: 10px 20px 0.5px
    }
}

@media (max-width: 575.98px) {
    .more-blocks-image-content .copy-wrapper {
        padding: 11px 24px 0.5px;
        position: relative
    }
}

.more-blocks-image-content .copy-wrapper .image-content-title {
    font-size: 23.5px;
    margin-bottom: 6px;
    line-height: normal
}

@media (max-width: 1114px) {
    .more-blocks-image-content .copy-wrapper .image-content-title {
        font-size: 20px
    }
}

@media (max-width: 767.98px) {
    .more-blocks-image-content .copy-wrapper .image-content-title {
        font-size: 18px
    }
}

@media (max-width: 575.98px) {
    .more-blocks-image-content .copy-wrapper .image-content-title {
        font-size: 20px
    }
}

.more-blocks-image-content .image-content-copy {
    font-size: 18px;
    line-height: normal
}

@media (max-width: 1114px) {
    .more-blocks-image-content .image-content-copy {
        font-size: 16px
    }

    .more-blocks-image-content .image-content-copy p {
        margin-bottom: 15px
    }
}

@media (max-width: 767.98px) {
    .more-blocks-image-content .image-content-copy {
        font-size: 16px
    }
}

@media (max-width: 575.98px) {
    .more-blocks-image-content .image-content-copy {
        font-size: 18px
    }

    .more-blocks-image-content .image-content-copy p {
        margin-bottom: 20px
    }
}

.more-blocks-event-block-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    color: #4f575c;
    max-width: 1440px;
    margin: 0 auto
}

@media (max-width: 767.98px) {
    .more-blocks-event-block-container {
        flex-direction: column-reverse
    }
}

.more-blocks-event-block-container .event-block-text-container {
    text-align: center;
    max-width: 528px;
    margin-right: 215px
}

@media (max-width: 991.98px) {
    .more-blocks-event-block-container .event-block-text-container {
        margin-right: 100px
    }
}

@media (max-width: 767.98px) {
    .more-blocks-event-block-container .event-block-text-container {
        margin: initial
    }
}

.more-blocks-event-block-container .event-block-text-container .event-info {
    color: #f08372;
    font-weight: 700
}

.more-blocks-event-block-container .event-block-image-container {
    max-width: 452px;
    max-height: 335px;
    overflow: hidden
}

.more-blocks-event-block-container .event-block-image-container .image {
    width: auto;
    height: 100%
}

@media (max-width: 991.98px) {
    .more-blocks-event-block-container .event-block-image-container .image {
        width: 100%;
        height: auto
    }
}

.infoblock-container {
    height: auto;
    padding: 27px 46px;
    max-width: 500px;
    line-height: 24px
}

.bg-color-white {
    background-color: #fff
}

.bg-color-lightblue {
    background-color: #eaf3f9
}

.bg-color-lightred {
    background-color: #fdece5
}

.heading-container h1 {
    line-height: 28px
}

.link-container {
    font-weight: 700
}

.wp-block-more-blocks-columns-layout {
    padding: 10px;
    max-width: 1440px;
    margin: 0 auto
}

.wp-block-more-blocks-columns-layout .column-block {
    margin: 0 10px;
    transition: max-height .15s ease
}

.wp-block-more-blocks-columns-layout.width-align-thin {
    max-width: calc(1074px + 40px);
    margin: 0 auto
}

@media (max-width: 575.98px) {
    .has-2-columns {
        display: block
    }
}

@media (max-width: 575.98px) {
    .has-2-columns.width-50-50-blocks .column-block:nth-child(1) {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }
}

@media (max-width: 575.98px) {
    .has-2-columns.width-50-50-blocks .column-block:nth-child(2) {
        width: calc(100% - 20px)
    }
}

@media (max-width: 1199.98px) {
    .has-2-columns.width-25-75-blocks .column-block:nth-child(1) {
        width: 33.333%
    }
}

@media (max-width: 767.98px) {
    .has-2-columns.width-25-75-blocks .column-block:nth-child(1) {
        width: 50%
    }
}

@media (max-width: 575.98px) {
    .has-2-columns.width-25-75-blocks .column-block:nth-child(1) {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }
}

@media (max-width: 1199.98px) {
    .has-2-columns.width-25-75-blocks .column-block:nth-child(2) {
        width: 66.666%
    }
}

@media (max-width: 767.98px) {
    .has-2-columns.width-25-75-blocks .column-block:nth-child(2) {
        width: 50%
    }
}

@media (max-width: 575.98px) {
    .has-2-columns.width-25-75-blocks .column-block:nth-child(2) {
        width: calc(100% - 20px)
    }
}

@media (max-width: 991.98px) {
    .has-2-columns.width-33-66-blocks .column-block:nth-child(1) {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .has-2-columns.width-33-66-blocks .column-block:nth-child(1) {
        width: 50%
    }
}

@media (max-width: 575.98px) {
    .has-2-columns.width-33-66-blocks .column-block:nth-child(1) {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }
}

@media (max-width: 991.98px) {
    .has-2-columns.width-33-66-blocks .column-block:nth-child(2) {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .has-2-columns.width-33-66-blocks .column-block:nth-child(2) {
        width: 50%
    }
}

@media (max-width: 575.98px) {
    .has-2-columns.width-33-66-blocks .column-block:nth-child(2) {
        width: calc(100% - 20px)
    }
}

@media (max-width: 991.98px) {
    .has-2-columns.width-66-33-blocks .column-block:nth-child(1) {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .has-2-columns.width-66-33-blocks .column-block:nth-child(1) {
        width: 50%
    }
}

@media (max-width: 575.98px) {
    .has-2-columns.width-66-33-blocks .column-block:nth-child(1) {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }
}

@media (max-width: 991.98px) {
    .has-2-columns.width-66-33-blocks .column-block:nth-child(2) {
        width: 50%
    }
}

@media (max-width: 767.98px) {
    .has-2-columns.width-66-33-blocks .column-block:nth-child(2) {
        width: 50%
    }
}

@media (max-width: 575.98px) {
    .has-2-columns.width-66-33-blocks .column-block:nth-child(2) {
        width: calc(100% - 20px)
    }
}

@media (max-width: 1199.98px) {
    .has-2-columns.width-75-25-blocks .column-block:nth-child(1) {
        width: 66.666%
    }
}

@media (max-width: 767.98px) {
    .has-2-columns.width-75-25-blocks .column-block:nth-child(1) {
        width: 50%
    }
}

@media (max-width: 575.98px) {
    .has-2-columns.width-75-25-blocks .column-block:nth-child(1) {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }
}

@media (max-width: 1199.98px) {
    .has-2-columns.width-75-25-blocks .column-block:nth-child(2) {
        width: 33.333%
    }
}

@media (max-width: 767.98px) {
    .has-2-columns.width-75-25-blocks .column-block:nth-child(2) {
        width: 50%
    }
}

@media (max-width: 575.98px) {
    .has-2-columns.width-75-25-blocks .column-block:nth-child(2) {
        width: calc(100% - 20px)
    }
}

@media (max-width: 767.98px) {
    .has-2-columns.width-custom-blocks .custom-width-inner-wrapper {
        width: calc(100% - 20px) !important
    }
}

@media (max-width: 767.98px) {
    .has-3-columns {
        display: block
    }
}

@media (max-width: 767.98px) {
    .has-3-columns.width-33-33-33-blocks .column-block:nth-child(1) {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .has-3-columns.width-33-33-33-blocks .column-block:nth-child(2) {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .has-3-columns.width-33-33-33-blocks .column-block:nth-child(3) {
        width: calc(100% - 20px)
    }
}

@media (max-width: 991.98px) {

    .has-3-columns.width-50-25-25-blocks .column-block:nth-child(1),
    .has-3-columns.width-25-50-25-blocks .column-block:nth-child(1),
    .has-3-columns.width-25-25-50-blocks .column-block:nth-child(1) {
        width: 33.333%
    }
}

@media (max-width: 767.98px) {

    .has-3-columns.width-50-25-25-blocks .column-block:nth-child(1),
    .has-3-columns.width-25-50-25-blocks .column-block:nth-child(1),
    .has-3-columns.width-25-25-50-blocks .column-block:nth-child(1) {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }
}

@media (max-width: 991.98px) {

    .has-3-columns.width-50-25-25-blocks .column-block:nth-child(2),
    .has-3-columns.width-25-50-25-blocks .column-block:nth-child(2),
    .has-3-columns.width-25-25-50-blocks .column-block:nth-child(2) {
        width: 33.333%
    }
}

@media (max-width: 767.98px) {

    .has-3-columns.width-50-25-25-blocks .column-block:nth-child(2),
    .has-3-columns.width-25-50-25-blocks .column-block:nth-child(2),
    .has-3-columns.width-25-25-50-blocks .column-block:nth-child(2) {
        width: calc(100% - 20px);
        margin-bottom: 20px
    }
}

@media (max-width: 991.98px) {

    .has-3-columns.width-50-25-25-blocks .column-block:nth-child(3),
    .has-3-columns.width-25-50-25-blocks .column-block:nth-child(3),
    .has-3-columns.width-25-25-50-blocks .column-block:nth-child(3) {
        width: 33.333%
    }
}

@media (max-width: 767.98px) {

    .has-3-columns.width-50-25-25-blocks .column-block:nth-child(3),
    .has-3-columns.width-25-50-25-blocks .column-block:nth-child(3),
    .has-3-columns.width-25-25-50-blocks .column-block:nth-child(3) {
        width: calc(100% - 20px)
    }
}

@media (max-width: 575.98px) {
    .width-align-thin .columns-copy-wrapper {
        -moz-column-count: 1;
        column-count: 1
    }
}

.width-align-full .wp-block-more-blocks-columns-copy {
    height: 100%
}

.width-align-full .columns-copy-container {
    padding: 76px 26px 128px
}

@media (max-width: 1199.98px) {
    .width-align-full .columns-copy-container {
        padding: 28px 26px
    }
}

.width-align-full .columns-copy-container .columns-copy-wrapper {
    margin: 0 auto;
    max-width: 1074px
}

@media (max-width: 575.98px) {
    .width-align-full .columns-copy-container .columns-copy-wrapper {
        -moz-column-count: 1;
        column-count: 1
    }
}

.read-more-section {
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #798084
}

.read-more-section .page-heading {
    color: #f08372
}

.read-more-section .read-more-copy {
    margin-bottom: 15px;
    max-width: 658px
}

.read-more-section .read-more-link {
    color: #205a8c
}

.read-more-section:last-of-type {
    border-bottom: 1px solid #798084
}

.more-blocks-accordion-container:last-of-type {
    margin-bottom: 0
}

.more-blocks-accordion-container .accordion-title {
    padding: 19px 60px 19px 22px;
    position: relative
}

@media (max-width: 575.98px) {
    .more-blocks-accordion-container .accordion-title {
        font-size: 14px;
        line-height: normal;
        padding: 15px 40px 15px 15px
    }
}

.more-blocks-accordion-container .accordion-title::after {
    position: absolute;
    top: calc(50% - 11px);
    right: 34px;
    font-family: icomoon, monospace;
    content: "";
    color: #f08372;
    transition: transform .15s ease
}

@media (max-width: 575.98px) {
    .more-blocks-accordion-container .accordion-title::after {
        top: calc(50% - 7px);
        right: 20px
    }
}

.more-blocks-accordion-container .accordion-copy {
    border: 1px solid
}

.more-blocks-accordion-container .accordion-copy.white {
    border-color: #fff
}

.more-blocks-accordion-container .accordion-copy.black {
    border-color: #4f575c
}

.more-blocks-accordion-container .accordion-copy.red {
    border-color: #fdece5
}

.more-blocks-accordion-container .accordion-copy.grey {
    border-color: #e9e4e3
}

.more-blocks-accordion-container .accordion-copy.blue {
    border-color: #eaf3f9
}

@media (max-width: 575.98px) {
    .more-blocks-accordion-container .accordion-copy {
        font-size: 14px;
        line-height: normal
    }
}

.more-blocks-accordion-container.open .accordion-title::after {
    transform: rotate(90deg);
    transition: transform .15s ease
}

.more-blocks-cta-banner {
    width: 100%;
    padding: 30px;
    background: #f08372
}

@media (max-width: 575.98px) {
    .more-blocks-cta-banner {
        padding: 20px
    }
}

.more-blocks-cta-banner .page-title,
.more-blocks-cta-banner .step-title {
    color: #fff
}

@media (max-width: 767.98px) {

    .more-blocks-cta-banner .page-title,
    .more-blocks-cta-banner .step-title {
        line-height: normal;
        font-size: 35px
    }
}

@media (max-width: 575.98px) {

    .more-blocks-cta-banner .page-title,
    .more-blocks-cta-banner .step-title {
        font-size: 20px;
        line-height: normal
    }
}

.more-blocks-cta-banner .page-heading {
    color: #fff;
    max-width: 450px
}

@media (max-width: 767.98px) {
    .more-blocks-cta-banner .page-heading {
        line-height: normal;
        font-size: 20px
    }
}

@media (max-width: 575.98px) {
    .more-blocks-cta-banner .page-heading {
        font-size: 18px;
        line-height: normal
    }
}

.more-blocks-cta-banner .text-read-more-container {
    display: flex;
    justify-content: space-between
}

@media (max-width: 767.98px) {
    .more-blocks-cta-banner .text-read-more-container {
        flex-direction: column
    }
}

@media (max-width: 767.98px) {

    .more-blocks-cta-banner .button.cta,
    .more-blocks-cta-banner .cta.search-submit,
    .more-blocks-cta-banner .form-submit {
        width: 100%;
        padding: 0 10px
    }
}

.more-blocks-cta-banner+.read-more-section {
    border-top: none
}

.archives-container {
    margin: 0 auto;
    padding: 60px 0 50px
}

.archive {
    border-bottom: 1px solid #898d90;
    padding: 25px 0
}

.archive>* {
    max-width: 708px
}

.archive .page-heading {
    max-width: 708px;
    color: #f08372;
    font-weight: 700
}

.archive .page-heading a,
.archive .page-heading h3 {
    color: #4f575c;
    line-height: 28px;
    font-size: 24px
}

.archive:first-of-type {
    border-top: 1px solid #898d90
}

.archive:last-of-type {
    border: none
}

.archive-date {
    font-size: 16px;
    line-height: 24px;
    color: #898d90;
    font-weight: 600
}

.archives-read-more {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

.more-blocks-preamble {
    font-weight: 600
}

.more-blocks-links-cta {
    flex-wrap: wrap
}

.more-blocks-links-cta.align-left {
    display: flex;
    justify-content: flex-start;
    max-width: 100%
}

.more-blocks-links-cta.align-left .more-blocks-link-block {
    margin-right: 25px;
    margin-left: 0
}

.more-blocks-links-cta.align-right {
    display: flex;
    justify-content: flex-end;
    max-width: 100%
}

.more-blocks-links-cta.align-right .more-blocks-link-block {
    margin-left: 25px;
    margin-right: 0
}

.more-blocks-links-cta.align-center {
    display: flex;
    justify-content: center;
    max-width: 100%
}

.more-blocks-links-cta.align-center .more-blocks-link-block {
    margin-left: 25px;
    margin-right: 25px
}

.more-blocks-links-cta .more-blocks-link-block {
    flex-shrink: 0
}

.more-blocks-link-block .link-arrow {
    display: block;
    position: relative;
    text-align: left;
    background-color: #eaf3f9;
    color: #4f575c;
    padding: 19px 60px 19px 22px;
    height: auto;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 20px;
    border-radius: initial
}

.more-blocks-link-block .link-arrow:after {
    position: absolute;
    top: calc(50% - 11px);
    right: 34px;
    font-family: icomoon, monospace;
    content: "";
    color: #f08372;
    transition: transform 0.15s ease
}

.icon.icon-back::before {
  font-family: 'ETModules';
  color: #898d90;
  content: "\34";
  font-size: 24px;
  line-height: 1;
  margin: 0;
  padding: 0;
}

.more-blocks-link-block.active .link-arrow {
    background-color: #cfe0ef
}

.more-blocks-hide-content-start-container {
    margin-bottom: 20px
}

@media (max-width: 767.98px) {
    .alivia-form-block .interest-form .interest-form-information {
        padding: 20px
    }
}

.alivia-form-block .interest-form .interest-form-error-copy-wrapper {
    width: 100%
}

.alivia-form-block .interest-form .right-column,
.alivia-form-block .interest-form .left-column {
    margin: 0 15px 0 0;
    width: calc(50% - 35px)
}

@media (max-width: 767.98px) {

    .alivia-form-block .interest-form .right-column,
    .alivia-form-block .interest-form .left-column {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .alivia-form-block .interest-form .right-column {
        max-width: 420px
    }
}

.alivia-form-block .interest-form .form-submit {
    height: auto;
    line-height: normal;
    padding: 17px 20px
}

@media (max-width: 575.98px) {
    .alivia-form-block .interest-form .form-submit {
        min-width: 220px
    }
}

.alivia-form-block .order-form .order-form-error-copy-wrapper {
    width: 100%
}

.alivia-form-block .order-form .right-column,
.alivia-form-block .order-form .left-column {
    height: 100%;
    margin: 0 15px 0 0;
    width: calc(50% - 15px)
}

@media (max-width: 767.98px) {

    .alivia-form-block .order-form .right-column,
    .alivia-form-block .order-form .left-column {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .alivia-form-block .order-form .left-column {
        margin: 0 0 20px 0
    }
}

.alivia-form-block .order-form .right-column {
    margin: 0 0 0 15px
}

@media (max-width: 767.98px) {
    .alivia-form-block .order-form .right-column {
        margin: 0
    }
}

.alivia-form-block .order-form .form-submit {
    height: auto;
    line-height: normal;
    padding: 17px 20px
}

@media (max-width: 575.98px) {
    .alivia-form-block .order-form .form-submit {
        min-width: 220px
    }
}


.personal-information { margin-bottom: 20px; }
.insurance-form-links .mailto-link { flex: none; }
#step-cost .form-submit:disabled {
    opacity: 0.4;
}

#step-cost .step-subinfo,
#step-confirm .step-subinfo { font-size: .9rem; }

.red-box {
    background: #f08372;
    border: 1px solid #a74f41;
    color: white;
    padding: 20px;
    border-radius: 3px;
}