:root {
  --bg-color: #080214;
  --white: white;
  --primary-pink: #ffa4ff;
  --golden: #ffd521;
  --secondary-pink: #b34aff;
}

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

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

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

body {
  background-color: var(--bg-color);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.nav-arrow {
  display: none;
}

.primary-btn {
  color: #16092f;
  letter-spacing: -.5px;
  background-color: #b34aff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 100px;
  padding-right: 100px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .4s;
  display: flex;
}

.primary-btn:hover {
  background-color: #ffa4ff;
}

.primary-btn.is-btn-small {
  letter-spacing: -.4px;
  border-radius: 8px;
  height: auto;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 1;
}

.secondary-btn {
  border: 1px solid var(--white);
  color: var(--white);
  white-space: nowrap;
  background-color: #0000;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition: border-color .3s, color .4s;
}

.secondary-btn:hover {
  color: #ffa4ff;
  -webkit-text-stroke-color: #ffa4ff;
  border-color: #ffa4ff;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

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

.social-links {
  display: none;
}

.navbar1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar-link {
  color: #fff;
  letter-spacing: -.4px;
  background-color: #fff0;
  border-radius: 8px;
  padding: .7rem 1rem;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .4s cubic-bezier(.19, 1, .22, 1);
}

.navbar-link:hover {
  background-color: #ffffff0d;
}

.navbar1_logo {
  max-width: 100%;
}

.nav-items-wrap {
  display: flex;
}

.navbar {
  background-color: #080214;
  padding: 48px 5%;
}

.header_section {
  position: relative;
  overflow: visible;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.container-main {
  max-width: 1120px;
}

.hero-section_wrap {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  display: flex;
}

.hero-content_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.subtitle-wrap {
  margin-bottom: 48px;
}

.text-tiny {
  color: var(--primary-pink);
  text-align: center;
  letter-spacing: -.2px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.hero-title_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 55rem;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: visible;
}

.hero-title {
  color: var(--white);
  text-align: center;
  letter-spacing: -2.4px;
  flex-flow: column;
  font-family: Inter, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 62px;
  display: block;
  position: static;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-primary {
  background-color: var(--primary-pink);
  color: var(--bg-color);
  text-align: center;
  letter-spacing: -.5px;
  border-radius: 60px;
  padding: 20px 64px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  transition: all .3s;
}

.btn-primary:hover {
  background-color: #fd84fd;
}

.carousel-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.admiral, .nfu-mutual, .lloyds-banks, .ageas {
  min-height: 100%;
}

.carousel-wrapper {
  padding-top: 64px;
  padding-bottom: 64px;
  overflow: hidden;
}

.direct-line-group {
  min-height: 100%;
}

.logo-container {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  min-width: 200vw;
  height: 60px;
  margin-right: 0;
  display: none;
  position: static;
  left: auto;
  transform: translate(0);
}

.getsafe, .zurich, .hastings-direct, .john-lewis, .axa {
  min-height: 100%;
}

.tesco-bank {
  width: auto;
  height: auto;
  min-height: 100%;
}

.aviva {
  object-fit: fill;
  min-height: 100%;
}

.large-text_wrap {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.text-large {
  color: #ffffff80;
  text-align: center;
  letter-spacing: -1.5px;
  font-family: Inter, sans-serif;
  font-size: 2.25rem;
  line-height: 48px;
}

.text-span {
  color: #fff;
}

.text-wrap {
  width: 65%;
  max-width: 920px;
}

.trustpilot-widget_wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.heading-h2 {
  color: var(--white);
  text-align: center;
  letter-spacing: -1.5px;
  font-family: Inter, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 48px;
}

.heading-h2.is-left-aligned {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.spotlight_wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.spotlight-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  letter-spacing: -.3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.solution-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ffffff0d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 48px;
  display: grid;
}

.solution-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-h3 {
  letter-spacing: -.55px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.heading-h3.is-centralized {
  text-align: center;
}

.body-paragraph {
  color: #fff9;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
}

.body-paragraph.is-centralized {
  text-align: center;
}

.body-paragraph.copyright {
  color: #fff6;
}

.awards-wrap {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.text-span-2 {
  color: var(--golden);
}

.awards-card_wrap {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.award-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 2px solid #fff3;
  border-radius: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 80px;
  display: grid;
}

.award-card_top {
  grid-column-gap: 16px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.trophy-name {
  text-align: center;
  letter-spacing: -2.4px;
  font-size: 56px;
  font-weight: 600;
  line-height: 62px;
}

.award-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tools-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.tool-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  padding-bottom: 100px;
  display: grid;
}

.tool-card.rignt-aligned {
  grid-auto-flow: row;
}

.tool-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 200px;
  padding-bottom: 64px;
  display: grid;
}

.footer-content {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-logo {
  width: 55px;
}

.contacts-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: end;
  display: grid;
}

.phone-number, .email-address {
  color: var(--white);
  letter-spacing: -.4px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.social-links_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.divider-line {
  background-color: #ffffff26;
  width: 100%;
  height: 1px;
  margin-top: 36px;
  padding: 0;
}

.hero-bg-img {
  z-index: -1;
  opacity: .5;
  object-fit: cover;
  min-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradiant-shape {
  z-index: -1;
  background-image: linear-gradient(153deg, var(--secondary-pink), var(--primary-pink));
  opacity: .1;
  filter: blur(120px);
  border-radius: 100%;
  width: 240px;
  height: 420px;
  position: absolute;
}

.gradiant-shape._2 {
  opacity: .1;
  inset: auto 0% 0% auto;
}

.image-2 {
  display: none;
}

.text-span-3 {
  color: #fff;
  font-weight: 600;
}

.germany-flag {
  display: none;
  position: absolute;
  inset: auto 6% 0% auto;
}

.text-flag {
  display: none;
}

.ticker {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.ticker.on-mobile {
  display: none;
}

.ticker-content {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.ticker-logo {
  opacity: .8;
  mix-blend-mode: luminosity;
  flex: none;
  height: 4em;
  min-height: auto;
  margin-left: 2.5em;
  margin-right: 2.5em;
}

@media screen and (max-width: 991px) {
  .navbar-links-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-arrow {
    width: 18px;
    display: inline-flex;
  }

  .menu-line2-mid {
    background-color: var(--primary-pink);
    border-radius: 5px;
    width: 20px;
    height: 2px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .menu-line-bottom {
    background-color: var(--primary-pink);
    border-radius: 5px;
    width: 20px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image-18 {
    width: 32px;
    min-width: 32px;
    transition: all .3s;
  }

  .image-18:hover {
    mix-blend-mode: soft-light;
  }

  .menu-line-mid {
    background-color: var(--primary-pink);
    border-radius: 5px;
    width: 20px;
    height: 2px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .social-links {
    justify-content: flex-start;
    align-items: center;
    padding: 56px 4rem 80px;
    display: flex;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .image-16 {
    width: 28px;
    transition: all .3s;
  }

  .image-16:hover {
    mix-blend-mode: soft-light;
    background-color: #0000;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    background-color: var(--bg-color);
    border-bottom-style: none;
    border-bottom-color: #000;
    height: 100dvh;
    padding: 0 0% 6.5rem;
    transition: height .5s;
  }

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

  .navbar-link {
    border-bottom: 1px solid #ffffff1a;
    border-radius: 0;
    justify-content: space-between;
    min-width: 100%;
    padding: 32px 4rem;
    transition-property: all;
    display: flex;
  }

  .navbar-link:hover {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .menu-line-top {
    background-color: var(--primary-pink);
    color: var(--white);
    border-radius: 5px;
    width: 20px;
    height: 2px;
    margin-bottom: 8px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-items-wrap {
    background-color: var(--bg-color);
    border-top: 1px solid #ffffff1a;
    flex-flow: column;
    min-height: 100%;
  }

  .twitter-link {
    margin-right: 0;
  }

  .image-17 {
    width: 34px;
    min-width: 32px;
    transition: all .3s;
  }

  .image-17:hover {
    mix-blend-mode: soft-light;
  }

  .linkedin-link {
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .hero-section_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .hero-title_wrap {
    max-width: 40rem;
    margin-bottom: 80px;
    display: block;
  }

  .hero-title {
    letter-spacing: -2px;
    font-size: 2.625rem;
    line-height: 1.2;
  }

  .logo-container {
    min-width: 350vw;
  }

  .large-text_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-large {
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .trustpilot-widget_wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-h2 {
    letter-spacing: -1px;
    font-size: 1.8rem;
    line-height: 1.3;
  }

  .trustpilot-widget {
    max-width: 90%;
  }

  .spotlight_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .spotlight-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .solution-card {
    padding: 36px 24px;
  }

  .solution-icon {
    max-width: 12%;
  }

  .heading-h3 {
    font-size: 1.25rem;
    line-height: 1.3;
  }

  .body-paragraph {
    letter-spacing: -.25px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .awards-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .awards-card_wrap {
    grid-column-gap: 16px;
  }

  .award-card {
    padding: 60px 20px;
  }

  .award-trophy {
    max-width: 15%;
  }

  .trophy-name {
    letter-spacing: -2px;
    font-size: 2.625rem;
    line-height: 1.2;
  }

  .tools-wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .tool-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-wrapper {
    padding-top: 100px;
    padding-bottom: 36px;
  }

  .hero-bg-img {
    opacity: 1;
  }

  .widget-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .germany-flag {
    max-width: 8%;
    bottom: -2%;
    right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar, .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-section_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subtitle-wrap {
    margin-bottom: 28px;
  }

  .hero-title_wrap {
    max-width: 36rem;
    margin-bottom: 60px;
  }

  .hero-title {
    letter-spacing: -1.8px;
    font-size: 2.375rem;
  }

  .btn-primary {
    letter-spacing: -.4px;
    font-size: 18px;
    line-height: 22px;
  }

  .carousel-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .logo-container {
    grid-column-gap: 40px;
    min-width: 400vw;
  }

  .large-text_wrap {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .text-large {
    letter-spacing: -1.2px;
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .text-wrap {
    width: 90%;
  }

  .trustpilot-widget_wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .heading-h2 {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .trustpilot-widget {
    max-width: 90%;
    /* display: none; */
  }

  .spotlight_wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .spotlight-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .solution-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .solution-icon {
    max-width: 14%;
  }

  .heading-h3 {
    letter-spacing: -.45px;
    font-size: 1.125rem;
  }

  .body-paragraph {
    letter-spacing: -.2px;
    font-size: .95rem;
    line-height: 1.46;
  }

  .awards-wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .trophy-name {
    letter-spacing: -1.8px;
    font-size: 2.375rem;
  }

  .tools-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tool-card {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .tool-content {
    max-width: 80%;
  }

  .image-wrapper {
    position: relative;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .phone-number, .email-address {
    color: var(--white);
    text-decoration: none;
  }

  .image-2 {
    max-width: 50%;
    display: inline-flex;
  }

  .ticker {
    display: none;
  }

  .ticker.on-mobile {
    display: flex;
  }

  .ticker-logo {
    height: 3em;
    margin-left: 1.2em;
    margin-right: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  .navbar-links-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .nav-arrow {
    display: inline-flex;
  }

  .primary-btn {
    letter-spacing: -.4px;
    border-radius: 12px;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    padding: 15px 0;
    font-size: 18px;
    line-height: 22px;
  }

  .primary-btn:hover {
    background-color: #ffa4ff;
  }

  .primary-btn.is-btn-small {
    padding: 15px 0;
    font-size: 18px;
    line-height: 22px;
  }

  .image-18 {
    width: 24px;
    min-width: 24px;
  }

  .secondary-btn {
    justify-content: center;
    align-items: center;
    min-width: 100%;
    padding: 15px 0;
    line-height: 22px;
    display: flex;
  }

  .navbar1_menu-buttons {
    padding-left: 30px;
    padding-right: 30px;
  }

  .social-links {
    padding: 48px 30px;
  }

  .image-16 {
    width: 20px;
  }

  .navbar1_container {
    width: 95%;
  }

  .navbar1_menu.is-page-height-tablet {
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
  }

  .navbar-link {
    border-bottom: 1px solid #ffffff1a;
    border-radius: 0;
    justify-content: space-between;
    min-width: 100%;
    padding: 28px 40px 28px 30px;
    display: flex;
  }

  .navbar-link:hover {
    color: #ffa4ff;
    padding-left: 2.5rem;
    padding-right: 3rem;
  }

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

  .nav-items-wrap {
    background-color: var(--bg-color);
    border-top: 1px solid #ffffff1a;
    min-width: 100%;
    min-height: 100%;
    padding: 0 0% 6rem;
    display: block;
  }

  .image-17 {
    width: 24px;
    min-width: 24px;
  }

  .navbar {
    padding: 20px;
  }

  .header_section {
    height: auto;
  }

  .padding-global {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .hero-section_wrap {
    padding-top: 80px;
  }

  .subtitle-wrap {
    margin-bottom: 18px;
  }

  .text-tiny {
    font-size: .8rem;
  }

  .hero-title_wrap {
    max-width: 19rem;
    margin-bottom: 80px;
  }

  .hero-title {
    letter-spacing: -1.5px;
    font-size: 2rem;
    line-height: 1.25;
  }

  .btn-primary {
    padding: 18px 48px;
    font-size: 1rem;
    line-height: 1.2;
  }

  .carousel-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .logo-container {
    grid-column-gap: 16px;
    min-width: 400vw;
    height: 40px;
  }

  .large-text_wrap {
    padding-bottom: 20px;
  }

  .text-large {
    letter-spacing: -.8px;
    font-size: 1.25rem;
    line-height: 1.35;
  }

  .trustpilot-widget_wrap {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .heading-h2 {
    letter-spacing: -.8px;
    font-size: 1.75rem;
    line-height: 1.3;
  }

  .trustpilot-widget {
    max-width: 100%;
    /* display: none; */
  }

  .spotlight_wrap {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .spotlight-grid {
    grid-template-columns: 1fr;
  }

  .solution-card {
    background-color: #ffffff08;
    padding-right: 48px;
  }

  .solution-content {
    max-width: none;
  }

  .heading-h3 {
    letter-spacing: -.4px;
    font-size: 1.125rem;
    line-height: 1.375;
  }

  .body-paragraph {
    letter-spacing: -.15px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .awards-wrap {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .awards-card_wrap {
    grid-template-columns: 1fr;
  }

  .award-card {
    border-width: 2px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .trophy-name {
    letter-spacing: -1.5px;
    font-size: 2rem;
    line-height: 1.25;
  }

  .tool-card.rignt-aligned {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .tool-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 100%;
  }

  .brand-logo {
    width: auto;
    max-width: 80%;
  }

  .hero-bg-img {
    opacity: .4;
    object-fit: cover;
    min-width: 100%;
  }

  .gradiant-shape, .gradiant-shape._2 {
    opacity: .05;
  }

  .widget-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .image-2 {
    justify-content: center;
    align-items: center;
    max-width: 70%;
    display: inline-flex;
  }

  .text-flag {
    display: inline-block;
  }
}

#w-node-_694bb89e-e969-dd37-25c5-27ac774013c2-3a30e950 {
  justify-self: center;
}

#w-node-_429e670a-8006-095c-b5c3-4e1400e906a0-3a30e950 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ccce9e-e511-8c22-8dd4-a2a125e4f0d1-3a30e950 {
  justify-self: center;
}

#w-node-e85ff2eb-e450-0ef8-7baf-30a135eff628-3a30e950 {
  align-self: auto;
}

#w-node-_950c5afa-d358-69eb-f4a9-733a7bcb1bee-3a30e950 {
  justify-self: center;
}

#w-node-_950c5afa-d358-69eb-f4a9-733a7bcb1bf2-3a30e950 {
  align-self: auto;
}

#w-node-_5cd4fb4a-d7c6-dc47-583d-72d0125f77a1-3a30e950 {
  align-self: center;
}

#w-node-_946e132b-d309-7d30-0d09-538bce0fa456-3a30e950 {
  justify-self: auto;
}

#w-node-_6432e4f3-a048-275b-9d23-92a90eff4448-3a30e950 {
  justify-self: end;
}

#w-node-b599b55f-ccee-2994-af4e-a09ba79c662b-3a30e950 {
  order: 9999;
  place-self: center;
}

#w-node-b599b55f-ccee-2994-af4e-a09ba79c662c-3a30e950 {
  justify-self: auto;
}

#w-node-b599b55f-ccee-2994-af4e-a09ba79c6630-3a30e950 {
  justify-self: start;
}

#w-node-caabdd77-5c5e-7fdc-c9aa-82a99f5b0c24-3a30e950 {
  align-self: center;
}

#w-node-caabdd77-5c5e-7fdc-c9aa-82a99f5b0c25-3a30e950 {
  justify-self: auto;
}

#w-node-caabdd77-5c5e-7fdc-c9aa-82a99f5b0c29-3a30e950 {
  justify-self: end;
}

#w-node-_6b3479d7-6950-46a6-be93-d0e5d6fa9c23-3a30e950 {
  order: 9999;
  place-self: center;
}

#w-node-_6b3479d7-6950-46a6-be93-d0e5d6fa9c24-3a30e950 {
  justify-self: auto;
}

#w-node-_6b3479d7-6950-46a6-be93-d0e5d6fa9c28-3a30e950 {
  justify-self: start;
}

#w-node-bbbf0fd0-9d62-d028-a970-2880562db6bd-3a30e950 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_73702d9a-94dd-0f90-5366-218205da64cd-3a30e950 {
  place-self: auto center;
}

#w-node-_7db3b923-bace-39c2-9105-dada40b95918-3a30e950 {
  place-self: center end;
}

@media screen and (max-width: 767px) {
  #w-node-_6432e4f3-a048-275b-9d23-92a90eff4448-3a30e950 {
    place-self: center end;
  }

  #w-node-b599b55f-ccee-2994-af4e-a09ba79c662b-3a30e950 {
    justify-self: start;
  }

  #w-node-b599b55f-ccee-2994-af4e-a09ba79c6630-3a30e950 {
    order: 9999;
    justify-self: start;
  }

  #w-node-caabdd77-5c5e-7fdc-c9aa-82a99f5b0c24-3a30e950 {
    justify-self: start;
  }

  #w-node-caabdd77-5c5e-7fdc-c9aa-82a99f5b0c29-3a30e950 {
    justify-self: end;
  }

  #w-node-_6b3479d7-6950-46a6-be93-d0e5d6fa9c23-3a30e950 {
    justify-self: start;
  }

  #w-node-_6b3479d7-6950-46a6-be93-d0e5d6fa9c28-3a30e950 {
    order: 9999;
    justify-self: start;
  }

  #w-node-_73702d9a-94dd-0f90-5366-218205da64cd-3a30e950 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_694bb89e-e969-dd37-25c5-27ac774013c2-3a30e950 {
    align-self: center;
  }

  #w-node-_93690d21-5427-7daf-232b-a746de11df68-3a30e950 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


