   .wp-block-button__link {
       color: #fff;
       background-color: #32373c;
       border-radius: 9999px;
       box-shadow: none;
       text-decoration: none;
       padding: calc(.667em + 2px) calc(1.333em + 2px);
       font-size: 1.125em
   }

   .wp-block-file__button {
       background: #32373c;
       color: #fff;
       text-decoration: none
   }

   :root {
       --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the block styles printed at wp_footer."
   }

   :root {
       --wp-internal-comment: "Placeholder for wp_hoist_late_printed_styles() to replace with the global-styles printed at wp_footer."
   }

   :root {
       --general-text-color: #222222;
       --title-text-color: #222222;
       --subtitle-text-color: #ec1a2e;
       --heading2-text-color: #ec1a2e;
       --heading3-text-color: #ec1a2e;
       --link-default-color: #ec1a2e;
       --link-hover-color: #ac2a2c;
       --header-cta-text-color: #ffffff;
       --header-cta-bg-color: #ec1a2e;
       --header-cta-hover-text-color: #ffffff;
       --header-cta-hover-bg-color: #ac2a2c
   }

   body {
       color: var(--general-text-color)
   }

   .post-info-title {
       color: var(--title-text-color)
   }

   .post-info-subtitle {
       color: var(--subtitle-text-color)
   }

   body h2 {
       color: var(--heading2-text-color)
   }

   body h3 {
       color: var(--heading3-text-color)
   }

   a {
       color: var(--link-default-color)
   }

   a:hover,
   a:focus {
       color: var(--link-hover-color)
   }

   #masthead {
       background-color: #ffffff
   }

   .header-cta a {
       color: var(--header-cta-text-color);
       background-color: var(--header-cta-bg-color)
   }

   .header-cta a:focus {
       color: var(--header-cta-text-color)
   }

   .header-cta a:hover {
       color: var(--header-cta-hover-text-color);
       background-color: var(--header-cta-hover-bg-color)
   }

   ul li:before {
       background: var(--general-text-color)
   }

   .post-content ol.branded-list li:before {
       color: #ec1a2e
   }

   body {
       font-family: "Indy Serif", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif
   }


   .flexi-comp-footer {
       --container-width: 1148px;
       --footer-padding-desktop: 32px;
       --footer-padding-mobile: 40px 32px 70px;
       --footer-container-padding: 0;
       --footer-background: #6b7280;
       --text-size: 13px;
       --title-size: 16px;
       --title-indent: 20px;
       --text-color: #fff;
       --link-color: var(--text-color);
       --link-color-hover: var(--text-color);
       --divider-indent: 40px;
       --divider-color: var(--text-color);
       --divider-height: 1px;
       --copyright-indent: 32px
   }

   .flexi-comp-footer-menu {
       --margin-bottom: var(--divider-indent);
       --font-size: var(--text-size);
       --line-height: 1.2;
       --menu-gap: 24px;
       --font-style: normal;
       --font-weight: 400
   }

   .flexi-comp-footer-social {
       --indent: 40px;
       --size: 18px;
       --margin-top: var(--divider-indent);
       --icon-color: var(--link-color);
       --icon-color-hover: var(--link-color)
   }

   .flexi-comp-footer-title {
       font-size: var(--title-size);
       font-weight: 700;
       margin-bottom: var(--title-indent);
       width: 100%
   }

   .flexi-comp-footer {
       background-color: var(--footer-background);
       color: var(--text-color);
       font-size: var(--text-size);
       padding: var(--footer-padding-mobile)
   }

   @media(min-width:992px) {
       .flexi-comp-footer {
           padding: var(--footer-padding-desktop)
       }
   }

   .flexi-comp-footer a {
       color: var(--link-color);
       font-weight: inherit
   }

   .flexi-comp-footer a:hover {
       color: var(--link-color-hover)
   }

   .flexi-comp-footer ul {
       list-style: none;
       padding: 0
   }

   .flexi-comp-footer-divider {
       border-color: var(--divider-color);
       border-width: 0 0 var(--divider-height);
       margin-bottom: var(--divider-indent);
       margin-top: var(--divider-indent)
   }

   @media(min-width:992px) {
       .flexi-comp-footer-divider {
           width: 100%
       }
   }

   .flexi-comp-footer-container {
       margin: 0 auto;
       max-width: var(--container-width);
       padding: var(--footer-container-padding);
       width: 100%
   }

   @media(min-width:992px) {
       .flexi-comp-footer-container {
           display: flex;
           flex-wrap: wrap;
           justify-content: space-between
       }
   }

   .flexi-comp-footer-menu {
       font-size: var(--font-size);
       font-style: var(--font-style);
       font-weight: var(--font-weight);
       letter-spacing: var(--letter-spacing);
       line-height: var(--line-height);
       margin: 0
   }

   @media(max-width:992px) {
       .flexi-comp-footer-menu li:not(:last-child) {
           margin-bottom: var(--font-size)
       }
   }

   @media(min-width:992px) {
       .flexi-comp-footer-menu li:not(:last-child) {
           padding-right: var(--menu-gap)
       }

       .flexi-comp-footer-menu {
           align-self: center;
           display: flex
       }
   }

   .flexi-comp-footer-social {
       display: flex;
       line-height: 0;
       margin: 0
   }

   .flexi-comp-footer-social li {
       padding-right: var(--indent)
   }

   @media(max-width:992px) {
       .flexi-comp-footer-social li {
           margin-top: var(--margin-top)
       }
   }

   .flexi-comp-footer-social li:last-child {
       padding-right: 0
   }

   .flexi-comp-footer-social svg {
       height: var(--size);
       width: var(--size)
   }

   .flexi-comp-footer-social svg path {
       fill: var(--icon-color)
   }

   .flexi-comp-footer-social svg:hover path {
       fill: var(--icon-color-hover)
   }

   @media(max-width:992px) {
       .flexi-comp-footer-disclosure {
           margin-top: var(--copyright-indent)
       }
   }

   @media(min-width:992px) {
       .flexi-comp-footer-disclosure {
           max-width: 540px;
           text-align: right
       }
   }

   .flexi-comp-footer-disclosure span {
       display: block;
       margin-bottom: 15px
   }

   .flexi-comp-modal {
       --loader-color: #ccc;
       bottom: 0;
       display: none;
       height: 0;
       left: 0;
       position: fixed;
       right: 0;
       top: 0;
       transition: .35s;
       z-index: 999
   }

   .flexi-comp-modal iframe {
       border: none;
       height: 100%;
       left: 0;
       padding: 1rem;
       position: absolute;
       top: 0;
       width: 100%;
       z-index: 10
   }

   .flexi-comp-modal.is-active {
       display: block;
       height: auto;
       overflow: auto;
       transition: .35s
   }

   .flexi-comp-modal.is-active:before {
       animation-duration: .35s;
       animation-name: fade;
       background-color: rgba(0, 0, 0, .75);
       bottom: 0;
       content: "";
       left: 0;
       position: absolute;
       right: 0;
       top: 0;
       z-index: -1
   }

   .flexi-comp-modal.is-active .flexi-comp-modal-inner {
       opacity: 1;
       pointer-events: auto;
       top: 10vh
   }

   .flexi-comp-modal .flexi-comp-modal-inner {
       left: 50%;
       margin: 40px 0;
       max-width: 950px;
       opacity: 0;
       pointer-events: none;
       position: absolute;
       text-align: center;
       top: 0;
       transform: translateX(-50%);
       transition: .35s;
       width: 90%;
       z-index: 1
   }

   .flexi-comp-modal .flexi-comp-modal-close {
       background: #fff;
       border: none;
       border-radius: 100%;
       display: block;
       font-size: 0;
       height: 30px;
       opacity: .75;
       position: absolute;
       right: 0;
       top: -30px;
       transition: .35s;
       width: 30px
   }

   @media(min-width:992px) {
       .flexi-comp-modal .flexi-comp-modal-close {
           right: -30px
       }
   }

   .flexi-comp-modal .flexi-comp-modal-close:after,
   .flexi-comp-modal .flexi-comp-modal-close:before {
       background: #9e9e9e;
       content: "";
       height: 3px;
       left: 50%;
       position: absolute;
       top: 50%;
       width: 20px
   }

   .flexi-comp-modal .flexi-comp-modal-close:before {
       transform: translate(-50%, -50%) rotate(45deg)
   }

   .flexi-comp-modal .flexi-comp-modal-close:after {
       transform: translate(-50%, -50%) rotate(-45deg)
   }

   .flexi-comp-modal .flexi-comp-modal-close:hover {
       cursor: pointer;
       opacity: 1
   }

   .flexi-comp-modal .flexi-comp-modal-close:hover:after,
   .flexi-comp-modal .flexi-comp-modal-close:hover:before {
       background: #000
   }

   .flexi-comp-modal .flexi-comp-modal-content {
       background-color: #fff;
       border-radius: 4px;
       min-height: 70vh;
       overflow: hidden;
       padding: 10px;
       position: relative
   }

   .flexi-comp-modal-overflow {
       overflow: hidden
   }

   .flexi-comp-modal-loader {
       bottom: 0;
       display: inline-block;
       height: 80px;
       left: 0;
       margin: auto;
       position: absolute;
       right: 0;
       top: 0;
       width: 80px;
       z-index: 5
   }

   .flexi-comp-modal-loader.hidden {
       display: none
   }

   .flexi-comp-modal-loader div {
       animation: flexi-comp-modal-loader 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
       border: 8px solid var(--loader-color);
       border-color: var(--loader-color) transparent transparent transparent;
       border-radius: 50%;
       box-sizing: border-box;
       display: block;
       height: 64px;
       margin: 8px;
       position: absolute;
       width: 64px
   }

   .flexi-comp-modal-loader div:first-child {
       animation-delay: -.45s
   }

   .flexi-comp-modal-loader div:nth-child(2) {
       animation-delay: -.3s
   }

   .flexi-comp-modal-loader div:nth-child(3) {
       animation-delay: -.15s
   }

   @keyframes flexi-comp-modal-loader {
       0% {
           transform: rotate(0deg)
       }

       to {
           transform: rotate(1turn)
       }
   }

   *,
   *::before,
   *::after {
       box-sizing: border-box
   }

   html {
       -webkit-text-size-adjust: 100%;
       -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
   }

   *:focus {
       outline: thin dotted;
       outline-offset: -1px
   }

   a:focus {
       outline: thin dotted;
       box-shadow: none
   }

   html,
   body,
   div,
   span,
   applet,
   object,
   iframe,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   p,
   blockquote,
   pre,
   a,
   abbr,
   acronym,
   address,
   big,
   cite,
   code,
   del,
   dfn,
   em,
   img,
   ins,
   kbd,
   q,
   s,
   samp,
   small,
   strike,
   strong,
   sub,
   sup,
   tt,
   var,
   b,
   u,
   i,
   center,
   dl,
   dt,
   dd,
   ol,
   ul,
   li,
   fieldset,
   form,
   label,
   legend,
   table,
   caption,
   tbody,
   tfoot,
   thead,
   tr,
   th,
   td,
   article,
   aside,
   canvas,
   details,
   embed,
   figure,
   figcaption,
   footer,
   header,
   hgroup,
   menu,
   nav,
   output,
   ruby,
   section,
   summary,
   time,
   mark,
   audio,
   video {
       margin: 0;
       padding: 0;
       border: 0;
       font-size: 100%;
       vertical-align: baseline
   }

   article,
   aside,
   details,
   figcaption,
   figure,
   footer,
   header,
   hgroup,
   menu,
   nav,
   section,
   main {
       display: block
   }

   ol,
   ul {
       list-style: none
   }

   blockquote,
   q {
       quotes: none
   }

   blockquote:before,
   blockquote:after,
   q:before,
   q:after {
       content: ""
   }

   b,
   strong {
       font-weight: bolder
   }

   em,
   i {
       font-style: italic
   }

   table {
       border-collapse: collapse;
       border-spacing: 0
   }

   img {
       display: block;
       height: auto;
       max-width: 100%
   }

   img.fade {
       animation-name: fade;
       animation-duration: .5s
   }

   textarea {
       resize: vertical;
       width: 100%;
       min-height: 76px;
       display: block;
       line-height: 1.3
   }

   input {
       line-height: 1.1
   }

   input,
   textarea {
       -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none;
       width: 100%
   }

   input:focus,
   textarea:focus {
       outline: none;
       border-color: #ccc
   }

   input:focus::-webkit-input-placeholder,
   textarea:focus::-webkit-input-placeholder {
       color: inherit
   }

   input:focus::-moz-placeholder,
   textarea:focus::-moz-placeholder {
       color: inherit;
       opacity: 1
   }

   input:focus:-ms-input-placeholder,
   textarea:focus:-ms-input-placeholder {
       color: inherit
   }

   input:focus+.search-form-button:before,
   textarea:focus+.search-form-button:before {
       color: inherit
   }

   @keyframes fade {
       from {
           opacity: 0
       }

       to {
           opacity: 1
       }
   }

   html {
       line-height: 1.15;
       -webkit-text-size-adjust: 100%;
       height: 100%
   }

   body {
       margin: 0
   }

   body.body-overflow {
       overflow: hidden
   }

   main {
       display: block
   }

   hr {
       box-sizing: content-box;
       height: 0;
       overflow: visible
   }

   pre {
       font-family: monospace;
       font-size: 1em
   }

   a {
       background-color: rgba(0, 0, 0, 0)
   }

   abbr[title] {
       border-bottom: none;
       -webkit-text-decoration: underline dotted;
       text-decoration: underline dotted
   }

   code,
   kbd,
   samp {
       font-family: monospace;
       font-size: 1em
   }

   small {
       font-size: 80%
   }

   sub,
   sup {
       font-size: 75%;
       line-height: 0;
       position: relative;
       vertical-align: baseline
   }

   sub {
       bottom: -0.25em
   }

   sup {
       top: -0.5em
   }

   img {
       border-style: none
   }

   button,
   input,
   optgroup,
   select,
   textarea {
       font-family: inherit;
       font-size: 100%;
       line-height: 1.15;
       margin: 0
   }

   button,
   input {
       overflow: visible
   }

   button,
   select {
       text-transform: none
   }

   button,
   [type=button],
   [type=reset],
   [type=submit] {
       -webkit-appearance: button
   }

   button::-moz-focus-inner,
   [type=button]::-moz-focus-inner,
   [type=reset]::-moz-focus-inner,
   [type=submit]::-moz-focus-inner {
       border-style: none;
       padding: 0
   }

   button:-moz-focusring,
   [type=button]:-moz-focusring,
   [type=reset]:-moz-focusring,
   [type=submit]:-moz-focusring {
       outline: 1px dotted ButtonText
   }

   fieldset {
       padding: .35em .75em .625em
   }

   legend {
       box-sizing: border-box;
       color: inherit;
       display: table;
       max-width: 100%;
       padding: 0;
       white-space: normal
   }

   progress {
       vertical-align: baseline
   }

   textarea {
       overflow: auto
   }

   [type=checkbox],
   [type=radio] {
       box-sizing: border-box;
       padding: 0
   }

   [type=number]::-webkit-inner-spin-button,
   [type=number]::-webkit-outer-spin-button {
       height: auto
   }

   [type=search] {
       -webkit-appearance: textfield;
       outline-offset: -2px
   }

   [type=search]::-webkit-search-decoration {
       -webkit-appearance: none
   }

   ::-webkit-file-upload-button {
       -webkit-appearance: button;
       font: inherit
   }

   details {
       display: block
   }

   summary {
       display: list-item
   }

   template {
       display: none
   }

   [hidden] {
       display: none
   }

   @font-face {
       font-family: "font-icon";
       src: url("../fonts/font-icon.ttf") format("truetype"), url("../fonts/font-icon.woff") format("woff"), url("../images/font-icon.svg#font-icon") format("svg");
       font-weight: normal;
       font-style: normal;
       font-display: swap
   }

   [class^=icon-],
   [class*=" icon-"] {
       font-family: "font-icon" !important;
       speak: none;
       font-style: normal;
       font-weight: normal;
       font-variant: normal;
       text-transform: none;
       line-height: 1;
       -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale
   }

   .icon-cookie:before {
       content: ""
   }

   .icon-check-circle:before {
       content: ""
   }

   .icon-connect-hearing:before {
       content: ""
   }

   .icon-ear:before {
       content: ""
   }

   .icon-check-list:before {
       content: ""
   }

   .icon-shield-check:before {
       content: ""
   }

   .icon-face-laugh:before {
       content: ""
   }

   .icon-arrows-rotate:before {
       content: ""
   }

   .icon-badge:before {
       content: ""
   }

   .icon-car-crash:before {
       content: ""
   }

   .icon-car:before {
       content: ""
   }

   .icon-checkbox:before {
       content: ""
   }

   .icon-clock-regular:before {
       content: ""
   }

   .icon-cogs:before {
       content: ""
   }

   .icon-comment:before {
       content: ""
   }

   .icon-compare:before {
       content: ""
   }

   .icon-cross:before {
       content: ""
   }

   .icon-date:before {
       content: ""
   }

   .icon-flame:before {
       content: ""
   }

   .icon-headphones:before {
       content: ""
   }

   .icon-home:before {
       content: ""
   }

   .icon-house:before {
       content: ""
   }

   .icon-lock:before {
       content: ""
   }

   .icon-paper:before {
       content: ""
   }

   .icon-pencil:before {
       content: ""
   }

   .icon-percentage:before {
       content: ""
   }

   .icon-plus1:before {
       content: ""
   }

   .icon-scissors:before {
       content: ""
   }

   .icon-search:before {
       content: ""
   }

   .icon-star:before {
       content: ""
   }

   .icon-tag:before {
       content: ""
   }

   .icon-tick:before {
       content: ""
   }

   .icon-trophy:before {
       content: ""
   }

   .icon-truck:before {
       content: ""
   }

   .icon-users:before {
       content: ""
   }

   .icon-wrench:before {
       content: ""
   }

   .icon-leaf:before {
       content: ""
   }

   .icon-dollar:before {
       content: ""
   }

   .icon-phone:before {
       content: ""
   }

   .icon-filter:before {
       content: ""
   }

   .icon-archive:before {
       content: ""
   }

   .icon-map-marker:before {
       content: ""
   }

   .icon-mobile:before {
       content: ""
   }

   .icon-calendar:before {
       content: ""
   }

   .icon-pound:before {
       content: ""
   }

   .icon-euro:before {
       content: ""
   }

   .icon-money:before {
       content: ""
   }

   .icon-credit-card:before {
       content: ""
   }

   .icon-thought-bubble:before {
       content: ""
   }

   .icon-money-bag:before {
       content: ""
   }

   .icon-flower:before {
       content: ""
   }

   .icon-sun:before {
       content: ""
   }

   .icon-exclamation:before {
       content: ""
   }

   .icon-question:before {
       content: ""
   }

   .icon-heart:before {
       content: ""
   }

   .icon-thumbs-up:before {
       content: ""
   }

   .icon-thumbs-down:before {
       content: ""
   }

   .icon-hot-offer:before {
       content: ""
   }

   .icon-preview:before {
       content: ""
   }

   .icon-local-bar:before {
       content: ""
   }

   .icon-local-mall:before {
       content: ""
   }

   .icon-dinner-dining:before {
       content: ""
   }

   .icon-fast-food:before {
       content: ""
   }

   .icon-star-2:before {
       content: ""
   }

   .icon-swap-vert:before {
       content: ""
   }

   .icon-devices:before {
       content: ""
   }

   .icon-storefront:before {
       content: ""
   }

   .icon-ai:before {
       content: ""
   }

   .font {
       background: rgba(0, 0, 0, 0)
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign div:is(div:has(>iframe[id^=mvfFormWidget])) {
       margin: 22.5px 0 !important;
       box-shadow: 0 0 0 1px rgba(0, 0, 0, .0666666667), 15px 15px 1em 0 rgba(55, 84, 160, .2) !important
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign {
       z-index: 2
   }

   @media(min-width:768px) {
       .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign {
           overflow: hidden
       }
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign>.wpb_column {
       position: relative;
       z-index: 5
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign.vc_col-sm-12>div {
       max-inline-size: 67.5rem;
       margin-inline: auto;
       padding-inline: 0
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:has([id^=mvfFormWidget]) {
       display: grid;
       grid-template-columns: 1fr repeat(12, minmax(0, 96px)) 1fr;
       grid-template-rows: 1fr;
       margin-block-end: 0 !important;
       padding-block: 0;
       isolation: isolate;
       background-blend-mode: color;
       overflow: inherit
   }

   @media(max-width:767.98px) {
       .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:has([id^=mvfFormWidget]) {
           background: none !important;
           background-color: #51b4e6 !important
       }
   }

   @media(min-width:768px) {
       .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:has([id^=mvfFormWidget]) {
           grid-template-rows: 0 1fr 0
       }
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:has([id^=mvfFormWidget])>* {
       grid-column: 2/span 12;
       grid-row: 2
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:before,
   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:after {
       content: "";
       display: block;
       position: absolute;
       inset: 0;
       top: 0;
       left: 0;
       right: 0;
       z-index: -2;
       grid-column-start: 4;
       grid-row: 1/-1;
       width: 100%
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:before {
       background-attachment: scroll !important;
       background-repeat: no-repeat !important;
       background-position: 100% 0 !important;
       background-size: auto 600px !important;
       min-block-size: 100% !important;
       max-inline-size: 1460px !important;
       -webkit-mask-image: linear-gradient(#000 60%, rgba(0, 0, 0, 0) 110%);
       mask-image: linear-gradient(#000 60%, rgba(0, 0, 0, 0) 110%);
       background-color: #51b4e6;
       z-index: -2
   }

   @media(min-width:768px) {
       .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:before {
           background-image: inherit;
           background-color: #fff
       }
   }

   @media(min-width:992px) {
       .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:before {
           height: 100%;
           max-height: 460px
       }
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:after {
       background: linear-gradient(90deg, #fff 20%, rgba(255, 255, 255, 0));
       grid-column-end: span 8;
       backdrop-filter: unset;
       z-index: 3;
       height: 100%
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign.background-cover:before {
       background-size: cover
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign.background-contain:before {
       background-size: contain
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign .carousel-suppliers {
       max-width: 1088px;
       margin: 0 auto;
       padding: 30px 0 10px 0
   }

   @media(min-width:768px) {
       .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign .carousel-suppliers {
           padding: 0
       }
   }

   @media(min-width:768px) {
       .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign .carousel-suppliers[data-total-positions="3"] {
           padding-top: 30px
       }
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h1,
   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h2,
   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h3,
   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h4 {
       margin: 0;
       margin-block-start: 22.5px;
       margin-block-end: 0;
       max-inline-size: 45ch;
       font-size: 30px;
       font-weight: 600;
       letter-spacing: -0.025em
   }

   @media(max-width:767.98px) {

       .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h1,
       .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h2,
       .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h3,
       .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign h4 {
           inline-size: -moz-fit-content;
           inline-size: fit-content;
           margin-inline: auto;
           text-align: center;
           font-size: 19px
       }
   }

   .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:has(.carousel-suppliers):before {
       height: 220px
   }

   @media(min-width:992px) {
       .pinnacle-content .vc_row[data-vc-full-width].vc_row_decorative.hero-section-redesign:has(.carousel-suppliers):before {
           height: 260px
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-1,
       .vc_column_container.vc_col-sm-1 {
           width: 8.3333333333%
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-2,
       .vc_column_container.vc_col-sm-2 {
           width: 16.6666666667%
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-3,
       .vc_column_container.vc_col-sm-3 {
           width: 25%
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-4,
       .vc_column_container.vc_col-sm-4 {
           width: 33.3333333333%
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-5,
       .vc_column_container.vc_col-sm-5 {
           width: 41.6666666667%
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-6,
       .vc_column_container.vc_col-sm-6 {
           width: 50%
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-7,
       .vc_column_container.vc_col-sm-7 {
           width: 58.3333333333%
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-8,
       .vc_column_container.vc_col-sm-8 {
           width: 66.6666666667%
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-9,
       .vc_column_container.vc_col-sm-9 {
           width: 75%
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-10,
       .vc_column_container.vc_col-sm-10 {
           width: 83.3333333333%
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-11,
       .vc_column_container.vc_col-sm-11 {
           width: 91.6666666667%
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-12,
       .vc_column_container.vc_col-sm-12 {
           width: 100%
       }
   }

   @media(min-width:768px) {

       .vc_col-sm-1\/5,
       .vc_column_container.vc_col-sm-1\/5 {
           width: 20%;
           float: left
       }
   }

   .vc_col-xs-12,
   .vc_column_container {
       width: 100%
   }

   .vc_col-lg-1,
   .vc_col-lg-10,
   .vc_col-lg-11,
   .vc_col-lg-12,
   .vc_col-lg-2,
   .vc_col-lg-3,
   .vc_col-lg-4,
   .vc_col-lg-5,
   .vc_col-lg-6,
   .vc_col-lg-7,
   .vc_col-lg-8,
   .vc_col-lg-9,
   .vc_col-md-1,
   .vc_col-md-10,
   .vc_col-md-11,
   .vc_col-md-12,
   .vc_col-md-2,
   .vc_col-md-3,
   .vc_col-md-4,
   .vc_col-md-5,
   .vc_col-md-6,
   .vc_col-md-7,
   .vc_col-md-8,
   .vc_col-md-9,
   .vc_col-sm-1,
   .vc_col-sm-10,
   .vc_col-sm-11,
   .vc_col-sm-12,
   .vc_col-sm-2,
   .vc_col-sm-3,
   .vc_col-sm-4,
   .vc_col-sm-5,
   .vc_col-sm-6,
   .vc_col-sm-7,
   .vc_col-sm-8,
   .vc_col-sm-9,
   .vc_col-xs-1,
   .vc_col-xs-10,
   .vc_col-xs-11,
   .vc_col-xs-12,
   .vc_col-xs-2,
   .vc_col-xs-3,
   .vc_col-xs-4,
   .vc_col-xs-5,
   .vc_col-xs-6,
   .vc_col-xs-7,
   .vc_col-xs-8,
   .vc_col-xs-9 {
       position: relative;
       min-height: 1px;
       padding-left: 15px;
       padding-right: 15px;
       box-sizing: border-box
   }

   @media(min-width:768px) {

       .vc_col-sm-1,
       .vc_col-sm-10,
       .vc_col-sm-11,
       .vc_col-sm-12,
       .vc_col-sm-2,
       .vc_col-sm-3,
       .vc_col-sm-4,
       .vc_col-sm-5,
       .vc_col-sm-6,
       .vc_col-sm-7,
       .vc_col-sm-8,
       .vc_col-sm-9 {
           float: left
       }
   }

   .vc_row-no-padding>.vc_column_container>.vc_column-inner {
       padding-left: 0;
       padding-right: 0;
       margin-left: 0;
       margin-right: 0
   }

   .vc_column_container>.vc_column-inner {
       box-sizing: border-box;
       padding-left: 12px;
       padding-right: 12px;
       width: 100%
   }

   .vc_column-inner:after,
   .vc_column-inner:before,
   .vc_row:after,
   .vc_row:before {
       content: " ";
       display: table
   }

   .vc_column-inner:after,
   .vc_row:after {
       clear: both
   }

   .vc_column_container {
       padding-left: 0;
       padding-right: 0
   }

   .vc_row {
       margin-left: -12px;
       margin-right: -12px
   }

   @media(max-width:991.98px) {
       .vc_row-hide-mobile {
           display: none
       }
   }

   @media(min-width:768px)and (max-width:1119.98px) {
       .vc_row-hide-tablet {
           display: none
       }
   }

   @media(min-width:992px) {
       .vc_row-hide-desktop {
           display: none
       }
   }

   .wpb-content-wrapper>.vc_row {
       padding: 1.25rem 0
   }

   @media(min-width:768px) {
       .wpb-content-wrapper>.vc_row {
           padding: 2rem 0
       }
   }

   .vc_row[data-vc-full-width] {
       width: 100vw;
       position: relative;
       margin-left: -50vw;
       left: 50%
   }

   .vc_row[data-vc-full-width]:has(.comparison-table-ncd-overlay) {
       z-index: 9
   }

   @media(max-width:767.98px) {

       body:not(.page-template-template-brand-lander) .background-position-center-left:first-child,
       body:not(.page-template-template-brand-lander) .background-position-center-right:first-child {
           background-size: 0 0 !important
       }

       body:not(.page-template-template-brand-lander) .background-position-center-left:first-child:before,
       body:not(.page-template-template-brand-lander) .background-position-center-right:first-child:before {
           content: "";
           background: inherit;
           position: absolute;
           top: 0;
           left: 0;
           right: 0;
           height: 100%;
           width: 100%;
           pointer-events: none;
           background-position: top right;
           background-size: 168px auto
       }
   }

   @media(max-width:767.98px) {

       body:not(.page-template-template-brand-lander) .background-position-center-left:first-child.vc_row_decorative:before,
       body:not(.page-template-template-brand-lander) .background-position-center-right:first-child.vc_row_decorative:before {
           background-size: 168px auto
       }
   }

   .vc_row[data-vc-full-width].vc_row_decorative {
       z-index: 2;
       background-size: 0 0 !important
   }

   @media(min-width:768px) {
       .vc_row[data-vc-full-width].vc_row_decorative {
           overflow: hidden
       }
   }

   .vc_row[data-vc-full-width].vc_row_decorative>.wpb_column {
       position: relative;
       z-index: 5
   }

   .vc_row[data-vc-full-width].vc_row_decorative:before {
       content: "";
       background: inherit;
       position: absolute;
       z-index: 4;
       top: 0;
       left: 0;
       right: 0;
       height: 380px;
       width: 100%;
       background-size: 49% auto;
       display: block
   }

   @media(min-width:992px) {
       .vc_row[data-vc-full-width].vc_row_decorative:before {
           height: 100%;
           max-height: 460px
       }
   }

   .vc_row[data-vc-full-width].vc_row_decorative:after {
       background: #fff;
       position: absolute;
       z-index: 3;
       top: 0;
       bottom: 0;
       left: 0;
       right: 0;
       width: 100%;
       height: 100%;
       display: block
   }

   .vc_row[data-vc-full-width].vc_row_decorative.background-cover:before {
       background-size: cover
   }

   .vc_row[data-vc-full-width].vc_row_decorative.background-contain:before {
       background-size: contain
   }

   .vc_row[data-vc-full-width].vc_row_decorative .carousel-suppliers {
       max-width: 1088px;
       margin: 0 auto;
       padding: 30px 0 10px 0
   }

   @media(min-width:768px) {
       .vc_row[data-vc-full-width].vc_row_decorative .carousel-suppliers {
           padding: 0
       }
   }

   @media(min-width:768px) {
       .vc_row[data-vc-full-width].vc_row_decorative .carousel-suppliers[data-total-positions="3"] {
           padding-top: 30px
       }
   }

   .vc_row[data-vc-full-width].vc_row_decorative:has(.carousel-suppliers):before {
       height: 220px
   }

   @media(min-width:992px) {
       .vc_row[data-vc-full-width].vc_row_decorative:has(.carousel-suppliers):before {
           height: 260px
       }
   }

   .vc_row_custom {
       position: relative;
       z-index: 1;
       max-width: 1112px;
       margin: 0 auto;
       width: 100%
   }

   div[id^=chameleonwidget-] {
       margin: 0 auto;
       text-align: center
   }

   .chameleon-visibility-pending,
   .match-count-visibility-pending {
       visibility: hidden
   }

   .wpb_content_element:after {
       content: "";
       display: table
   }

   @media only screen and (max-width:767px) {
       .wpb_content_element.wpb_content_element:last-child {
           margin-bottom: 0
       }
   }

   .wpb_single_image {
       overflow: hidden
   }

   .wpb_single_image a {
       display: inline-block
   }

   .wpb_single_image.vc_align_center {
       padding: 0 0 1rem;
       text-align: center
   }

   @media(min-width:768px) {
       .wpb_single_image.vc_align_center {
           padding: 0 0 1.2rem
       }
   }

   .wpb_single_image.vc_align_center img {
       display: block;
       margin: 0 auto
   }

   .wpb_single_image.vc_align_center a {
       margin: 0 auto
   }

   .wpb_single_image.vc_align_right {
       padding: 0 0 1rem
   }

   @media(min-width:768px) {
       .wpb_single_image.vc_align_right {
           padding: 0 0 1.2rem
       }
   }

   @media(min-width:768px) {
       .wpb_single_image.vc_align_right img {
           float: right
       }
   }

   @media(min-width:768px) {
       .wpb_single_image.vc_align_right a {
           float: right
       }
   }

   .wpb_single_image.vc_align_left {
       padding: 0 0 1rem
   }

   @media(min-width:768px) {
       .wpb_single_image.vc_align_left {
           padding: 0 0 1.2rem
       }
   }

   @media(min-width:768px) {
       .wpb_single_image.vc_align_left img {
           float: left
       }
   }

   .page-template-template-advertorial .wpb_single_image.vc_align_center {
       padding: 1.5rem 0 1rem
   }

   @media(min-width:768px) {
       .page-template-template-advertorial .wpb_single_image.vc_align_center {
           padding: 2.5rem 0 1.2rem
       }
   }

   .page-template-template-advertorial .wpb_single_image.vc_align_right {
       padding: 1.5rem 0 1rem
   }

   @media(min-width:768px) {
       .page-template-template-advertorial .wpb_single_image.vc_align_right {
           padding: 2.5rem 0 1.2rem
       }
   }

   .page-template-template-advertorial .wpb_single_image.vc_align_left {
       padding: 1.5rem 0 1rem
   }

   @media(min-width:768px) {
       .page-template-template-advertorial .wpb_single_image.vc_align_left {
           padding: 2.5rem 0 1.2rem
       }
   }

   .page-template-template-advertorial .wpb-content-wrapper>.vc_row {
       padding: 0
   }

   .wpb_wrapper p img.alignright {
       float: right;
       margin: 1rem 0 1rem 2.4rem
   }

   .wpb_wrapper p img.alignleft {
       float: left;
       margin: 1rem 2.4rem 1rem 0
   }

   .wpb_wrapper p img.aligncenter {
       margin: 1rem auto
   }

   .wpb_wrapper article.align-right {
       float: right
   }

   .wpb_wrapper article.align-right img {
       margin: 1rem 0 1rem 2.4rem
   }

   .wpb_wrapper article.align-left {
       float: left
   }

   .wpb_wrapper article.align-left img {
       margin: 1rem 2.4rem 1rem 0
   }

   .wpb_wrapper article.align-center img {
       margin: 1rem auto 1rem
   }

   .wpb_wrapper .align-right {
       text-align: right
   }

   .wpb_wrapper .align-left {
       text-align: left
   }

   .wpb_wrapper .align-center {
       text-align: center
   }

   .vc_row.vc_row-flex,
   .vc_row.vc_row-flex>.vc_row_custom {
       box-sizing: border-box;
       display: flex;
       flex-wrap: wrap
   }

   .vc_row.vc_row-flex>.vc_column_container,
   .vc_row.vc_row-flex>.vc_row_custom>.vc_column_container {
       display: flex
   }

   .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner,
   .vc_row.vc_row-flex>.vc_row_custom>.vc_column_container>.vc_column-inner {
       flex-grow: 1;
       display: flex;
       flex-direction: column;
       z-index: 1
   }

   .vc_row.vc_row-flex::before,
   .vc_row.vc_row-flex::after,
   .vc_row.vc_row-flex>.vc_row_custom::before,
   .vc_row.vc_row-flex>.vc_row_custom::after {
       display: none
   }

   .vc_row.vc_row-o-equal-height>.vc_column_container,
   .vc_row.vc_row-o-equal-height>.vc_row_custom>.vc_column_container {
       align-items: stretch
   }

   .vc_row.vc_row-o-equal-height>.vc_column_container>.vc_column-inner .wpb_wrapper,
   .vc_row.vc_row-o-equal-height>.vc_row_custom>.vc_column_container>.vc_column-inner .wpb_wrapper {
       height: 100%
   }

   .vc_row.vc_row-refcontent-pending {
       visibility: hidden
   }

   @media(max-width:991.98px) {
       .vc_row.vc_row-hide-background-image-mobile {
           background-image: none !important
       }
   }

   .vc_row:has(.hero-section) {
       padding: 0
   }

   .wpb_wistia {
       overflow: hidden
   }

   .wpb_wistia.vc_align_center {
       padding: 0 0 1rem;
       text-align: center
   }

   .wpb_wistia.vc_align_center .wistia_embed,
   .wpb_wistia.vc_align_center iframe {
       display: block;
       margin: 0 auto
   }

   .wpb_wistia.vc_align_right {
       padding: 0 0 1rem
   }

   @media(min-width:768px) {
       .wpb_wistia.vc_align_right .wistia_embed {
           float: right
       }
   }

   .wpb_wistia.vc_align_left {
       padding: 0 0 1rem
   }

   @media(min-width:768px) {
       .wpb_wistia.vc_align_left .wistia_embed {
           float: left
       }
   }

   @media(max-width:991.98px) {
       .hide-on-mobile {
           display: none
       }
   }

   .section-title-with-border {
       border-radius: .25em !important;
       border: 1px solid #5bb1dc;
       text-wrap: balance;
       inline-size: -moz-fit-content;
       inline-size: fit-content;
       padding: 7px 16px;
       font-size: 18px;
       font-weight: 600;
       box-shadow: rgba(0, 0, 0, .067) 11.25px 11.25px 22.5px 0px;
       color: inherit;
       background-color: #fff
   }

   .section-title-with-border::before {
       content: none
   }

   @media(min-width:992px) {
       .section-title-with-border {
           font-size: 22px;
           padding: 6px 14px
       }
   }

   :is(div>:has(>.u-border-gradient-top)) {
       -o-border-image: linear-gradient(0deg, rgb(218, 237, 246) 70%, rgb(255, 255, 255)) 0/0/0 100vw;
       border-image: linear-gradient(0deg, rgb(218, 237, 246) 70%, rgb(255, 255, 255)) fill 0/0/0 100vw
   }

   :is(div>:has(>.u-border-gradient-down)) {
       -o-border-image: linear-gradient(180deg, rgb(218, 237, 246) 70%, rgb(255, 255, 255)) 0/0/1em 100vw;
       border-image: linear-gradient(180deg, rgb(218, 237, 246) 70%, rgb(255, 255, 255)) fill 0/0/1em 100vw
   }

   .header-advertorial p {
       text-align: center;
       margin: 0;
       line-height: 1.5
   }

   .header-container {
       padding: .5rem 0;
       display: flex;
       justify-content: center;
       align-items: center
   }

   @media(min-width:768px) {
       .header-container {
           justify-content: flex-start
       }
   }

   .header-logo {
       max-width: var(--logo-max-width, 450px)
   }

   .header-logo img,
   .header-logo svg {
       max-height: var(--logo-max-height, 70px)
   }

   .header-cta {
       display: flex;
       justify-content: center
   }

   @media(min-width:768px) {
       .header-cta {
           margin-left: auto
       }
   }

   .header-cta.is-sticky {
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       text-align: center;
       background-color: #d1d1d1;
       z-index: 10;
       transition: .35s
   }

   @media(min-width:768px) {
       .header-cta.is-sticky {
           padding: 10px 0
       }
   }

   @media(min-width:768px) {
       .admin-bar .header-cta.is-sticky {
           top: 32px
       }
   }

   .header-cta-button {
       display: none;
       font-size: 1.1rem;
       font-weight: 700;
       width: 100%;
       line-height: 2.5;
       text-decoration: none;
       max-width: 500px;
       padding: 0 1rem;
       transition: .35s;
       text-align: center
   }

   .is-sticky .header-cta-button {
       display: block
   }

   .header-cta-button:hover {
       text-decoration: none
   }

   @media(min-width:576px) {
       .header-cta-button {
           display: block
       }
   }

   @media(min-width:768px) {
       .header-cta-button {
           padding: 0 2.5rem;
           font-size: 1.3rem
       }
   }

   .header-cta-box {
       border: 1px solid #bbb;
       padding: 1rem;
       margin: 0 0 1rem 0;
       text-align: center
   }

   .header-cta-box-options {
       display: flex;
       justify-content: center;
       align-items: center;
       flex-wrap: wrap;
       margin: 2rem auto .5rem auto
   }

   .header-cta-box-options li {
       margin: 0 1rem .4rem 0;
       display: block;
       width: 100%;
       max-width: 300px
   }

   @media(min-width:768px) {
       .header-cta-box-options li {
           min-width: 75px
       }
   }

   @media(min-width:992px) {
       .header-cta-box-options li {
           min-width: 90px
       }
   }

   .header-cta-box-option {
       display: block;
       padding: 1rem .8rem;
       text-align: center;
       text-decoration: none
   }

   .header-cta-box-option:hover {
       text-decoration: none
   }

   .article-meta {
       display: flex;
       align-items: center;
       margin-bottom: 1rem
   }

   .article-meta-image {
       margin-right: 10px;
       width: 40px;
       min-width: 40px;
       height: 40px
   }

   .article-meta.the-independent .article-meta-image {
       width: 80px;
       height: 36px
   }

   .article-meta-title {
       font-size: 1rem;
       font-weight: 700
   }

   .article-meta-updated {
       font-size: .9rem
   }

   .article-meta-asa-compliance {
       margin: 0;
       font-weight: 300;
       color: #54595f;
       font-size: .675rem;
       line-height: inherit
   }

   @media(min-width:768px) {
       .sidebar-cta {
           position: sticky;
           top: 20px;
           padding: 14px 18px 18px;
           margin: 0 0 20px
       }

       .header-cta-post .sidebar-cta {
           top: 90px
       }

       .post-sidebar-static .sidebar-cta {
           position: static
       }
   }

   @media(min-width:768px) {
       .sidebar-cta-title {
           text-transform: uppercase;
           text-align: center;
           font-size: 1.2rem;
           margin: 0 0 18px
       }
   }

   .sidebar-cta-subtitle {
       text-align: center;
       line-height: 1.5
   }

   @media(min-width:768px) {
       .sidebar-cta-option {
           display: block;
           text-align: center;
           padding: 14px 5px;
           margin: 0 0 18px;
           text-decoration: none;
           font-size: 1rem;
           line-height: 1.4;
           font-weight: 700
       }
   }

   .sidebar-cta-option:hover,
   .sidebar-cta-option:focus {
       text-decoration: none
   }

   .sidebar-cta-footer {
       text-align: center
   }

   @media(min-width:768px) {
       .sidebar-cta-footer {
           border-top: 1px solid #ccc;
           padding: 18px 0 0 0
       }

       .sidebar-cta-footer p:last-child {
           margin: 0
       }
   }

   .cover-component {
       position: absolute;
       top: 0;
       left: 0;
       right: 0;
       z-index: -1
   }

   .cover-component-line {
       border-top: 1px solid #bbb
   }

   .cover-component-color {
       height: 40%;
       max-height: 400px
   }

   @media(min-width:768px) {
       .cover-component-color {
           height: 60%;
           max-height: 600px
       }
   }

   @media(min-width:768px) {
       .cover-component-image {
           height: 600px;
           max-height: 600px
       }

       .cover-component-image+.site-main .article {
           margin-top: 7.5rem;
           background: #fff;
           padding: 2rem;
           border-top-left-radius: 4px;
           border-top-right-radius: 4px
       }
   }

   .trust-badges {
       max-width: 800px;
       margin: 15px auto 0
   }

   @media(min-width:992px) {
       .trust-badges {
           margin: 15px auto 50px
       }
   }

   .trust-badges-list {
       text-align: center
   }

   @media(min-width:768px) {
       .trust-badges-list {
           display: flex;
           align-items: center;
           justify-content: center
       }
   }

   .trust-badges-item {
       color: inherit;
       font-size: .813rem
   }

   .trust-badges-item i {
       margin-right: 7px
   }

   .trust-badges-item:not(:last-child) {
       margin: 0 0 10px 0
   }

   @media(min-width:768px) {
       .trust-badges-item:not(:last-child) {
           margin: 0 27px 0 0
       }
   }

   .how-we-match-list {
       display: flex;
       justify-content: space-between;
       counter-reset: steps;
       flex-wrap: wrap
   }

   .how-we-match-item {
       display: flex;
       flex-direction: column;
       text-align: center;
       padding: 5px;
       max-width: 100%;
       width: 100%;
       margin-bottom: 4rem
   }

   @media(min-width:768px) {
       .how-we-match-item {
           max-width: 33.33%;
           width: 33.33%
       }
   }

   .how-we-match-item h4 {
       color: inherit;
       font-size: 1.25rem;
       margin-bottom: 16px
   }

   .how-we-match-item p {
       font-size: .938rem;
       margin: 0
   }

   .how-we-match-ico {
       height: 80px;
       margin: 0 auto 15px
   }

   .overlay:not(.page-template-template-brand-lander .overlay) .overlay-title,
   .overlay:not(.page-template-template-brand-lander .overlay) .overlay-subtitle {
       text-align: center;
       margin: 0 0 5px;
       color: inherit
   }

   .overlay:not(.page-template-template-brand-lander .overlay) .overlay-title:before,
   .overlay:not(.page-template-template-brand-lander .overlay) .overlay-subtitle:before {
       display: none
   }

   @media(min-width:768px) {
       .overlay:not(.page-template-template-brand-lander .overlay) .overlay-title {
           margin: 16px 0 5px
       }
   }

   .overlay:not(.page-template-template-brand-lander .overlay) .overlay-subtitle {
       display: none
   }

   @media(min-width:768px) {
       .overlay:not(.page-template-template-brand-lander .overlay) .overlay-subtitle {
           display: block
       }
   }

   .chameleon-overlay {
       position: fixed;
       top: 0;
       left: 0;
       overflow-x: hidden;
       overflow-y: auto;
       z-index: 9999;
       height: 0;
       width: 100%;
       opacity: 0;
       transition: opacity .4s ease-in-out;
       color: #fff
   }

   .chameleon-overlay.is-active {
       width: 100%;
       height: 100%;
       opacity: 1
   }

   .chameleon-overlay h1,
   .chameleon-overlay h2,
   .chameleon-overlay h3,
   .chameleon-overlay h4,
   .chameleon-overlay h5,
   .chameleon-overlay h6 {
       color: inherit
   }

   .chameleon-overlay-decoration-left,
   .chameleon-overlay-decoration-right {
       position: absolute;
       opacity: .8;
       top: 50%;
       z-index: 1;
       width: 15vw;
       height: 15vw;
       transform: translateY(-50%) rotate(45deg)
   }

   .chameleon-overlay-decoration-left {
       right: calc(100% - 5vw)
   }

   .chameleon-overlay-decoration-right {
       left: calc(100% - 5vw)
   }

   @media(min-width:768px) {
       .admin-bar .chameleon-overlay {
           top: 32px;
           padding-bottom: 32px
       }

       .admin-bar .chameleon-overlay .chameleon-overlay-close {
           top: 56px
       }
   }

   .chameleon-overlay-wrapper {
       max-width: 962px;
       margin: 0 auto;
       padding: 0 16px
   }

   .chameleon-overlay-close {
       position: fixed;
       top: 14px;
       right: 14px;
       width: 20px;
       height: 20px;
       border-radius: 100%;
       font-size: 0;
       background: rgba(0, 0, 0, 0);
       border: none;
       float: right;
       cursor: pointer;
       z-index: 3;
       display: flex;
       align-items: center;
       justify-content: center
   }

   @media(min-width:768px) {
       .chameleon-overlay-close {
           top: 16px;
           right: 29px;
           transition: transform .2s ease-in-out
       }

       .chameleon-overlay-close:hover {
           transform: rotateZ(90deg)
       }
   }

   @media(min-width:992px) {
       .chameleon-overlay-close {
           top: 17px;
           right: 29px
       }
   }

   .chameleon-overlay-close span {
       font-size: 30px;
       line-height: 1;
       display: block
   }

   .chameleon-overlay-close span:before,
   .chameleon-overlay-close span:after {
       content: "";
       width: 14px;
       height: 2px;
       position: absolute;
       top: 50%;
       left: 50%;
       background: inherit
   }

   @media(min-width:768px) {

       .chameleon-overlay-close span:before,
       .chameleon-overlay-close span:after {
           width: 18px
       }
   }

   .chameleon-overlay-close span:before {
       transform: translate(-50%, -50%) rotate(45deg)
   }

   .chameleon-overlay-close span:after {
       transform: translate(-50%, -50%) rotate(-45deg)
   }

   .chameleon-overlay-header-box {
       display: flex;
       justify-content: space-between;
       padding: 16px 0
   }

   @media(min-width:768px) {
       .chameleon-overlay-header-box {
           padding: 8px 45px;
           justify-content: space-between;
           align-items: center
       }
   }

   @media(min-width:992px) {
       .chameleon-overlay-header-box {
           padding: 8px 0
       }
   }

   @media(max-width:767.98px) {
       .chameleon-overlay-header-box:has(.chameleon-overlay-header-tagline) {
           justify-content: center
       }
   }

   .chameleon-overlay-header-tagline {
       font-size: 1.125rem
   }

   @media(max-width:767.98px) {
       .chameleon-overlay-header-tagline {
           display: none
       }
   }

   .chameleon-overlay-header-tagline.header-tagline-bold {
       font-weight: 700
   }

   .chameleon-overlay-header-tagline-mobile {
       font-size: .9375rem;
       text-align: center;
       padding: 5px
   }

   .chameleon-overlay-header-tagline-mobile.header-tagline-bold {
       font-weight: 700
   }

   @media(min-width:768px) {
       .chameleon-overlay-header-tagline-mobile {
           display: none
       }
   }

   .chameleon-overlay-header-logotypes {
       display: flex;
       align-items: center;
       justify-content: space-between;
       width: 100%;
       margin-bottom: 0px
   }

   @media(min-width:768px) {
       .chameleon-overlay-header-logotypes {
           width: auto;
           justify-content: flex-start
       }

       .no-number .chameleon-overlay-header-logotypes {
           width: 100%;
           justify-content: space-between
       }
   }

   @media(min-width:768px) {
       .chameleon-overlay-header-sublogo {
           margin-right: 20px
       }
   }

   @media(min-width:992px) {
       .chameleon-overlay-header-sublogo {
           margin-right: 40px
       }
   }

   .chameleon-overlay-header-sublogo img {
       max-width: 140px;
       max-height: 70px;
       width: 100%
   }

   @media(min-width:992px) {
       .chameleon-overlay-header-sublogo img {
           max-width: 200px
       }
   }

   .chameleon-overlay-header-logo {
       text-align: center;
       position: relative;
       margin: 0 16px
   }

   @media(min-width:768px) {
       .chameleon-overlay-header-logo {
           margin: 0 0 0 10px
       }
   }

   @media(min-width:992px) {
       .chameleon-overlay-header-logo {
           margin: 0 0 0 10px
       }

       .chameleon-overlay-header-logo:before {
           left: -40px
       }
   }

   .chameleon-overlay-header-association {
       display: block;
       line-height: 1;
       font-size: .813rem
   }

   .chameleon-overlay-header-info {
       display: flex;
       align-items: center
   }

   .chameleon-overlay-header-text {
       display: none
   }

   @media(min-width:768px) {
       .chameleon-overlay-header-text {
           display: block;
           font-size: 1.0625rem
       }
   }

   .chameleon-overlay-header-btn.btn {
       display: flex;
       justify-content: center;
       align-items: center;
       width: 100%
   }

   @media(min-width:768px) {
       .chameleon-overlay-header-btn.btn {
           margin-left: 20px;
           font-size: 1.0625rem;
           width: auto
       }
   }

   .chameleon-overlay-header-btn.btn:hover {
       transform: none
   }

   .chameleon-overlay-header-btn.btn .btn-icon {
       margin-right: 6px
   }

   .chameleon-overlay-awards {
       display: none
   }

   @media(min-width:768px) {
       .chameleon-overlay-awards {
           display: flex;
           align-items: center
       }

       .chameleon-overlay-awards img {
           height: 30px;
           max-width: 40px;
           margin: 10px;
           -o-object-fit: contain;
           object-fit: contain
       }
   }

   .chameleon-overlay-main {
       position: relative;
       z-index: 2
   }

   .chameleon-overlay-main h3 {
       line-height: 1;
       text-align: center;
       color: inherit;
       margin: 0 0 16px
   }

   @media(min-width:768px) {
       .chameleon-overlay-main h3 {
           margin: 0 0 32px
       }
   }

   .chameleon-overlay-element {
       padding: 32px 0;
       border-bottom: 1px solid #fff
   }

   .chameleon-overlay-element:last-child {
       border-bottom: none
   }

   @media(min-width:768px) {
       .chameleon-overlay-element {
           padding: 64px 0
       }
   }

   .chameleon-advanced-banner {
       align-content: baseline;
       flex-direction: column;
       overflow: hidden;
       position: sticky;
       bottom: 0;
       z-index: 999;
       height: 101px;
       padding-bottom: 0;
       display: none
   }

   @media(min-width:768px) {
       .chameleon-advanced-banner {
           height: 115px
       }
   }

   .chameleon-advanced-banner.is-open {
       display: flex
   }

   .chameleon-advanced-banner .banner-sticky {
       top: 100%;
       position: relative;
       transition: all .3s ease-out;
       background: #f5fbfe;
       height: 100%;
       box-shadow: 0 0 10px rgba(0, 0, 0, .3);
       width: 100%;
       display: flex;
       margin-top: 80px
   }

   .chameleon-advanced-banner .banner-close {
       position: absolute;
       background-color: #f5fbfe;
       width: 30px;
       height: 28px;
       left: 1rem;
       bottom: 76px;
       z-index: 999;
       border-radius: 4px 4px 0 0;
       box-shadow: 0px -4px 3px rgba(50, 50, 50, .3);
       cursor: pointer;
       border: none;
       outline: none;
       display: flex;
       justify-content: center
   }

   @media(min-width:768px) {
       .chameleon-advanced-banner .banner-close {
           right: 1rem;
           left: auto;
           bottom: 80px
       }
   }

   .chameleon-advanced-banner .banner-close-icon {
       display: block;
       position: relative
   }

   .chameleon-advanced-banner .banner-close-icon:after,
   .chameleon-advanced-banner .banner-close-icon:before {
       background: inherit;
       content: "";
       height: 2px;
       left: 50%;
       position: absolute;
       top: 50%;
       width: 18px
   }

   .chameleon-advanced-banner .banner-close-icon:before {
       transform: translate(-50%, -50%) rotate(45deg)
   }

   .chameleon-advanced-banner .banner-close-icon:after {
       transform: translate(-50%, -50%) rotate(-45deg)
   }

   .chameleon-advanced-banner .banner-sticky-in {
       top: 4px;
       height: 80px;
       margin: auto 0 0 0;
       padding: 0 1rem
   }

   .chameleon-advanced-banner .banner-wrap {
       max-width: 800px;
       margin: 0 auto;
       display: grid;
       grid-template-columns: 3fr 1fr;
       grid-gap: 5px;
       align-items: center;
       font-weight: 700
   }

   @media(min-width:768px) {
       .chameleon-advanced-banner .banner-wrap {
           grid-template-columns: 2fr 1fr
       }
   }

   .chameleon-advanced-banner .banner-text,
   .chameleon-advanced-banner .banner-action {
       padding: 0
   }

   @media(min-width:768px) {

       .chameleon-advanced-banner .banner-text,
       .chameleon-advanced-banner .banner-action {
           margin: 0 0 7px 0
       }
   }

   .chameleon-advanced-banner .banner-text {
       text-align: center;
       line-height: 1.2;
       font-size: 1.25rem;
       color: #053c5e
   }

   @media(min-width:768px) {
       .chameleon-advanced-banner .banner-text {
           text-align: right
       }
   }

   .chameleon-advanced-banner .banner-text p {
       margin: 0
   }

   .chameleon-advanced-banner .banner-action .btn {
       color: #fff;
       border-color: #fff;
       text-decoration: none;
       background-color: #fe621d;
       padding: .7rem 2rem;
       margin-left: .5rem;
       border-radius: 6px;
       cursor: pointer;
       font-size: 1rem
   }

   .chameleon-advanced-banner .banner-action .btn-text {
       display: none
   }

   @media(min-width:768px) {
       .chameleon-advanced-banner .banner-action .btn-text {
           display: inline-block
       }
   }

   .chameleon-advanced-banner .banner-action .btn .btn-icon {
       border-style: solid;
       border-color: inherit;
       border-width: 0 5px 5px 0;
       display: inline-block;
       padding: 4px;
       transform: rotate(-45deg)
   }

   [class^=mvf-loading-subline-] {
       z-index: 9999999 !important
   }

   .page-template-template-advertorial .chameleon-overlay-decoration-left,
   .page-template-template-advertorial .chameleon-overlay-decoration-right {
       top: 40%
   }

   @media(min-width:768px) {
       .admin-bar .page-template-template-advertorial .chameleon-overlay .chameleon-overlay-close {
           top: 42px
       }
   }

   .page-template-template-advertorial .chameleon-overlay-close {
       width: 30px;
       height: 30px;
       background: #fff
   }

   @media(min-width:768px) {
       .page-template-template-advertorial .chameleon-overlay-close {
           width: 40px;
           height: 40px
       }
   }

   .page-template-template-advertorial .chameleon-overlay-close span {
       font-size: 40px
   }

   .page-template-template-advertorial .chameleon-overlay-close span:before,
   .page-template-template-advertorial .chameleon-overlay-close span:after {
       width: 24px;
       height: 4px
   }

   .page-template-template-advertorial .chameleon-overlay-header-box {
       justify-content: center
   }

   @media(min-width:768px) {
       .page-template-template-advertorial .chameleon-overlay-header-box {
           justify-content: space-between
       }
   }

   .page-template-template-advertorial .chameleon-overlay-logo {
       width: auto;
       text-align: center;
       max-width: 180px
   }

   .page-template-template-advertorial .chameleon-overlay-main h3 {
       font-size: 1.2rem
   }

   .page-template-template-advertorial .chameleon-overlay .flexi-comp-footer {
       background: #000;
       color: #fff
   }

   .page-template-template-advertorial .chameleon-overlay .flexi-comp-footer a {
       color: #fff
   }

   .page-template-template-advertorial .chameleon-overlay .flexi-comp-footer-divider {
       border-color: #fff
   }

   .chameleon-message-banner {
       --background-color: #1c9077;
       --text-color: #fff;
       position: fixed;
       top: 0;
       left: 0;
       width: 100%;
       z-index: 999999;
       padding: .5rem;
       justify-content: center;
       align-items: center;
       gap: .5rem;
       font-size: 1rem;
       pointer-events: none;
       opacity: 0;
       display: none;
       text-align: center;
       transition-property: opacity, display;
       transition-duration: .4s;
       transition-timing-function: ease;
       transition-behavior: allow-discrete;
       background-color: var(--background-color);
       color: var(--text-color)
   }

   @media(min-width:768px) {
       .chameleon-message-banner {
           padding: .5rem 1rem;
           font-size: 1.2rem
       }
   }

   .chameleon-message-banner--visible {
       display: flex;
       opacity: 1
   }

   @starting-style {
       .chameleon-message-banner--visible {
           opacity: 0
       }
   }

   .chameleon-message-banner-icon {
       width: 18px;
       height: 18px;
       display: none
   }

   @media(min-width:768px) {
       .chameleon-message-banner-icon {
           display: flex
       }
   }

   .chameleon-message-banner-icon-img {
       width: 100%;
       height: 100%;
       -o-object-fit: contain;
       object-fit: contain
   }

   .ecox-loader {
       position: fixed;
       left: 0;
       top: 0;
       width: 100vw;
       height: 100vh;
       z-index: 2147483646;
       background: var(--loader-background-color);
       backdrop-filter: blur(2px);
       align-items: center;
       justify-content: center;
       overflow: hidden;
       display: none
   }

   .ecox-bg-elements {
       position: absolute;
       inset: 0;
       pointer-events: none
   }

   .ecox-bg-gradient {
       position: absolute;
       inset: 0;
       background: linear-gradient(to bottom right, rgba(43, 88, 163, 0.2), transparent)
   }

   .ecox-main-content {
       position: relative;
       z-index: 10;
       max-width: 480px;
       width: 100%;
       padding: 0 20px;
       animation: ecox-fade-up .8s ease-out
   }

   @media(max-width:991.98px) {
       .ecox-main-content {
           max-width: 340px
       }
   }

   .ecox-main-card {
       background: #fff;
       border-radius: 20px;
       box-shadow: 0 25px 60px rgba(0, 0, 0, .15);
       padding: 32px;
       text-align: center;
       font-family: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
       animation: ecox-fade-up .8s ease-out .2s both
   }

   @media(min-width:576px)and (max-width:991.98px) {
       .ecox-main-card {
           padding: 24px 20px
       }
   }

   @media(max-width:767.98px) {
       .ecox-main-card {
           padding: 20px
       }
   }

   .ecox-value-section {
       margin-bottom: 32px
   }

   .ecox-value-section .ecox-value {
       font-size: 34px;
       color: var(--main-loader-color)
   }

   .ecox-value-section .ecox-value-subtitle {
       font-size: 16px
   }

   @media(max-width:767.98px) {
       .ecox-value-section {
           margin-bottom: 20px
       }
   }

   .ecox-progress-container {
       width: 100%;
       background: rgba(248, 217, 196, .35);
       border-radius: 999px;
       height: 8px;
       margin-bottom: 16px;
       overflow: hidden
   }

   .ecox-progress-fill {
       height: 100%;
       background: linear-gradient(280deg, var(--main-loader-color), hsl(from var(--main-loader-color) h s l/0.6));
       border-radius: 999px;
       width: 0;
       transition: width .4s ease-out;
       box-shadow: 0 0 8px rgba(28, 144, 119, .4)
   }

   .ecox-process-section {
       margin-bottom: 24px;
       transition: opacity .2s ease-in-out
   }

   .ecox-process-section.step-2 {
       opacity: 0;
       display: none
   }

   @media(max-width:767.98px) {
       .ecox-process-section {
           margin-bottom: 16px
       }
   }

   .ecox-main-title {
       font-size: 22px;
       font-weight: 700;
       color: #2d3350;
       margin-bottom: 8px;
       line-height: 1.3
   }

   @media(max-width:991.98px) {
       .ecox-main-title {
           font-size: 20px
       }
   }

   .ecox-steps-preview {
       font-size: 15px;
       color: rgba(45, 51, 80, .8);
       font-weight: 500;
       margin-bottom: 12px
   }

   @media(max-width:991.98px) {
       .ecox-steps-preview {
           font-size: 14px
       }
   }

   .ecox-time-estimate {
       font-size: 14px;
       color: var(--main-loader-color);
       font-weight: 600;
       background: hsl(from var(--main-loader-color) h s l/0.12);
       padding: 6px 16px;
       border-radius: 20px;
       display: inline-block
   }

   .ecox-trust-section {
       padding-top: 20px;
       border-top: 1px solid rgba(45, 51, 80, .12)
   }

   .ecox-trust-text {
       font-size: 14px;
       color: rgba(45, 51, 80, .7);
       font-weight: 500
   }

   .ecox-highlight {
       color: var(--main-loader-color);
       font-weight: 600
   }

   .ecox-noscroll {
       overflow: hidden
   }

   @keyframes ecox-pulse-glow {

       0%,
       100% {
           opacity: .3;
           transform: translate(-50%, -50%) scale(1)
       }

       50% {
           opacity: .6;
           transform: translate(-50%, -50%) scale(1.1)
       }
   }

   @keyframes ecox-fade-up {
       from {
           opacity: 0;
           transform: translateY(30px)
       }

       to {
           opacity: 1;
           transform: translateY(0)
       }
   }

   #multistep-banner {
       position: fixed;
       top: 0;
       right: 0;
       left: 0;
       z-index: 3;
       padding: 24px 56px;
       font-size: 20px;
       font-weight: bold;
       text-align: center;
       opacity: 0;
       transition: opacity .5s ease;
       pointer-events: none
   }

   #multistep-banner>div {
       display: none
   }

   #multistep-banner>div.active {
       display: block
   }

   #multistep-banner.active {
       opacity: 1;
       pointer-events: initial
   }

   #multistep-banner .icon {
       display: inline-block;
       width: 20px;
       height: 20px;
       margin: 0 8px -2px
   }

   #multistep-banner .icon.loading {
       border: 2px solid color-mix(in srgb, currentColor 20%, transparent);
       border-radius: 50%;
       animation-name: mb-loader;
       animation-duration: 1s;
       animation-timing-function: linear;
       animation-iteration-count: infinite
   }

   #multistep-banner .mb-close {
       position: absolute;
       top: 24px;
       right: 24px;
       display: block;
       width: 20px;
       height: 20px;
       cursor: pointer;
       border: none;
       background-color: rgba(0, 0, 0, 0);
       outline: none
   }

   #multistep-banner .mb-close:hover {
       opacity: .7
   }

   .chameleon-overlay #multistep-banner .mb-close {
       display: none
   }

   @keyframes mb-loader {
       from {
           transform: rotate(0deg)
       }

       to {
           transform: rotate(360deg)
       }
   }

   .advertising-disclosure-bar {
       padding: .5rem 0;
       background: #fff;
       border-bottom: 1px solid #dedede
   }

   .advertising-disclosure-bar p {
       margin: 0;
       text-align: center;
       line-height: 1.4;
       font-size: 13px
   }

   .site {
       overflow: hidden
   }

   .content-area {
       position: relative;
       padding-top: 1rem
   }

   .post-info-subtitle {
       font-size: 1.4rem;
       line-height: 1.2;
       margin: 1rem 0;
       font-weight: 400
   }

   @media(min-width:768px) {
       .post-info-subtitle {
           font-size: 1.6rem;
           line-height: 1.3
       }
   }

   @media(min-width:768px) {
       .post-wrap {
           display: flex
       }
   }

   @media(min-width:768px) {
       .post-main {
           width: 100%
       }
   }

   .post-sidebar {
       display: none
   }

   @media(min-width:768px) {
       .post-sidebar {
           display: block;
           min-width: 215px;
           width: 215px;
           margin-left: 20px
       }
   }

   @media(min-width:992px) {
       .post-sidebar {
           margin-left: 40px
       }
   }

   .flexi-comp-video-container {
       max-width: 686px;
       margin: 0 auto 20px
   }

   @media(min-width:768px) {
       .flexi-comp-video-container {
           margin: 0 auto 30px
       }
   }

   .trustpilot-widget {
       margin: 2rem 0
   }

   @keyframes slidein {
       from {
           bottom: -100%
       }

       to {
           bottom: 40px
       }
   }

   @media(max-width:768px) {
       .brand-logo {
           width: 100%;
           display: flex;
           justify-content: center;
           align-items: center
       }

       .brand-logo img {
           max-width: 200px
       }

       .article-meta-image,
       .article-meta-title {
           display: none !important
       }

       .article-meta-updated {
           display: block !important
       }

       h2 {
           font-size: 1.4rem
       }

       h3 {
           font-size: 1.1rem
       }
   }

   .text-side-by-side-title {
       text-align: center;
       margin: 0 0 20px
   }

   .text-side-by-side-title.align-left {
       text-align: left
   }

   .text-side-by-side-list {
       display: flex;
       flex-wrap: wrap
   }

   @media(min-width:768px) {
       .text-side-by-side-list--2-col .text-side-by-side-item {
           width: 50%;
           min-width: 50%
       }
   }

   @media(min-width:768px) {
       .text-side-by-side-list--3-col .text-side-by-side-item {
           width: 33.33%;
           min-width: 33.33%
       }
   }

   @media(min-width:992px) {
       .text-side-by-side-list--4-col .text-side-by-side-item {
           width: 25%;
           min-width: 25%
       }
   }

   .text-side-by-side-list .font-size-smallest {
       font-size: .75rem
   }

   .text-side-by-side-list .font-size-smaller {
       font-size: .875rem
   }

   .text-side-by-side-list .font-size-small {
       font-size: .9375rem
   }

   .text-side-by-side-list .font-size-base {
       font-size: 1.0625rem
   }

   .text-side-by-side-list .font-size-large {
       font-size: 1.25rem
   }

   .text-side-by-side-list .font-size-huge {
       font-size: 2rem
   }

   .text-side-by-side-item {
       width: 100%;
       min-width: 100%;
       margin: 0 0 16px;
       display: flex
   }

   @media(min-width:768px) {
       .text-side-by-side-item {
           padding: 0 24px 0 0
       }
   }

   .text-side-by-side-item .single-icon {
       margin: 0 16px 0 0
   }

   @media(min-width:768px) {
       .text-side-by-side-item .single-icon {
           margin: 0 24px 0 0
       }
   }

   .benefits {
       padding: 20px 0 5px 20px;
       margin-bottom: 10px
   }

   .benefits ul.branded-list li {
       position: relative;
       padding: .2rem 2.5rem .5rem 2.5rem;
       line-height: 1.5
   }

   .benefits ul.branded-list li:before {
       display: none
   }

   .benefits ul.branded-list li svg {
       position: absolute;
       top: 3px;
       left: 0;
       width: 26px;
       height: 26px;
       display: block
   }

   .benefits-footer {
       margin-top: 0;
       margin-bottom: 0
   }

   .country-map-cta {
       text-align: center;
       margin: 2rem auto
   }

   .country-map-cta svg {
       width: 80%;
       height: auto
   }

   .grid-cta {
       --search-border: var(--cta-background);
       --search-shadow: var(--cta-background);
       --search-icon-background: var(--cta-background);
       --sorting-active-background: transparent;
       --sorting-active-border: var(--cta-background);
       --sorting-active-color: var(--cta-background);
       --cta-favourite-icon-color: currentColor;
       padding-bottom: 1rem
   }

   .grid-cta-title {
       margin: 0 0 .5rem
   }

   .grid-cta-title a {
       text-align: center;
       display: block;
       text-decoration: none;
       padding: 1rem;
       font-size: 1.4rem;
       line-height: 1.5;
       font-weight: 700
   }

   @media(min-width:576px) {
       .grid-cta-title a {
           padding: 1rem 2.4rem;
           font-size: 1.5rem
       }
   }

   @media(min-width:768px) {
       .grid-cta-title a {
           padding: 1.2rem 2.5rem;
           font-size: 2rem
       }
   }

   @media(min-width:992px) {
       .grid-cta-title a {
           padding: 1.4rem 3rem;
           line-height: 1.3
       }
   }

   .grid-cta-subtitle,
   .grid-cta-footer {
       padding: .6rem;
       margin: .5rem 0;
       text-align: center;
       font-size: 1.2rem
   }

   @media(min-width:768px) {

       .grid-cta-subtitle,
       .grid-cta-footer {
           font-size: 1.5rem
       }
   }

   .grid-cta-search {
       position: relative;
       max-width: 400px;
       margin: 0 auto .5rem
   }

   .grid-cta-search-input {
       padding: .65rem 3rem .65rem 1.25rem;
       font-size: 1.125rem;
       border: 2px solid var(--search-border);
       border-radius: 50px;
       transition: .2s ease
   }

   .grid-cta-search-input:focus {
       border-color: var(--search-border);
       box-shadow: 0 0 0 2px var(--search-shadow)
   }

   .grid-cta-search-input:focus+svg {
       background-color: #fff;
       color: #000
   }

   .grid-cta-search svg {
       position: absolute;
       top: 50%;
       right: .5rem;
       transform: translateY(-50%);
       width: 32px;
       height: 32px;
       padding: 7px;
       border-radius: 50%;
       background-color: var(--search-icon-background);
       color: #fff;
       transition: .2s ease;
       pointer-events: none
   }

   .grid-cta-no-results {
       display: flex;
       flex-direction: column;
       align-items: center;
       gap: 1rem;
       padding: .75rem;
       color: #888;
       font-size: clamp(14px, .8rem + .25vw, 16px)
   }

   .grid-cta-no-results.hidden {
       display: none
   }

   .grid-cta-no-results p {
       margin: 0;
       line-height: 1.47
   }

   .grid-cta-no-results-title {
       display: flex;
       align-items: center;
       gap: .5rem;
       color: #555;
       font-size: clamp(16px, .9rem + .35vw, 18px);
       font-weight: 600
   }

   .grid-cta-no-results a {
       width: auto;
       padding-inline: 1.25em
   }

   .grid-cta-sorting {
       display: flex;
       justify-content: center;
       align-items: center;
       gap: .5rem;
       margin-bottom: 1rem;
       font-size: 1.125rem
   }

   .grid-cta-sorting .sort-by {
       display: flex;
       align-items: center;
       gap: .25rem;
       border: 1px solid #ccc;
       border-radius: .25rem;
       background-color: rgba(0, 0, 0, 0);
       padding: .5rem;
       transition: .2s ease;
       cursor: pointer;
       color: #777;
       font-size: clamp(14px, .8rem + .25vw, 16px);
       font-weight: 600;
       line-height: 1
   }

   .grid-cta-sorting .sort-by:hover {
       color: #333;
       border-color: #666
   }

   .grid-cta-sorting .sort-by.active {
       background-color: var(--sorting-active-background);
       color: var(--sorting-active-color);
       border-color: var(--sorting-active-border)
   }

   .grid-cta-sorting .sort-by svg {
       transform: translateY(1px)
   }

   .grid-cta-options {
       display: grid;
       grid-auto-rows: minmax(min-content, 1fr)
   }

   .grid-cta-options li {
       width: 100%;
       display: flex
   }

   .grid-cta-options[data-columns="12"],
   .grid-cta-options[data-columns="11"],
   .grid-cta-options[data-columns="10"],
   .grid-cta-options[data-columns="9"],
   .grid-cta-options[data-columns="8"] {
       grid-template-columns: repeat(2, minmax(120px, 1fr));
       gap: 10px
   }

   @media(min-width:768px) {

       .grid-cta-options[data-columns="12"],
       .grid-cta-options[data-columns="11"],
       .grid-cta-options[data-columns="10"],
       .grid-cta-options[data-columns="9"],
       .grid-cta-options[data-columns="8"] {
           grid-template-columns: repeat(4, minmax(150px, 1fr))
       }
   }

   @media(min-width:992px) {

       .grid-cta-options[data-columns="12"],
       .grid-cta-options[data-columns="11"],
       .grid-cta-options[data-columns="10"],
       .grid-cta-options[data-columns="9"],
       .grid-cta-options[data-columns="8"] {
           grid-template-columns: repeat(8, 1fr);
           gap: 4px
       }
   }

   @media(min-width:1120px) {
       .grid-cta-options[data-columns="12"] {
           grid-template-columns: repeat(12, minmax(72px, 1fr))
       }
   }

   @media(min-width:1120px) {
       .grid-cta-options[data-columns="11"] {
           grid-template-columns: repeat(11, minmax(72px, 1fr))
       }
   }

   @media(min-width:1120px) {
       .grid-cta-options[data-columns="10"] {
           grid-template-columns: repeat(10, minmax(72px, 1fr))
       }
   }

   @media(min-width:1120px) {
       .grid-cta-options[data-columns="9"] {
           grid-template-columns: repeat(9, minmax(72px, 1fr))
       }
   }

   @media(min-width:1120px) {
       .grid-cta-options[data-columns="8"] {
           grid-template-columns: repeat(8, minmax(72px, 1fr))
       }
   }

   .grid-cta-options[data-columns="7"],
   .grid-cta-options[data-columns="6"],
   .grid-cta-options[data-columns="5"],
   .grid-cta-options[data-columns="4"] {
       grid-template-columns: repeat(2, minmax(120px, 1fr));
       gap: 10px
   }

   @media(min-width:768px) {

       .grid-cta-options[data-columns="7"],
       .grid-cta-options[data-columns="6"],
       .grid-cta-options[data-columns="5"],
       .grid-cta-options[data-columns="4"] {
           grid-template-columns: repeat(3, minmax(150px, 1fr))
       }
   }

   @media(min-width:992px) {

       .grid-cta-options[data-columns="7"],
       .grid-cta-options[data-columns="6"],
       .grid-cta-options[data-columns="5"],
       .grid-cta-options[data-columns="4"] {
           gap: 12px
       }
   }

   @media(min-width:992px) {
       .grid-cta-options[data-columns="7"] {
           grid-template-columns: repeat(7, 1fr)
       }
   }

   @media(min-width:992px) {
       .grid-cta-options[data-columns="6"] {
           grid-template-columns: repeat(6, 1fr)
       }
   }

   @media(min-width:992px) {
       .grid-cta-options[data-columns="5"] {
           grid-template-columns: repeat(5, 1fr)
       }
   }

   @media(min-width:992px) {
       .grid-cta-options[data-columns="4"] {
           grid-template-columns: repeat(4, 1fr)
       }
   }

   @media(min-width:768px) {
       .grid-cta-options[data-columns="2"] {
           grid-template-columns: repeat(2, minmax(120px, 1fr))
       }
   }

   .grid-cta-options[data-columns="1"] {
       grid-template-columns: repeat(1, minmax(120px, 1fr))
   }

   @media(min-width:768px) {
       .grid-cta-options[data-columns="1"] {
           grid-template-columns: repeat(1, minmax(120px, 1fr))
       }
   }

   .grid-cta-options li.hidden {
       display: none
   }

   .grid-cta-option {
       position: relative;
       display: flex;
       justify-content: center;
       align-items: center;
       text-decoration: none;
       font-weight: 600;
       font-size: 1.05rem;
       padding: 1rem .8rem;
       width: 100%;
       text-align: center;
       color: var(--cta-color);
       background-color: var(--cta-background);
       transition: .35s
   }

   @media(min-width:576px) {
       .grid-cta-option {
           font-size: 1.2rem
       }
   }

   @media(min-width:768px) {
       .grid-cta-option {
           font-size: 1.3rem
       }
   }

   .grid-cta-option:visited,
   .grid-cta-option:focus {
       color: var(--cta-color)
   }

   .grid-cta-option:hover,
   .grid-cta-option:visited:hover {
       text-decoration: none;
       color: var(--cta-hover-color);
       background-color: var(--cta-hover-background)
   }

   .grid-cta-option:hover svg,
   .grid-cta-option:visited:hover svg {
       opacity: 1;
       fill-opacity: 1
   }

   .grid-cta-option svg {
       position: absolute;
       top: 50%;
       left: .75rem;
       transform: translateY(-50%);
       opacity: .8;
       fill: var(--cta-favourite-icon-color);
       fill-opacity: .7;
       filter: drop-shadow(0 0 0.1em hsl(333, 79%, 35%));
       transition: .2s ease
   }

   .hero-image-link {
       text-decoration: none
   }

   .hero-image-link:hover {
       text-decoration: none
   }

   .hero-image-wrap img {
       width: 100%;
       height: auto;
       margin-bottom: 10px
   }

   @media(min-width:768px) {
       .hero-image-wrap img {
           margin-bottom: 3px
       }
   }

   .hero-image-caption {
       line-height: 1.5;
       font-size: 14px;
       color: #aaa
   }

   @media(min-width:768px) {
       .hero-image-caption {
           font-size: 15px
       }
   }

   @media(min-width:992px) {
       .hero-image-caption {
           font-size: 16px
       }
   }

   .hero-image-cta {
       display: block;
       text-align: center;
       font-weight: 700;
       width: 100%;
       margin: 1rem 0;
       padding: 1rem .4rem;
       font-size: 1.3rem;
       text-decoration: none
   }

   @media(min-width:768px) {
       .hero-image-cta {
           display: none
       }
   }

   .hero-image-cta:hover,
   .hero-image-cta:focus {
       text-decoration: none
   }

   @media(max-width:767.98px) {
       .hero-image.hide-background-image-mobile {
           display: none
       }
   }

   .tabbed-calculator .slider {
       width: 100%;
       height: 6px;
       background-color: #c1ced7;
       position: relative;
       border-radius: 3px;
       margin: 0 0 40px
   }

   .tabbed-calculator .slider-min,
   .tabbed-calculator .slider-max {
       position: absolute
   }

   .tabbed-calculator .slider-min:before,
   .tabbed-calculator .slider-max:before {
       content: "";
       height: 12px;
       width: 12px;
       display: block;
       border-radius: 5px;
       position: absolute;
       top: -3px;
       left: -5px;
       background-color: var(--highlights)
   }

   .tabbed-calculator .slider-min strong,
   .tabbed-calculator .slider-max strong {
       position: absolute;
       top: 16px;
       left: -16px;
       font-size: 1rem
   }

   .tabbed-calculator .slider:has(.slider-max) .slider-min {
       width: 29%;
       height: 6px;
       background-color: var(--highlights)
   }

   @media(min-width:768px) {
       .tabbed-calculator .slider {
           margin: 0
       }
   }

   .tabbed-calculator .slider-title {
       display: block;
       margin: 0 0 10px
   }

   @media(min-width:768px) {
       .tabbed-calculator .slider-title {
           margin: 0 0 20px
       }
   }

   .tabbed-calculator .tab-content {
       overflow: hidden;
       background: #fff;
       border-radius: 3px;
       width: 100%
   }

   .tabbed-calculator .tab-content-item {
       color: var(--primary-text);
       flex-direction: column;
       position: relative;
       opacity: 0;
       height: 0;
       overflow: hidden;
       display: flex;
       transition: opacity .5s ease-in-out
   }

   .tabbed-calculator .tab-content-item.js-active {
       opacity: 1;
       height: 100%;
       padding: 20px
   }

   .tabbed-calculator .tab-content-item:nth-child(1) .slider-min {
       left: 4%
   }

   .tabbed-calculator .tab-content-item:nth-child(1) .slider-max {
       left: 33%
   }

   .tabbed-calculator .tab-content-item:nth-child(2) .slider-min {
       left: 33%
   }

   .tabbed-calculator .tab-content-item:nth-child(2) .slider-max {
       left: 62%
   }

   .tabbed-calculator .tab-content-item:nth-child(3) .slider-min {
       left: 62%
   }

   .tabbed-calculator .tab-content-item:nth-child(3) .slider-max {
       left: 91%
   }

   @media(min-width:768px) {
       .tabbed-calculator .tab-content-item {
           flex-direction: row
       }
   }

   .tabbed-calculator .tab-content-img {
       width: 100%;
       order: 2
   }

   .tabbed-calculator .tab-content-img img {
       width: 100%
   }

   @media(min-width:768px) {
       .tabbed-calculator .tab-content-img {
           max-width: 370px;
           order: 1
       }
   }

   .tabbed-calculator .tab-content-info {
       max-width: 406px;
       width: 100%;
       order: 1
   }

   @media(min-width:768px) {
       .tabbed-calculator .tab-content-info {
           order: 2;
           padding: 16px 28px
       }
   }

   .tabbed-calculator .tab-content-list li {
       display: flex;
       align-items: center;
       margin: 0 0 10px
   }

   @media(min-width:768px) {
       .tabbed-calculator .tab-content-list li {
           margin: 0 0 20px
       }
   }

   .tabbed-calculator .tab-content-ico {
       display: block;
       width: 24px;
       height: 24px;
       margin: 0 16px 0 0
   }

   .tabbed-calculator .tab-content-ico svg path {
       fill: var(--primary-text)
   }

   .tabbed-calculator .tab-list {
       padding: 0;
       display: grid;
       grid-template-columns: repeat(3, 1fr);
       grid-gap: 3px;
       margin: 0 auto 24px;
       justify-content: center;
       align-items: center;
       max-width: 640px;
       text-align: center
   }

   .tabbed-calculator .tab-list a {
       --tab-color: var(--secondary-text);
       background-color: var(--highlights);
       text-decoration: none;
       border-radius: 3px;
       color: var(--tab-color);
       display: flex;
       flex-direction: column;
       align-items: center;
       justify-content: center;
       max-width: 213px;
       min-height: 90px;
       transition: background-color .5s;
       cursor: pointer;
       position: relative
   }

   .tabbed-calculator .tab-list a:after {
       content: "";
       position: absolute;
       left: 50%;
       top: calc(100% - 1px);
       transform: translateX(-50%);
       border-style: solid;
       border-width: 16px 16px 0 16px;
       border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
       transition: border-color .5s
   }

   .tabbed-calculator .tab-list a:hover {
       background-color: #02c14f
   }

   .tabbed-calculator .tab-list a.js-active {
       --tab-color: var(--primary-text);
       background-color: #fff
   }

   .tabbed-calculator .tab-list a.js-active:after {
       border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
   }

   .tabbed-calculator .tab-list a strong {
       display: block
   }

   @media(min-width:768px) {
       .tabbed-calculator .tab-list a strong {
           display: inline-block;
           vertical-align: middle
       }
   }

   .tabbed-calculator .tab-list a svg {
       width: 25px;
       height: 25px
   }

   .tabbed-calculator .tab-list a svg path {
       fill: var(--tab-color)
   }

   .tabbed-calculator-wrapper {
       --tabbed-calculator-background: #053c5e;
       --container-text: #fff;
       --primary-text: #053c5e;
       --secondary-text: #fff;
       --highlights: #06ab49;
       margin: 2rem auto;
       background-color: var(--tabbed-calculator-background);
       padding: 20px;
       border-radius: 6px;
       color: var(--container-text)
   }

   .tabbed-calculator-wrapper+.grid-cta,
   .tabbed-calculator-wrapper+style+.grid-cta {
       background-color: var(--tabbed-calculator-background);
       margin-top: -2.2rem;
       padding: 20px;
       border-radius: 0 0 6px 6px
   }

   .tabbed-calculator-wrapper+.grid-cta .grid-cta-title,
   .tabbed-calculator-wrapper+style+.grid-cta .grid-cta-title {
       border-radius: 0
   }

   .tabbed-calculator-wrapper+.grid-cta .grid-cta-title a,
   .tabbed-calculator-wrapper+style+.grid-cta .grid-cta-title a {
       padding-top: 12px;
       padding-bottom: 12px
   }

   .tabbed-calculator-heading,
   .tabbed-calculator-footer {
       max-width: 640px;
       margin: 0 auto;
       text-align: center
   }

   .tabbed-calculator-footer p {
       margin: 20px 0 0
   }

   .tabbed-calculator-title {
       color: var(--container-text)
   }

   .tabbed-calculator-subtitle {
       margin-top: 0
   }

   .asa-compliance-statement {
       margin: 0;
       font-weight: 300;
       font-size: .875rem;
       color: #54595f;
       text-align: center
   }

   .chameleon-overlay .asa-compliance-statement {
       color: inherit
   }

   @view-transition {
       navigation: auto
   }

   :root {
       --transition-duration: 0.4s
   }

   .chameleon-page-loader {
       align-items: center;
       background-color: #fff;
       display: flex;
       flex-direction: column;
       height: 100%;
       justify-content: center;
       left: 0;
       opacity: 1;
       position: fixed;
       top: 0;
       transition: opacity .5s ease, visibility .5s ease;
       visibility: visible;
       width: 100%;
       z-index: 9999
   }

   .chameleon-page-loader .spinner {
       animation: rotator 1.4s linear infinite
   }

   .chameleon-page-loader .spinner .path {
       stroke-dasharray: 220;
       stroke-dashoffset: 0;
       stroke: #008cff;
       animation: dash 1.4s ease-in-out infinite;
       transform-origin: center
   }

   .chameleon-page-loader.hidden {
       opacity: 0;
       pointer-events: none;
       visibility: hidden
   }

   .chameleon-page-loader .loader-text {
       margin: 1.5em .5em 1em;
       text-align: center;
       word-break: break-word
   }

   .chameleon-page-loader .loader-header-text {
       font-size: 1.44rem;
       margin: 1.5em 0 1em
   }

   .chameleon-page-loader .loader-subheader-text {
       font-size: 1.2rem;
       margin: 0 0 2em
   }

   .chameleon-loader-circle {
       animation: spin 1s linear infinite;
       border: 9px solid #f3f3f3;
       border-radius: 50%;
       border-top-color: #66db34;
       height: 90px;
       width: 90px
   }

   .chameleon body {
       background-color: #f2eee4
   }

   .chameleon-loader-line {
       display: block;
       height: 6px;
       overflow: hidden;
       position: relative;
       transition: opacity .3s cubic-bezier(.4, 0, 0, 1);
       width: min(450px, 60%)
   }

   .chameleon-loader-line:before {
       animation: lineLoader 2.4s cubic-bezier(.4, 0, 0, 1) infinite;
       background: linear-gradient(270deg, #31df79, #8dfc9a);
       bottom: 0;
       content: "";
       left: 0;
       position: absolute;
       right: 0;
       top: 0;
       transform: scaleX(0) translateZ(0);
       transform-origin: left center
   }

   @keyframes spin {
       0% {
           transform: rotate(0deg)
       }

       to {
           transform: rotate(270deg)
       }
   }

   @keyframes lineLoader {
       0% {
           transform: scaleX(0) translateZ(0)
       }

       50% {
           transform: scaleX(1) translateZ(0)
       }

       to {
           transform: scaleX(1) translate3d(100%, 0, 0)
       }
   }

   @keyframes rotator {
       0% {
           transform: rotate(0deg)
       }

       to {
           transform: rotate(1turn)
       }
   }

   @keyframes dash {
       0% {
           stroke-dashoffset: 220
       }

       50% {
           stroke-dashoffset: 55;
           transform: rotate(180deg)
       }

       to {
           stroke-dashoffset: 220;
           transform: rotate(1turn)
       }
   }

   ::view-transition-old(root) {
       animation: fade-out .3s ease-out
   }

   ::view-transition-new(root) {
       animation: fade-in .3s ease-in
   }

   @keyframes fade-out {
       0% {
           opacity: 1
       }

       to {
           opacity: 0
       }
   }

   @keyframes fade-in {
       0% {
           opacity: 0
       }

       to {
           opacity: 1
       }
   }

   .chameleon-restore-row {
       display: none;
       opacity: 0;
       z-index: 2
   }

   .chameleon-restore-row.chameleon-row-visible {
       animation: fade-box-in .5s ease-out;
       animation-delay: .5s;
       animation-fill-mode: forwards;
       display: block;
       padding-top: 0;
       transition: opacity .5s, display allow-discrete .5s
   }

   .chameleon-restore-row .restore-wrapper {
       -o-border-image: conic-gradient(#daedf6 0 0) 0/0/0 100vw;
       border-image: conic-gradient(#daedf6 0 0) fill 0/0/0 100vw;
       font-size: 16px;
       line-height: 1.5;
       margin-block-end: -2em;
       margin-block-start: 0;
       padding: .25em 0;
       position: relative;
       z-index: 2
   }

   .chameleon-restore-row .restore-wrapper p {
       margin: 0
   }

   .chameleon-restore-row .restore-wrapper button {
       align-items: center;
       background: transparent;
       border: 0;
       border-radius: .25em;
       cursor: pointer;
       display: flex;
       font-weight: 600;
       gap: .35em;
       padding: 0;
       text-decoration: underline;
       text-decoration-color: #51b4e6;
       text-underline-offset: .4em
   }

   .chameleon-restore-row .restore-wrapper button:before {
       aspect-ratio: 1;
       background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' viewBox='0 -960 960 960' width='24' fill='%23333'%3E%3Cpath d='M504-480 320-664l56-56 240 240-240 240-56-56 184-184Z'/%3E%3C/svg%3E") no-repeat 50%/contain;
       content: "";
       flex: none;
       inline-size: 1.25em;
       opacity: .7
   }

   .chameleon-restore-row .restore-wrapper .vc_column-inner {
       margin-inline: auto;
       max-inline-size: 67.5rem;
       padding-inline: 0
   }

   .chameleon-restore-row .restore-message {
       align-items: center;
       display: flex;
       flex-wrap: wrap;
       gap: .5em 1em;
       padding-block: .75em
   }

   @media only screen and (max-width:1199px) {
       .chameleon-restore-row .restore-message {
           padding-inline: 1em
       }
   }

   .vc_row:not(.chameleon-restore-row) {
       transition: opacity .5s, display allow-discrete .5s
   }

   .chameleon-hidden-row {
       display: none !important;
       opacity: 0
   }

   @keyframes fade-box-in {
       to {
           opacity: 1
       }
   }

   html {
       font-size: 14px;
       line-height: 1.3;
       text-align: left
   }

   @media(min-width:768px) {
       html {
           font-size: 15px
       }
   }

   @media(min-width:992px) {
       html {
           font-size: 16px
       }
   }

   body {
       font-size: 1.3rem;
       position: relative;
       background-color: #fff
   }

   .wrapper {
       max-width: 1020px;
       margin: 0 auto;
       padding: 0 20px;
       width: 100%
   }

   h1 {
       font-size: 1.6rem;
       line-height: 1.2;
       font-weight: 700
   }

   @media(min-width:768px) {
       h1 {
           font-size: 1.8rem;
           line-height: 1.3
       }
   }

   @media(min-width:992px) {
       h1 {
           font-size: 2rem
       }
   }

   h2 {
       font-size: 1.6rem;
       line-height: 1.1;
       font-weight: 700;
       margin: 1rem 0
   }

   @media(min-width:768px) {
       h2 {
           font-size: 1.65rem;
           margin-top: 2rem
       }
   }

   @media(min-width:992px) {
       h2 {
           font-size: 1.8rem;
           line-height: 1.2
       }
   }

   a {
       text-decoration: underline
   }

   a:hover {
       text-decoration: underline
   }

   p {
       line-height: 1.95rem;
       margin-top: 1em;
       margin-bottom: 1em
   }

   button,
   .button {
       font-size: 1.3rem;
       line-height: 2.5
   }

   @media(min-width:768px) {

       button,
       .button {
           font-size: 1.3rem
       }
   }

   .post-content ol:not([class]),
   .post-content ol.list-numbers {
       margin: 0 0 15px
   }

   .post-content ol:not([class]) li,
   .post-content ol.list-numbers li {
       line-height: 1.5
   }

   .post-content ol:not([class]) li:before,
   .post-content ol.list-numbers li:before {
       content: counter(index) ".";
       counter-increment: index;
       display: inline-block;
       min-width: 20px;
       margin: 0 5px 0 0;
       text-align: right
   }

   .post-content ol:not([class]) li:first-child,
   .post-content ol.list-numbers li:first-child {
       counter-reset: index
   }

   .post-content ol.branded-list li,
   .post-content .numbered-list-round li {
       position: relative;
       padding: .2rem 2.5rem .5rem 2.5rem;
       line-height: 1.5
   }

   .post-content ol.branded-list li:before,
   .post-content .numbered-list-round li:before {
       content: counter(index);
       counter-increment: index;
       display: inline-block;
       position: absolute;
       top: 6px;
       left: 0;
       width: 26px;
       height: 26px;
       text-align: center;
       font-weight: 700;
       line-height: 1.3
   }

   .post-content ol.branded-list li:first-child,
   .post-content .numbered-list-round li:first-child {
       counter-reset: index
   }

   .post-content ul[class=""],
   .post-content ul:not([class]),
   .post-content ul.list-dotted {
       margin: 0 0 15px
   }

   .post-content ul[class=""] li,
   .post-content ul:not([class]) li,
   .post-content ul.list-dotted li {
       line-height: 1.5;
       position: relative;
       padding: 0 0 0 25px
   }

   .post-content ul[class=""] li:before,
   .post-content ul:not([class]) li:before,
   .post-content ul.list-dotted li:before {
       content: "";
       position: absolute;
       top: 15px;
       left: 8px;
       width: 6px;
       height: 6px;
       border-radius: 100%
   }

   .post-content ul[class=""] li svg,
   .post-content ul:not([class]) li svg,
   .post-content ul.list-dotted li svg {
       display: none
   }

   .post-content ul.branded-list li {
       position: relative;
       padding: .2rem 2.5rem .5rem 2.5rem;
       line-height: 1.5
   }

   .post-content ul.branded-list li:before {
       content: "";
       position: absolute;
       top: 3px;
       left: 0;
       width: 26px;
       height: 26px;
       display: block;
       border-radius: 100%
   }

   .post-content .benefits-title {
       margin: 0
   }

   .footer-top * div {
       border-color: #fff
   }

   .flexi-comp-footer {
       --container-width: 1020px;
       --footer-padding-desktop: 32px 0;
       --footer-padding-mobile: 40px 0 70px;
       --footer-container-padding: 0 20px
   }

   .hero-image-cta,
   .hero-image-cta:hover,
   .hero-image-cta:focus {
       color: #ffffff;
       background-color: #ec1a2e
   }

   .tabbed-calculator-wrapper.bg-f6f6f6+.grid-cta,
   .tabbed-calculator-wrapper.bg-f6f6f6+style+.grid-cta {
       --tabbed-calculator-background: #F6F6F6
   }

   .grid-cta {
       --cta-color: #ffffff;
       --cta-background: #ec1a2e;
       --cta-hover-color: #ffffff;
       --cta-hover-background: #ac2a2c
   }

   .grid-cta-title {
       background-color: #222222
   }

   .grid-cta-title a {
       color: #ffffff
   }

   .grid-cta-subtitle {
       color: #222222;
       background-color: #f6f6f6
   }

   .grid-cta-footer {
       color: #222222;
       background-color:
   }


   .benefits {
       background-color: #f6f6f6
   }

   .benefits-title {
       color: #ec1a2e
   }

   .benefits-footer {
       color: #ec1a2e
   }

   .country-map-fill-color path {
       fill: #ec1a2e
   }

   .end-of-article-cta {
       margin-top: 1.5rem;
       text-align: center;
       position: relative;
       transition: .3s;
       cursor: pointer
   }

   .end-of-article-cta-link {
       padding: 1.2rem 0;
       font-size: 1.6rem;
       line-height: 1.5;
       font-weight: 700;
       display: block;
       text-decoration: underline;
       transition: .3s
   }

   .end-of-article-cta-link:hover {
       text-decoration: underline
   }

   .footer-top {
       padding: 1rem 0;
       position: relative
   }

   .footer-top ol li {
       display: block;
       margin: 0 0 .5rem;
       position: relative;
       font-size: .8rem
   }

   .footer-top ol li:first-child {
       counter-reset: index
   }

   .footer-top ol li:before {
       content: counter(index);
       counter-increment: index;
       display: inline-block;
       vertical-align: middle;
       margin-right: 4px;
       font-size: .65rem;
       line-height: 0;
       position: relative;
       top: -0.7rem
   }

   .footer-top-contacts {
       text-align: center;
       font-size: 1rem;
       line-height: 1.4;
       border-bottom: 1px solid;
       padding: 1.4rem 0;
       font-style: normal
   }

   @media(min-width:576px) {
       .footer-top-contacts {
           text-align: left;
           display: flex
       }
   }

   .footer-top-address>*,
   .footer-top-details>* {
       font-size: 1rem;
       line-height: 1.4;
       margin: 0
   }

   @media(min-width:576px) {
       .footer-top-address {
           width: 30%;
           margin-left: 10%
       }
   }

   .footer-top-details {
       margin-top: 1rem
   }

   @media(min-width:576px) {
       .footer-top-details {
           margin-top: 0;
           width: 45%;
           margin-left: 15%
       }
   }

   .footer-top-reference,
   .footer-top-disclaimer {
       margin: 1rem 0;
       text-align: center;
       font-size: .8rem;
       line-height: 1.8
   }

   .footer-top-reference p,
   .footer-top-disclaimer p {
       margin: 0 0 .5rem
   }

   .footer-top-reference a:hover,
   .footer-top-disclaimer a:hover {
       text-decoration: none
   }

   .footer-top-partnership {
       margin: 1rem 0;
       text-align: center;
       padding-top: 4px
   }

   .footer-top-partnership-link {
       font-size: .9rem;
       line-height: 1.5;
       text-decoration: underline;
       font-weight: bold
   }

   .footer-top-partnership-link:hover {
       text-decoration: underline
   }

   .footer-top-copyright {
       text-align: center;
       font-size: .8rem
   }

   .footer-top-copyright p {
       display: block;
       margin: 1rem 0;
       line-height: 1.5
   }

   .footer-top-policy {
       display: flex;
       align-items: center;
       justify-content: center;
       width: 100%;
       text-align: center;
       padding: .8rem 0;
       border-top: 1px solid;
       line-height: 1.5
   }

   .privacy-policy-button {
       display: inline-block;
       text-decoration: underline;
       font-size: 13.3px;
       line-height: 1.13;
       background: none;
       border: none;
       padding: 0
   }

   .privacy-policy-button:hover {
       text-decoration: underline;
       cursor: pointer
   }

   .impressum {
       max-width: 570px;
       margin: 0 auto;
       text-align: left;
       color: #000;
       font-size: 14px
   }

   @media(min-width:768px) {
       .impressum {
           font-size: 15px
       }
   }

   @media(min-width:992px) {
       .impressum {
           font-size: 16px
       }
   }

   .impressum-title {
       padding-top: 6px;
       color: #000;
       font-weight: 700;
       margin: 0 0 1rem;
       border-bottom: 2px solid #000
   }

   .impressum-box:not(:empty) {
       margin: 0 0 1rem
   }

   .impressum span {
       display: block
   }

   .impressum p {
       line-height: 1.5;
       color: #636365;
       margin: 0
   }

   @view-transition {
       navigation: auto
   }

   :root {
       --transition-duration: 0.4s
   }

   .chameleon-page-loader {
       align-items: center;
       background-color: #fff;
       display: flex;
       flex-direction: column;
       height: 100%;
       justify-content: center;
       left: 0;
       opacity: 1;
       position: fixed;
       top: 0;
       transition: opacity .5s ease, visibility .5s ease;
       visibility: visible;
       width: 100%;
       z-index: 9999
   }

   .chameleon-page-loader .spinner {
       animation: rotator 1.4s linear infinite
   }

   .chameleon-page-loader .spinner .path {
       stroke-dasharray: 220;
       stroke-dashoffset: 0;
       stroke: #008cff;
       animation: dash 1.4s ease-in-out infinite;
       transform-origin: center
   }

   .chameleon-page-loader.hidden {
       opacity: 0;
       pointer-events: none;
       visibility: hidden
   }

   .chameleon-page-loader .loader-text {
       margin: 1.5em .5em 1em;
       text-align: center;
       word-break: break-word
   }

   .chameleon-page-loader .loader-header-text {
       font-size: 1.44rem;
       margin: 1.5em 0 1em
   }

   .chameleon-page-loader .loader-subheader-text {
       font-size: 1.2rem;
       margin: 0 0 2em
   }

   .chameleon-loader-circle {
       animation: spin 1s linear infinite;
       border: 9px solid #f3f3f3;
       border-radius: 50%;
       border-top-color: #66db34;
       height: 90px;
       width: 90px
   }

   .chameleon body {
       background-color: #f2eee4
   }

   .chameleon-loader-line {
       display: block;
       height: 6px;
       overflow: hidden;
       position: relative;
       transition: opacity .3s cubic-bezier(.4, 0, 0, 1);
       width: min(450px, 60%)
   }

   .chameleon-loader-line:before {
       animation: lineLoader 2.4s cubic-bezier(.4, 0, 0, 1) infinite;
       background: linear-gradient(270deg, #31df79, #8dfc9a);
       bottom: 0;
       content: "";
       left: 0;
       position: absolute;
       right: 0;
       top: 0;
       transform: scaleX(0) translateZ(0);
       transform-origin: left center
   }

   @keyframes spin {
       0% {
           transform: rotate(0deg)
       }

       to {
           transform: rotate(270deg)
       }
   }

   @keyframes lineLoader {
       0% {
           transform: scaleX(0) translateZ(0)
       }

       50% {
           transform: scaleX(1) translateZ(0)
       }

       to {
           transform: scaleX(1) translate3d(100%, 0, 0)
       }
   }

   @keyframes rotator {
       0% {
           transform: rotate(0deg)
       }

       to {
           transform: rotate(1turn)
       }
   }

   @keyframes dash {
       0% {
           stroke-dashoffset: 220
       }

       50% {
           stroke-dashoffset: 55;
           transform: rotate(180deg)
       }

       to {
           stroke-dashoffset: 220;
           transform: rotate(1turn)
       }
   }

   ::view-transition-old(root) {
       animation: fade-out .3s ease-out
   }

   ::view-transition-new(root) {
       animation: fade-in .3s ease-in
   }

   @keyframes fade-out {
       0% {
           opacity: 1
       }

       to {
           opacity: 0
       }
   }

   @keyframes fade-in {
       0% {
           opacity: 0
       }

       to {
           opacity: 1
       }
   }

   .end-of-article-cta-link,
   .end-of-article-cta-link:focus {
       background-color: #ec1a2e;
       color: #ffffff
   }

   .end-of-article-cta-link:hover {
       background-color: #ac2a2c;
       color: #ffffff
   }

   .footer-top {
       color: #ffffff;
       background-color: #222222
   }

   .footer-top a,
   .footer-top a:hover,
   .footer-top a:focus,
   .footer-top button {
       color: #ffffff
   }

   .flexi-comp-footer {
       --footer-background: #222222;
       --text-color: #ffffff;
       background: #222222;
       color: #ffffff
   }

   .flexi-comp-footer a,
   .flexi-comp-footer a:visited,
   .flexi-comp-footer a:hover,
   .flexi-comp-footer a:focus {
       color: #ffffff
   }

   .post-content .benefits .branded-list li:before {
       color: #ffffff;
       background-color: #ec1a2e;
       border-radius: 50%
   }

   .post-content ul:not([class]) li:before {
       background: #ec1a2e
   }

   :root {
       --wp--preset--aspect-ratio--square: 1;
       --wp--preset--aspect-ratio--4-3: 4/3;
       --wp--preset--aspect-ratio--3-4: 3/4;
       --wp--preset--aspect-ratio--3-2: 3/2;
       --wp--preset--aspect-ratio--2-3: 2/3;
       --wp--preset--aspect-ratio--16-9: 16/9;
       --wp--preset--aspect-ratio--9-16: 9/16;
       --wp--preset--color--black: #000000;
       --wp--preset--color--cyan-bluish-gray: #abb8c3;
       --wp--preset--color--white: #ffffff;
       --wp--preset--color--pale-pink: #f78da7;
       --wp--preset--color--vivid-red: #cf2e2e;
       --wp--preset--color--luminous-vivid-orange: #ff6900;
       --wp--preset--color--luminous-vivid-amber: #fcb900;
       --wp--preset--color--light-green-cyan: #7bdcb5;
       --wp--preset--color--vivid-green-cyan: #00d084;
       --wp--preset--color--pale-cyan-blue: #8ed1fc;
       --wp--preset--color--vivid-cyan-blue: #0693e3;
       --wp--preset--color--vivid-purple: #9b51e0;
       --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%);
       --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
       --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgb(252, 185, 0) 0%, rgb(255, 105, 0) 100%);
       --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgb(255, 105, 0) 0%, rgb(207, 46, 46) 100%);
       --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
       --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
       --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
       --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
       --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
       --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
       --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
       --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
       --wp--preset--font-size--small: 13px;
       --wp--preset--font-size--medium: 20px;
       --wp--preset--font-size--large: 36px;
       --wp--preset--font-size--x-large: 42px;
       --wp--preset--spacing--20: 0.44rem;
       --wp--preset--spacing--30: 0.67rem;
       --wp--preset--spacing--40: 1rem;
       --wp--preset--spacing--50: 1.5rem;
       --wp--preset--spacing--60: 2.25rem;
       --wp--preset--spacing--70: 3.38rem;
       --wp--preset--spacing--80: 5.06rem;
       --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
       --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
       --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
       --wp--preset--shadow--outlined: 6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);
       --wp--preset--shadow--crisp: 6px 6px 0px rgb(0, 0, 0)
   }

   :where(body) {
       margin: 0
   }

   :where(.is-layout-flex) {
       gap: 0.5em
   }

   :where(.is-layout-grid) {
       gap: 0.5em
   }

   body .is-layout-flex {
       display: flex
   }

   .is-layout-flex {
       flex-wrap: wrap;
       align-items: center
   }

   .is-layout-flex>:is(*, div) {
       margin: 0
   }

   body .is-layout-grid {
       display: grid
   }

   .is-layout-grid>:is(*, div) {
       margin: 0
   }

   body {
       padding-top: 0px;
       padding-right: 0px;
       padding-bottom: 0px;
       padding-left: 0px
   }

   :root:where(.wp-element-button, .wp-block-button__link) {
       background-color: #32373c;
       border-width: 0;
       color: #fff;
       font-family: inherit;
       font-size: inherit;
       font-style: inherit;
       font-weight: inherit;
       letter-spacing: inherit;
       line-height: inherit;
       padding-top: calc(0.667em + 2px);
       padding-right: calc(1.333em + 2px);
       padding-bottom: calc(0.667em + 2px);
       padding-left: calc(1.333em + 2px);
       text-decoration: none;
       text-transform: inherit
   }

   .has-black-color {
       color: var(--wp--preset--color--black) !important
   }

   .has-cyan-bluish-gray-color {
       color: var(--wp--preset--color--cyan-bluish-gray) !important
   }

   .has-white-color {
       color: var(--wp--preset--color--white) !important
   }

   .has-pale-pink-color {
       color: var(--wp--preset--color--pale-pink) !important
   }

   .has-vivid-red-color {
       color: var(--wp--preset--color--vivid-red) !important
   }

   .has-luminous-vivid-orange-color {
       color: var(--wp--preset--color--luminous-vivid-orange) !important
   }

   .has-luminous-vivid-amber-color {
       color: var(--wp--preset--color--luminous-vivid-amber) !important
   }

   .has-light-green-cyan-color {
       color: var(--wp--preset--color--light-green-cyan) !important
   }

   .has-vivid-green-cyan-color {
       color: var(--wp--preset--color--vivid-green-cyan) !important
   }

   .has-pale-cyan-blue-color {
       color: var(--wp--preset--color--pale-cyan-blue) !important
   }

   .has-vivid-cyan-blue-color {
       color: var(--wp--preset--color--vivid-cyan-blue) !important
   }

   .has-vivid-purple-color {
       color: var(--wp--preset--color--vivid-purple) !important
   }

   .has-black-background-color {
       background-color: var(--wp--preset--color--black) !important
   }

   .has-cyan-bluish-gray-background-color {
       background-color: var(--wp--preset--color--cyan-bluish-gray) !important
   }

   .has-white-background-color {
       background-color: var(--wp--preset--color--white) !important
   }

   .has-pale-pink-background-color {
       background-color: var(--wp--preset--color--pale-pink) !important
   }

   .has-vivid-red-background-color {
       background-color: var(--wp--preset--color--vivid-red) !important
   }

   .has-luminous-vivid-orange-background-color {
       background-color: var(--wp--preset--color--luminous-vivid-orange) !important
   }

   .has-luminous-vivid-amber-background-color {
       background-color: var(--wp--preset--color--luminous-vivid-amber) !important
   }

   .has-light-green-cyan-background-color {
       background-color: var(--wp--preset--color--light-green-cyan) !important
   }

   .has-vivid-green-cyan-background-color {
       background-color: var(--wp--preset--color--vivid-green-cyan) !important
   }

   .has-pale-cyan-blue-background-color {
       background-color: var(--wp--preset--color--pale-cyan-blue) !important
   }

   .has-vivid-cyan-blue-background-color {
       background-color: var(--wp--preset--color--vivid-cyan-blue) !important
   }

   .has-vivid-purple-background-color {
       background-color: var(--wp--preset--color--vivid-purple) !important
   }

   .has-black-border-color {
       border-color: var(--wp--preset--color--black) !important
   }

   .has-cyan-bluish-gray-border-color {
       border-color: var(--wp--preset--color--cyan-bluish-gray) !important
   }

   .has-white-border-color {
       border-color: var(--wp--preset--color--white) !important
   }

   .has-pale-pink-border-color {
       border-color: var(--wp--preset--color--pale-pink) !important
   }

   .has-vivid-red-border-color {
       border-color: var(--wp--preset--color--vivid-red) !important
   }

   .has-luminous-vivid-orange-border-color {
       border-color: var(--wp--preset--color--luminous-vivid-orange) !important
   }

   .has-luminous-vivid-amber-border-color {
       border-color: var(--wp--preset--color--luminous-vivid-amber) !important
   }

   .has-light-green-cyan-border-color {
       border-color: var(--wp--preset--color--light-green-cyan) !important
   }

   .has-vivid-green-cyan-border-color {
       border-color: var(--wp--preset--color--vivid-green-cyan) !important
   }

   .has-pale-cyan-blue-border-color {
       border-color: var(--wp--preset--color--pale-cyan-blue) !important
   }

   .has-vivid-cyan-blue-border-color {
       border-color: var(--wp--preset--color--vivid-cyan-blue) !important
   }

   .has-vivid-purple-border-color {
       border-color: var(--wp--preset--color--vivid-purple) !important
   }

   .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
       background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
   }

   .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
       background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
   }

   .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
       background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
   }

   .has-luminous-vivid-orange-to-vivid-red-gradient-background {
       background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
   }

   .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
       background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
   }

   .has-cool-to-warm-spectrum-gradient-background {
       background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
   }

   .has-blush-light-purple-gradient-background {
       background: var(--wp--preset--gradient--blush-light-purple) !important
   }

   .has-blush-bordeaux-gradient-background {
       background: var(--wp--preset--gradient--blush-bordeaux) !important
   }

   .has-luminous-dusk-gradient-background {
       background: var(--wp--preset--gradient--luminous-dusk) !important
   }

   .has-pale-ocean-gradient-background {
       background: var(--wp--preset--gradient--pale-ocean) !important
   }

   .has-electric-grass-gradient-background {
       background: var(--wp--preset--gradient--electric-grass) !important
   }

   .has-midnight-gradient-background {
       background: var(--wp--preset--gradient--midnight) !important
   }

   .has-small-font-size {
       font-size: var(--wp--preset--font-size--small) !important
   }

   .has-medium-font-size {
       font-size: var(--wp--preset--font-size--medium) !important
   }

   .has-large-font-size {
       font-size: var(--wp--preset--font-size--large) !important
   }

   .has-x-large-font-size {
       font-size: var(--wp--preset--font-size--x-large) !important
   }

   #onetrust-banner-sdk #onetrust-button-group:has(.flexi-ot-banner-reject) .banner-actions-container {
       float: left;
       width: auto
   }

   @media only screen and (max-width:515px) {
       #onetrust-banner-sdk #onetrust-button-group:has(.flexi-ot-banner-reject) .banner-actions-container {
           width: 100%
       }
   }

   @media only screen and (max-width:515px) {
       #onetrust-banner-sdk #onetrust-button-group:has(.flexi-ot-banner-reject) button {
           width: 100%
       }

       #onetrust-banner-sdk #onetrust-button-group:has(.flexi-ot-banner-reject) #onetrust-pc-btn-handler {
           max-width: 100%
       }

       #onetrust-banner-sdk #onetrust-button-group:has(.flexi-ot-banner-reject) .flexi-ot-banner-reject {
           margin-bottom: 1rem
       }
   }

   #onetrust-banner-sdk #onetrust-button-group .flexi-ot-banner-reject {
       font-family: inherit;
       display: inline-block;
       margin: 0 1em 0 0;
       min-width: 135px;
       padding: 12px 10px;
       letter-spacing: .05em;
       line-height: 1.4;
       font-size: .813em;
       font-weight: 600;
       height: auto;
       white-space: normal;
       word-break: break-word;
       word-wrap: break-word;
       background-color: #346e4a;
       border-color: #346e4a;
       color: #fff
   }

   #onetrust-banner-sdk #onetrust-button-group .flexi-ot-banner-reject:hover {
       color: #fff
   }

   @media only screen and (max-width:425px) {
       #onetrust-banner-sdk #onetrust-button-group .flexi-ot-banner-reject {
           width: 100%;
           margin-bottom: 10px
       }
   }

   .ecox-loader {
       --main-loader-color: #06ab48;
       --loader-background-color: rgba(247, 247, 247, 0.8)
   }