@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartadisplay;
  src: url('../fonts/PlusJakartaDisplay-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Plusjakartatext;
  src: url('../fonts/PlusJakartaText-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --midnight-blue: #0e0a28;
  --white: white;
  --white-smoke: #f3f4f7;
  --gainsboro: #e3e6ea;
  --dark-slate-grey: #2f5662;
  --white-smoke-2: #f9fafb;
  --light-slate-grey: #8081a4;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--midnight-blue);
  letter-spacing: 1px;
  font-family: Plusjakartadisplay, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

h1 {
  letter-spacing: 1.5px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 54px;
  font-weight: 500;
  line-height: 76px;
}

h2 {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
}

h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

h4 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

h5 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

h6 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

p {
  color: var(--midnight-blue);
  margin-bottom: 10px;
}

a {
  color: var(--midnight-blue);
  text-decoration: underline;
}

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

li {
  color: var(--midnight-blue);
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  background-color: var(--white);
  padding-top: 24px;
  padding-bottom: 24px;
  line-height: 24px;
}

.container {
  max-width: 1500px;
  padding-left: 40px;
  padding-right: 40px;
}

.container.medium {
  max-width: 1144px;
}

.container.small {
  max-width: 840px;
}

.container.small.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.container.sign-up {
  flex: 1;
}

.nav-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-toggle {
  color: var(--midnight-blue);
  background-color: #0000;
  border-radius: 10px;
  align-items: center;
  padding: 8px 8px 8px 16px;
  transition: background-color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  background-color: var(--white-smoke);
}

.dropdown-toggle.alt {
  padding-right: 16px;
}

.space-with-dotted-line {
  border-right: 1px dashed var(--gainsboro);
  margin-right: 32px;
  padding-right: 40px;
}

.space-with-dotted-line.brand {
  border-bottom: 1px none var(--gainsboro);
  border-right-style: dashed;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.space-with-dotted-line.brand.no-line {
  border-right-style: none;
}

.nav-right {
  display: flex;
}

.green-button {
  background-color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  border-radius: 10px;
  padding: 16px 24px;
  line-height: 24px;
  transition: background-color .2s;
}

.green-button:hover {
  background-color: #3f6b79;
}

.green-button.space-top-tiny {
  flex: 0 auto;
  order: 0;
  align-self: stretch;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section.gray-background.bigger {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

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

.split.space-top {
  grid-template-columns: 1fr;
}

.green-text {
  color: var(--dark-slate-grey);
}

.space-top-small {
  margin-top: 24px;
}

.space-top {
  margin-top: 40px;
}

.limit {
  max-width: 470px;
}

.narrow-section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.narrow-section.line-bottom {
  border-bottom: 1px solid var(--gainsboro);
}

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

.light-gray-background {
  background-color: var(--white-smoke-2);
}

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

.accordion-item-trigger {
  cursor: pointer;
  justify-content: space-between;
  padding-top: 20px;
  transition: color .2s;
  display: flex;
}

.accordion-item-trigger:hover {
  color: var(--dark-slate-grey);
}

.answer {
  padding-top: 12px;
  font-weight: 400;
}

.stacked-buttons {
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.stacked-buttons.no-space-top {
  margin-top: 0;
}

.gray-button {
  background-color: var(--white-smoke);
  color: var(--midnight-blue);
  border-radius: 10px;
  padding: 16px 24px;
  line-height: 24px;
  transition: color .2s;
}

.gray-button:hover {
  color: var(--dark-slate-grey);
}

.first-button {
  margin-right: 16px;
}

.blog-grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gray-text {
  color: var(--light-slate-grey);
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.input {
  border: 1px solid var(--white-smoke);
  background-color: var(--white-smoke);
  letter-spacing: 1px;
  border-radius: 10px;
  height: 56px;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  font-size: 16px;
  line-height: 32px;
  transition: border-color .3s;
}

.input:hover {
  border-style: solid;
  border-color: var(--dark-slate-grey);
}

.input::placeholder {
  color: #8081a499;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 32px;
}

.input.icon-padded {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 16px 16px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 56px;
}

.input.icon-padded.mail {
  background-image: url('../images/Mail-icon.svg');
}

.input.icon-padded.message {
  background-image: url('../images/comment-text.svg');
}

.input.icon-padded.phone {
  background-image: url('../images/Phone-icon-rounded.svg');
}

.form-input-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkbox-field {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  font-weight: 500;
  display: flex;
}

.checkbox {
  border-style: solid;
  border-color: var(--white-smoke);
  background-color: var(--white-smoke);
  border-radius: 5px;
  width: 31px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 16px;
  transition: border-color .3s;
}

.checkbox:hover {
  border-color: var(--dark-slate-grey);
}

.checkbox.w--redirected-checked {
  background-color: var(--dark-slate-grey);
  background-size: 13px;
}

.checkbox-label {
  font-weight: 500;
}

.form-element {
  flex-direction: column;
  display: none;
}

.footer {
  font-weight: 400;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.footer-link {
  color: var(--light-slate-grey);
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: var(--dark-slate-grey);
}

.footer-link.bottom {
  border-left: 1px solid #c9d0d8;
  margin-left: 16px;
  padding-left: 16px;
}

.footer-link.hide {
  display: none;
}

.social-icon-wrapper {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .2s;
  display: flex;
}

.social-icon-wrapper:hover {
  background-color: #f2f3f9;
}

.footer-bottom {
  border-top: 1px solid var(--gainsboro);
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 28px;
}

.footer-bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-content {
  color: #7a7b98;
  display: flex;
}

.webflow-link {
  margin-left: 12px;
  margin-right: 12px;
}

.space-top-tiny {
  margin-top: 16px;
}

.space-right-tiny {
  height: 24px;
  margin-right: 16px;
}

.gray-background {
  background-color: var(--white-smoke);
}

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

.footer-top-wide {
  border-bottom: 1px solid var(--gainsboro);
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.wide-footer-top-content {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wide-footer-top-content-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.wide-footer-top-content-left.line {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px dashed var(--gainsboro);
}

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

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

.testimonial-thirds {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-thirds._2 {
  grid-template-columns: 1fr 1fr;
}

.team-member {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 12px;
  min-height: 440px;
}

.team-member.team-1 {
  background-image: url('../images/1000054474-1.jpg');
}

.team-member.team-2 {
  background-image: url('../images/1000054475-1.jpg');
}

.big-white-card {
  background-color: var(--white);
  border-radius: 12px;
  margin-bottom: 0;
  padding: 60px;
}

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

.signup-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.signup-wrap.light-gray-background {
  display: none;
}

.sign-up-image {
  background-image: url('../images/pleasant-young-woman-putting-hand-on-her-stomach-2021-09-04-01-57-41-utc.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  align-items: flex-end;
  padding: 20px;
  display: flex;
}

.contact-columns {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-columns.space-top {
  grid-template-columns: 1fr;
}

.icon-button-green {
  background-color: var(--dark-slate-grey);
  color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px 24px;
  text-decoration: none;
  display: flex;
}

.agent-details-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.horizontal-agent-details {
  display: flex;
}

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

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

.utility-page-form {
  text-align: left;
  flex-direction: column;
  display: flex;
}

.nav-button {
  background-color: var(--dark-slate-grey);
  border-radius: 12px;
  padding: 16px 24px;
  transition: background-color .2s;
}

.nav-button:hover {
  background-color: #3f6b79;
}

.nav-button.responsive {
  display: none;
}

.success-message {
  background-color: var(--white);
  color: var(--dark-slate-grey);
  text-align: center;
  border-radius: 8px;
}

.error-message {
  border: 1px solid var(--gainsboro);
  background-color: var(--white);
  color: #af2426;
  border-radius: 8px;
}

.link-block {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.text-block-2 {
  margin-bottom: 2px;
}

.image {
  margin-top: -20px;
}

.small {
  margin-top: 16px;
  font-size: 13px;
  line-height: 23px;
}

.logo {
  color: var(--midnight-blue);
  margin-bottom: 2px;
  font-size: 22px;
  font-weight: 700;
}

.vavbar {
  display: flex;
}

.typeform-wrapper-zyb1ehuw {
  height: 80vh;
}

.c-legerich {
  color: var(--light-slate-grey);
  margin-top: 1.5em;
  font-weight: 400;
}

.paragraph-6 {
  font-weight: 400;
}

.div-block-3 {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  background-color: #e3e6ea;
  width: 1px;
  height: 100%;
}

.heading-10 {
  font-size: 53px;
}

.heading-17 {
  font-size: 48px;
  line-height: 70px;
}

.paragraph-8, .paragraph-9, .rich-text-block-4 {
  font-size: 15px;
}

.div-block-8 {
  border-radius: 12px;
  width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}

.rich-text-block-6 {
  text-align: center;
}

.dropdown-toggle-2 {
  border-radius: 10px;
  align-items: center;
  padding: 8px 8px 8px 16px;
  transition: background-color .3s;
  display: flex;
}

.dropdown-toggle-2:hover {
  background-color: #f3f4f7;
}

.dropdown-icon {
  margin-left: 4px;
}

.dropdown-list {
  border-radius: 12px;
}

.dropdown-list.w--open {
  background-color: #fff;
  padding: 8px;
  overflow: hidden;
  box-shadow: 0 24px 50px #0e0a281a;
}

.dropdown-link {
  padding: 12px 16px;
  transition: color .2s;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: #2f5662;
}

.help-center-card-2 {
  border: 1px solid var(--gainsboro);
  color: #0e0a28;
  background-color: #fff;
  border-radius: 12px;
  padding: 46px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.help-center-card-2:hover {
  color: #2f5662;
}

.help-arrow-link-2 {
  border-bottom: 1px solid #e3e6ea;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 28px;
  }

  h1 {
    font-size: 48px;
    line-height: 72px;
  }

  h2 {
    font-size: 36px;
    line-height: 50px;
  }

  h3 {
    font-size: 28px;
    line-height: 40px;
  }

  h4 {
    font-size: 22px;
    line-height: 36px;
  }

  h5 {
    font-size: 18px;
    line-height: 28px;
  }

  h6 {
    font-size: 16px;
    line-height: 28px;
  }

  .container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-wrap {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
  }

  .nav-right {
    align-items: center;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .split {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .space-top-small {
    margin-top: 22px;
  }

  .space-top {
    margin-top: 36px;
  }

  .limit {
    max-width: none;
  }

  .blog-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .space-top-tiny {
    margin-top: 14px;
  }

  .space-right-tiny {
    margin-right: 14px;
  }

  .footer-thirds {
    grid-template-columns: 2fr;
  }

  .wide-footer-top-content {
    flex-direction: column;
    align-items: stretch;
  }

  .wide-footer-top-content-left {
    margin-bottom: 16px;
  }

  .help-grid, .testimonial-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .big-white-card {
    padding: 40px;
  }

  .sign-up-image {
    min-height: 500px;
  }

  .contact-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .nav-button.desktop {
    display: none;
  }

  .nav-button.responsive {
    margin-top: 32px;
    display: block;
  }

  .nav-menu {
    background-color: var(--white);
    flex-direction: column;
    padding: 24px;
    display: flex;
    box-shadow: 23px 23px 32px #0e0a281a;
  }

  .vavbar {
    flex-direction: column;
  }

  .div-block-5 {
    width: 100%;
    height: 1px;
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .heading-17 {
    font-size: 39px;
  }

  .menu-button-2 {
    background-color: #0000;
  }

  .menu-button-2.w--open {
    color: #0e0a28;
    background-color: #0000;
  }

  .dropdown {
    display: block;
  }

  .dropdown-toggle-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 16px;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .help-center-card-2 {
    padding: 40px 24px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 24px;
  }

  h1 {
    font-size: 40px;
    line-height: 64px;
  }

  h2 {
    font-size: 32px;
    line-height: 48px;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }

  h4 {
    font-size: 20px;
    line-height: 32px;
  }

  h5 {
    font-size: 16px;
    line-height: 24px;
  }

  h6 {
    font-size: 15px;
    line-height: 24px;
  }

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

  .space-with-dotted-line.brand {
    border-right-style: none;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .green-text {
    margin-bottom: 0;
    font-size: 15px;
  }

  .space-top-small {
    margin-top: 20px;
  }

  .space-top {
    margin-top: 32px;
  }

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

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

  .input::placeholder {
    font-size: 14px;
  }

  .footer-bottom-wrapper {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .footer-bottom-content {
    margin-top: 24px;
  }

  .space-top-tiny {
    margin-top: 12px;
  }

  .space-right-tiny {
    margin-right: 12px;
  }

  .wide-footer-top-content {
    flex-direction: column;
    align-items: stretch;
  }

  .wide-footer-top-content-left {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .testimonial-thirds {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    margin-top: 32px;
  }

  .testimonial-thirds._2 {
    grid-column-gap: 20px;
  }

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

  .heading-10 {
    font-size: 35px;
    line-height: 53px;
  }

  .heading-17 {
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-toggle {
    padding: 12px;
  }

  .dropdown-toggle.alt {
    flex: 0 auto;
  }

  .section.light-gray-background.mindre-plass {
    padding-top: 20px;
  }

  .green-text {
    font-size: 14px;
  }

  .limit.font-size-24-mobile {
    font-size: 24px;
  }

  .stacked-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .gray-button {
    text-align: center;
  }

  .first-button {
    margin-bottom: 12px;
    margin-right: 0;
  }

  .form-input-wrap.space-top-small {
    grid-column-gap: 12px;
  }

  .checkbox-field {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .footer-link.bottom {
    margin-left: 10px;
    padding-left: 10px;
  }

  .footer-bottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-bottom-content {
    flex-direction: column;
  }

  .footer-bottom-content.horizontal {
    flex-direction: row;
  }

  .webflow-link {
    margin: 12px 0;
  }

  .testimonial-thirds._2 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .big-white-card {
    padding: 24px;
  }

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

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

  .agent-details-content {
    align-items: stretch;
  }

  .nav-menu {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .vavbar {
    display: block;
  }

  .heading-10 {
    font-size: 29px;
    line-height: 45px;
  }

  .heading-13 {
    font-size: 25px;
  }

  .heading-16 {
    font-size: 28px;
  }

  .heading-17 {
    font-size: 26px;
    line-height: 50px;
  }

  .heading-19 {
    font-size: 32px;
    line-height: 49px;
  }

  .dropdown-toggle-2 {
    padding: 12px;
  }

  .dropdown-list.w--open {
    padding: 8px;
  }

  .dropdown-link {
    padding: 8px 12px;
  }
}

#w-node-c759a4ad-b4bf-e538-914a-87ba78b72873-151458c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-c759a4ad-b4bf-e538-914a-87ba78b72874-151458c8, #w-node-a950ba46-7689-efbe-61e9-928e3784faa7-151458c8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c759a4ad-b4bf-e538-914a-87ba78b72876-151458c8, #w-node-c759a4ad-b4bf-e538-914a-87ba78b7287a-151458c8, #w-node-c759a4ad-b4bf-e538-914a-87ba78b7287c-151458c8, #w-node-c759a4ad-b4bf-e538-914a-87ba78b72882-151458c8, #w-node-c759a4ad-b4bf-e538-914a-87ba78b72885-151458c8 {
  justify-self: start;
}

#w-node-c759a4ad-b4bf-e538-914a-87ba78b72889-151458c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_6061985b-9312-957e-874c-bfa5d564cc38-151458c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_068a34be-62b6-a6e5-6128-c1e059d0fa0d-151458c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f9dbeef4-97d1-9fdd-892b-def5a0211789-a0211786 {
  place-self: center start;
}

#w-node-be022fd1-9a0e-d7e0-4b21-7efecd4c9778-a0211786 {
  place-self: center end;
}

#w-node-c563afa8-f948-3134-6006-ef180498cffe-0dc25eb0, #w-node-_9d8f28b6-40fe-f0b7-84fa-a85739ebe45a-16c51503, #w-node-_9d8f28b6-40fe-f0b7-84fa-a85739ebe45a-ed24cbb8, #w-node-_9d8f28b6-40fe-f0b7-84fa-a85739ebe45a-17fcc3da, #w-node-_65d26b18-0be7-5363-da85-03b1059e86a5-2afece38, #w-node-_9d8f28b6-40fe-f0b7-84fa-a85739ebe45a-c18cda58 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}


@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartadisplay';
  src: url('../fonts/PlusJakartaDisplay-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartatext';
  src: url('../fonts/PlusJakartaText-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}