:root {
  --link: #3d7786;
  --grey-93: #111;
  --primary: #6ebec3;
  --white: white;
  --link-hover: #305f6b;
  --secondary: #3d7786;
  --primary-light: #e2f2f3;
  --primary-hover: #58989c;
  --secondary-hover: #305f6b;
  --grey-05: #f2f2f2;
  --grey-12: #e0e0e0;
  --grey-30: #b3b3b3;
  --grey-40: #999;
  --grey-64: #5c5c5c;
  --grey-80: #333;
}

html {
  font-family: Arial, Helvetica, sans-serif;
}

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

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

@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: 10px;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: var(--link);
  font-weight: 700;
  text-decoration: none;
}

.div-block {
  background-color: var(--grey-93);
}

.h1d {
  color: var(--primary);
  letter-spacing: -1.2px;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
  display: flex;
}

.h1m {
  color: var(--grey-93);
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}

.h2d {
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  display: flex;
}

.h2d.center-aligned {
  text-align: center;
  justify-content: center;
}

.h2d.center-aligned.white {
  color: var(--white);
}

.h2m, .h3d {
  color: var(--grey-93);
  letter-spacing: -.7px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 25px;
  line-height: 34px;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.h4 {
  letter-spacing: -.6px;
  margin-top: 0;
  margin-bottom: 0;
  
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

.h5 {
  color: var(--grey-93);
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.h5.center-aligned {
  
}

.p16 {
  color: var(--grey-93);
  letter-spacing: -.2px;
  margin-bottom: 0;
  padding-bottom: 0;
  
  font-size: 16px;
  line-height: 24px;
}

.p16.center-aligned {
  text-align: center;
  max-width: 640px;
  
}

.p16.no-float {
  float: none;
  clear: none;
  display: inline;
}

.p16.between-text {
  
  display: inline;
}

.pb16 {
  float: none;
  clear: none;
  color: var(--grey-93);
  letter-spacing: -.2px;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 4px;
  
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: inline;
}

.pb16.no-float {
  float: none;
  margin-bottom: 16px;
  padding-right: 0;
}

.pb16.between-text {
  float: none;
  padding-right: 0;
  display: inline;
}

.pb14 {
  color: var(--grey-93);
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-weight: 700;
}

.p14 {
  color: var(--grey-93);
  width: auto;
  margin-bottom: 0;
  font-weight: 400;
}

.p14.no-wrap {
  white-space: nowrap;
  
}

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

.link {
  color: var(--link);
  letter-spacing: -.4px;
  
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

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

.link.white {
  background-color: var(--primary);
  color: var(--white);
  
}

.link.iptiq, .link.swissre {
  
}

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

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

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

.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-language-devider {
  color: #b3b3b3;
  background-color: #e0e0e0;
  width: 2px;
  height: 15px;
}

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

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

.pb16-2 {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

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

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

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

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

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

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

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

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

.link-2.mobile-nav {
  z-index: 0;
  color: #111;
  width: auto;
  height: auto;
  padding: 0;
  position: static;
}

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

.dropdown-list {
  z-index: 501;
  flex-direction: column;
  margin-top: -12px;
  display: none;
}

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

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

.b-dropdown__link {
  border-radius: 8px;
  
  font-size: 16px;
}

.b-dropdown__link:hover {
  background-color: #f2f2f2;
}

.navigation-links-right-holder {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-left: 24px;
  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;
}

.marketing-banner-content-holder {
  justify-content: center;
  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: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.p16-2 {
  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-2.w--current {
  border-bottom: 3px solid var(--secondary);
  color: var(--link-hover);
}

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

.p16-2.center.white {
  color: #fff;
}

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

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

.mobile-nav-section {
  display: none;
}

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

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

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

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

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

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

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

.section {
  background-color: var(--white);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 140px;
  overflow: hidden;
}

.section.value-proposition {
  background-color: var(--secondary);
  background-image: url('../images/iptiQLP_bkg.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  max-height: none;
  padding-top: 123px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.call-to-action {
  background-color: var(--secondary);
  padding-top: 12%;
  padding-bottom: 80px;
  overflow: visible;
}

.b-banner__content {
  margin-top: 30px;
  margin-bottom: 70px;
  display: flex;
}

.b-banner__right-side {
  z-index: 0;
  flex: 1;
  justify-content: center;
  max-width: 500px;
  display: flex;
  position: relative;
}

.b-banner__left-side {
  max-width: 391px;
  margin-right: 60px;
}

.black {
  color: var(--grey-93);
}

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

.container {
  max-width: 972px;
}

.container.margin-70 {
  margin-top: 0;
  margin-bottom: 0;
  position: static;
}

.b-banner__grey-shape {
  z-index: -1;
  background-color: var(--primary-light);
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  max-width: 477px;
  max-height: 477px;
  display: block;
  position: static;
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}

.b-banner__bg-shape2 {
  z-index: 0;
  clear: none;
  width: 477px;
  max-width: 477px;
  height: 477px;
  max-height: 477px;
  position: absolute;
  right: auto;
}

.b-banner__vase-img {
  z-index: 1;
  background-image: url('../images/IPTIQ_Vase_flat.png');
  background-position: 45% 46%;
  background-repeat: repeat;
  background-size: 800px;
  background-attachment: fixed;
  border-radius: 38px;
  width: 223px;
  max-width: 316px;
  height: 223px;
  max-height: 316px;
  position: absolute;
  top: -15px;
  bottom: auto;
  left: auto;
  right: 2px;
  transform: rotate(-45deg);
}

.b-banner__coffee-img {
  z-index: 1;
  background-image: url('../images/IPTIQ_Cup_flat.png');
  background-position: 57% 57%;
  background-size: 440px;
  border-radius: 19px;
  width: 120px;
  max-width: 120px;
  max-height: 120px;
  display: block;
  position: relative;
  top: 60px;
  bottom: auto;
  left: auto;
  right: 94px;
  transform: rotate(-45deg);
}

.b-banner__duck-img {
  z-index: 1;
  outline-offset: 0px;
  background-image: url('../images/IPTIQ_Basin_flat.png');
  background-position: 23% 81%;
  background-repeat: no-repeat;
  background-size: 294px;
  border: 1px #000;
  border-radius: 19px;
  outline-style: none;
  width: 70px;
  max-width: 70px;
  height: 83px;
  max-height: 83px;
  position: absolute;
  top: 171px;
  left: auto;
  right: 369px;
  transform: rotate(45deg);
}

.b-banner__iptiq-img {
  z-index: 1;
  clear: none;
  object-fit: fill;
  background-image: url('../images/iptiQ---Banner---Original.png');
  background-position: 70% 32%;
  background-size: 550px;
  border-radius: 28px;
  width: 203px;
  height: 203px;
  display: block;
  position: absolute;
  top: 190px;
  left: auto;
  right: 158px;
  transform: rotate(45deg);
}

.div-block-2 {
  position: relative;
}

.b-banner__keys-img {
  z-index: 1;
  background-image: url('../images/IPTIQ_Home_Keys_flat.png');
  background-position: 80% 20%;
  background-size: 300px;
  border-radius: 19px;
  width: 83px;
  max-width: 83px;
  height: 83px;
  max-height: 83px;
  position: absolute;
  top: 219px;
  left: 411px;
  right: auto;
  transform: rotate(45deg);
}

.div-block-3 {
  position: relative;
}

.b-banner-rating {
  z-index: 2;
  background-color: var(--white);
  border-radius: 8px;
  flex-direction: column;
  width: auto;
  height: auto;
  max-height: 74px;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  top: -29px;
  left: -4px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .08);
}

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

.b-banner__rating-content {
  align-items: center;
  display: flex;
}

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

.b-banner__star {
  display: flex;
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

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

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

.b-value__usp-container {
  justify-content: space-between;
  display: flex;
}

.b-value__usp {
  flex-direction: column;
  align-items: center;
  max-width: 307px;
  display: flex;
}

.b-value__usp.spacings {
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
}

.html-embed-2 {
  width: 32px;
  height: 32px;
}

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

.div-block-4 {
  width: 8px;
  height: 8px;
}

.div-block-5 {
  width: 153px;
  height: 153px;
}

.c-endorsement__logo {
  align-self: center;
  width: 153px;
  height: 153px;
  display: block;
  position: absolute;
  top: -71px;
  bottom: auto;
  left: auto;
  right: auto;
}

.div-block-6 {
  width: 40px;
  height: 40px;
}

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

.div-block-7, .div-block-8 {
  padding-left: 16px;
}

.div-block-9 {
  max-width: 200px;
  padding-left: 0;
}

.button {
  background-color: var(--primary);
  flex-direction: column;
  align-items: center;
  padding: 12px 16px;
  
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.button.fill {
  flex: 1;
}

.button.fill:hover {
  background-color: var(--primary-hover);
}

.container-3 {
  flex-direction: column;
  display: flex;
  position: relative;
}

.container-4.footer {
  max-width: 975px;
  padding-top: 40px;
  padding-bottom: 48px;
}

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

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

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

.b-footer__nav__disclaimer {
  color: #b3b3b3;
  letter-spacing: -.2px;
  justify-content: flex-end;
  width: 30%;
  
  display: flex;
}

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

.section-3.footer {
  background-color: #333;
}

.section-3.topimg {
  background-color: #f2f2f2;
  background-image: url('../images/app-banner-top-desktop.png');
  background-position: 0 0;
  background-size: cover;
  height: 204px;
  padding-top: 24px;
  padding-bottom: 24px;
}

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

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

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

.p14-2 {
  color: #111;
  margin-bottom: 0;
  font-style: normal;
  text-decoration: none;
}

.p14-2.white {
  color: #fff;
}

.b-footer__nav__content__link {
  color: #b3b3b3;
  border-right: 1px #999;
  margin-right: 0;
  
  font-weight: 400;
  text-decoration: none;
}

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

.container-5 {
  position: relative;
}

.container-6 {
  margin-top: 80px;
  display: flex;
  position: relative;
}

.b-trust__container {
  background-color: var(--white);
  border-radius: 16px;
  align-items: center;
  min-height: 450px;
  margin-top: 80px;
  padding: 60px 80px;
  display: flex;
  position: relative;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-10 {
  padding: 64px 80px;
}

.b-trust__left-column {
  max-width: 477px;
}

.b-trust__right-column {
  background-image: url('../images/by-iptiq.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  flex: 1;
  align-self: stretch;
  margin-left: 24px;
}

.body {
  background-color: #fafafa;
}

.b-banner__bg-shape {
  z-index: 0;
  background-color: var(--primary-light);
  opacity: .5;
  border-radius: 28px;
  width: 280px;
  max-width: 477px;
  height: 395px;
  max-height: 477px;
  position: absolute;
  transform: rotate(-45deg);
}

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

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

.b-text__row {
  display: flex;
}

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

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

.p16-3 {
  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-3.w--current {
  color: #0057a9;
  border-bottom: 3px solid #0057a9;
}

.p16-3.bold {
  font-weight: 700;
}

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

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

.h5-2 {
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  line-height: 24px;
}

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

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

.div-block-11 {
  width: 32px;
  height: 32px;
}

.b-banner__coffee {
  z-index: 1;
  background-image: url('../images/IPTIQ_Cup_flat.png');
  background-position: 50%;
  background-size: auto;
  order: -1;
  width: 120px;
  max-width: 120px;
  max-height: 120px;
  position: relative;
  transform: rotate(45deg);
}

.bold-text {
  font-weight: 700;
}

.section-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.b-iptiq__content-holder {
  float: none;
}

.div-block-12, .b-banner__star-icon {
  width: 24px;
  height: 24px;
}

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

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

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

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

.list-item {
  margin-bottom: 8px;
  margin-left: 18px;
  
}

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

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

.c-primary__text {
  color: var(--secondary);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.c-primary__text:hover {
  color: var(--secondary-hover);
  -webkit-text-stroke-color: var(--secondary-hover);
}

.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 {
  color: #fff;
  background-color: #333;
}

.pb16-3 {
  color: #111;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.m-cookie__edit {
  display: none;
}

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

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

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

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

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

.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__titles {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.h2 {
  color: #111;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

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

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

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

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

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

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

.c-secondary-button {
  color: #111;
  border-color: #111;
  width: 100%;
}

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

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

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

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

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

.p16-4 {
  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-4.w--current {
  color: #0057a9;
  border-bottom: 3px solid #0057a9;
}

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

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

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

.c-primary__holder {
  color: #fff;
  background-color: #111;
  width: 100%;
  height: auto;
}

.m-cookie__general__content__titles__holder {
  display: flex;
}

.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-acc__head__left {
  grid-column-gap: 8px;
  cursor: pointer;
  width: auto;
  margin-right: 24px;
  display: flex;
}

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

.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 {
  color: #00448b;
  border-color: #00448b;
}

.m-cookie__general {
  display: block;
}

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

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

.b-acc__head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  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);
}

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

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

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

.white {
  color: var(--grey-05);
}

.button-secondary {
  color: var(--link);
  -webkit-text-stroke-color: var(--secondary);
  padding: 12px 16px;
}

.button-secondary.fill {
  border: 1px solid var(--secondary);
  color: var(--primary);
  -webkit-text-stroke-color: var(--secondary);
  flex: 1;
}

.button-secondary.fill:hover {
  color: var(--secondary-hover);
}

.p16-4-copy {
  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-4-copy.w--current {
  color: #0057a9;
  border-bottom: 3px solid #0057a9;
}

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

.rich-text-block-2 {
  
  font-size: 16px;
  line-height: 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;
}

@media screen and (max-width: 991px) {
  .h1d.mobile {
    letter-spacing: -.8px;
    font-size: 28px;
    line-height: 36px;
  }

  .h1d.black {
    font-size: 28px;
  }

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

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

  .link.white {
    display: none;
  }

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

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

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

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

  .mobile-nav-close-cta {
    display: flex;
  }

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

  .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 {
    overflow: visible;
  }

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

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

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

  .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-holder {
    justify-content: space-between;
    margin-left: 80px;
    margin-right: 80px;
  }

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

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

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

  .section {
    padding: 48px 76px 60px;
  }

  .section.value-proposition {
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
    display: flex;
    position: relative;
    overflow: visible;
  }

  .section.call-to-action {
    padding-top: 350px;
  }

  .b-banner__content {
    justify-content: space-around;
  }

  .b-banner__right-side {
    max-width: 350px;
  }

  .b-banner__left-side {
    max-width: 43%;
    margin-right: 24px;
  }

  .container.margin-70 {
    align-items: flex-start;
    display: flex;
  }

  .b-banner__vase-img {
    background-position: 47% 46%;
    background-size: 510px;
    border-radius: 25px;
    width: 147px;
    height: 147px;
    top: 65px;
    right: 7px;
  }

  .b-banner__coffee-img {
    background-position: 58% 55%;
    background-size: 349px;
    border-radius: 19px;
    width: 87px;
    height: 76px;
    position: absolute;
    top: 121px;
    left: 56px;
  }

  .b-banner__duck-img {
    background-position: 25% 80%;
    background-size: 184px;
    border-radius: 12px;
    width: 46px;
    height: 55px;
    top: 194px;
    left: 28px;
    right: auto;
  }

  .b-banner__iptiq-img {
    background-size: 460px;
    border-radius: 18px;
    width: 133px;
    height: 133px;
    top: 203px;
    left: 91px;
  }

  .b-banner__keys-img {
    border-radius: 12px;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 218px;
    left: 268px;
  }

  .b-banner-rating {
    z-index: 2;
    top: 0;
  }

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

  .c-endorsement__logo {
    background-size: cover;
    width: 153px;
    height: 153px;
    top: -5%;
    left: auto;
    right: 40%;
  }

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

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

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

  .b-footer__nav__disclaimer {
    width: auto;
  }

  .section-3.topimg {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .container-6 {
    position: static;
  }

  .b-trust__container {
    margin-top: 48px;
    padding: 40px;
    position: relative;
    top: 0%;
  }

  .b-trust__left-column {
    max-width: 331px;
  }

  .b-trust__right-column {
    background-size: contain;
  }

  .b-banner__bg-shape {
    width: 184px;
    height: 254px;
    top: 76px;
  }

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

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

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

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

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

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

@media screen and (max-width: 767px) {
  .h1d.mobile.center-aligned {
    text-align: center;
  }

  .h1d.black.mobile {
    text-align: left;
  }

  .h2d, .p16 {
    text-align: center;
  }

  .pb16 {
    float: none;
    padding-right: 4px;
    display: inline;
  }

  .link.white {
    display: none;
  }

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

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

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

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

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

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

  .section {
    justify-content: center;
    padding-bottom: 90px;
    display: flex;
  }

  .section.value-proposition {
    justify-content: flex-start;
    max-height: none;
    padding-bottom: 60px;
  }

  .section.call-to-action {
    padding-top: 350px;
  }

  .b-banner__content {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
    margin-bottom: 32px;
  }

  .b-banner__right-side {
    min-width: 450px;
    min-height: 450px;
  }

  .b-banner__left-side {
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    max-width: none;
    margin-right: 0;
  }

  .black {
    text-align: center;
  }

  .b-banner__vase-img {
    background-size: 530px;
    top: 41px;
    left: 226px;
  }

  .b-banner__coffee-img {
    top: 119px;
    left: 122px;
    right: 86px;
  }

  .b-banner__duck-img {
    left: 94px;
  }

  .b-banner__iptiq-img {
    top: 189px;
    left: 160px;
  }

  .b-banner__keys-img {
    top: 200px;
    left: 316px;
  }

  .b-banner-rating {
    width: 280px;
    top: 319px;
    bottom: 0%;
    left: 20%;
    right: 0%;
  }

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

  .b-value__usp.spacings {
    margin: 24px 0;
  }

  .c-endorsement__logo {
    top: -5%;
    left: 37%;
    right: 40%;
  }

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

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

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

  .section-3.topimg {
    background-image: url('../images/app-banner-top-mobile.png');
  }

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

  .b-footer__nav__content__lline {
    display: none;
  }

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

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

  .b-trust__container {
    flex-direction: column;
    margin-top: 48px;
    position: relative;
    top: 0%;
  }

  .b-trust__left-column {
    flex-direction: column;
    align-self: center;
    max-width: none;
    display: flex;
  }

  .b-trust__right-column {
    background-image: url('../images/Master-iptiQ-China-logo_horizontal-19-e1602138764713.png');
    background-size: contain;
    min-height: 57px;
    margin-top: 24px;
    margin-left: 0;
  }

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

  .b-hero__content-holder {
    text-align: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 479px) {
  .h1d.mobile.center-aligned, .h1d.black, .h1d.black.center-aligned {
    text-align: center;
  }

  .h2d.center-aligned.mobile {
    letter-spacing: -.7px;
    font-size: 25px;
    line-height: 34px;
  }

  .h5 {
    text-align: left;
  }

  .p16 {
    text-align: center;
    flex-direction: column;
    display: block;
  }

  .p16.center-aligned {
    flex-direction: column;
    max-width: none;
    display: flex;
  }

  .p16.between-text {
    text-align: center;
  }

  .pb16 {
    display: block;
  }

  .pb16.center-aligned {
    justify-content: center;
    display: flex;
  }

  .p14.no-wrap {
    align-self: flex-start;
  }

  .p14.white.center-aligned {
    text-align: center;
    display: flex;
  }

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

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

  .mobile-nav {
    width: 100%;
  }

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

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

  .section {
    flex-direction: row;
    padding: 24px 24px 120px;
    display: flex;
  }

  .section.value-proposition {
    justify-content: flex-start;
    align-items: center;
    max-height: none;
    margin-top: 24px;
    padding-top: 120px;
    padding-bottom: 48px;
    position: relative;
  }

  .section.call-to-action {
    padding-top: 330px;
  }

  .b-banner {
    width: auto;
    height: auto;
    display: flex;
  }

  .b-banner__content {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .b-banner__right-side {
    flex: 0 auto;
    min-width: 250px;
    max-width: 280px;
    height: 350px;
    min-height: 350px;
    margin-bottom: 40px;
    position: relative;
  }

  .b-banner__left-side {
    max-width: none;
    margin-right: 0;
  }

  .container.margin-70 {
    position: static;
  }

  .b-banner__vase-img {
    background-size: 534px;
    width: 120px;
    height: 120px;
    position: absolute;
    top: 25px;
    left: 135px;
    right: -174px;
  }

  .b-banner__coffee-img {
    top: 72px;
    left: 19px;
  }

  .b-banner__duck-img {
    position: relative;
    top: 149px;
    left: -108px;
  }

  .b-banner__iptiq-img {
    top: 155px;
    left: auto;
    right: 58px;
  }

  .b-banner__keys-img {
    top: 151px;
    left: 212px;
  }

  .b-banner-rating {
    align-items: flex-start;
    min-width: 281px;
    position: absolute;
    top: 271px;
    bottom: 0%;
    left: auto;
    right: auto;
  }

  .b-banner__rating-content {
    flex: 0 auto;
  }

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

  .b-value__usp.spacings {
    margin: 24px 0;
  }

  .c-endorsement__logo {
    text-align: center;
    width: 153px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: absolute;
    top: -5%;
    bottom: 0%;
    left: auto;
    right: auto;
  }

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

  .container-4.subpage {
    flex-direction: row;
    flex: 1;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
    display: block;
    overflow: hidden;
  }

  .section-3.topimg {
    background-image: url('../images/app-banner-top-mobile.png');
    background-position: 50%;
    background-size: cover;
  }

  .section-3.subpage {
    min-width: auto;
    max-width: none;
  }

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

  .container-6 {
    margin-top: 40px;
  }

  .b-trust__container {
    flex-direction: column;
    margin-top: 40px;
    padding: 24px;
    top: 0%;
  }

  .b-trust__left-column {
    flex-direction: column;
    align-self: stretch;
    max-width: 100%;
    display: flex;
  }

  .b-trust__right-column {
    background-image: url('../images/Master-iptiQ-China-logo_horizontal-19-e1602138764713.png');
    background-size: contain;
    margin-top: 24px;
    margin-left: 0;
    display: flex;
    position: static;
  }

  .b-banner__bg-shape {
    border-radius: 18px;
    position: absolute;
    top: 27px;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .b-text__row {
    justify-content: flex-start;
  }

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

  .b-list {
    list-style: disc;
  }

  .bold-text-2, .bold-text-3, .bold-text-4 {
    word-break: break-all;
  }

  .b-hero__content-holder, .b-iptiq__content-holder {
    text-align: center;
  }

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

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

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

  .m-cookie__edit {
    display: none;
  }

  .m-cookie__edit__content__text {
    overflow: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .m-cookie__general {
    display: block;
  }

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

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