#another {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  
  #another h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    /* font-family: Montserrat, sans-serif; */
    font-size: 52px;
    line-height: 1.15;
    font-weight: 900;
  }
  
  #another h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.15;
    font-weight: 700;
  }
  
  #another h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 30px;
    font-weight: 700;
  }
  
  #another h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
  }
  
  #another p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
  
  #another a {
    text-decoration: none;
  }
  
  .section {
    position: relative;
    display: block;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  
  .section.bgcream {
    background-color: hsla(44.99999999999968, 40.00%, 98.04%, 1.00);
    font-weight: 400;
  }
  
  .section.dark {
    background-color: #ffb832;
  }
  
  .wrapper {
    position: relative;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 2;
    display: block;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    -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;
  }
  
  .wrapper.margin-bottom-large {
    margin-bottom: 80px;
  }
  
  .nav-cta-button-container {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  .menu-button-2.w--open {
    background-color: #fff;
    color: rgba(9, 106, 208, .2);
  }
  
  .nav-bar {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 24px;
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-family: Montserrat, sans-serif;
  }
  
  .div-block-8 {
    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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .short-paragraph {
    width: 75%;
    margin-right: auto;
    margin-left: 0px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    text-align: left;
    color: #000;
  }
  
  .row {
    display: block;
    margin-top: 0px;
    margin-right: -15px;
    margin-left: -15px;
    -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-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;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  
  .row.centre-align {
    -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;
    text-align: left;
  }
  
  .col {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 15px;
    padding-left: 15px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .col.lg-4 {
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .col.lg-6 {
    width: 33.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .col.lg-6 {
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .col.lg-6.md-3.xs-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .col.lg-4 {
    width: 33.33%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  
  .col.lg-4.flex-stretch {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  
  .col.lg-4.flex-stretch.sm-2 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  
  .col.lg-3 {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .col.lg-66 {
    width: 16.66666%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  
  .col.lg-8 {
    width: 66.66%;
  }
  
  .button2 {
    padding: 10px 25px;
    border: 1px solid #096ad0;
    border-radius: 40px;
    background-color: hsla(230.22471910112358, 88.12%, 60.39%, 1.00);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  .button2:hover {
    border: 1px solid #096ad0;
    background-color: hsla(230.22471910112358, 58.87%, 48.68%, 1.00);
    color: #fff;
  }
  
  .button2.margin-left {
    margin-right: 20px;
    font-weight: 700;
  }
  
  .body {
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }
  
  .heading {
    width: 100%;
    margin-top: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-family: Montserrat, sans-serif;
    color: #333;
    line-height: 1.25;
    font-weight: 800;
  }
  
  .heading.margin-bottom {
    margin-top: 0px;
    font-weight: 800;
  }
  
  .partner-logo {
  width:80%;
  }
  
  
  
  .paragraph-small {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
  }
  
  .paragraph-small.ondark2 {
    color: hsla(0, 0%, 100%, .8);
  }
  
  .icon {
    margin-bottom: 0px;
    padding-left: 6px;
    font-family: 'Fa solid 900', sans-serif;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
  }
  
  .row-2 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  
  .row-2.center {
    -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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: start;
    text-align: left;
  }
  
  .margin-bottom {
    margin-bottom: 32px;
  }
  
  .margin-bottom.align-center {
    margin-right: auto;
    margin-left: auto;
  }
  
  .button-2 {
    display: block;
    margin-right: 0px;
    padding: 10px 25px;
    border: 1px none #096ad0;
    border-radius: 40px;
    background-color: #ff3c00;
    background-image: linear-gradient(97deg, #e042cb, #9258ee);
    box-shadow: none;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  .button-2:hover {
    border: 1px none #096ad0;
    background-color: #d85955;
    box-shadow: none;
    color: #fff;
  }
  
  .ondark {
    color: #fff;
  }
  
  .readmore {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  .readmore.ondark {
    display: block;
  }
  
  .section-header {
    display: block;
    margin: 0px auto 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 36px;
    line-height: 1.15;
    text-align: center;
  }
  
  .section-header.left-aligned {
    margin-left: 0px;
    text-align: left;
  }
  
  .flex-readmore {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .link {
    color: #fff;
    text-decoration: none;
  }
  
  .centre-align {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  
  .form {
    width: 100%;
  }
  
  .form-with-button {
    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;
  }
  
  .social-media-icon {
    padding: 8px;
  }
  
  .footer-logo {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  .column {
    position: relative;
    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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  
  .wrapper-2 {
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
    -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;
    position: relative;
    z-index: 2;
  }
  
  .wrapper-2.space-around {
    position: relative;
    z-index: 10;
    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-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .wrapper-2.navbar-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .full-height {
    position: relative;
    height: 100vh;
  }
  
  .full-height.hero-section {
    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;
    background-color: #ffb832;
    font-family: Roboto, sans-serif;
  }
  
  .hero-text {
    display: block;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-size: 120px;
    line-height: 1;
    font-weight: 900;
    text-align: left;
    letter-spacing: 0em;
    text-transform: none;
  }
  
  .hero-description {
    margin-right: auto;
    margin-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
  }
  
  .image-10 {
    position: relative;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
  
  .icon-2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 24px;
  }
  
  .margin-bottom-2 {
    margin-bottom: 40px;
  }
  
  .micro-heading {
    font-family: Roboto, sans-serif;
    color: #f59018;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  .micro-heading.diff {
    font-family: Roboto, sans-serif;
    color: #f59018;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 1.2;
  }
  
  .micro-heading.ondark {
    color: #fff;
  }
  
  .micro-heading.margin-bottom {
    margin-bottom: 48px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }
  
  .micro-heading.margin-bottom.align-center {
    text-align: center;
  }
  
  .circle {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    margin-bottom: 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;
    border: 1px none #096ad0;
    border-radius: 49px;
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(31, 44, 61, .1);
  }
  
  .circle.gradient {
    background-color:#ffb832;
    color: #fff;
  }
  
  .how-it-works-step {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  
  .step-number {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .how-it-works-line {
    position: absolute;
    top: 23px;
    width: 100vw;
    height: 1px;
    margin-bottom: 0px;
    background-color: #ffb380;
  }
  
  .hexagon {
    position: absolute;
    left: -20%;
    top: auto;
    right: auto;
    bottom: -25%;
  }
  
  .hexagon2 {
    position: absolute;
    left: auto;
    top: 1%;
    right: -25%;
    bottom: auto;
  }
  
  .hexagon3 {
    position: absolute;
    left: 0%;
    top: -31%;
    right: auto;
    bottom: auto;
  }
  
  .row-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
    -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;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  
  .row-3.align-centre {
    -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;
  }
  
  .row-3.centre-align {
    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;
    -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;
  }
  
  .row-3.bordertop {
    display: block;
    height: 100px;
    border-top: 0px solid rgba(0, 0, 0, .04);
  }
  
  .div-block-48 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
    -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: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  
  .no-margins {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  
  .avatar-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .quote {
    color: #ff8480;
    font-weight: 400;
  }
  
  .value-proposition-container-2.vertical-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;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  
  .super-heading {
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 52px;
    font-weight: 800;
  }
  
  .div-block-50 {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  
  .button {
    padding: 10px 25px;
    border: 1px solid #096ad0;
    border-radius: 40px;
    background-color: #096ad0;
    box-shadow: 0 4px 11px 0 rgba(1, 58, 117, .33);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 16px;
    font-weight: 300;
  }
  
  .button:hover {
    border: 1px solid #096ad0;
    background-color: #096ad0;
    box-shadow: 0 6px 20px 0 rgba(1, 58, 117, .33);
    -webkit-transform: translate(0px, -4px);
    -ms-transform: translate(0px, -4px);
    transform: translate(0px, -4px);
    color: #fff;
  }
  
  .button.ghost {
    border-style: solid;
    border-width: 1px;
    border-color: #ff5c5c;
    background-color: transparent;
    box-shadow: none;
    color: #ff5c5c;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  .button.ghost:hover {
    background-color: #ff5c5c;
    background-image: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: #fff;
  }
  
  .cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .or {
    margin-right: 31px;
    margin-left: 31px;
    line-height: 40px;
  }
  
  .div-block-39 {
    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;
    -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;
  }
  
  .footer-link-3 {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
    cursor: pointer;
  }
  
  .footer-link-3:hover {
    opacity: 1;
  }
  
  .footer-link-3.w--current {
    opacity: 1;
    font-weight: 500;
  }
  
  .paragraph-3 {
    width: 75%;
  }
  
  .dot {
    position: absolute;
    left: auto;
    top: auto;
    right: 3%;
    bottom: 28%;
  }
  
  .dot2 {
    position: absolute;
    left: 7%;
    top: 26%;
    right: auto;
    bottom: auto;
  }
  
  .dot3 {
    position: absolute;
    left: 3%;
    top: auto;
    right: auto;
    bottom: -8%;
  }
  
  .dot4 {
    position: absolute;
    left: auto;
    top: 15%;
    right: 10%;
    bottom: auto;
  }
  
  .dot5 {
    position: absolute;
    left: auto;
    top: -5%;
    right: 32%;
    bottom: auto;
  }
  
  .nav-link-3 {
    position: relative;
    padding: 16px 20px 18px;
    -webkit-transition: opacity 150ms ease;
    transition: opacity 150ms ease;
    color: #096ad0;
    font-size: 15px;
    line-height: 24px;
    cursor: pointer;
  }
  
  .nav-link-3:hover {
    opacity: 1;
    color: #096ad0;
  }
  
  .nav-link-3.w--current {
    -webkit-transition-property: none;
    transition-property: none;
    color: #096ad0;
    font-weight: 700;
  }
  
  .nav-link-3.border {
    padding-top: 6px;
    padding-bottom: 6px;
    border: 1px solid #096ad0;
    border-radius: 50px;
    opacity: 1;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }
  
  .nav-link-3.border:hover {
    background-color: #096ad0;
    color: #fff;
  }
  
  .nav-link-3.border.cta {
    border-style: none;
    background-color: #262626;
    background-image: linear-gradient(102deg, hsla(307.012987012987, 70.00%, 56.86%, 1.00), hsla(263.841059602649, 81.62%, 63.73%, 1.00));
    font-family: Roboto, sans-serif;
    color: #fff;
  }
  
  .nav-link {
    padding-right: 20px;
    font-family: Roboto, sans-serif;
    color: #fff;
  }
  
  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  
  .hexagon4 {
    position: absolute;
    left: -22%;
    top: auto;
    right: auto;
    bottom: -58%;
  }
  
  .form-field-3 {
    height: 48px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 12px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, .06);
    background-color: transparent;
    font-size: 16px;
    line-height: 2em;
  }
  
  .form-field-3::-webkit-input-placeholder {
    line-height: 20px;
  }
  
  .form-field-3:-ms-input-placeholder {
    line-height: 20px;
  }
  
  .form-field-3::-ms-input-placeholder {
    line-height: 20px;
  }
  
  .form-field-3::placeholder {
    line-height: 20px;
  }
  
  .subscribe-button {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 14px;
    padding-right: 28px;
    padding-bottom: 14px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background-image: -webkit-gradient(linear, left top, right top, from(hsla(307.012987012987, 70.64%, 57.25%, 1.00)), to(hsla(263.841059602649, 81.62%, 63.73%, 1.00)));
    background-image: linear-gradient(90deg, hsla(307.012987012987, 70.64%, 57.25%, 1.00), hsla(263.841059602649, 81.62%, 63.73%, 1.00));
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  
  .subscribe-container {
    margin-top: 9px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  
  .bold-text {
    font-weight: 900;
  }
  
  .mobile-logo {
    display: none;
  }
  
  .column-4 {
    padding-right: 31px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  
  .image-12 {
    position: absolute;
    left: auto;
    top: -30%;
    right: 30%;
    bottom: auto;
    animation: floatUp 2s linear 0s infinite;
  }
  .floatUp1{
    animation: floatUp 2s linear 0s infinite;
  }
  .floatUp2{
    animation: floatUp 2s linear 0.5s infinite;
  }
  .floatUp3{
    animation: floatUp 2s linear 1s infinite;
  }
  
  @media (max-width: 991px) {
    .section {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .burger-icon {
      color: #ff5c5c;
    }
    .wrapper {
      padding-right: 30px;
      padding-left: 30px;
    }
    .nav-cta-button-container {
      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;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .menu-button-2 {
      position: relative;
      display: block;
      color: #2e323c;
    }
    .menu-button-2.w--open {
      background-color: transparent;
      color: #096ad0;
    }
    .nav-bar {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding-right: 0px;
      padding-left: 0px;
      -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;
      background-color: #fff;
    }
    .nav-logo-2 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
    .row {
      -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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .col {
      width: 50%;
      margin-bottom: 0px;
      padding-right: 15px;
      padding-left: 15px;
    }
    .col.lg-6 {
      width: 50%;
    }
    .col.lg-6.md-3 {
      width: 75%;
    }
    .col.lg-6.md-4 {
      width: 100%;
    }
    .col.lg-4 {
      width: 50%;
    }
    .col.lg-4.md-4 {
      width: 100%;
    }
    .col.lg-4.hide-md {
      display: none;
    }
    .col.lg-3 {
      width: 33.33%;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .col.lg-8.md-4 {
      width: 100%;
    }
    .col.sm-1.lg-3.md-6 {
      width: 50%;
    }
    .partner-logo-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 50%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .partner-logo {
      margin-top: 30px;
      margin-bottom: 30px;
    }
    .row-2 {
      -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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .margin-bottom {
      margin-bottom: 40px;
    }
    .section-header {
      margin-bottom: 40px;
    }
    .column {
      padding-left: 5px;
    }
    .wrapper-2 {
      padding-right: 30px;
      padding-left: 30px;
    }
    .wrapper-2.space-around {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap:nowrap
    }
    .wrapper-2.navbar-2 {
      opacity: 1;
    }
    .hero-text {
      font-size: 80px;
    }
    .image-10 {
      position: relative;
      top: 0%;
    }
    .margin-bottom-2 {
      margin-bottom: 40px;
    }
    .how-it-works-line {
      top: 245px;
      display: none;
    }
    .hexagon2 {
      display: none;
    }
    .row-3 {
      -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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .row-3.align-centre {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
    .value-proposition-container-2 {
      display: block;
      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;
    }
    .social-media-icons-contianer {
      display: block;
      margin-right: auto;
      margin-bottom: 40px;
      margin-left: auto;
      text-align: left!important;
    }
    .nav-link-3 {
      display: block;
      padding-top: 24px;
      padding-bottom: 24px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      background-color: #fff;
      text-align: center;
    }
    .nav-link-3.border {
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
    .hexagon4 {
      display: none;
    }
    .mobile-logo {
      display: block;
    }
    .image-11 {
      display: none;
    }
    .image-12 {
      top: -32%;
    }
  }
  
  @media (max-width: 767px) {
    .menu-button-2 {
      width: 56px;
      height: 56px;
      margin-right: 4px;
    }
    .row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .col.lg-4 {
      width: 100%;
    }
    .col.lg-6 {
      width: 100%;
    }
    .col.lg-6.md-3.sm-2 {
      width: 100%;
    }
    .col.lg-4.sm-2 {
      width: 100%;
    }
    .partner-logo {
      margin-top: 20px;
      margin-bottom: 20px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
    .row-2 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .button-2 {
      margin-right: auto;
      margin-left: auto;
    }
    .footer-logo {
      margin-top: 0px;
      margin-bottom: 40px;
      padding-left: 0px;
    }
    .column {
      padding-top: 40px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
    .wrapper-2.space-around {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
    }
    .full-height.hero-section {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
    .circle {
      margin-right: 40px;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    }
    .how-it-works-step {
      display: block;
      width: 80%;
      margin-right: auto;
      margin-bottom: 40px;
      margin-left: auto;
      -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-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;
    }
    .step-content {
      clear: both;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      text-align: left;
    }
    .row-3 {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    .value-proposition-container-2 {
      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: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
    }
    .cta {
      display: block;
    }
    .or {
      clear: both;
    }
    .paragraph-3 {
      width: 100%;
    }
    .column-4 {
      position: static;
      padding-right: 0px;
      -webkit-box-ordinal-group: 0;
      -webkit-order: -1;
      -ms-flex-order: -1;
      order: -1;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
    .column-5 {
      display: none;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
  }
  
  @media (max-width: 479px) {
    .menu-button-2 {
      margin-right: 0px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 auto;
      -ms-flex: 0 auto;
      flex: 0 auto;
    }
    .nav-bar {
      position: relative;
    }
    .short-paragraph {
      width: 100%;
    }
    .col {
      margin-bottom: 0px;
    }
    .col.lg-4 {
      width: 100%;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .col.lg-6 {
      width: 100%;
    }
    .col.lg-6 {
      width: 100%;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
    }
    .col.lg-6.md-3.xs-2 {
      width: 100%;
    }
    .col.lg-6.md-3.xs-2 {
      width: 100%;
    }
    .col.lg-4 {
      width: 100%;
    }
    .col.lg-05 {
      width: 50%;
    }
    .col.lg-3 {
      width: 100%;
    }
    .col.sm-1 {
      width: 100%;
    }
    .col.sm-1.lg-3.md-6.xs-12 {
      width: 100%;
    }
    .heading.ondark.h4 {
      font-size: 18px;
      font-weight: 700;
    }
    .partner-logo {
      width: 90px;
      margin-top: 20px;
      margin-bottom: 20px;
    }
    .icon {
      margin-right: auto;
      margin-left: auto;
      text-align: left;
    }
    .form-with-button {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
    }
    .form-with-button.inline-form {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
    }
    .social-media-icon {
      padding: 0px 8px;
    }
    .footer-logo {
      display: block;
    }
    .column {
      padding-top: 0px;
    }
    .wrapper-2.space-around {
      -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;
    }
    .hero-text {
      font-size: 70px;
    }
    .circle {
      margin-right: 20px;
    }
    .how-it-works-step {
      width: 100%;
    }
    .super-heading.ondark {
      font-size: 36px;
    }
    .div-block-50 {
      margin-bottom: 24px;
    }
    .cta {
      display: block;
    }
    .or {
      clear: both;
    }
    .footer-link-3.first {
      margin-left: -10px;
    }
    .footer-link-3.last {
      margin-right: -10px;
    }
    .social-media-icons-contianer {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  @font-face {
    font-family: 'Fa solid 900';
    src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Fa 400';
    src: url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
    font-weight: 400;
    font-style: normal;
  }
  
  @media(max-width:991px) {
    .nav-menu {
    background-color:#fff;
    padding-bottom:20px;
  }
  .nav-menu a {
    color:#333;
    text-align:center;
  }
  }