/* enable/disable raffle promo */
.raffle-promo {
  display: none !important;
}

:root {
  --grey-93: #111;
  --link: #0057a9;
  --link-hover: #00448b;
  --primary-text: white;
  --secondary-text: #222;
  --grey-12: #e0e0e0;
  --grey-30: #b3b3b3;
  --primary: #0057a9;
  --white-0: white;
  --grey-05: #f2f2f2;
  --grey-80: #333;
  --grey-64: #5c5c5c;
  --primary-2: #111;
  --primary-hover-2: #333;
  --primary-text-hover: #c8ddef;
  --grey-40: #999;
  --primary-hover: #00448b;
  --secondary-hover-outline: #00448b;
  --secondary-text-hover: #00448b;
  --primary-light: #c8ddef;
  --secondary: #ffe53a;
  --secondary-outline: #3d518c;
  --success: #008e07;
  --success-light: #cce8cd;
  --warning: #ffcb00;
  --warning-light: #fff5cc;
  --error: #de0000;
  --error-light: #f8cccc;
}

/** CUSTOM NON-WEBFLOW START **/
@media screen and (max-width: 479px){
  .tablet-and-up {
    display: none !important;
  }
}
@media screen and (min-width: 480px){
  .mobile-only {
    display: none !important;
  }
}
/** CUSTOM NON-WEBFLOW END **/

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

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

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

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

