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

.w-form-formradioinput--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-top-width: 4px;
    border-bottom-width: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-color: #3898ec;
    border-bottom-color: #3898ec;
    border-left-color: #3898ec;
    border-right-color: #3898ec;
}

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

.w-checkbox::before {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
}

.w-checkbox::after {
    content: ' ';
    display: table;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    clear: both;
}

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

.w-checkbox-input--inputType-custom {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-color: #ccc;
    border-bottom-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-top-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    width: 12px;
    height: 12px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

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

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

body {
    background-color: #fbf7f1;
    font-family: Inter, sans-serif;
    color: #1d1916;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

h1 {
    margin-top: 0px;
    margin-bottom: 24px;
    font-size: 45px;
    line-height: 1.25em;
    font-weight: 700;
}

h2 {
    margin-top: 0px;
    margin-bottom: 16px;
    font-size: 34px;
    line-height: 1.2em;
}

h3 {
    margin-top: 0px;
    margin-bottom: 16px;
    color: #3f3b35;
    font-size: 26px;
    line-height: 1.4em;
    font-weight: 600;
}

h4 {
    margin-top: 0px;
    margin-bottom: 12px;
    color: #3f3b35;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 600;
}

h5 {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h6 {
    margin-top: 0px;
    margin-bottom: 5px;
    color: #a2958b;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

p {
    margin-bottom: 16px;
    opacity: 0.9;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: 400;
}

a {
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    color: #2b95ff;
    text-decoration: none;
}

a:hover {
    color: #0d7ff1;
}

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

li {
    margin-bottom: 8px;
    opacity: 0.9;
    font-size: 18px;
    line-height: 1.4em;
}

img {
    display: inline-block;
    max-width: 100%;
}

label {
    display: block;
    margin-bottom: 6px;
    color: #75695e;
    font-size: 15px;
    font-weight: 400;
}

blockquote {
    margin-bottom: 16px;
    padding: 10px 20px;
    border-left: 5px solid #75baff;
    color: #3f3b35;
    font-size: 18px;
    line-height: 1.4em;
}

.wrapper {
    width: 100%;
    min-height: 100vh;
}

.section {
    position: relative;
    z-index: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 15px;
    background-color: #fbf7f1;
}

.section.light-grey {
    position: relative;
    background-color: #fbf7f1;
}

.section.blue {
    background-color: #2b95ff;
    color: #fff;
}

.section.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

.section.no-padding.mobile-hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

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

.section.light-blue {
    background-color: #e7f3ff;
}

.section.blue-gradient {
    background-image: radial-gradient(circle farthest-corner at 0% -90%, #00d0ff, rgba(51, 169, 248, 0.5) 19%, rgba(13, 127, 241, 0) 42%), radial-gradient(circle farthest-corner at 80% -60%, #75c8ff, rgba(117, 186, 255, 0) 38%), -webkit-gradient(linear, left top, left bottom, from(#d4e9ff), color-stop(25%, #e7f3ff), color-stop(93%, #fbf7f1));
    background-image: radial-gradient(circle farthest-corner at 0% -90%, #00d0ff, rgba(51, 169, 248, 0.5) 19%, rgba(13, 127, 241, 0) 42%), radial-gradient(circle farthest-corner at 80% -60%, #75c8ff, rgba(117, 186, 255, 0) 38%), linear-gradient(180deg, #d4e9ff, #e7f3ff 25%, #fbf7f1 93%);
}

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

.section.no-bottom-padding {
    padding-bottom: 0px;
}

.section.m {
    padding-top: 60px;
    padding-bottom: 60px;
}

.section.overflow-none {
    overflow: hidden;
}

.button {
    margin-bottom: 8px;
    padding: 8px 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 40px;
    background-color: #2b95ff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.button:hover {
    background-color: #0d7ff1;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
    color: #fbf7f1;
}

.button:active {
    background-color: #06c;
}

.button.light {
    background-color: #d4e9ff;
    box-shadow: none;
    color: #2b95ff;
}

.button.light:hover {
    background-color: #9accff;
    color: #0d7ff1;
}

.button.light:active {
    background-color: #2b95ff;
    color: #fff;
}

.button.no-margin {
    margin-right: 0px;
    margin-left: 0px;
}

.button.outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #75baff;
    color: #2b95ff;
}

.button.outline:hover {
    background-color: #2b95ff;
    box-shadow: inset 0 0 0 2px #2b95ff;
    color: #fff;
}

.button.outline:active {
    background-color: #0d7ff1;
    box-shadow: inset 0 0 0 2px #0d7ff1;
}

.button.grey {
    background-color: #ece7e0;
    box-shadow: none;
    color: #75695e;
}

.button.grey:hover {
    background-color: #cfcac3;
}

.button.grey:active {
    background-color: #a2958b;
    color: #3f3b35;
}

.button.disabled {
    background-color: #d4e9ff;
    box-shadow: none;
}

.button.disabled:hover {
    color: #fff;
}

.button.minimal {
    margin-right: 8px;
    margin-left: 8px;
    padding-right: 16px;
    padding-left: 16px;
    background-color: transparent;
    box-shadow: none;
    color: #2b95ff;
}

.button.minimal:hover {
    color: #0d7ff1;
}

.button.minimal:active {
    color: #06c;
}

.button.white {
    background-color: #fff;
    color: #2b95ff;
    font-weight: 600;
}

.button.white:hover {
    background-color: #e7f3ff;
}

.button.white:active {
    background-color: #2b95ff;
    color: #fff;
}

.button.dark {
    background-color: #06c;
}

.button.dark:hover {
    background-color: #004e9c;
}

.spacer {
    height: 48px;
    background-color: #ece7e0;
}

.spacer._64 {
    width: 64px;
    height: 64px;
    background-color: transparent;
}

.spacer._32 {
    width: 32px;
    height: 32px;
    border-radius: 6px;
    background-color: transparent;
}

.spacer._24 {
    width: 24px;
    height: 24px;
    background-color: transparent;
    text-transform: uppercase;
}

.spacer._48 {
    width: 48px;
    border-radius: 6px;
    background-color: transparent;
}

.spacer._128 {
    width: 128px;
    height: 128px;
    background-color: transparent;
}

.spacer._80 {
    width: 80px;
    height: 80px;
    background-color: transparent;
}

.spacer._96 {
    width: 96px;
    height: 96px;
    background-color: transparent;
}

.spacer._96 {
    height: 96px;
    background-color: rgba(94, 178, 244, 0);
}

.spacer._32 {
    height: 32px;
    background-color: transparent;
}

.spacer._16 {
    width: 16px;
    height: 16px;
    background-color: transparent;
}

.text-box {
    max-width: 650px;
}

.text-box.center-align {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
}

.text-box._550px {
    max-width: 550px;
}

.text-box._400px {
    max-width: 400px;
}

.text-box._500px {
    max-width: 500px;
}

.text-box.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 110px;
}

.text-box.centered {
    margin-right: auto;
    margin-left: auto;
}

.text-box._800px {
    max-width: 800px;
}

.paragraph-small {
    color: #75695e;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
}

._12-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -16px;
    margin-left: -16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

._12-columns.flex-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

._12-columns.align-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

._12-columns.align-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

._12-columns.align-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

._12-columns.align-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.container {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1230px;
    min-height: 50px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container.center-align {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.color-block {
    width: 100%;
    height: 60px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    border-radius: 5px;
    background-color: #1d1916;
}

.color-block.light-blue {
    border-style: none;
    background-color: #75baff;
}

.color-block.blue {
    background-color: #2b95ff;
}

.color-block.grey {
    background-color: #75695e;
}

.color-block.light-grey {
    background-color: #a2958b;
}

.color-block.hard-blue {
    background-color: #06c;
}

.color-block.dark-blue {
    background-color: #0d7ff1;
}

.color-block.dark-grey {
    background-color: #3f3b35;
}

.color-block.back-grey {
    border-style: solid;
    border-width: 1px;
    border-color: #ece7e0;
    background-color: #fbf7f1;
}

.color-block.soft-blue {
    background-color: #9accff;
}

.color-block.back-blue {
    background-color: #e7f3ff;
}

.color-block.soft-grey {
    background-color: #cfcac3;
}

.color-block.silver {
    background-color: #ece7e0;
}

.color-block.white {
    border-style: solid;
    border-width: 1px;
    border-color: #ece7e0;
    background-color: #fff;
}

.color-block.pale-blue {
    background-color: #d4e9ff;
}

.white {
    color: #fff;
    font-weight: 300;
}

.column-styleguide {
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 6px;
    background-color: #ece7e0;
}

.column {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 32px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.column.desk-10 {
    width: 83.33%;
}

.column.desk-12 {
    width: 100%;
}

.column.desk-11 {
    width: 91.66%;
}

.column.desk-6 {
    width: 50%;
}

.column.desk-5 {
    width: 41.66%;
}

.column.desk-1 {
    width: 8.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.column.desk-4 {
    width: 33.33%;
}

.column.desk-9 {
    width: 75%;
}

.column.desk-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.column.desk-2 {
    width: 16.66%;
}

.column.desk-7 {
    width: 80%;
}

.column.desk-8 {
    width: 66.66666666666667%;
}

.column.desk-0-5 {
    width: 4.166666666666667%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.ds-block {
    margin-bottom: 32px;
    font-size: 18px;
}

.horizontal-line {
    width: 100%;
    height: 1px;
    margin-bottom: 36px;
    background-color: #1d1916;
    opacity: 0.2;
}

.horizontal-line.design-system {
    position: relative;
    bottom: -80px;
}

.rich-text {
    text-align: left;
}

.rich-text img {
    border-radius: 5px;
}

.rich-text h4 {
    margin-top: 24px;
}

.rich-text h3 {
    margin-top: 24px;
}

.nav-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-cta-button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu-button.w--open {
    background-color: #fff;
    color: rgba(9, 106, 208, 0.2);
}

.nav-bar {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ece7e0;
    background-color: #fbf7f1;
}

.logo-div {
    display: block;
    width: 37%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
}

.nav-logo {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}

.nav-logo:hover {
    opacity: 0.75;
}

.nav-logo.w--current {
    width: 505px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-link {
    display: block;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    color: #75695e;
    font-size: 15px;
    text-decoration: none;
    cursor: pointer;
}

.footer-link:hover {
    opacity: 1;
    color: #a2958b;
}

.footer-link.w--current {
    opacity: 1;
}

.footer-links-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer {
    position: relative;
    z-index: 0;
    padding-top: 64px;
    padding-bottom: 64px;
}

.icon {
    width: 55px;
    height: 55px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
}

.icon.tab {
    width: 55px;
    height: 55px;
    margin-right: 16px;
    margin-bottom: 8px;
}

.logos-div {
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 27px;
    padding-bottom: 27px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 2px solid #ece7e0;
    border-bottom: 2px solid #ece7e0;
}

.banner-section {
    padding-right: 50px;
    padding-left: 50px;
    background-color: #d4e9ff;
}

.banner-container {
    display: block;
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.banner {
    margin-right: auto;
    margin-left: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 500;
    text-align: center;
}

.banner-text {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #333b4a;
    line-height: 1.3em;
    text-decoration: none;
}

.banner-text.w--current {
    color: #fff;
}

.header-large {
    width: 109%;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    background-color: transparent;
    font-size: 45px;
    line-height: 1.15em;
    font-weight: 600;
    letter-spacing: -0.8px;
}

.tab-text-boxes {
    overflow: hidden;
    width: 100%;
    margin-bottom: 4px;
    padding: 16px 16px 8px;
    border-left: 4px solid transparent;
    border-radius: 8px;
    background-color: hsla(0, 0%, 100%, 0);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #75695e;
    font-style: normal;
}

.tab-text-boxes:hover {
    background-color: hsla(0, 0%, 100%, 0.5);
    color: #3f3b35;
}

.tab-text-boxes.w--current {
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    color: #1d1916;
}

.tabs-text-boxes {
    width: 41.66666666666667%;
    padding-right: 18px;
    padding-left: 18px;
}

.tabs-images {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 58.333333333333336%;
    height: 500px;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.horizontal-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -18px;
    margin-left: -18px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.nav-dropdown {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 24px 5px 10px;
    border-radius: 5px;
    -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: color 200ms ease, transform 200ms ease;
    transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
    line-height: 24px;
    font-weight: 500;
}

.nav-dropdown:hover {
    opacity: 1;
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: #2b95ff;
}

.nav-dropdown.w--current {
    -webkit-transition-property: none;
    transition-property: none;
    color: #096ad0;
    font-weight: 700;
}

.dropdown-list.w--open {
    padding: 8px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #fbf7f1;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
}

.logo-container {
    width: 20%;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.partner-logo {
    opacity: 0.8;
}

.paragraph.s {
    opacity: 0.75;
    font-size: 14px;
    line-height: 1.4em;
}

.paragraph.l {
    font-size: 19px;
    line-height: 1.4em;
}

.paragraph.xl {
    margin-bottom: 40px;
    font-size: 24px;
}

.simple-input {
    width: 300px;
    height: 48px;
    margin-right: 8px;
    margin-bottom: 16px;
    margin-left: 16px;
    border: 1px solid #dde2e7;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
    font-size: 16px;
}

.simple-input.no-margin {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
}

.simple-input.no-margin::-webkit-input-placeholder {
    color: #cfcac3;
}

.simple-input.no-margin:-ms-input-placeholder {
    color: #cfcac3;
}

.simple-input.no-margin::-ms-input-placeholder {
    color: #cfcac3;
}

.simple-input.no-margin::placeholder {
    color: #cfcac3;
}

.quote-card {
    display: inline-block;
    margin-top: 24px;
    padding: 24px 24px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 12px;
    background-color: #fff;
    text-align: left;
}

.quote-card.light-blue {
    background-color: #d4e9ff;
    color: #2b95ff;
}

.quote-card.blue {
    background-color: #2b95ff;
    color: #fff;
}

.no-margin {
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav-menu {
    padding-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.regular {
    font-weight: 400;
}

.ds-menu-brand {
    width: 140px;
    margin-bottom: 50px;
    margin-left: 30px;
}

.ds-menu {
    width: 100%;
}

.ds-menu-link {
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 27px;
    border-left: 4px solid transparent;
    color: #333b4a;
}

.ds-menu-link:hover {
    color: #2b95ff;
}

.ds-menu-link.w--current {
    padding-right: 0px;
    background-color: #e7f3ff;
    color: #2b95ff;
    font-weight: 500;
}

.ds-nav {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    overflow: auto;
    width: 240px;
    padding-top: 40px;
    border-right: 1px solid #ced5db;
    background-color: #fff;
}

.form-radio-button {
    margin-bottom: 16px;
    padding-left: 24px;
}

.radio-button {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: -24px;
}

.radio-button.w--redirected-checked {
    border-width: 6px;
    border-color: #2b95ff;
}

.form-error {
    padding: 16px;
    border-radius: 6px;
    background-color: #ece7e0;
    color: #444;
}

.form {
    margin-bottom: 8px;
}

.ds-icon {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 4px;
}

.ds-icon-grid {
    margin-top: 24px;
}

.form-checkbox {
    margin-bottom: 16px;
    padding-left: 24px;
}

.check-box {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    margin-right: 10px;
    margin-left: -24px;
}

.check-box.w--redirected-checked {
    border-color: #2b95ff;
    background-color: #2b95ff;
    background-position: 50% 50%;
    background-size: 16px;
}

.ds-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-left: 240px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-success {
    padding: 32px;
    border-radius: 6px;
    background-color: #d4e9ff;
    color: #444;
    font-size: 16px;
    line-height: 1.4em;
}

.ds-section {
    position: relative;
    z-index: 0;
    padding: 60px 80px 48px 60px;
    text-align: left;
}

.ds-section.header {
    background-color: #2b95ff;
    color: #fff;
}

.ds-title {
    margin-bottom: 8px;
    color: #3f3b35;
}

.ds-section-header {
    margin-bottom: 50px;
}

.text-input {
    margin-bottom: 16px;
    padding: 24px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #ece7e0;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
    font-size: 15px;
    line-height: 1.4px;
}

.text-input:focus {
    border-color: #2b95ff;
}

.text-input::-webkit-input-placeholder {
    color: #cfcac3;
}

.text-input:-ms-input-placeholder {
    color: #cfcac3;
}

.text-input::-ms-input-placeholder {
    color: #cfcac3;
}

.text-input::placeholder {
    color: #cfcac3;
}

.text-input.form {
    min-height: 120px;
}

.card {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 6px;
    background-color: #fff;
    -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, opacity 200ms ease;
    transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
    text-align: left;
}

.card:hover {
    -webkit-transform: translate(0px, -3px);
    -ms-transform: translate(0px, -3px);
    transform: translate(0px, -3px);
}

.card.template {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    box-shadow: 0 2px 20px 0 rgba(29, 25, 22, 0.05);
}

.card.pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 32px 24px;
    -webkit-transition-property: none;
    transition-property: none;
}

.card.pricing:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.card.pricing.light-blue {
    background-color: #d4e9ff;
}

.card.pricing.outline {
    background-color: #fbf7f1;
    box-shadow: inset 0 0 0 2px #ece7e0;
}

.card.pricing.outline {
    background-color: #fbf7f1;
    box-shadow: inset 0 0 0 2px #ece7e0;
}

.card.pricing.light-blue {
    background-color: #d4e9ff;
}

.card.updates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 64px;
    padding: 38px 32px 40px;
    border-style: solid;
    border-width: 2px;
    border-color: #ece7e0;
    background-color: #fbf7f1;
    -webkit-transition-property: none;
    transition-property: none;
}

.card.updates:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.card.contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 32px 32px 24px;
    -webkit-transition-property: none;
    transition-property: none;
}

.card.contact:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.card-thumbnail {
    border-radius: 5px 5px 0px 0px;
}

.card-text-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #1d1916;
}

.medium-paragraph {
    margin-bottom: 0px;
    color: #69737c;
    font-size: 16px;
    line-height: 1.4em;
}

.card-tag {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -3px;
    padding: 4px 12px;
    border-radius: 40px;
    background-color: #fbf7f1;
    color: #75695e;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.4px;
}

.feature-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px;
    padding-right: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.feature-horizontal.horizontal-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.icon-side.small {
    width: 32px;
    margin-right: 20px;
}

.text-area {
    min-height: 120px;
    margin-bottom: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #ece7e0;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
    font-size: 15px;
}

.text-area::-webkit-input-placeholder {
    color: #cfcac3;
}

.text-area:-ms-input-placeholder {
    color: #cfcac3;
}

.text-area::-ms-input-placeholder {
    color: #cfcac3;
}

.text-area::placeholder {
    color: #cfcac3;
}

.tabs-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.vertical-tab {
    width: 100%;
    margin-top: 24px;
    margin-bottom: 24px;
}

.tab-link {
    width: 140px;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-bottom: 2px solid #cfcac3;
    background-color: transparent;
    opacity: 0.5;
    color: #75695e;
    font-size: 18px;
    text-align: center;
}

.tab-link:hover {
    border-bottom-color: #2b95ff;
}

.tab-link.w--current {
    border-bottom-color: #2b95ff;
    background-color: transparent;
    opacity: 1;
    color: #2b95ff;
    font-weight: 700;
}

.question {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.answer {
    display: block;
    overflow: hidden;
}

.question-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    margin-bottom: 24px;
    padding-top: 10px;
    padding-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #ece7e0;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
}

.question-arrow-icon {
    margin-top: 8px;
    margin-right: 8px;
    margin-left: 24px;
}

.ds-description {
    max-width: 400px;
    color: #929aa1;
}

.tab-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.questions {
    width: 100%;
    margin-bottom: 48px;
}

.tick-list li {
    margin-bottom: 8px;
    padding-left: 26px;
    background-image: url('../images/Blue-Tick.svg');
    background-position: 0px 6px;
    background-size: 15px;
    background-repeat: no-repeat;
    font-size: 16px;
}

.tick-list ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style-type: none;
}

.pricing-grid-row {
    display: -ms-grid;
    display: grid;
    padding-top: 15px;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-areas: ".";
    -ms-grid-columns: 3fr 0px 1fr 0px 1fr 0px 1fr;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-grid-row.top {
    border-top-style: none;
}

.pricing-grid {
    margin-right: auto;
    margin-left: auto;
}

.plan-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-right: 1px solid #dfe2e7;
    border-bottom: 3px solid #d4e9ff;
}

.plan-header.green {
    border-bottom-color: #2b95ff;
}

.plan-header.last {
    border-right-style: none;
}

.small-button {
    margin-bottom: 16px;
    padding: 4px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 24px;
    background-color: #2b95ff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.small-button:hover {
    background-color: #0d7ff1;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.small-button:active {
    background-color: #06c;
}

.small-button.light {
    margin-right: 0px;
    background-color: #d4e9ff;
    box-shadow: none;
    color: #2b95ff;
}

.small-button.light:hover {
    background-color: #9accff;
    color: #0d7ff1;
}

.small-button.light:active {
    background-color: #2b95ff;
    color: #fff;
}

.small-button.outline {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #9accff;
    color: #2b95ff;
}

.small-button.outline:hover {
    background-color: #2b95ff;
    box-shadow: inset 0 0 0 2px #2b95ff;
    color: #fff;
}

.small-button.outline:active {
    background-color: #0d7ff1;
    box-shadow: inset 0 0 0 2px #0d7ff1;
}

.small-button.no-margin {
    margin-bottom: 0px;
}

.pricing-grid-section {
    margin-top: 20px;
    margin-bottom: 40px;
}

.pricing-grid-tick {
    width: 18px;
    margin-top: 5px;
}

.pricing-grid-tick.hidden {
    opacity: 0;
}

.cta-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 52px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    background-color: #e7f3ff;
}

.nav-container {
    left: 0px;
    top: 0px;
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 75px;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.center-image {
    position: relative;
    display: block;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
}

.error-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.dropdown-link {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #3f3b35;
    font-size: 16px;
    font-weight: 500;
}

.dropdown-link:hover {
    color: #2b95ff;
}

.dropdown-link.w--current {
    color: #3f3b35;
}

.dropdown-link.blue {
    color: #2b95ff;
}

.dropdown-link.blue:hover {
    color: #06c;
}

.card-title {
    display: block;
    margin-bottom: 8px;
    color: #1d1916;
}

.card-title:hover {
    color: #424957;
}

.card-summary {
    margin-bottom: 0px;
    color: #69737c;
    font-size: 16px;
    line-height: 1.4em;
}

.logo {
    margin-top: 6px;
    padding-top: 14px;
}

.nav-link {
    padding: 5px 11px;
    -webkit-transition: background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    transition: background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    transition: background-color 200ms ease, transform 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    color: #3f3b35;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
}

.nav-link:hover {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: #2b95ff;
}

.nav-link:active {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #0d7ff1;
}

.nav-link.w--current {
    color: #3f3b35;
}

.nav-link.w--current:hover {
    color: #0d7ff1;
}

.nav-link.secondary {
    margin-right: 8px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 50px;
    background-color: #d4e9ff;
    color: #2b95ff;
}

.nav-link.secondary:hover {
    background-color: rgba(154, 204, 255, 0.8);
}

.nav-link.secondary:active {
    background-color: #e7f3ff;
}

.nav-link.primary {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 40px;
    background-color: #2b95ff;
    box-shadow: 0 1px 38px 0 rgba(0, 0, 0, 0.03);
    color: #fff;
}

.nav-link.primary:hover {
    background-color: #0d7ff1;
}

.nav-link.primary:active {
    background-color: #06c;
    color: #fff;
}

.form-dropdown {
    position: relative;
    width: 100%;
    height: 48px;
    margin-bottom: 16px;
    padding: 8px 16px;
    border-style: none;
    border-width: 1px;
    border-color: #ece7e0;
    border-radius: 5px;
    background-color: #fff;
    font-size: 15px;
}

.form-dropdown:hover {
    color: #37474e;
}

.form-dropdown:focus {
    color: #37474e;
}

.form-dropdown::-webkit-input-placeholder {
    color: #999;
    font-size: 15px;
}

.form-dropdown:-ms-input-placeholder {
    color: #999;
    font-size: 15px;
}

.form-dropdown::-ms-input-placeholder {
    color: #999;
    font-size: 15px;
}

.form-dropdown::placeholder {
    color: #999;
    font-size: 15px;
}

.field-block {
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 20px;
    min-width: 50px;
    margin-bottom: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid transparent;
}

.post-tag {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 12px;
    margin-left: -3px;
    padding: 4px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #ece7e0;
    border-radius: 40px;
    color: #75695e;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.4px;
}

.error {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.banner-link {
    display: inline;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    color: #2b95ff;
    line-height: 1.3em;
    text-decoration: none;
}

.banner-link:hover {
    color: #0d7ff1;
}

.footer-header {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: capitalize;
}

.sign-in-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fbf7f1;
    background-image: radial-gradient(circle farthest-corner at 0% 100%, #9accff, rgba(251, 247, 241, 0) 51%);
}

.center-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 400px;
    padding: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-radius: 15px;
    text-align: center;
}

.sign-up-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.footer-container {
    display: block;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #ece7e0;
}

.ds-colour-block {
    display: inline-block;
    width: 12.5%;
    padding-right: 16px;
}

.ds-colour-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ds-module {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
    min-width: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 5px;
    background-color: #ece7e0;
}

._1-2-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    max-width: 1000px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

._1-2-5-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    max-width: 1000px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 2.5fr;
    grid-template-columns: 1fr 2.5fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.grid.desk-4 {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.desk-3 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
}

._2-5-1-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    max-width: 1000px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 2.5fr 1fr;
    grid-template-columns: 2.5fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

._2-1-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    max-width: 1000px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.heading.h1 {
    margin-bottom: 18px;
    font-size: 45px;
    line-height: 1.25em;
}

.heading.h1.no-margin {
    margin-bottom: 0px;
}

.heading.h2 {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 1.3em;
}

.heading.h3 {
    font-size: 26px;
    line-height: 1.4em;
}

.heading.h4 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 600;
}

.heading.h5 {
    margin-bottom: 12px;
    color: #3f3b35;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.heading.h6 {
    color: #75695e;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 500;
}

.templates-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.templates-tab-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 140px;
    margin-right: 80px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.tabs-content {
    overflow: visible;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.tab-category {
    margin: 4px 0px;
    padding: 7px 16px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-radius: 30px;
    background-color: transparent;
    -webkit-transition: background-color 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, color 200ms ease;
    color: #75695e;
    font-size: 16px;
}

.tab-category:hover {
    background-color: #e7f3ff;
    color: #75baff;
}

.tab-category.w--current {
    background-color: #d4e9ff;
    opacity: 1;
    color: #2b95ff;
    font-weight: 500;
}

.content-box._600px {
    max-width: 600px;
}

.content-box.center {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.content-box.center._600px {
    max-width: 600px;
}

.content-box.center._900px {
    max-width: 900px;
}

.dropdown-arrow {
    margin-right: 8px;
    margin-bottom: 10px;
    opacity: 0.3;
    font-size: 12px;
}

.error2 {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.licenses-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 96px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    padding: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: radial-gradient(circle farthest-corner at 10% 100%, #9accff, rgba(251, 247, 241, 0) 37%);
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 400px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.visible-spacer {
    display: inline-block;
    margin-bottom: 24px;
    border-radius: 5px;
    background-color: #ece7e0;
}

.features-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.overflow-image {
    width: 170%;
    max-width: none;
}

.hero-image {
    margin-bottom: -120px;
}

.section-shadow {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 100%;
    height: 150px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fbf7f1), to(rgba(251, 247, 241, 0)));
    background-image: linear-gradient(0deg, #fbf7f1, rgba(251, 247, 241, 0));
}

.highlight {
    display: inline-block;
    padding-right: 9px;
    padding-bottom: 8px;
    padding-left: 9px;
    border-radius: 4px;
    background-color: #2b95ff;
    color: #fff;
    line-height: 1.1em;
}

.highlight.assitant {
    font-size: 45px;
}

.email-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.email-input {
    width: 300px;
    height: 44px;
    margin-right: -40px;
    margin-bottom: 8px;
    margin-left: -3px;
    padding-right: 30px;
    padding-left: 22px;
    border-style: solid;
    border-width: 1px;
    border-color: #ece7e0;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
    font-size: 18px;
}

.email-input::-webkit-input-placeholder {
    color: #cfcac3;
}

.email-input:-ms-input-placeholder {
    color: #cfcac3;
}

.email-input::-ms-input-placeholder {
    color: #cfcac3;
}

.email-input::placeholder {
    color: #cfcac3;
}

.quote-grid {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 24px;
    column-gap: 24px;
    -webkit-column-rule-width: 0px;
    column-rule-width: 0px;
}

.field-split {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.field-spacer {
    width: 24px;
    height: 10px;
}

.nav-spacer {
    height: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.sign-in-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
}

.sign-up-nav {
    position: absolute;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.get-started-logo {
    margin-right: auto;
    margin-left: auto;
}

.vertical-divider {
    width: 2px;
    margin-right: -2px;
    background-color: #ece7e0;
}

.image-grid {
    position: relative;
    display: -ms-grid;
    display: grid;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
}

.card-image-colour {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d4e9ff;
}

.card-icon {
    max-width: 80px;
}

.template-body {
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    padding: 40px;
    border-radius: 12px;
    background-color: #fff;
}

.dropdown-nav-link {
    color: #3f3b35;
}

.dropdown-nav-link:hover {
    color: #2b95ff;
}

.blog-image {
    position: relative;
    display: block;
    margin-right: auto;
    margin-bottom: 16px;
    margin-left: auto;
    border-radius: 8px;
}

.section-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 57px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.questions-section {
    margin-top: -110px;
    margin-bottom: 40px;
    padding-top: 110px;
}

.faq-heading {
    display: block;
    margin-bottom: 12px;
    color: #3f3b35;
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 500;
}

.faq-heading:hover {
    color: #1d1916;
}

.faq-heading.w--current {
    color: #2b95ff;
    font-weight: 600;
}

.social-login {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    margin-top: 33px;
    margin-bottom: 24px;
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    border: 1.1px none #e4e4e4;
    border-radius: 5px;
    background-color: #fdfdff;
    box-shadow: 0 1px 3px 0 rgba(31, 28, 28, 0.1);
    -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
    transition: box-shadow 200ms ease, background-color 200ms ease;
    color: rgba(31, 28, 28, 0.8);
    font-size: 16px;
    letter-spacing: 0.05em;
    text-decoration: none;
}

.social-login:hover {
    border-color: #dbdbdb;
    box-shadow: 0 4px 8px 0 rgba(31, 28, 28, 0.1);
}

.social-login:active {
    background-color: #f1f3f7;
    box-shadow: 0 2px 6px 0 rgba(31, 28, 28, 0.1);
}

.image {
    width: 30px;
    height: 30px;
    padding: 3px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 20px;
}

.div-block-3 {
    width: 100%;
    text-align: center;
}

.text-block-9 {
    display: inline-block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 100%;
    text-decoration: none;
}

.image-2 {
    width: 19%;
}

.image-3 {
    width: 19%;
}

.image-4 {
    width: 19%;
}

.image-5 {
    width: 19%;
}

.image-6 {
    width: 19%;
}

.image-7 {
    width: 19%;
}

.image-8 {
    width: 26%;
}

.navbar {
    position: fixed;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
}

.nav-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    padding-right: 28px;
    padding-left: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nav-flex.midden {
    width: 159px;
    padding: 39px 0px 38px;
}

.nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 110%;
    margin-top: 53px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.link-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.link-block.current {
    background-color: rgba(194, 201, 255, 0.15);
}

.body {
    background-color: #fbfaff;
}

.div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 49px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid #000;
}

.div-block-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.section-2 {
    height: 164px;
}

.heading-2 {
    font-size: 30px;
    font-weight: 600;
}

.section-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: 175px;
}

.box-padding {
    padding: 1.6em;
}

.box-padding.paper-padding {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 1.25em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.doc-image {
    width: 20%;
    margin-bottom: 1em;
    text-align: left;
}

.doc-heading {
    margin-top: 0px;
    margin-bottom: auto;
    font-size: 16px;
}

.doc-description {
    overflow: hidden;
    max-height: 75px;
    margin-bottom: 1em;
    font-size: 12px;
}

.doc-date {
    color: rgba(51, 51, 51, 0.5);
    font-size: 12px;
}

.spacer-2 {
    height: 48px;
    background-color: #ece7e0;
}

.spacer-2._16 {
    width: 16px;
    height: 16px;
    background-color: transparent;
}

.spacer-2._64 {
    width: 64px;
    height: 64px;
    background-color: transparent;
}

.spacer-2.account {
    height: 24px;
    background-color: #fff;
}

.spacer-2._48 {
    width: 48px;
    border-radius: 6px;
    background-color: transparent;
}

.spacer-2._24 {
    width: 24px;
    height: 24px;
    background-color: transparent;
    text-transform: uppercase;
}

.button-2 {
    margin-bottom: 8px;
    padding: 8px 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 40px;
    background-color: #2b95ff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.button-2:hover {
    background-color: #0d7ff1;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
    color: #fbf7f1;
}

.button-2:active {
    background-color: #06c;
}

.button-2.grey {
    background-color: #ece7e0;
    box-shadow: none;
    color: #75695e;
}

.button-2.grey:hover {
    background-color: #cfcac3;
}

.button-2.grey:active {
    background-color: #a2958b;
    color: #3f3b35;
}

.card-image-colour-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #d4e9ff;
}

.card-text-container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #1d1916;
}

.card-tag-2 {
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -3px;
    padding: 4px 12px;
    border-radius: 40px;
    background-color: #fbf7f1;
    color: #75695e;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.4px;
}

.div-block-10 {
    background-color: #fff;
}

.tabs-menu-2 {
    margin-bottom: 17px;
    padding-bottom: 0px;
}

.text-block-11 {
    font-size: 32px;
}

.text-block-12 {
    font-size: 32px;
}

.pricing-time {
    color: #1d1916;
    font-size: 32px;
    font-weight: 600;
}

.tab-link-tab-1 {
    border: 1px solid #000;
    background-color: #fff;
}

.tab-link-tab-1.w--current {
    border: 1px solid #000;
    border-radius: 2px;
    background-color: rgba(154, 204, 255, 0.15);
}

.tab-link-tab-2 {
    border: 1px solid #000;
    border-radius: 2px;
    background-color: #fff;
}

.tab-link-tab-2.w--current {
    background-color: rgba(154, 204, 255, 0.16);
}

.form-2 {
    margin-bottom: 8px;
    padding-top: 52px;
}

.email-input-2 {
    width: 300px;
    height: 44px;
    margin-right: -40px;
    margin-bottom: 8px;
    margin-left: -3px;
    padding-right: 30px;
    padding-left: 22px;
    border-style: solid;
    border-width: 1px;
    border-color: #ece7e0;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.02);
    font-size: 18px;
}

.email-input-2::-webkit-input-placeholder {
    color: #cfcac3;
}

.email-input-2:-ms-input-placeholder {
    color: #cfcac3;
}

.email-input-2::-ms-input-placeholder {
    color: #cfcac3;
}

.email-input-2::placeholder {
    color: #cfcac3;
}

.form-success-2 {
    padding: 32px;
    border-radius: 6px;
    background-color: #d4e9ff;
    color: #444;
    font-size: 16px;
    line-height: 1.4em;
}

.form-error-2 {
    padding: 16px;
    border-radius: 6px;
    background-color: #ece7e0;
    color: #444;
}

.nav-menu-2 {
    padding-right: 12px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

.dropdown-link-2 {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #3f3b35;
    font-size: 16px;
    font-weight: 500;
}

.dropdown-link-2:hover {
    color: #2b95ff;
}

.dropdown-link-2.w--current {
    color: #3f3b35;
}

.dropdown-link-2.blue {
    color: #2b95ff;
}

.dropdown-link-2.blue:hover {
    color: #06c;
}

.nav-dropdown-2 {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 24px 5px 10px;
    border-radius: 5px;
    -webkit-transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: color 200ms ease, -webkit-transform 200ms ease;
    transition: color 200ms ease, transform 200ms ease;
    transition: color 200ms ease, transform 200ms ease, -webkit-transform 200ms ease;
    line-height: 24px;
    font-weight: 500;
}

.nav-dropdown-2:hover {
    opacity: 1;
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: #2b95ff;
}

.nav-dropdown-2.w--current {
    -webkit-transition-property: none;
    transition-property: none;
    color: #096ad0;
    font-weight: 700;
}

.dropdown-list-2.w--open {
    padding: 8px 12px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #fbf7f1;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.05);
}

.nav-content-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.nav-link-2 {
    /* padding: 5px 11px; */
    padding: 5px 9px;
    -webkit-transition: background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    transition: background-color 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    transition: background-color 200ms ease, transform 200ms ease, color 200ms ease;
    transition: background-color 200ms ease, transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    color: #3f3b35;
    line-height: 24px;
    font-weight: 500;
    cursor: pointer;
}

.nav-link-2:hover {
    -webkit-transform: translate(0px, -2px);
    -ms-transform: translate(0px, -2px);
    transform: translate(0px, -2px);
    color: #2b95ff;
}

.nav-link-2:active {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    color: #0d7ff1;
}

.nav-link-2.w--current {
    color: #3f3b35;
}

.nav-link-2.w--current:hover {
    color: #0d7ff1;
}

.nav-link-2.primary {
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 40px;
    background-color: #2b95ff;
    box-shadow: 0 1px 38px 0 rgba(0, 0, 0, 0.03);
    color: #fff;
}

.nav-link-2.primary:hover {
    background-color: #0d7ff1;
}

.nav-link-2.primary:active {
    background-color: #06c;
    color: #fff;
}

.nav-link-2.secondary {
    margin-right: 8px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 50px;
    background-color: #d4e9ff;
    color: #2b95ff;
}

.nav-link-2.secondary:hover {
    background-color: rgba(154, 204, 255, 0.8);
}

.nav-link-2.secondary:active {
    background-color: #e7f3ff;
}

.dropdown-nav-link-2 {
    color: #3f3b35;
}

.dropdown-nav-link-2:hover {
    color: #2b95ff;
}

.div-block-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.spacer-3 {
    width: 16px;
    height: 24px;
    padding-top: 0px;
    background-color: #fff;
}

.text-block-13.generate {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.text-block-13.midden {
    padding-left: 19px;
    color: #1d1916;
    font-weight: 500;
}

.nav-menu-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-top: 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.account-text-2.midden {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #1d1916;
    font-weight: 500;
}

.button-3 {
    margin-bottom: 8px;
    padding: 8px 32px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 40px;
    background-color: #2b95ff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.03);
    -webkit-transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    transition: border-color 200ms ease, color 200ms ease, box-shadow 200ms ease, background-color 200ms ease;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
}

.button-3:hover {
    background-color: #0d7ff1;
    box-shadow: 0 7px 20px -10px rgba(0, 0, 0, 0.2);
    color: #fbf7f1;
}

.button-3:active {
    background-color: #06c;
}

.button-3.no-margin {
    margin-right: 0px;
    margin-left: 0px;
}

.button-3.light {
    background-color: #d4e9ff;
    box-shadow: none;
    color: #2b95ff;
}

.button-3.light:hover {
    background-color: #9accff;
    color: #0d7ff1;
}

.button-3.light:active {
    background-color: #2b95ff;
    color: #fff;
}

.image-15 {
    padding-top: 18px;
    padding-bottom: 23px;
}

.div-block-empty {
    height: 187px;
    margin-left: 177px;
    padding-top: 0px;
}

.white-box {
    width: 48%;
    margin-right: 1%;
    margin-bottom: 2%;
    margin-left: 1%;
    border-style: solid;
    border-width: 1px;
    border-color: #f3f3f3;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 11px 11px 15px -5px rgba(0, 0, 0, 0.1);
    color: #333;
}

.white-box.link-box {
    -webkit-transition: box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease, color 200ms ease;
    transition: box-shadow 200ms ease, transform 200ms ease, color 200ms ease, -webkit-transform 200ms ease;
}

.white-box.link-box:hover {
    box-shadow: 21px 21px 25px -10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(-2px, -2px);
    -ms-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
}

.white-box.link-box.paper-box {
    position: relative;
    width: 16%;
}

.white-box.third {
    width: 31%;
}

.white-box.two-third {
    width: 64%;
    margin-right: 1%;
    margin-left: 1%;
}

.paper {
    width: 100%;
}

.dash-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1%;
    margin-left: 14%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.div-block-14 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 49px;
    margin-left: 9px;
    padding-right: 24px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom: 1px solid rgba(0, 0, 0, 0.31);
}

.div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 48px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.heading-4 {
    font-size: 30px;
}

.nav-dropdown-list {
    opacity: 0;
    -webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}

.nav-dropdown-list.w--open {
    top: 50px;
    right: 10px;
    z-index: 2;
    max-height: 80vh;
    min-height: 20px;
    margin-top: 0px;
    padding-bottom: 25px;
    border: 1px solid #e9f2f5;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 20px 30px -10px rgba(45, 62, 80, 0.12);
    opacity: 1;
}

.navigation-icon {
    width: 20px;
    margin-right: 1em;
    text-align: right;
}

.dropdown-2 {
    margin-right: 0px;
    margin-left: 0px;
}

.navigation-item {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0.5em;
    margin-left: 0.5em;
    padding: 1em 2.4em 1em 1em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #fff;
    opacity: 0.6;
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.navigation-item:hover {
    opacity: 0.9;
}

.navigation-item:active {
    opacity: 0.8;
}

.navigation-item.w--current {
    background-color: transparent;
    opacity: 1;
    color: #1875f0;
    font-weight: 600;
}

.navigation-item.w--current:active {
    opacity: 0.7;
    color: #32343a;
}

.navigation-item.profile-nav {
    height: 65px;
    margin-top: -1em;
    margin-bottom: -1.8em;
    padding-bottom: 0.9em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 15px;
}

.navigation-item.logout-link {
    width: 36px;
    margin-top: 1em;
    margin-right: 1em;
    margin-left: 0em;
    padding-top: 1.5em;
    padding-bottom: 0em;
    border-top: 1px solid #f3f3f3;
}

.navigation-item.dropdown-nav-item {
    margin-left: 0em;
}

.profile-pic {
    overflow: hidden;
    max-width: 34px;
    margin-right: 0.75em;
    border-radius: 50%;
}

.webflow-diamond {
    position: absolute;
    top: -5px;
    right: 17px;
    bottom: auto;
    z-index: 0;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(219, 226, 235, 0.5);
    border-radius: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.image-16 {
    padding-top: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.text-block-14 {
    padding-left: 6px;
    padding-bottom: 15px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.div-block-16 {
    background-color: #fbf7f1;
}

.div-block-17 {
    width: 76px;
    border-radius: 11px;
    background-color: #ece7e0;
}

.text-block-15 {
    font-weight: 500;
}

.container-3 {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 148px;
}

.center-label {
    margin-top: 1em;
    text-align: center;
}

.dash-row-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -1%;
    margin-left: -1%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.colorful-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    margin-right: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(24, 117, 240, 0.1);
    color: #1875f0;
    text-align: center;
}

.colorful-icon.green {
    background-color: rgba(2, 201, 8, 0.1);
    color: #02c908;
}

.colorful-icon.purple {
    background-color: rgba(106, 117, 216, 0.1);
    color: #a279f9;
}

.large-number {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 1.6;
}

.image-17 {
    width: 104px;
}

.text-input-2 {
    margin-bottom: 16px;
    padding: 24px 16px;
    border-style: solid;
    border-width: 1px;
    border-color: #ece7e0;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
    font-size: 15px;
    line-height: 1.4px;
}

.text-input-2:focus {
    border-color: #2b95ff;
}

.text-input-2::-webkit-input-placeholder {
    color: #cfcac3;
}

.text-input-2:-ms-input-placeholder {
    color: #cfcac3;
}

.text-input-2::-ms-input-placeholder {
    color: #cfcac3;
}

.text-input-2::placeholder {
    color: #cfcac3;
}

.section-6 {
    position: relative;
    z-index: 0;
    padding-top: 80px;
    padding-bottom: 0px;
    background-color: #fbfaff;
}

.text-area-2 {
    min-height: 120px;
    margin-bottom: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #ece7e0;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.01);
    font-size: 15px;
}

.text-area-2::-webkit-input-placeholder {
    color: #cfcac3;
}

.text-area-2:-ms-input-placeholder {
    color: #cfcac3;
}

.text-area-2::-ms-input-placeholder {
    color: #cfcac3;
}

.text-area-2::placeholder {
    color: #cfcac3;
}

.div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 48px;
    margin-left: auto;
    padding-top: 14px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-block-17 {
    font-size: 17px;
    font-weight: 500;
}

.text-block-18 {
    padding-left: 3px;
    color: #06c;
    font-size: 17px;
    font-weight: 500;
}

.div-block-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.tabs-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
}

.tabs-menu-4 {
    margin-right: auto;
    margin-left: auto;
}

.tabs-3 {
    margin-right: auto;
    margin-left: auto;
}

.pricing-time-2 {
    color: #1d1916;
    font-size: 32px;
    font-weight: 600;
}

.paragraph-small-2 {
    color: #75695e;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: 400;
}

.tab-link-tab-2-2 {
    border: 1px solid #000;
    border-radius: 2px;
    background-color: #fff;
}

.tab-link-tab-2-2.w--current {
    background-color: rgba(154, 204, 255, 0.16);
}

.tab-link-tab-1-3 {
    border: 1px solid #000;
    background-color: #fff;
}

.tab-link-tab-1-3.w--current {
    border: 1px solid #000;
    border-radius: 2px;
    background-color: rgba(154, 204, 255, 0.15);
}

.icon-2 {
    margin-right: -5px;
}

@media screen and (min-width: 1280px) {
    img {
        margin-left: 6px;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
    }

    .container.center-align {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    .logo-div {
        width: 33%;
    }

    .nav-logo.w--current {
        width: 112%;
    }

    .banner-container {
        max-width: 1140px;
    }

    .header-large {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0px;
    }

    .nav-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .logo {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 16px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-link.pricing {
        margin-top: -31px;
        margin-right: 23px;
    }

    .heading.h2 {
        margin-left: 35px;
    }

    .hero-image {
        width: 1130px;
    }

    .highlight {
        padding-left: 0px;
    }

    .section-top {
        height: 57px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .image-8 {
        width: 29%;
    }

    .navbar {
        background-color: #fff;
    }

    .div-block-4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .nav-flex {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        padding: 39px 31px 39px 34px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .nav-flex.midden {
        width: 159px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .nav-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 110%;
        margin-left: 0px;
        padding-top: 31px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
    }

    .link-block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-top: 0px;
        margin-left: -1px;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 0px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: transparent;
    }

    .link-block:visited {
        height: auto;
        margin-top: 0px;
        margin-right: auto;
        margin-left: auto;
        padding-top: 7px;
        padding-bottom: 7px;
        background-color: rgba(29, 25, 22, 0.48);
    }

    .link-block.current {
        background-color: rgba(194, 201, 255, 0.15);
    }

    .text-block-10 {
        display: block;
        padding-left: 13px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        font-family: Inter, sans-serif;
        color: #1d1916;
        font-size: 18px;
        font-weight: 500;
        text-align: left;
    }

    .text-block-10.generate {
        padding-left: 6px;
        color: #1d1916;
    }

    .body {
        height: auto;
        background-color: #fbfaff;
        font-size: 16px;
    }

    .account-text {
        display: block;
        margin-right: -23px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        color: #1d1916;
        font-size: 18px;
        font-weight: 500;
    }

    .image-9 {
        width: 21%;
    }

    .image-10 {
        width: 21%;
    }

    .div-block-5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 49px;
        margin-left: 0px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-style: solid;
        border-width: 0px 0px 1px;
        border-color: #000;
    }

    .div-block-6 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 90px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        text-align: justify;
    }

    .image-11 {
        margin-left: 21px;
    }

    .image-12 {
        margin-left: -13px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

    .div-block-7 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 0px;
        padding-bottom: 46px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        background-color: #fbfaff;
    }

    .div-block-8 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 11%;
        height: 0px;
        margin-left: 660px;
        padding-top: 6px;
        padding-bottom: 45px;
        padding-left: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
        border: 0px solid #fff;
        border-radius: 3px;
        background-color: transparent;
    }

    .section-2 {
        height: 216px;
        margin-left: 0px;
    }

    .heading-2 {
        color: #fff;
        font-size: 24px;
    }

    .heading-3 {
        padding-left: 6px;
        color: #fff;
        font-size: 20px;
    }

    .div-block-9 {
        width: auto;
        height: 187px;
    }

    .section-3 {
        width: auto;
        margin-left: 176px;
    }

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

    .doc-description {
        font-size: 12px;
    }

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

    .spacer-2._64 {
        width: 8px;
        height: 27px;
    }

    .spacer-2.account {
        width: 11px;
        height: 24px;
        background-color: #fff;
    }

    .button-2 {
        width: 256px;
    }

    .card-image-colour-2 {
        height: 76px;
    }

    .div-block-10 {
        height: 268px;
        border-style: solid;
        border-width: 1px;
        border-color: #d6d6d6;
        background-color: #fff;
    }

    .tools-container {
        width: 961px;
        margin-left: 22px;
    }

    .collection-item {
        width: 392px;
        margin-left: 31px;
    }

    .collection-list {
        width: 100%;
    }

    .collection-list-wrapper {
        width: 134%;
    }

    .section-4 {
        margin-left: 176px;
    }

    .image-13 {
        margin-left: 16px;
    }

    .nav-menu-2 {
        min-width: 17%;
    }

    .div-block-11 {
        width: 21px;
    }

    .image-14 {
        margin-left: -8px;
    }

    .div-block-12 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 111px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        text-align: justify;
    }

    .spacer-3 {
        width: 15px;
        height: 24px;
        background-color: #fff;
    }

    .text-block-13 {
        display: block;
        padding-left: 13px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        font-family: Inter, sans-serif;
        color: #1d1916;
        font-size: 18px;
        font-weight: 500;
        text-align: left;
    }

    .text-block-13.generate {
        padding-left: 6px;
        color: #1d1916;
    }

    .text-block-13.midden {
        padding-left: 16px;
    }

    .nav-menu-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        margin-left: 0px;
        padding-top: 31px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
        align-content: space-around;
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto;
    }

    .account-text-2 {
        display: block;
        margin-right: -20px;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
        color: #1d1916;
        font-size: 18px;
        font-weight: 500;
    }

    .white-box.link-box.paper-box {
        width: 14%;
        height: 10%;
    }

    .dash-row {
        margin-left: 14%;
        padding-top: 28px;
    }

    .div-block-13 {
        height: 74px;
    }

    .div-block-14 {
        margin-left: 0px;
    }

    .div-block-15 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .navigation-item {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .container-3 {
        padding-left: 0px;
    }

    .section-5 {
        padding-left: 202px;
    }

    .div-block-18 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 75px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: 113px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .tab-link-tab-1-2 {
        background-color: #c8c8c8;
    }

    .tab-link-tab-1-2.w--current {
        background-color: hsla(0, 0%, 78.4%, 0.28);
    }

    .tab-link-tab-1-2.nav.w--current {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 117px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    .tabs-menu-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .text-block-16 {
        display: block;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end;
    }

    .section-6 {
        margin-left: 150px;
        background-color: rgba(251, 247, 241, 0);
    }

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

    .field-label-2 {
        font-weight: 500;
    }

    .field-label-3 {
        font-weight: 500;
    }

    .div-block-19 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 95px;
        margin-right: 60px;
        margin-left: auto;
        padding-top: 12px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-style: solid;
        border-width: 0px;
        border-color: #c4c4c4;
        border-radius: 2px;
        background-color: #fff;
    }

    .text-block-17 {
        display: block;
        font-size: 17px;
        font-weight: 500;
    }

    .text-block-18 {
        padding-left: 6px;
        color: #06c;
        font-size: 17px;
        font-weight: 500;
    }

    .div-block-20 {
        width: 128px;
    }

    .div-block-21 {
        width: 130px;
    }

    .heading-5 {
        margin-right: auto;
        margin-bottom: 33px;
        margin-left: auto;
        font-size: 38px;
    }

    .section-7 {
        display: block;
        margin-right: 145px;
        margin-left: 286px;
        padding-right: 0px;
    }

    .field-label-4 {
        font-size: 19px;
    }

    .form-3 {
        padding-top: 51px;
    }

    .icon-2 {
        /* margin-right: -4px; */
        margin-right: -7px;
    }

    .drop-down {
        padding-right: 6px;
    }

    .dropdown-list-3 {
        background-color: #fbf7f1;
    }
}

@media screen and (max-width: 991px) {
    .button {
        position: relative;
    }

    .button.light {
        font-size: 18px;
        line-height: 1.4;
    }

    ._12-columns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

    .container.center-align {
        padding-right: 70px;
    }

    .column {
        width: 50%;
    }

    .column.desk-6.tab-8 {
        width: 66.66666666666667%;
    }

    .column.desk-6.tab-12 {
        width: 100%;
    }

    .column.desk-5 {
        width: 50%;
    }

    .column.desk-5.tab-12 {
        width: 100%;
    }

    .column.desk-1.tab-0 {
        display: none;
    }

    .column.desk-3 {
        width: 33.33%;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .column.desk-2.tab-4 {
        width: 33.333333333333336%;
    }

    .column.desk-7.tab-8 {
        width: 66.66666666666667%;
    }

    .column.desk-0-5.tab-0 {
        display: none;
    }

    .ds-block {
        margin-bottom: 40px;
    }

    .menu-icon {
        color: #096ad0;
    }

    .nav-content {
        margin-left: 16px;
    }

    .menu-button {
        margin-right: -146px;
        padding-right: 0px;
    }

    .menu-button.w--open {
        background-color: transparent;
        color: #096ad0;
    }

    .logo-div {
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .nav-logo {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .footer-logo {
        margin-bottom: 40px;
    }

    .footer-links-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .logos-div {
        padding-right: 30px;
        padding-left: 30px;
    }

    .banner-section {
        padding-right: 60px;
        padding-left: 60px;
    }

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

    .header-large {
        width: 100%;
    }

    .tab-text-boxes {
        width: 100%;
    }

    .tabs-text-boxes {
        width: 100%;
    }

    .tabs-images {
        width: 100%;
        height: auto;
        max-height: none;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .horizontal-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .nav-dropdown {
        display: block;
        padding-right: 9px;
        padding-left: 9px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 15px;
        text-align: center;
    }

    .logo-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 33%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .partner-logo {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ds-menu-brand {
        margin-bottom: 20px;
    }

    .ds-menu {
        position: absolute;
        left: 0%;
        top: 80px;
        right: auto;
        bottom: auto;
        z-index: 500;
        display: block;
        padding-top: 17px;
        padding-bottom: 17px;
        border-bottom: 1px solid #ece7e0;
        background-color: #fff;
    }

    .ds-nav {
        position: -webkit-sticky;
        position: sticky;
        left: auto;
        bottom: auto;
        z-index: 10;
        overflow: visible;
        width: 100%;
        padding-top: 20px;
    }

    .ds-content {
        position: static;
        margin-left: 0px;
    }

    .card.pricing {
        padding: 24px 24px 16px;
    }

    .card.updates {
        padding: 24px 24px 16px;
    }

    .card.contact {
        padding: 24px 24px 16px;
    }

    .feature-horizontal {
        margin-bottom: 20px;
    }

    .pricing-grid-row {
        -ms-grid-columns: 2.5fr 1fr 1fr 1fr;
        grid-template-columns: 2.5fr 1fr 1fr 1fr;
    }

    .small-button {
        position: relative;
    }

    .nav-container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .nav-link {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 15px;
    }

    .nav-link.secondary {
        padding-right: 16px;
        padding-left: 16px;
    }

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

    .horizontal-features {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

    ._1-2-grid {
        margin-left: 0px;
    }

    ._1-2-5-grid {
        margin-left: 0px;
    }

    .grid {
        margin-left: 0px;
    }

    .grid.desk-4.tab-3 {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .grid.desk-3.tab-2 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    ._2-5-1-grid {
        margin-left: 0px;
    }

    ._2-1-grid {
        margin-left: 0px;
    }

    .dropdown-arrow {
        display: none;
    }

    .error2 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .licenses-grid {
        margin-left: 0px;
        grid-column-gap: 40px;
    }

    .ds-body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ds-menu-button {
        top: -10px;
        margin-right: 12px;
    }

    .ds-menu-button.w--open {
        border-radius: 40px;
        background-color: #2b95ff;
    }

    .hero-image {
        margin-bottom: -100px;
    }

    .email-form {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .quote-grid {
        margin-left: 0px;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .get-started-logo {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .image-grid {
        margin-left: 0px;
    }

    .image {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    .div-block-3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .button-2 {
        position: relative;
    }

    .form-2 {
        margin-bottom: 49px;
        margin-left: 91px;
        padding-top: 127px;
        padding-bottom: 0px;
    }

    .nav-dropdown-2 {
        display: block;
        padding-right: 9px;
        padding-left: 9px;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 15px;
        text-align: center;
    }

    .nav-content-2 {
        margin-left: 16px;
    }

    .nav-link-2 {
        padding-right: 9px;
        padding-left: 9px;
        font-size: 15px;
    }

    .nav-link-2.primary {
        padding-right: 16px;
        padding-left: 16px;
    }

    .nav-link-2.secondary {
        padding-right: 16px;
        padding-left: 16px;
    }

    .button-3 {
        position: relative;
    }

    .button-3.light {
        font-size: 18px;
        line-height: 1.4;
    }

    .white-box.link-box.paper-box {
        width: 31%;
    }

    .navigation-item {
        margin-right: 0em;
        margin-left: 0em;
        -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
        transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
        text-align: center;
    }

    .navigation-item:hover {
        background-color: #f7f8f9;
    }

    .navigation-item:active {
        background-color: #eef0f3;
    }

    .large-number {
        font-size: 26px;
        line-height: 1.6;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 22px;
    }

    p {
        font-size: 15px;
    }

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

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

    .section.light-blue {
        padding-left: 0px;
    }

    .section.hero {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-top: 60px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

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

    .button.minimal {
        margin-right: 0px;
        margin-left: 0px;
    }

    .spacer {
        height: 32px;
    }

    .spacer._64 {
        height: 48px;
    }

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

    ._12-columns {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ._12-columns.flex-horizontal {
        margin-bottom: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    ._12-columns.mob-swap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    ._12-columns.mob-swap.mob-center {
        text-align: center;
    }

    ._12-columns.mob-center {
        text-align: center;
    }

    .container.center-align {
        margin-right: auto;
        margin-left: auto;
        padding-right: 0px;
        padding-left: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 90%;
    }

    .column.desk-6 {
        width: 100%;
    }

    .column.desk-5 {
        width: 100%;
    }

    .column.desk-1.tab-0.mob-1 {
        display: block;
    }

    .column.desk-4 {
        width: 100%;
    }

    .column.desk-4.tab-4.mob-0 {
        display: none;
    }

    .column.desk-2.tab-4.mob-6 {
        width: 50%;
    }

    .column.desk-7.tab-8 {
        width: 100%;
    }

    .column.desk-8.tab-8 {
        width: 100%;
    }

    .nav-content {
        position: absolute;
        overflow: auto;
        height: 100vh;
        margin-left: 0px;
        padding-top: 20px;
        padding-bottom: 100px;
        border-top: 1px solid #ece7e0;
        background-color: #fbf7f1;
    }

    .nav-cta-button-container {
        margin-top: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .menu-button {
        width: 56px;
        height: 56px;
        margin-right: -302px;
        padding: 16px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .nav-bar {
        border: 1px none #000;
    }

    .logo-div {
        margin-right: auto;
    }

    .footer-logo {
        padding-left: 0px;
    }

    .footer-links-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 48px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .banner-section {
        display: none;
    }

    .banner-container {
        text-align: left;
    }

    .header-large {
        width: 100%;
        font-size: 42px;
    }

    .horizontal-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .nav-dropdown {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 16px;
    }

    .nav-dropdown:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .dropdown-list {
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #ece7e0;
        text-align: center;
    }

    .dropdown-list.w--open {
        position: relative;
        display: none;
        border-style: none;
        background-color: #ece7e0;
        box-shadow: none;
        text-align: center;
    }

    .logo-container {
        width: 50%;
    }

    .partner-logo {
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .paragraph {
        font-size: 15px;
    }

    .paragraph.xl {
        font-size: 20px;
    }

    .simple-input {
        width: 100%;
    }

    .quote-card {
        padding: 16px 16px 0px;
    }

    .nav-menu {
        padding-right: 0px;
        text-align: center;
    }

    .ds-menu-brand.w--current {
        margin-top: 14px;
    }

    .ds-menu {
        padding: 16px 24px 24px;
        background-color: #fff;
    }

    .ds-content {
        margin-left: 0px;
    }

    .ds-section {
        padding-right: 30px;
        padding-left: 30px;
    }

    .tabs-menu {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .tab-link {
        width: auto;
        border-bottom-width: 0px;
        border-radius: 10px;
    }

    .tab-link.w--current {
        background-color: #d4e9ff;
    }

    .question-container {
        margin-bottom: 16px;
    }

    .tick-list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .tick-list ul {
        width: auto;
    }

    .cta-box {
        padding: 40px;
    }

    .nav-container {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .dropdown-link {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 16px;
        text-align: center;
    }

    .logo {
        max-width: 90%;
    }

    .nav-link {
        margin-right: 25px;
        margin-left: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        text-align: center;
    }

    .nav-link:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .nav-link.secondary {
        margin-right: 25px;
        margin-bottom: 12px;
        background-color: #d4e9ff;
    }

    .field-block {
        min-height: auto;
    }

    .dropdown {
        display: block;
    }

    .sign-up-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .ds-colour-block {
        width: 25%;
    }

    ._1-2-grid {
        margin-left: 0px;
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr;
    }

    ._1-2-5-grid {
        margin-left: 0px;
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr;
    }

    .grid {
        margin-left: 0px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .grid.desk-4.tab-4 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .grid.desk-4.tab-3 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid.desk-3.tab-2.mob-1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid.desk-3.tab-3 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .grid.desk-3.tab-3.mob-2 {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .grid.desk-3.tab-3.mob-1 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .grid.desk-2.tab-2 {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    ._2-5-1-grid {
        margin-left: 0px;
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr;
    }

    ._2-1-grid {
        margin-left: 0px;
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr;
    }

    .heading.h1 {
        font-size: 35px;
    }

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

    .heading.h4 {
        font-size: 20px;
    }

    .templates-tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .templates-tab-menu {
        width: 100%;
        margin-right: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .tab-category {
        width: auto;
        padding: 5px 12px;
        font-size: 14px;
    }

    .dropdown-arrow {
        position: relative;
        display: inline-block;
        margin-right: 0px;
        margin-left: 6px;
    }

    .licenses-grid {
        margin-left: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .dropdown-toggle-text {
        display: inline-block;
        margin-left: 18px;
    }

    .overflow-image {
        width: 100%;
    }

    .hero-image {
        margin-bottom: -60px;
    }

    .email-input {
        width: 100%;
    }

    .quote-grid {
        margin-left: 0px;
        -ms-grid-columns: 2fr;
        grid-template-columns: 2fr;
        -webkit-column-count: 2;
        column-count: 2;
    }

    .vertical-divider {
        display: none;
    }

    .image-grid {
        margin-left: 0px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .section-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .doc-description {
        max-height: 68px;
    }

    .spacer-2 {
        height: 32px;
    }

    .spacer-2._64 {
        height: 48px;
    }

    .email-input-2 {
        width: 100%;
    }

    .nav-menu-2 {
        padding-right: 0px;
        text-align: center;
    }

    .dropdown-link-2 {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 16px;
        text-align: center;
    }

    .nav-dropdown-2 {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 16px;
    }

    .nav-dropdown-2:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .dropdown-list-2 {
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #ece7e0;
        text-align: center;
    }

    .dropdown-list-2.w--open {
        position: relative;
        display: none;
        border-style: none;
        background-color: #ece7e0;
        box-shadow: none;
        text-align: center;
    }

    .nav-content-2 {
        position: absolute;
        overflow: auto;
        height: 100vh;
        margin-left: 0px;
        padding-top: 20px;
        padding-bottom: 100px;
        border-top: 1px solid #ece7e0;
        background-color: #fbf7f1;
    }

    .nav-link-2 {
        margin-right: 25px;
        margin-left: 25px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 16px;
        text-align: center;
    }

    .nav-link-2:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .nav-link-2.secondary {
        margin-right: 25px;
        margin-bottom: 12px;
        background-color: #d4e9ff;
    }

    .spacer-3 {
        height: 32px;
    }

    .white-box.link-box {
        width: 100%;
    }

    .white-box.link-box.paper-box {
        width: 48%;
    }

    .white-box.third {
        width: 48%;
        margin-right: auto;
        margin-left: auto;
    }

    .white-box.third.mobile-full-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 98%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .white-box.two-third {
        width: 100%;
    }

    .nav-dropdown-list {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .navigation-icon {
        min-height: 20px;
        margin-right: 0em;
        margin-bottom: 10px;
        text-align: center;
    }

    .navigation-item {
        padding-right: 0.5em;
        padding-left: 0.5em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        font-size: 14px;
    }

    .navigation-item.profile-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .section-6 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 479px) {
    body {
        font-size: 14px;
    }

    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    .wrapper {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .button {
        width: 100%;
        font-size: 16px;
    }

    ._12-columns.flex-horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .color-block {
        margin-bottom: 20px;
    }

    .column {
        margin-bottom: 0px;
    }

    .column.desk-6 {
        width: 100%;
    }

    .column.desk-5 {
        width: 100%;
    }

    .column.desk-3 {
        width: 100%;
    }

    .menu-button {
        margin-right: -256px;
        margin-left: -165px;
        padding-left: 16px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .nav-bar {
        margin-left: 0px;
    }

    .nav-logo.w--current {
        width: 100%;
    }

    .logos-div {
        padding-right: 0px;
        padding-left: 0px;
    }

    .banner-section {
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 30px;
        padding-left: 30px;
    }

    .banner {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .banner-text {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .tabs-text-boxes {
        max-width: 100%;
        text-align: center;
    }

    .dropdown-list.w--open {
        background-color: #f4f8fa;
    }

    .logo-container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .partner-logo {
        width: 140px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .simple-input {
        width: 100%;
    }

    .ds-section {
        padding-right: 16px;
        padding-left: 16px;
    }

    .text-input {
        width: 100%;
    }

    .feature-horizontal {
        width: 100%;
    }

    .text-area {
        width: 100%;
    }

    .answer {
        padding-left: 0px;
    }

    .question-arrow-icon {
        margin-left: 16px;
    }

    .pricing-grid-row {
        grid-column-gap: 0px;
    }

    .nav-container {
        height: 64px;
        padding: 2px 20px;
    }

    .card-title {
        font-size: 18px;
    }

    .banner-link {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 auto;
        -ms-flex: 0 auto;
        flex: 0 auto;
    }

    .sign-in-body {
        padding-top: 140px;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .center-card {
        padding: 0px;
        box-shadow: none;
    }

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

    .tab-category {
        display: inline-block;
    }

    .error2 {
        padding-right: 20px;
        padding-left: 20px;
    }

    .hero-image {
        margin-bottom: -20px;
    }

    .section-shadow {
        height: 140px;
    }

    .email-form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .email-input {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .quote-grid {
        -webkit-column-count: 1;
        column-count: 1;
    }

    .field-split {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .field-spacer {
        display: none;
    }

    .sign-in-div {
        display: none;
    }

    .sign-up-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .button-2 {
        width: 100%;
        font-size: 16px;
    }

    .email-input-2 {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .dropdown-list-2.w--open {
        background-color: #f4f8fa;
    }

    .button-3 {
        width: 100%;
        font-size: 16px;
    }

    .white-box.link-box.paper-box {
        max-width: 300px;
        min-width: 210px;
        margin-bottom: 4%;
    }

    .white-box.third {
        width: 100%;
    }

    .navigation-icon {
        z-index: 999;
        margin-bottom: 3px;
        font-size: 16px;
    }

    .navigation-item {
        width: 100%;
        font-size: 12px;
    }

    .navigation-item.profile-nav {
        width: auto;
    }

    .text-input-2 {
        width: 100%;
    }

    .text-area-2 {
        width: 100%;
    }
}

#w-node-_7deb7d29-28be-dc15-1919-f1d520e785de-0d3d2a68 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-_12c81006-a7c5-dabd-7c3a-f8fd71170197-0d3d2a68 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}