p {
  margin-bottom: 0;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

li {
  margin-top: 8px;
  font-family: Notoikealatin, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

strong {
  font-weight: bold;
}

.body {
  color: var(--grey-93);
  background-color: #fafafa;
  overflow: scroll;
}

.marketing-banner-section {
  background-color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
  /*display: none;*/
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.marketing-banner-content-holder {
  justify-content: center;
  display: flex;
}

.navigation-logo {
  background-color: rgba(0, 0, 0, 0);
  width: 136px;
  height: 48px;
}

.image-22 {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.link {
  color: var(--link);
  letter-spacing: -.2px;
  margin-bottom: 0;
  margin-right: 4px;
  font-family: Notoikealatin, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.link:hover {
  color: var(--link-hover);
}

.link.mobile-nav {
  z-index: 0;
  color: var(--grey-93);
  width: auto;
  height: auto;
  padding: 0;
  font-family: Notoikealatin Regular;
  position: static;
}

.link.mobile-nav:hover {
  font-family: Notoikealatin Bold;
}

.link.cta, .link.cta:hover {
  color: var(--primary-text);
}

.link.cta.black {
  color: var(--secondary-text);
  flex: 0 auto;
}

.link.subtxt {
  float: none;
  clear: none;
}

.link.bullet {
  margin-left: 40px;
  display: block;
}

.navigation-left {
  align-items: center;
  display: flex;
}

.navigation-holder {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.spacing-24 {
  width: 24px;
  height: 24px;
}

.logo-image {
  width: 136px;
  height: 48px;
  max-height: 100%;
}

.navigation-right {
  align-items: center;
  display: flex;
}

.marketing-banner-cta {
  color: #fff;
  cursor: pointer;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.marketing-banner-cta.w--current {
  color: #419eaf;
  border-bottom: 4px solid #419eaf;
}

.mobile-nav-language {
  text-decoration: none;
}

.mobile-nav-language-devider {
  background-color: var(--grey-12);
  color: var(--grey-30);
  width: 2px;
  height: 15px;
}

.mobile-nav-devider {
  color: #e0e0e0;
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
  display: block;
}

.dark-background {
  z-index: 0;
  background-color: rgba(0, 0, 0, .43);
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.menu-button {
  display: none;
  overflow: visible;
}

.navigation-links-right-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.navigation-links-holder {
  align-items: center;
  max-height: 24px;
  margin-left: 24px;
  display: flex;
}

.p14,
.p16 {
  color: var(--grey-93);
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Notoikealatin, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.p14 {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.p14.w--current,
.p16.w--current {
  border-bottom: 3px solid var(--primary);
  color: var(--primary);
}

.p14.center,
.p16.center {
  text-align: center;
  height: auto;
  margin-top: 0;
}

.p14.center.white,
.p16.center.white {
  color: #fff;
}

.p16.bold {
  font-family: Notoikealatin, sans-serif;
  font-weight: 700;
}

.p16.bold.subtxt {
  float: none;
  clear: none;
  margin-right: 8px;
}

.p16.bold.center-aligned {
  text-align: center;
}

.p16.subtxt {
  clear: none;
  margin-right: 4px;
  display: inline;
}

.p16.subtxt.left-float {
  float: left;
}

.p16.bottom-24 {
  margin-bottom: 24px;
}

.p16.bullet {
  margin-left: 40px;
}

.p16.rt {
  margin-bottom: -10px;
}

.mobile-nav-close-cta-holder {
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 24px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.navigation-container {
  justify-content: space-between;
  min-width: 972px;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.mobile-nav {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  width: 295px;
  height: 100vh;
  padding: 0;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mobile-nav-top {
  flex-direction: column;
  width: 247px;
  max-width: none;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
}

.navigation {
  z-index: 501;
  background-color: #fff;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, .09);
}

.mobile-nav-link {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.mobile-nav-link.w--current {
  color: #419eaf;
  border-bottom: 4px solid #419eaf;
}

.mobile-nav-link.text-bottom-16 {
  color: #111;
  margin-bottom: 16px;
}

.mobile-nav-link.text-bottom-16.w--current {
  color: #419eaf;
}

.mobile-nav-languages-holder {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.mobile-nav-link-holder {
  z-index: 4;
  color: #111;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: relative;
}

.dropdown-list {
  z-index: 501;
  margin-top: -12px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 3px 0 9px rgba(0, 0, 0, .15);
}

.dropdown-toggle {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dropdown-toggle.cookie {
  padding-right: 20px;
}

.pb16 {
  color: var(--grey-93);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notoikealatin, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.pb16.subtxt {
  display: inline;
}

.pb16.subtxt.r4 {
  margin-right: 4px;
  display: inline;
}

.pb16.top-bottom-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.pb16.hidden {
  display: none;
}

.section {
  background-color: var(--white-0);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section.banner {
  background-color: #0d0d19;/* #FED114; /* previous: #ffd818; */
  background-image: url('../images/IKEA---Banner-LP---Big-crop---1x.webp');
  background-position: 0 39%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  --id: 0;
}

.section.usp {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.pricing {
  background-color: var(--grey-05);
  padding-top: 80px;
  padding-bottom: 120px;
}

.section.switching {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.testimonials {
  background-color: var(--grey-05);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.section.advert {
  justify-content: center;
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
}

.section.cta {
  padding-top: 40px;
  padding-bottom: 64px;
}

.section.covers {
  background-color: var(--grey-05);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.documents {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.footer {
  background-color: var(--grey-80);
}

.section.topimg {
  background-image: url('../images/ASTCH---Banner---New---Desktop---2x.webp');
  background-position: 100%;
  background-size: cover;
  height: 202px;
}

.section.helpcontact {
  justify-content: center;
  display: flex;
}

.section.contact {
  margin-top: 0;
}

.section.subpage {
  justify-content: center;
  display: flex;
}

.section.selector {
  background-color: var(--grey-05);
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.error-404 {
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.container.slider {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.container.covers {
  flex-direction: column;
  max-width: 975px;
  min-height: 975px;
  display: flex;
}

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

.container.footer {
  max-width: 975px;
  padding-top: 40px;
  padding-bottom: 48px;
  font-family: Notoikealatin, sans-serif;
}

.container.topimg {
  width: 100vw;
}

.container.helpcontact {
  max-width: 865px;
  margin-left: 80px;
  margin-right: 80px;
  padding-top: 40px;
}

.container.contact {
  background-color: var(--grey-05);
  justify-content: center;
  max-width: 100vw;
  padding-top: 62px;
  padding-bottom: 80px;
  display: flex;
}

.container.subpage {
  max-width: 460px;
}

.container.topimg {
  width: 100vw;
  max-width: 640px;
}

.container.aboutus {
  max-width: 640px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.container.selector {
  width: 100vw;
  max-width: 640px;
}

.container.insurance {
  max-width: 640px;
  padding-top: 48px;
  padding-bottom: 48px;
}

.b-banner {
  object-fit: contain;
  display: flex;
}

.b-banner__left {
  object-fit: contain;
  margin-top: 220px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, .8);
  padding: 24px;
}

.b-banner__content__title {
  letter-spacing: -1.5px;
  margin-bottom: 0;
  font-family: Notoikealatin, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 56px;
}

.b-banner__content__subtitle {
  color: var(--grey-64);
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-family: Notoikealatin, sans-serif;
  font-size: 26px;
  line-height: 24px;
}

.h5 {
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notoikealatin, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

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

.h5.subpage {
  margin-top: 40px;
  margin-bottom: 16px;
}

.h5.bottom-16 {
  margin-bottom: 16px;
}

.b-spacing-48 {
  width: 48px;
  height: 48px;
}

.b-spacing-24 {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.b-spacing-16 {
  width: 16px;
  height: 16px;
}

.paragraph {
  font-family: Notoikealatin, sans-serif;
}

.paragraph.grey-80 {
  color: var(--grey-80);
}

.c-button {
  background-color: var(--primary-2);
  color: var(--primary-text);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: none;
}

.c-button:hover {
  background-color: var(--primary-hover-2);
  color: var(--primary-text-hover);
}

.c-button.banner {
  max-width: 320px;
  display: flex;
}

.c-button.center {
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.c-button.center:hover {
  background-color: var(--primary-hover-2);
  color: var(--primary-text);
}

.c-button.center.contact {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.c-button.secondary {
  border: 1px solid var(--primary-2);
  color: var(--primary-2);
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  width: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: inline-block;
}

.c-button.secondary:hover {
  background-color: #fff;
}

.c-button__arrow {
  display: flex;
}

.c-button__arrow.hidden {
  display: none;
}

.b-spacing-4 {
  width: 4px;
  height: 4px;
}

.b-usps__section {
  max-width: 296.5px;
}

.b-usps__section.center {
  margin-left: 40px;
  margin-right: 40px;
}

.b-usps__section__text__title {
  margin-bottom: 8px;
}

.b-usps__section__icon {
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
}

.b-usps {
  justify-content: space-around;
  display: flex;
}

.b-usp {
  z-index: 2;
  min-width: 972px;
  position: relative;
}

.h2 {
  color: var(--grey-93);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notoikealatin, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

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

.b-heading, .b-heading.special {
  margin-top: 0;
}

.b-tiles__scroll {
  width: 972px;
  height: auto;
  padding-top: 32px;
  padding-bottom: 40px;
  display: flex;
}

.b-tiles__scroll.testimonials {
  margin-bottom: 24px;
}

.b-tiles__scroll__entry {
  background-color: var(--white-0);
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 308px;
  max-width: 308px;
  height: 100%;
  min-height: 100%;
  display: flex;
  box-shadow: 0 2px 16px -2px rgba(0, 0, 0, .08);
}

.b-tiles__scroll__entry.spacing-sides-24px {
  margin-left: 24px;
  margin-right: 24px;
}

.b-tiles__scroll__entry.testimonial {
  flex-direction: column;
  flex: 1;
  height: auto;
  min-height: 656px;
}

.b-tiles {
  min-width: 972px;
  overflow: visible;
}

.check-icon {
  color: var(--primary);
  width: 32px;
  height: 32px;
}

.b-spacing-8 {
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
}

.b-spacing-40 {
  width: 40px;
  height: 40px;
}

.b-sup-paragraph {
  width: 640px;
}

.b-hide-scrollbar {
  width: 0;
  height: 1px;
}

.b-spacing-32 {
  width: 32px;
  height: 32px;
}

.b-content-holder {
  margin-left: auto;
  margin-right: auto;
}

.b-tiles__scroll__entry__img {
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 325px;
  display: flex;
  overflow: hidden;
}

.tiles__scroll__entry__text {
  width: 100%;
  padding: 16px 23px 32px 24px;
}

.p14 {
  color: var(--grey-93);
  object-fit: contain;
  margin-bottom: 0;
  font-family: Notoikealatin, sans-serif;
  font-style: normal;
  text-decoration: none;
  position: relative;
}

.p14.bold {
  margin-top: 0;
  margin-bottom: 0;
}

.p14.bold.grey {
  color: var(--grey-40);
}

.p14.white {
  color: var(--white-0);
}

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

.h1 {
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notoikealatin, sans-serif;
  font-size: 36px;
  line-height: 48px;
}

.h1.white {
  color: var(--white-0);
}

.h1.white.scroll {
  margin-bottom: 16px;
  margin-left: 24px;
  font-style: normal;
  position: relative;
  top: 325px;
}

.b-spacing-carousel {
  width: 0;
  height: 0;
}

.b-switching__segment__entry__text {
  background-color: rgba(0, 0, 0, 0);
  align-self: flex-start;
  max-width: 420px;
  display: flex;
}

.b-switching__segment__entry {
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 475px;
  min-width: 475px;
  max-width: 475px;
  padding: 24px 24px 24px 32px;
  display: flex;
  box-shadow: 1px 1px 32px rgba(0, 0, 0, .08);
}

.b-switching__segment__entry.center {
  margin-top: 24px;
  margin-bottom: 24px;
}

.b-switching__segment.switch-arrow {
  width: 34px;
  margin-top: 40px;
  margin-right: 24px;
}

.b-switching__segment.switch-arrow.switch-arrow-down {
  align-self: flex-end;
  width: 34px;
  margin: 0 0 40px 24px;
}

.b-switching__number {
  align-self: flex-start;
  font-family: Notoikealatin, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  position: relative;
  top: -11px;
}

.arrow-right {
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: static;
  top: -62px;
  left: 20px;
}

.b-switching {
  justify-content: center;
  width: auto;
  margin-bottom: 40px;
  display: flex;
}

.document-cta {
  color: #333;
  align-items: center;
  width: auto;
  margin-top: 12px;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.document-cta:hover {
  color: #0057a9;
}

.arrow-left {
  display: flex;
  position: static;
  top: 24px;
  left: 0;
}

.b-switching__description {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  margin-left: 16px;
  display: flex;
}

.image-12 {
  width: auto;
  height: 24px;
  margin-right: 8px;
}

.b-info {
  color: var(--grey-93);
  align-items: center;
  width: 475px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.html-embed {
  color: var(--primary);
}

.html-embed._24px {
  width: 24px;
  height: 24px;
}

.b-tiles__scroll__entry__profile {
  background-image: url('../images/camille.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 44px;
  width: 88px;
  height: 88px;
  margin-top: 40px;
  margin-bottom: 12px;
}

.b-tiles__scroll__entry__profile.img-1 {
  background-image: url('../images/wilson.jpg');
  border-radius: 99px;
  width: 120px;
  height: 120px;
}

.b-tiles__scroll__entry__profile.img-2 {
  background-image: url('../images/Rahel-Picture.jpg');
  background-position: 24% 35%;
  background-size: auto;
  border-radius: 994px;
  width: 120px;
  height: 120px;
}

.b-tiles__scroll__entry__profile.img-3 {
  background-image: url('../images/ASTCH---LP---Testimonial---Sven.jpg');
  border-radius: 99px;
  width: 120px;
  height: 120px;
}

.b-tiles__scroll__entry__profile.img-4 {
  background-image: url('../images/Lucie-Rose-Picture.jpg');
  background-position: 50%;
  border-radius: 99px;
  width: 120px;
  height: 120px;
}

.b-tiles__scroll__entry__profile.img-5 {
  background-image: url('../images/Larissa-Picture.jpg');
  background-position: 50% 0;
  border-radius: 99px;
  width: 120px;
  height: 120px;
}

.b-tiles__scroll__entry__profile.img-6 {
  background-image: url('../images/dragos.jpg');
  background-position: 25% 36%;
  background-size: cover;
  border-radius: 99px;
  width: 120px;
  height: 120px;
}

.b-tiles__scroll__entry__bio {
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.b-tiles__scroll__entry__quote {
  flex: 1;
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

.b-tiles__scroll__entry__icon {
  color: var(--grey-12);
  margin-bottom: 24px;
}

.b-button-holder {
  justify-content: center;
  align-items: flex-start;
  width: auto;
}

.b-button-holder.spacing-140px {
  margin-top: 140px;
}

.b-voucher__content__holder {
  font-family: Notoikealatin Regular;
  font-size: 20px;
  line-height: 20px;
}

.b-voucher__content__price__number {
  margin-right: 8px;
  font-family: Notoikealatin, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
}

.b-advert {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 975px;
  display: block;
  position: relative;
}

.b-voucher__content__price {
  align-items: flex-end;
  margin-bottom: 4px;
  display: flex;
}

.b-voucher__content {
  flex-direction: column;
  margin: 18px;
  padding-left: 0;
  display: flex;
}

.b-advert__content__img {
  background-image: url('../images/advert-image.jpg');
  background-position: 50%;
  background-size: cover;
  width: 476px;
  min-width: 476px;
  max-width: 476px;
  height: auto;
  margin-left: 0;
  margin-right: 56px;
  display: block;
}

.b-voucher {
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 375px;
  height: auto;
  min-height: 138px;
  display: flex;
  position: relative;
}

.b-for-you__img {
  padding-bottom: 0;
}

.voucher__img {
  position: absolute;
  top: -21px;
  right: -25px;
  overflow: visible;
}

.b-advert__content {
  z-index: 2;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 975px;
  margin-top: 80px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.b-for-you__txt {
  padding-bottom: 0;
  padding-right: 8px;
  font-family: Notoikealatin, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.b-for-you {
  color: #333;
  align-items: center;
  margin-bottom: 6px;
  text-decoration: none;
  display: flex;
}

.b-advert__content__txt {
  width: 395px;
}

.b-advert__holder {
  border-radius: 8px;
  width: 809px;
  height: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 166px;
  box-shadow: 1px 1px 32px rgba(0, 0, 0, .08);
}

.b-voucher__content__label {
  color: #fff;
  background-color: #0077c8;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  max-width: none;
  margin-bottom: 8px;
  margin-right: auto;
  padding: 8px 16px;
  font-family: Notoikealatin, sans-serif;
  font-weight: 700;
}

.voucher-description {
  font-family: Notoikealatin, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

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

.b-cover__name {
  align-items: center;
  width: 75%;
  display: flex;
}

.b-covers__content__icons__bundle {
  background-color: #fff;
  border-left: 4px solid #0057a9;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 28px 48px 28px 44px;
}

.b-covers__top {
  flex-direction: column;
  justify-content: space-between;
  width: 975px;
  margin-bottom: 64px;
  display: flex;
}

.b-covers__content__info {
  flex-direction: column;
  align-items: flex-start;
  width: 475.5px;
  display: flex;
}

.b-cover__img {
  min-width: 24px;
}

.b-covers__title {
  text-align: center;
  flex-direction: column;
  margin-bottom: 64px;
  display: flex;
}

.b-covers__content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto minmax(auto, .25fr);
  grid-template-columns: minmax(200px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 975px;
  margin-top: 24px;
  display: grid;
}

.b-cover {
  background-color: rgba(0, 0, 0, 0);
  height: 40px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.b-cover__tick {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 25%;
  padding-right: 0;
  display: flex;
}

.covers__bottom {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 975px;
  min-width: 0;
  padding-right: 0;
  font-weight: 400;
  display: flex;
}

.b-add-cover {
  background-color: #fff;
  border: 1px #000;
  border-left: 4px solid #b3b3b3;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 8px;
  padding: 16px 40px 16px 44px;
  display: flex;
}

.b-cover__tick__img {
  width: 16px;
  height: 12px;
}

.b-covers__content__icons {
  width: 475.5px;
}

.b-cover__status {
  justify-content: flex-end;
  align-self: center;
  width: 25%;
  height: 20px;
  padding-right: 0;
  display: flex;
}

.b-cover__name__icon {
  margin-right: 16px;
}

.h3 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notoikealatin, sans-serif;
  font-size: 25px;
  line-height: 34px;
}

.h3.subpage {
  margin-top: 40px;
  margin-bottom: 16px;
}

.p16__bold {
  color: var(--link);
  margin-bottom: 0;
  font-family: Notoikealatin, sans-serif;
}

.p16__bold:hover {
  color: var(--link-hover);
}

.p16__bold.black {
  color: var(--grey-93);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.p16__bold.black.left {
  float: left;
  clear: left;
  margin-bottom: 0;
  margin-right: 8px;
  display: inline;
}

.b-covers__button {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.b-doc {
  border-top: 1px solid var(--grey-12);
  border-bottom: 1px solid var(--grey-12);
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.b-doc.middle {
  border-top-style: none;
  border-bottom-style: none;
}

.b-doc.top {
  border-bottom-style: none;
}

.b-doc__icon {
  color: var(--primary);
  margin-left: 4px;
  margin-right: 8px;
}

.b-doc-holder {
  width: 474px;
  margin-top: 40px;
}

.b-doc-holder.faq {
  width: auto;
  margin-top: 16px;
}

.b-footer__nav {
  color: #fff;
  justify-content: space-between;
  margin-top: 24px;
  display: flex;
}

.b-footer__nav__content {
  flex-wrap: wrap;
  align-items: center;
  width: auto;
  display: flex;
}

.b-footer__nav__content__link {
  color: var(--grey-30);
  border-right: 1px #999;
  margin-right: 0;
  font-family: Notoikealatin, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.b-footer__nav__content__link:hover {
  color: #fff;
}

.b-footer__nav__content__lline {
  color: #b3b3b3;
  margin-left: 8px;
  margin-right: 8px;
  font-family: Notoikealatin Regular;
}

.b-footer__nav__disclaimer {
  color: var(--grey-30);
  letter-spacing: -.2px;
  justify-content: flex-end;
  width: 30%;
  font-family: Notoikealatin, sans-serif;
  display: flex;
}

.b-tiles__scroll__entry__img__jpg {
  position: static;
}

.b-tiles__scroll__entry__link {
  color: var(--grey-93);
  text-decoration: none;
}

.bold-text {
  color: #275f68;
  font-family: Notoikealatin, sans-serif;
  text-decoration: none;
}

.bold-text.with-hover {
  color: var(--link);
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Notoikealatin, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.bold-text.with-hover {
  flex: 1;
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  line-height: 24px;
}

.bold-text.with-hover:hover {
  color: var(--primary-hover);
}

.list {
  grid-column-gap: 0px;
  grid-row-gap: 8px;
  flex-direction: column;
  margin-top: 12px;
  margin-bottom: 12px;
  padding-bottom: 0;
  padding-left: 18px;
  padding-right: 0;
  display: flex;
}

.b-acc__link {
  color: var(--primary);
  margin-bottom: 0;
  font-family: Notoikealatin Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.b-acc__link:hover {
  color: var(--primary-hover);
}

.secondary-button {
  color: #196a54;
  border: 1px solid #99e1ce;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 36px;
  padding-right: 36px;
  font-style: normal;
  text-decoration: none;
  display: flex;
}

.secondary-button:hover {
  border-color: var(--secondary-hover-outline);
  color: var(--secondary-text-hover);
}

.m-cookie__buttons {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 48px;
  display: flex;
}

.m-cookie__edit__nav__close {
  width: 24px;
  height: 24px;
}

.spacing-16 {
  width: 16px;
  height: 16px;
}

.m-cookie__general__content__text {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 0;
  display: flex;
}

.m-cookie__edit {
  display: block;
}

.c-primary__text {
  text-align: center;
  font-family: Notoikealatin, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.b-acc__head__left {
  grid-column-gap: 8px;
  cursor: pointer;
  width: auto;
  margin-right: 24px;
  display: flex;
}

.b-acc__answer__content {
  margin-bottom: 0;
}

.toggle-holder {
  align-items: center;
  width: auto;
  height: 16px;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item {
  margin-bottom: 8px;
  margin-left: 18px;
  font-family: Notoikealatin, sans-serif;
}

.m-cookie__edit__content__text {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.toggle-circle {
  z-index: 2;
  float: none;
  clear: none;
  cursor: pointer;
  object-fit: fill;
  background-color: #fff;
  border-style: none;
  border-radius: 7px;
  width: 14px;
  height: 14px;
  margin: 1px;
  position: relative;
  top: auto;
  left: 16px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}

.m-cookie-overlay {
  z-index: 502;
  background-color: rgba(3, 3, 3, .4);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.b-close-icon {
  width: 24px;
  height: 24px;
  max-height: 100%;
}

.m-cookie__general__content__titles {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.icon-arrow-down {
  color: #111;
  justify-content: center;
  align-items: center;
  width: 24px;
  max-width: 100%;
  height: 24px;
  max-height: 100%;
  display: flex;
}

.toggle {
  cursor: pointer;
  background-color: #e0e0e0;
  border-style: none;
  border-radius: 8px;
  align-items: center;
  width: 32px;
  height: 16px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  transition: transform .2s ease-in-out;
  display: flex;
  position: relative;
}

.toggle:active {
  justify-content: flex-end;
}

.toggle.w--redirected-checked {
  background-color: var(--primary);
  cursor: pointer;
  background-image: none;
  border-style: none;
  border-color: #818181;
  margin-left: -16px;
  padding-left: 0;
  transition: opacity .2s;
}

.toggle.w--redirected-focus {
  box-shadow: none;
}

.b-acc__head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.b-icon-24 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
}

.faq-li__holder {
  color: #111;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.faq-li__holder.w--current {
  color: #419eaf;
  border-bottom: 4px solid #419eaf;
}

.faq-li__holder._2ndlvl {
  padding-left: 19px;
}

.spacing-8 {
  background-color: rgba(255, 255, 255, 0);
  width: 8px;
  height: 8px;
}

.spacing-12 {
  width: 100%;
  height: 12px;
}

.m-cookie__general {
  display: block;
}

.c-secondary-button {
  border-color: var(--primary-2);
  color: var(--primary-2);
  width: 100%;
}

.cookie-accordion {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 12px 8px;
  display: flex;
}

.cookie-accordion.top {
  cursor: auto;
  border-bottom-width: 0;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

._02-toggle-cookie-accordion-answer {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.m-cookie__edit__content {
  height: 100%;
  max-height: 392px;
  overflow: auto;
}

.checkbox-label {
  z-index: 1;
  width: 0;
  height: 0;
  margin-bottom: 0;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.m-cookie__general__content {
  height: auto;
  max-height: 440px;
  display: block;
  overflow: auto;
}

.m-cookie__edit__nav {
  justify-content: space-between;
  margin-bottom: 24px;
  display: flex;
}

.c-primary {
  color: #196a54;
  cursor: pointer;
  background-color: #b8eadd;
  border-radius: 2px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 64px;
  text-decoration: none;
  display: flex;
}

.c-primary:hover {
  background-color: var(--grey-80);
  color: var(--primary-text);
}

._01-toggle-cookie-accordion-answer {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  overflow: visible;
}

.m-cookie__edit__nav__icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}

.m-cookie {
  background-color: #fff;
  border-radius: 8px;
  width: 809px;
  margin: auto;
  padding: 64px;
  display: block;
}

.c-primary__holder {
  background-color: var(--primary-2);
  color: var(--primary-text);
  width: 100%;
  height: auto;
}

.m-cookie__buttons__holder {
  width: 50%;
  height: auto;
  display: flex;
}

.m-cookie__buttons__holder.left {
  margin-right: 24px;
}

.b-modal__text {
  margin-left: 40px;
  margin-right: 40px;
  font-size: 16px;
  position: relative;
}

.primary-button-left {
  text-align: center;
  background-color: #111;
  border: 1px solid #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-left: 0;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  font-family: Notoikealatin Bold;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.primary-button-left:hover {
  background-color: #333;
}

.primary-button-left:focus {
  border-width: 0;
}

.primary-button-left.modal-primary-button {
  border-radius: 0;
  width: 474px;
  font-family: Notoikealatin, sans-serif;
}

.primary-button-left.single {
  border-radius: 0;
  font-family: Notoikealatin, sans-serif;
  display: block;
}

.b-modal__content {
  border-radius: 0;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
  overflow-y: auto;
}

.b-modal__header {
  min-width: 394px;
  height: 24px;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
}

.b-modal {
  object-fit: fill;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  max-width: 474px;
  max-height: 100%;
  margin: auto;
  padding-top: 40px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

.b-modal__header__title {
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Notoikealatin Bold;
  display: flex;
  position: absolute;
}

.b-modal__heading {
  margin-bottom: 24px;
  margin-left: 40px;
  margin-right: 40px;
}
.c-overlay__promo,
.m-voucher-modal {
  z-index: 502;
  background-color: rgba(3, 3, 3, .41);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.b-modal__header__icon {
  cursor: pointer;
  position: absolute;
  right: 0;
}

.b-modal__buttons {
  width: 100%;
  margin-top: 40px;
}

.m-switching-overlay {
  z-index: 502;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(3, 3, 3, .41);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: visible;
}

.b-dropdown__link {
  border-radius: 8px;
  font-family: Notoikealatin, sans-serif;
  font-size: 16px;
}

.b-dropdown__link:hover {
  background-color: var(--grey-05);
}

.b-toggle__icon.cookie {
  margin-right: 0;
}

.b-covers__content__info__txt {
  flex-direction: column;
  display: block;
}

.devider {
  background-color: var(--grey-12);
  width: 100%;
  min-height: 1px;
  max-height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.h4 {
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notoikealatin, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.h4.subpage, .h4.bottom-16 {
  margin-bottom: 16px;
}

.h4.tabs {
  justify-content: center;
  font-weight: 700;
  display: flex;
}

.b-list {
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.b-list.spacing0 {
  margin-bottom: 0;
}

.b-acc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 12px 8px;
  display: flex;
}

.b-acc.top {
  cursor: pointer;
  border-bottom-width: 0;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
  overflow: visible;
}

.b-acc__answer {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.b-qa {
  min-width: 100%;
}

.faq-li {
  margin-bottom: 16px;
  margin-left: 18px;
  font-family: Notoikealatin Regular;
  list-style-type: disc;
}

.faq-li__link {
  color: var(--primary);
  font-family: Notoikealatin Bold;
  text-decoration: none;
}

.contact-holder {
  background-color: #fff;
  border-radius: 8px;
  width: 640px;
  height: auto;
  padding: 32px 24px;
}

.text-bottom-12 {
  margin-bottom: 12px;
}

.c-button__sec {
  color: var(--primary-2);
  border: 1px solid #000;
  padding: 12px 24px;
  text-decoration: none;
}

.c-button__sec:hover {
  color: var(--primary-hover-2);
}

.c-button__sec.contact {
  justify-content: center;
  width: 100%;
  display: flex;
}

.sec-cta {
  margin-bottom: 0;
  font-family: Notoikealatin, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.button-holder {
  grid-column-gap: 24px;
  margin-top: 24px;
  display: flex;
}

.b-text__row {
  display: flex;
}

.tabs-menu {
  align-items: flex-start;
  min-height: 71px;
  margin-top: 16px;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.html-embed-2 {
  justify-content: center;
  display: flex;
  position: relative;
  top: -1px;
}

.spacing-24-2 {
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.b-help__product {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  width: auto;
  min-width: 192px;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.b-help__product-selector {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 16px;
  box-shadow: 7px 4px 48px -4px rgba(0, 0, 0, .16);
}

.b-help__product-selector.home {
  border-color: var(--primary);
  color: var(--primary);
  padding-top: 16px;
  padding-bottom: 16px;
}

.b-help__product-arrow {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  display: flex;
}

.b-help__product-arrow.home {
  padding-top: 0;
}

.b-help__product-arrow.car {
  display: none;
}

.b-doc__icon-2 {
  color: #0057a9;
  margin-left: 4px;
  margin-right: 8px;
}

.link-3 {
  color: #275f68;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.link-3.accordion {
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.c-about__home-contents {
  display: block;
}

.b-cover__support {
  background-color: #f2f2f2;
  padding: 24px;
}

.b-button-holder-2 {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 327px;
}

.b-cover__content-included {
  background-color: #cce8cd;
  padding: 24px;
}

.b-icon-24-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  display: flex;
}

.icon-24 {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.c-button-2 {
  color: #fff;
  background-color: #111;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  text-decoration: none;
  display: flex;
}

.c-button-2:hover {
  color: #c8ddef;
  background-color: #333;
}

.c-button-2.center {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.b-cover__check-icon {
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.b-cover__thick-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.link-4 {
  color: #0057a9;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-family: Notoikealatin Bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.link-4:hover {
  color: #00448b;
}

.link-4.cta {
  color: #fff;
}

.link-4.cta:hover {
  color: #c8ddef;
}

.cover-accordion-answer {
  flex-direction: row;
  height: auto;
  padding-top: 0;
  overflow: visible;
}

.b-cover__bullet-2nd {
  margin-top: 4px;
  margin-left: 60px;
  display: flex;
}

.b-doc-2 {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  text-decoration: none;
  display: flex;
}

.b-doc-2.middle {
  border-top-style: none;
  border-bottom-style: none;
}

.p16-4 {
  color: #111;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 8px;
  padding: 0;
  font-family: Notoikealatin Regular;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.p16-4.w--current {
  color: #0057a9;
  border-bottom: 3px solid #0057a9;
}

.b-content-image {
  background-image: url('../images/insurance-page.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 279px;
}

.b-content-image.personal {
  background-image: url('../images/Insurance-page-PL.jpg');
  background-position: 50% 65%;
}

.b-content-image.household {
  background-image: url('../images/Insurance-page-HH.jpg');
}

.div-block-5 {
  margin-right: 8px;
  padding-left: 4px;
  padding-right: 4px;
}

.b-cover__content-notincluded {
  background-color: #fff5cc;
  padding: 24px;
}

.list-2.no-spacing {
  margin-bottom: 0;
}

.list-2.spacing-top {
  margin-top: 8px;
}

.html-embed-3 {
  width: 24px;
  height: 24px;
}

.cover-accordion-headline {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-accordion-answer-content {
  flex-direction: column;
  margin-top: 16px;
}

.b-spacing-64 {
  width: 64px;
  height: 64px;
}

.c-about__private-liability {
  display: block;
}

.b-cover-accordion {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  border-top: 1px solid #e0e0e0;
  border-bottom: 0 solid #e0e0e0;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px 8px;
  display: flex;
}

.b-cover-accordion.no-top {
  border-top-style: none;
  border-bottom-width: 1px;
}

.b-cover-accordion.bottom {
  border: 1px solid #e0e0e0;
  border-width: 1px 0;
}

.b-cover-accordion.middle {
  border-top-style: none;
  border-bottom-style: none;
}

.b-cover-accordion.top {
  border-bottom-width: 0;
}

.b-cover-accordion.top.no-visible {
  border-bottom-width: 1px;
  display: flex;
}

.b-cover__content__holder {
  float: none;
  clear: left;
}

.b-cover__content__holder.bottom-12 {
  margin-bottom: 12px;
}

.list-item-2, .list-item-3 {
  margin-top: 8px;
}

.list-sub_bullets {
  padding-left: 90px;
  list-style: square;
}

.modal-link-holder {
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.m-cookie__general__content__titles__holder {
  display: flex;
}

.rich-text-block {
  font-family: Notoikealatin Regular;
}

.b-cover__bullet-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: 8px;
  display: flex;
}

.b-trust__testimonial {
  border: 1px none var(--grey-12);
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1px;
  outline: 3px #111;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 100%;
  padding-bottom: 2px;
  display: flex;
}

.slide {
  width: 33%;
  height: 100%;
}

.slide.spacing-right {
  height: auto;
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  max-width: 1040px;
  height: auto;
  margin-top: 16px;
  display: flex;
}

.slide-nav {
  bottom: -90px;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.left-arrow {
  align-items: flex-start;
  padding-top: 180px;
  display: flex;
}

.b-trust__arrows {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.b-trust__arrows.left {
  padding-top: 1px;
  padding-left: 2px;
}

.right-arrow {
  justify-content: flex-end;
  padding-top: 180px;
  display: flex;
}

.mask {
  height: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  overflow: hidden;
}

.b-button-container {
  justify-content: flex-start;
  display: flex;
}

.section-home {
  background-color: var(--white-0);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section-home.banner {
  background-color: #ffd818;
  background-image: url('../images/IKEA---Banner-LP---Big-crop---1x.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section-home.usp {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-home.pricing {
  background-color: var(--grey-05);
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-home.switching {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-home.testimonials {
  background-color: var(--grey-05);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.section-home.advert {
  justify-content: center;
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-home.cta {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-home.covers {
  background-color: var(--grey-05);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-home.documents {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-home.footer {
  background-color: var(--grey-80);
}

.section-home.topimg {
  background-image: url('../images/ASTCH---Banner---New---Desktop---2x.webp');
  background-position: 100%;
  background-size: cover;
  height: 202px;
}

.section-home.helpcontact {
  justify-content: center;
  display: flex;
}

.section-home.contact {
  margin-top: 40px;
}

.section-home.subpage {
  justify-content: center;
  display: flex;
}

.section-home.selector {
  background-color: var(--grey-05);
  padding-top: 24px;
  padding-bottom: 24px;
}

.section-private {
  background-color: var(--white-0);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.section-private.banner {
  background-color: #ffd818;
  background-image: url('../images/IKEA---Banner-LP---Big-crop---1x.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.section-private.usp {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-private.pricing {
  background-color: var(--grey-05);
  padding-top: 80px;
  padding-bottom: 40px;
}

.section-private.switching {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-private.testimonials {
  background-color: var(--grey-05);
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
}

.section-private.advert {
  justify-content: center;
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-private.cta {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-private.covers {
  background-color: var(--grey-05);
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-private.documents {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-private.footer {
  background-color: var(--grey-80);
}

.section-private.topimg {
  background-image: url('../images/ASTCH---Banner---New---Desktop---2x.webp');
  background-position: 100%;
  background-size: cover;
  height: 202px;
}

.section-private.helpcontact {
  justify-content: center;
  display: flex;
}

.section-private.contact {
  margin-top: 40px;
}

.section-private.subpage {
  justify-content: center;
  display: flex;
}

.section-private.selector {
  background-color: var(--grey-05);
  padding-top: 24px;
  padding-bottom: 24px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.body-2 {
  background-color: #fafafa;
}

.b-banner-rating {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  object-fit: contain;
  background-color: rgba(255, 255, 255, .85);
  border-radius: 8px;
  flex-flow: column;
  align-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: 220px;
  height: auto;
  margin-top: 24px;
  margin-bottom: 80px;
  padding: 8px 16px;
  display: block;
  overflow: visible;
}

.b-banner__rating-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  object-fit: contain;
  align-items: center;
  display: flex;
}

.b-banner__stars-container {
  object-fit: contain;
  margin-left: 6px;
}

.b-banner__star {
  display: flex;
}

.b-banner__star-icon {
  width: 24px;
  height: 24px;
}

.body-3, .body-4, .body-5 {
  background-color: #fafafa;
}

.paragraph-2 {
  font-family: Notoikealatin, sans-serif;
  font-weight: 700;
}

.slider-pricing {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
}

.mask-pricing {
  overflow: visible;
}

.slide-1_pricing {
  width: auto;
}

.slide-2_pricing {
  width: auto;
  margin-left: 24px;
  margin-right: 24px;
}

.slide-3_pricing {
  width: auto;
}

.slide-nav-2 {
  padding-top: 0;
  bottom: -72px;
}

.slide-nav-2.pricing {
  display: none;
}

.error-asset {
  width: 308px;
  min-width: 308px;
  margin-left: 24px;
}

.c-primary__text-2 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.text-bottom-16 {
  margin-bottom: 16px;
}

.c-primary-banner {
  color: #196a54;
  text-align: center;
  background-color: #b8eadd;
  border: 1px #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
}

.c-primary-banner:hover {
  color: #1f4e41;
  background-color: #99e1ce;
}

.c-primary-banner:focus {
  border-width: 0;
}

.p16-5 {
  color: #111;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.p16-5.w--current {
  color: #419eaf;
  border-bottom: 4px solid #419eaf;
}

.h1-2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 48px;
}

.text-bottom-24 {
  margin-bottom: 24px;
}

.error-container {
  align-items: center;
  max-width: 640px;
  display: flex;
}

.section-2 {
  background-color: #fff;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section-2.error-page {
  height: auto;
  min-height: 1024px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-3 {
  margin: 80px auto;
}

.c-primary__text-3 {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.c-primary-banner-2 {
  color: #fff;
  text-align: center;
  background-color: #317156;
  border: 1px #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 48px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 1s;
  display: flex;
}

.c-primary-banner-2:hover {
  color: #fff;
  background-color: #004933;
}

.c-primary-banner-2:focus {
  border-width: 0;
}

.p16-6 {
  color: #111;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.p16-6.w--current {
  color: #419eaf;
  border-bottom: 4px solid #419eaf;
}

.m-promo-modal {
  z-index: 502;
  background-color: rgba(3, 3, 3, .41);
  width: 100vw;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  position: fixed;
}

.promo-modal__content {
  padding-left: 40px;
  padding-right: 40px;
  font-family: Notoikealatin, sans-serif;
}

@media screen and (max-width: 991px) {
  .mobile-nav-close-cta {
    display: flex;
  }

  .navigation-holder {
    justify-content: space-between;
    margin-left: 80px;
    margin-right: 80px;
  }

  .hamburger-icon {
    cursor: pointer;
    width: 24px;
    height: 24px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .navigation-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .dark-background {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .menu-button {
    cursor: pointer;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    display: flex;
  }

  .navigation-links-right-holder, .navigation-links-holder {
    display: none;
    overflow: visible;
  }

  .navigation-container {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    max-width: 295px;
    display: none;
    overflow: visible;
  }

  .navigation {
    overflow: visible;
  }

  .mobile-nav-section {
    display: flex;
    overflow: visible;
  }

  .mobile-nav-link {
    font-family: Notoikealatin Bold;
    text-decoration: none;
  }

  .mobile-nav-link.text-bottom-16.w--current {
    color: #419eaf;
  }

  .mobile-nav-languages-holder {
    margin-top: 16px;
  }

  .mobile-nav-link-holder {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 32px;
  }

  .section.banner {
    background-position: 0 64%;
    padding-left: 80px;
    padding-right: 80px;
    --id: 3;
  }

  .section.usp {
    padding: 64px 80px;
    overflow: hidden;
  }

  .section.pricing {
    flex-direction: row;
    padding-bottom: 98px;
    overflow: hidden;
  }

  .section.switching {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.testimonials {
    flex-direction: row;
    padding-bottom: 64px;
    overflow: hidden;
  }

  .section.advert {
    padding: 64px 80px;
  }

  .section.cta {
    padding-top: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section.covers {
    padding: 64px 80px;
  }

  .section.documents {
    padding-top: 64px;
  }

  .container, .container.banner {
    max-width: 100%;
  }

  .container.slider {
    align-items: flex-start;
    max-width: 100%;
  }

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

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

  .b-spacing-48.pricing {
    width: 32px;
    height: 32px;
  }

  .b-usps__section {
    width: 33.33%;
  }

  .b-usps__section.center {
    margin-left: 24px;
    margin-right: 24px;
  }

  .b-usps {
    justify-content: center;
  }

  .b-usp {
    min-width: auto;
  }

  .h2 {
    font-size: 25px;
    line-height: 34px;
  }

  .b-tiles__scroll {
    width: 100vw;
    overflow: auto;
  }

  .b-tiles__scroll__entry.testimonial {
    flex: 1;
    height: auto;
    min-height: 648px;
  }

  .b-tiles {
    justify-content: center;
    width: 100%;
    min-width: auto;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
  }

  .b-spacing-40.usps, .b-spacing-40.switching {
    width: 32px;
    height: 32px;
  }

  .b-sup-paragraph {
    width: 449px;
  }

  .b-tiles__scroll__entry__img {
    padding-bottom: 28px;
  }

  .h1.white {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 36px;
  }

  .b-spacing-carousel {
    width: 80px;
    min-width: 80px;
    height: 80px;
    min-height: 80px;
  }

  .b-switching {
    width: 100vw;
  }

  .b-tiles__scroll__entry__quote {
    margin-bottom: 64px;
  }

  .b-button-holder {
    margin-left: auto;
    margin-right: auto;
  }

  .b-advert {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .b-advert__content__img {
    background-position: 50%;
    background-size: cover;
    order: 1;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 380px;
    margin-top: 32px;
    margin-right: 0;
  }

  .b-voucher {
    width: auto;
  }

  .b-for-you__img {
    padding-bottom: 4px;
  }

  .b-advert__content {
    align-content: flex-start;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .b-for-you__txt {
    margin-right: 8px;
    padding-bottom: 8px;
  }

  .b-advert__content__txt {
    width: 100%;
  }

  .b-advert__holder {
    width: 100%;
    height: 80%;
    left: auto;
  }

  .b-covers__content__icons__bundle {
    margin-bottom: 24px;
    padding: 20px 24px 20px 20px;
  }

  .b-covers__top {
    align-items: center;
    width: auto;
    margin-bottom: 40px;
  }

  .b-covers__content__info {
    order: -1;
    width: auto;
  }

  .b-covers__title {
    align-items: center;
    margin-bottom: 36px;
  }

  .b-covers__content {
    grid-column-gap: 16px;
    flex-direction: row-reverse;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-flow: row;
    width: auto;
  }

  .covers__bottom {
    flex-direction: column;
    align-items: center;
    width: auto;
    margin-bottom: 0;
  }

  .b-add-cover {
    padding-left: 20px;
    padding-right: 24px;
  }

  .b-covers__content__icons {
    width: 100%;
    margin-top: 0;
  }

  .h3 {
    font-size: 23px;
    line-height: 32px;
  }

  .b-covers__button {
    margin-top: 32px;
  }

  .b-footer__nav {
    flex-flow: column;
    align-items: center;
  }

  .b-footer__nav__content {
    text-align: left;
    justify-content: center;
    margin-bottom: 16px;
  }

  .b-footer__nav__disclaimer {
    width: auto;
  }

  .m-cookie__buttons {
    margin-top: 40px;
  }

  .b-acc__head {
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .spacing-8 {
    background-color: rgba(255, 255, 255, 0);
  }

  .c-primary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .m-cookie {
    min-height: 400px;
    max-height: 640px;
    margin: 80px 16px;
    padding: 40px;
  }

  .primary-button-left {
    margin-left: 0;
  }

  .primary-button-left.single {
    font-family: Notoikealatin, sans-serif;
  }

  .m-switching-overlay {
    display: none;
  }

  .b-button-holder-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .b-trust__testimonial {
    justify-content: center;
    height: 100%;
    display: flex;
  }

  .slide {
    width: 50%;
  }

  .slide.spacing-right {
    height: auto;
  }

  .slider-2 {
    width: 100%;
    max-width: 687px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .b-trust__arrows.left {
    padding-left: 2px;
  }

  .b-trust__arrows.right {
    padding-right: 2px;
  }

  .section-home.banner {
    background-image: url('../images/IKEA---Tablet-crop.webp');
    background-position: 100% 80%;
    background-size: auto 75%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-home.usp {
    padding: 64px 80px;
    overflow: hidden;
  }

  .section-home.pricing {
    flex-direction: row;
    overflow: hidden;
  }

  .section-home.switching {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-home.testimonials {
    flex-direction: row;
    padding-bottom: 64px;
    overflow: hidden;
  }

  .section-home.advert {
    padding: 64px 80px;
  }

  .section-home.cta {
    padding-top: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-home.covers {
    padding: 64px 80px;
  }

  .section-home.documents {
    padding-top: 64px;
  }

  .section-private.banner {
    background-image: url('../images/IKEA---Tablet-crop.webp');
    background-position: 100% 80%;
    background-size: auto 75%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-private.usp {
    padding: 64px 80px;
    overflow: hidden;
  }

  .section-private.pricing {
    flex-direction: row;
    overflow: hidden;
  }

  .section-private.switching {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-private.testimonials {
    flex-direction: row;
    padding-bottom: 64px;
    overflow: hidden;
  }

  .section-private.advert {
    padding: 64px 80px;
  }

  .section-private.cta {
    padding-top: 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-private.covers {
    padding: 64px 80px;
  }

  .section-private.documents {
    padding-top: 64px;
  }

  .slider-pricing {
    width: 100%;
  }

  .mask-pricing {
    margin-top: 24px;
    margin-left: 80px;
  }

  .slide-nav-2.pricing {
    display: block;
  }

  .icon-25, .icon-26 {
    display: none;
  }

  .error-asset {
    width: 292px;
    min-width: 292px;
  }

  .c-primary-banner {
    margin-left: 0;
  }

  .h1-2 {
    font-size: 28px;
    line-height: 36px;
  }

  .error-container {
    max-width: 608px;
  }

  .section-2.error-page {
    margin-bottom: 64px;
  }

  .c-primary-banner-2 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .marketing-banner-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .link {
    width: auto;
    max-width: 100%;
  }

  .navigation-holder {
    margin-left: 24px;
    margin-right: 24px;
  }

  .hamburger-icon {
    width: 24px;
    height: 24px;
  }

  .marketing-banner-cta {
    margin-bottom: 12px;
  }

  .p16, .p16.center.white {
    margin-bottom: 0;
  }

  .p16.lr24 {
    margin-left: 24px;
    margin-right: 24px;
  }

  .section.banner {
    background-image: url('../images/IKEA---Tablet-crop.webp');
    background-position: 0 -25px;
    padding-top: 260px;
    padding-left: 24px;
    padding-right: 24px;
    --id: 2;
    position: relative;
  }
  .c-banner__promo__badge{
    position: absolute;
    top: 50px;
    right: 30px;
  }

  .section.usp {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.pricing {
    padding-top: 48px;
    padding-bottom: 80px;
    padding-left: 0;
  }

  .section.switching {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.testimonials {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 0;
  }

  .section.advert {
    padding: 48px 24px;
  }

  .section.cta {
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.covers {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.documents {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.aboutus {
    justify-content: center;
    display: flex;
  }

  .section.topimg {
    background-image: url('../images/ASTCH---Banner---New---Mobile---2x.webp');
  }

  .section.selector {
    overflow: hidden;
  }

  .container.documents, .container.footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.aboutus, .container.helpcontact {
    margin-left: 24px;
    margin-right: 24px;
  }

  .container.contact {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.subpage, .container.aboutus {
    margin-left: 24px;
    margin-right: 24px;
  }

  .container.selector {
    width: auto;
  }

  .container.insurance {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-button.center {
    width: 100%;
  }

  .b-usps__section {
    width: auto;
  }

  .b-usps__section.center {
    margin: 32px 0;
  }

  .b-usps {
    flex-direction: column;
    align-items: center;
  }

  .b-tiles__scroll {
    width: auto;
  }

  .b-tiles__scroll.testimonials {
    margin-bottom: 8px;
  }

  .b-tiles {
    justify-content: center;
    min-width: auto;
    margin-top: 12px;
    display: flex;
  }

  .p14.white.footer {
    text-align: center;
  }

  .b-spacing-carousel {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .b-switching__segment__entry {
    width: 450px;
    min-width: 450px;
    max-width: 450px;
    margin-bottom: 16px;
  }

  .b-switching__segment.switch-arrow {
    display: none;
  }

  .b-switching__segment.switch-arrow.switch-arrow-down {
    display: none;
    overflow: visible;
  }

  .b-switching {
    margin-bottom: 32px;
  }

  .b-tiles__scroll__entry__quote {
    margin-bottom: 24px;
  }

  .b-button-holder {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .b-advert {
    width: 100%;
    margin-left: 24px;
    margin-right: 24px;
  }

  .b-advert__content__img {
    width: 100vw;
    position: static;
  }

  .b-advert__content {
    width: auto;
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .b-advert__holder {
    width: 100%;
    min-width: 432px;
    margin-left: 24px;
    margin-right: 24px;
  }

  .b-covers__top, .b-covers__title, .covers__bottom {
    width: 100%;
  }

  .b-covers__button {
    margin-left: 0;
    margin-right: 0;
  }

  .b-doc-holder {
    width: 100%;
  }

  .b-footer__nav__content {
    flex-direction: column;
    align-items: center;
  }

  .b-footer__nav__content__link {
    margin-bottom: 4px;
  }

  .b-footer__nav__content__lline {
    display: none;
  }

  .b-footer__nav__disclaimer {
    text-align: center;
  }

  .list {
    grid-row-gap: 0px;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .b-acc__link {
    width: auto;
    max-width: 100%;
  }

  .m-cookie__buttons {
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top: 24px;
  }

  .m-cookie__general__content__text {
    margin-bottom: 8px;
  }

  .c-primary__text {
    margin-left: auto;
    margin-right: auto;
  }

  .b-acc__head__left {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }

  .toggle-holder {
    margin-left: auto;
    position: relative;
  }

  .m-cookie__edit__content__text, .m-cookie__general__content__titles {
    grid-row-gap: 12px;
    margin-bottom: 12px;
  }

  .icon-arrow-down {
    justify-content: center;
    align-items: center;
    width: 24px;
    max-width: 100%;
    height: 24px;
    max-height: 100%;
    display: flex;
  }

  .faq-li__holder {
    margin-bottom: 0;
  }

  .cookie-accordion.top {
    flex-flow: wrap;
    align-content: flex-start;
  }

  .m-cookie__edit__content {
    max-height: 55vh;
  }

  .m-cookie__general__content {
    max-height: 60vh;
  }

  .m-cookie {
    max-height: none;
    padding: 24px;
    display: block;
  }

  .m-cookie__buttons__holder {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .m-cookie__buttons__holder.left {
    margin-bottom: 24px;
    margin-right: 0;
  }
  .c-overlay__promo,
  .m-voucher-modal,
  .m-switching-overlay {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .b-acc.top {
    flex-flow: wrap;
    align-content: flex-start;
  }

  .button-holder {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .tabs-menu {
    margin-top: 0;
    margin-bottom: 0;
    padding: 16px 24px 24px;
    overflow: scroll;
  }

  .b-help__product-selector {
    box-shadow: 7px 4px 19px -4px rgba(0, 0, 0, .16);
  }

  .link-3 {
    width: auto;
    max-width: 100%;
  }

  .b-button-holder-2 {
    justify-content: space-around;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 24px;
    display: flex;
  }

  .c-button-2.center {
    width: 100%;
  }

  .link-4 {
    width: auto;
    max-width: 100%;
  }

  .p16-4 {
    margin-bottom: 0;
  }

  .slide {
    width: 100%;
  }

  .section-home.banner {
    background-position: 100% 80%;
    background-size: auto 60%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-home.usp {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-home.pricing {
    padding-top: 48px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .section-home.switching {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-home.testimonials {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 0;
  }

  .section-home.advert {
    padding: 48px 24px;
  }

  .section-home.cta {
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-home.covers {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-home.documents {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-home.aboutus {
    justify-content: center;
    display: flex;
  }

  .section-home.topimg {
    background-image: url('../images/ASTCH---Banner---New---Mobile---2x.webp');
  }

  .section-home.selector {
    overflow: hidden;
  }

  .section-private.banner {
    background-position: 100% 80%;
    background-size: auto 60%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-private.usp {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-private.pricing {
    padding-top: 48px;
    padding-bottom: 8px;
    padding-left: 0;
  }

  .section-private.switching {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-private.testimonials {
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 0;
  }

  .section-private.advert {
    padding: 48px 24px;
  }

  .section-private.cta {
    padding-bottom: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-private.covers {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-private.documents {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-private.aboutus {
    justify-content: center;
    display: flex;
  }

  .section-private.topimg {
    background-image: url('../images/ASTCH---Banner---New---Mobile---2x.webp');
  }

  .section-private.selector {
    overflow: hidden;
  }

  .mask-pricing {
    margin-left: 60px;
  }

  .slide-nav-2.pricing {
    display: block;
    bottom: -70px;
  }

  .error-asset {
    margin-bottom: 32px;
    margin-left: 0;
  }

  .c-primary__text-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .p16-5 {
    margin-bottom: 0;
  }

  .error-container {
    flex-direction: column-reverse;
    justify-content: center;
    max-width: none;
    height: 100vh;
  }

  .section-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-2.error-page {
    margin-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-primary__text-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .p16-6 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .marketing-banner-section {
    font-family: Notoikealatin, sans-serif;
    display: flex;
  }

  .mobile-nav-close-cta {
    cursor: pointer;
  }

  .link.mobile-nav {
    font-family: Notoikealatin, sans-serif;
  }

  .marketing-banner-cta {
    margin-bottom: 0;
  }

  .mobile-nav-language {
    font-family: Notoikealatin, sans-serif;
  }

  .p16 {
    width: auto;
    margin-bottom: 0;
  }

  .p16.check {
    width: 89%;
  }

  .mobile-nav {
    width: 100%;
    display: none;
  }

  .mobile-nav-top {
    width: 84%;
  }

  .mobile-nav-link, .mobile-nav-link.text-bottom-16 {
    font-family: Notoikealatin, sans-serif;
  }

  .mobile-nav-link.text-bottom-16:active {
    text-decoration: none;
  }

  .mobile-nav-languages-holder {
    font-family: Notoikealatin, sans-serif;
  }

  .section.banner {
    background-image: url('../images/IKEA---Mobile-crop-2.jpg');
    background-position: 0 0;
    padding-top: 260px;
    padding-bottom: 70px;
    --id: 1;
    position: relative;
  }
  .c-banner__promo__badge{
    position: absolute;
    top: 50px;
    right: 30px;
  }

  .section.usp, .section.switching {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.advert {
    overflow: hidden;
  }

  .container.topimg {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container.aboutus {
    flex: 0 auto;
  }

  .b-banner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .b-banner__left {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .b-banner__content__title {
    font-size: 42px;
  }

  .b-spacing-48.banner {
    width: 56px;
    height: 56px;
  }

  .b-spacing-24.banner {
    width: 16px;
    height: 16px;
  }

  .b-spacing-16.banner {
    width: 24px;
    height: 24px;
  }

  .c-button.banner {
    max-width: none;
  }

  .h2.center, .h2.no-break {
    word-break: normal;
  }

  .h2.break {
    word-break: break-all;
  }

  .b-tiles__scroll__entry {
    min-width: 292px;
    max-width: 292px;
  }

  .b-tiles__scroll__entry.testimonial {
    flex: 1;
    min-width: auto;
    max-width: none;
    height: auto;
    min-height: 740px;
  }

  .b-tiles {
    padding-left: 0;
    padding-right: 0;
  }

  .b-sup-paragraph {
    width: auto;
  }

  .b-content-holder {
    margin-left: 24px;
    margin-right: 24px;
  }

  .p14.bold.grey {
    color: var(--grey-64);
  }

  .h1.white.scroll {
    top: 309px;
  }

  .b-switching__segment__entry {
    width: auto;
    min-width: auto;
    max-width: 100%;
  }

  .b-switching {
    width: auto;
  }

  .b-tiles__scroll__entry__quote {
    margin-bottom: 24px;
  }

  .b-voucher__content__price__number {
    margin-right: 0;
    font-size: 28px;
    line-height: 35px;
  }

  .b-advert__content__img {
    width: 450px;
    min-width: 100vw;
  }

  .b-advert__content {
    width: 100vw;
    padding-top: 24px;
    overflow: visible;
  }

  .b-for-you__txt {
    margin-right: 0;
    padding-bottom: 5px;
    padding-right: 4px;
  }

  .b-for-you {
    min-width: 75px;
    margin-bottom: 0;
    margin-left: 4px;
  }

  .b-advert__content__txt {
    width: 279px;
  }

  .b-advert__holder {
    width: 327px;
    overflow: visible;
  }

  .b-covers__content__icons__bundle {
    padding-right: 12px;
  }

  .b-covers__top {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .b-covers__content__info {
    width: 100%;
  }

  .b-cover__img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
  }

  .b-covers__content {
    width: 100%;
    margin-top: 16px;
  }

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

  .b-covers__content__icons {
    width: 100%;
  }

  .b-cover__name__icon {
    background-color: rgba(0, 0, 0, 0);
    width: auto;
    min-width: 24px;
    max-width: 24px;
    height: 30px;
  }

  .b-footer__nav__content__link {
    text-align: center;
  }

  .bold-text.with-hover {
    word-break: normal;
    flex: 1;
    min-width: auto;
    display: block;
  }

  .list {
    font-family: Notoikealatin, sans-serif;
  }

  .secondary-button {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .m-cookie__buttons {
    height: 100%;
    position: relative;
    top: auto;
    bottom: 0;
  }

  .m-cookie__general__content__text {
    margin-bottom: 0;
  }

  .m-cookie__edit {
    display: none;
  }

  .c-primary__text {
    text-align: center;
  }

  .b-acc__head__left {
    align-items: center;
    margin-right: 0;
  }

  .toggle-holder {
    margin-left: auto;
  }

  .m-cookie__edit__content__text {
    overflow: auto;
  }

  .m-cookie-overlay {
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .b-acc__head {
    align-items: center;
  }

  .faq-li__holder {
    margin-bottom: 0;
  }

  .m-cookie__general {
    display: block;
  }

  .c-secondary-button {
    font-family: Notoikealatin, sans-serif;
  }

  .cookie-accordion.top {
    align-items: center;
  }

  .m-cookie__edit__content {
    height: 100%;
    max-height: 45vh;
    overflow: auto;
  }

  .m-cookie__general__content {
    object-fit: fill;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    max-height: 50vh;
    position: static;
    overflow: auto;
  }

  .c-primary {
    width: 100%;
    height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .m-cookie {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .c-primary__holder {
    font-family: Notoikealatin, sans-serif;
  }

  .primary-button-left {
    width: 100%;
    font-family: Notoikealatin, sans-serif;
  }

  .primary-button-left.modal-primary-button {
    max-width: 100%;
  }

  .primary-button-left.single {
    border-radius: 0 0 2px 2px;
  }

  .b-modal__header {
    min-width: auto;
  }

  .b-modal {
    margin-bottom: 0;
    bottom: 0;
  }

  .m-switching-overlay {
    padding-bottom: 0;
    display: none;
  }

  .h4.tabs {
    text-align: center;
    white-space: nowrap;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .b-acc.top {
    align-items: center;
  }

  .tabs-menu {
    width: 100vw;
    margin-top: 24px;
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 24px;
    overflow: scroll;
  }

  .b-help__product {
    min-width: auto;
  }

  .b-help__product-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .b-help__product-selector.car {
    display: block;
  }

  .b-help__product-selector.home {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .link-3.accordion {
    width: 90%;
    margin-right: 8px;
  }

  .b-cover__support {
    padding: 16px;
  }

  .b-button-holder-2 {
    padding-right: 0;
  }

  .b-cover__content-included {
    padding: 16px;
  }

  .b-icon-24-2 {
    width: 10%;
    max-width: 10%;
  }

  .b-cover__check-icon {
    margin-bottom: 8px;
    display: flex;
  }

  .b-cover__thick-icon {
    margin-right: 4px;
  }

  .b-cover__bullet-2nd {
    margin-left: 20px;
  }

  .p16-4 {
    margin-bottom: 0;
    margin-left: 8px;
    padding-left: 0;
    display: block;
  }

  .b-cover__content-notincluded {
    padding: 16px;
  }

  .list-2 {
    padding-left: 24px;
  }

  .b-cover-accordion.top {
    width: 100%;
  }

  .b-cover-accordion.top.no-visible {
    width: auto;
    display: flex;
  }

  .list-sub_bullets {
    padding-left: 40px;
  }

  .list-sub_bullets.no-bottom-spacing {
    margin-bottom: 0;
  }

  .slide {
    width: 85%;
  }

  .slide.spacing-right {
    margin-right: 70px;
  }

  .slider-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav {
    font-size: 12px;
    line-height: 18px;
  }

  .left-arrow {
    justify-content: flex-end;
  }

  .b-trust__arrows.left {
    padding-left: 0;
    padding-right: 1px;
  }

  .b-trust__arrows.right {
    padding-left: 1px;
    padding-right: 0;
  }

  .right-arrow {
    justify-content: flex-start;
  }

  .mask {
    padding-left: 40px;
  }

  .section-home.banner {
    background-image: url('../images/IKEA---Banner-LP---Big-crop---1x.webp');
    background-position: 0 0;
    padding-top: 260px;
    padding-bottom: 70px;
  }

  .section-home.switching {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-home.advert {
    overflow: hidden;
  }

  .section-private.banner {
    background-image: url('../images/IKEA---Banner-LP---Big-crop---1x.webp');
    background-position: 100% 0;
    background-size: 171%;
    padding-top: 260px;
    padding-bottom: 70px;
  }

  .section-private.switching {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-private.advert {
    overflow: hidden;
  }

  .form-block {
    font-family: Notoikealatin, sans-serif;
  }

  .mask-pricing {
    margin-left: 16px;
  }

  .slide-nav-2.pricing {
    font-size: 12px;
  }

  .error-asset {
    width: 100%;
    min-width: auto;
  }

  .c-primary__text-2 {
    text-align: center;
  }

  .c-primary-banner {
    width: 100%;
  }

  .p16-5 {
    margin-bottom: 0;
  }

  .h1-2 {
    letter-spacing: -1px;
    margin-top: 6px;
    font-size: 28px;
    line-height: 36px;
  }

  .error-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .c-primary__text-3 {
    text-align: center;
  }

  .c-primary-banner-2 {
    width: 100%;
  }

  .p16-6 {
    margin-bottom: 0;
  }
}

#w-node-_63949509-2d8e-8e37-137f-0076da1f20ba-da1f2085 {
  grid-area: 1 / 2 / 3 / 3;
}

#w-node-_63949509-2d8e-8e37-137f-0076da1f2123-da1f2085 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d85ad76c-ecab-7eb3-6d57-7bb3cc02c3e2-da1f2085 {
  grid-area: 2 / 2 / 3 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-_63949509-2d8e-8e37-137f-0076da1f20ba-da1f2085 {
    grid-column: 1 / 2;
    grid-row-start: 2;
  }

  #w-node-_63949509-2d8e-8e37-137f-0076da1f2123-da1f2085 {
    grid-row: 2 / 2;
  }

  #w-node-d85ad76c-ecab-7eb3-6d57-7bb3cc02c3e2-da1f2085 {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }
}


@font-face {
  font-family: 'Notoikealatin';
  src: url('../fonts/NotoIKEALatin-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notoikealatin';
  src: url('../fonts/NotoIKEALatin-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notoikealatin';
  src: url('../fonts/NotoIKEALatin-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notoikealatin';
  src: url('../fonts/NotoIKEALatin-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
.link.banner {
  color: var(--primary-text);
  font-weight: 400;
  text-decoration: underline;
}
.p16.center.white.underline {
  padding-left: 4px;
  text-decoration: underline;
}
.link-banner{
  cursor: pointer;
  font-size: 14px;
}
.b-banner__right {
  flex: 1;
  justify-content: flex-end;
  margin-top: 48px;
  display: flex;
}

.c-banner__promo__badge {
  width: 170px;
  height: 170px;
  background-color: #0157a4;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.t-badge__15 {
  color: var(--white-0);
  text-align: center;
  justify-content: center;
  align-items: center;
  font-family: Notoikealatin, sans-serif;
  font-size: 15px;
  line-height: 21px;
  display: flex;
}

.t-badge__33b {
  color: var(--white-0);
  text-align: center;
  font-family: Notoikealatin, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 48px;
}

.paragraph-3 {
  color: var(--white-0);
  text-align: center;
  font-family: Notoikealatin, sans-serif;
}

.pb14 {
  color: var(--white-0);
  font-family: Notoikealatin, sans-serif;
  font-weight: 700;
}

.pb14.centered {
  text-align: center;
  font-size: 14px;
}

.pb14.link {
  font-weight: 400;
  text-decoration: underline;
}

.pb14.link.centered {
  cursor: pointer;
}

.pb14.link.centered:hover {
  color: var(--primary-text-hover);
}

.rich-text-block-2 {
  color: var(--white-0);
  text-align: center;
  font-family: Notoikealatin, sans-serif;
}

.paragraph-4, .paragraph-5 {
  font-size: 15px;
  line-height: 21px;
}

.paragraph-6 {
  font-size: 33px;
  font-weight: 700;
  line-height: 48px;
}

.link.white {
  color: var(--primary-text);
  font-weight: 400;
  text-decoration: underline;
}

.link-banner {
  color: var(--white-0);
  font-family: Notoikealatin, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

.pb16-2 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notoikealatin, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.pb16-2.hidden {
  display: none;
}

.promo-modal__content {
  padding-left: 40px;
  padding-right: 40px;
  font-family: Notoikealatin, sans-serif;
}

.b-modal__header__title-2 {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.primary-button-left-2 {
  width: 100%;
  height: 48px;
  text-align: center;
  background-color: #111;
  border: 1px solid #000;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.primary-button-left-2:hover {
  background-color: #333;
}

.primary-button-left-2:focus {
  border-width: 0;
}

.primary-button-left-2.modal-primary-button {
  width: 100%;
  border-radius: 0;
  font-family: Notoikealatin, sans-serif;
}

.c-overlay__promo {
  z-index: 502;
  width: 100vw;
  height: 100vh;
  background-color: rgba(3, 3, 3, .41);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}

.b-modal-2 {
  max-height: 100%;
  max-width: 474px;
  object-fit: fill;
  background-color: #fff;
  border-radius: 12px 12px 0 0;
  margin: auto;
  padding-top: 40px;
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .c-primary-banner-2 {
    .c-primary-banner-2, .primary-button-left-2 {
      margin-left: 0;
    }
  }
  .b-modal__header {
    width: 100%;
    min-width: auto;
    margin-left: 24px;
    margin-right: 24px;
  }

  .b-modal {
    width: 100%;
    max-width: none;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 0;
    padding-top: 24px;
    display: flex;
    bottom: 0;
  }

  .b-modal__buttons {
    margin-top: 24px;
  }

  .m-switching-overlay {
    padding-bottom: 0;
    display: none;
    .p16-6 {
      margin-bottom: 0;
    }

    .b-banner__right {
      margin-top: 0;
      margin-bottom: 40px;
    }

    .c-banner__promo__badge {
      width: 120px;
      height: 120px;
    }

    .t-badge__15 {
      font-size: 11px;
      line-height: 15px;
    }

    .t-badge__33b {
      font-size: 14px;
      line-height: 24px;
    }

    .pb14.centered {
      font-size: 11px;
      line-height: 18px;
    }

    .pb14.link.centered {
      line-height: 18px;
    }

    .promo-modal__content {
      padding-left: 24px;
      padding-right: 24px;
    }

    .primary-button-left-2 {
      width: 100%;
      font-family: Notoikealatin, sans-serif;
    }

    .primary-button-left-2.modal-primary-button {
      max-width: 100%;
    }

    .c-overlay__promo {
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-end;
      padding-bottom: 0;
    }

    .b-modal-2 {
      margin-bottom: 0;
      bottom: 0;
    }
  }
}