/*
Bootstrap 4 Media Query Breakpoints
 */
body, html {
  margin: 0;
  padding: 0; }

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px; }

button {
  font-family: 'Montserrat', sans-serif; }

p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

/*
Bootstrap 4 Media Query Breakpoints
 */
#header {
  height: 600px;
  background-image: linear-gradient(180deg, transparent 75%, rgba(74, 91, 255, 0.3)), url("../img/fundnow-background.jpg");
  background-size: cover;
  background-position: 50% 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  position: relative; }
  #header #headerWrapper {
    height: 100%;
    width: 100%;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1;
    max-width: 1000px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto; }
  #header #headerContent {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-grid-row-align: end;
        align-self: end;
    max-width: 1000px; }
  #header #headerLogo {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    padding-top: 1rem;
    -ms-grid-column-align: center;
        justify-self: center; }
    #header #headerLogo img {
      height: 70px; }
  #header #headerLogin {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-column-align: right;
        justify-self: right;
    padding-top: 2.75rem;
    padding-right: 1rem; }
    #header #headerLogin a {
      text-decoration: none; }
  #header p {
    color: white;
    font-size: 2.5rem;
    margin: 2rem;
    text-shadow: 1px 1px 20px black; }

/*
Bootstrap 4 Media Query Breakpoints
 */
@media only screen and (max-width: 1024px) {
  #header {
    height: 500px; } }

@media only screen and (max-width: 768px) {
  #header {
    height: 400px; }
    #header p {
      font-size: 2rem; } }

@media only screen and (max-width: 480px) {
  #header {
    height: 300px;
    background-image: linear-gradient(180deg, transparent 40%, rgba(74, 91, 255, 0.75)), url("../img/fundnow-background.jpg"); }
    #header #headerLogo {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-column-align: left;
          justify-self: left;
      padding-left: 2rem; }
      #header #headerLogo img {
        height: 45px; }
    #header #headerLogin {
      padding-top: 2rem; }
    #header p {
      font-size: 1.2rem;
      line-height: 1.6rem;
      margin-bottom: .5rem; } }

/*
Bootstrap 4 Media Query Breakpoints
 */
#headerAddition {
  background-image: linear-gradient(90deg, #3ba1ff, #5242ff);
  color: white;
  padding: 1rem 0;
  text-align: center; }
  #headerAddition #headerAdditionContent {
    max-width: 1000px;
    margin: 0 auto; }
  #headerAddition p {
    padding-top: 1rem;
    font-size: 1.3rem;
    line-height: 2.25rem;
    margin: 0 2rem 1rem;
    text-align: left; }
  #headerAddition button {
    margin: 0 auto; }

/*
Bootstrap 4 Media Query Breakpoints
 */
@media only screen and (max-width: 480px) {
  #headerAddition {
    padding: 2rem 0; }
    #headerAddition p {
      font-size: 1rem;
      line-height: 1.6rem; }
    #headerAddition button {
      margin: .75rem 2rem 0; } }

/*
Bootstrap 4 Media Query Breakpoints
 */
#headerCoperation {
  max-width: 1000px;
  margin: 0 auto 8rem;
  padding: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 300px;
  grid-template-columns: 1fr 300px; }
  #headerCoperation p {
    -ms-grid-column: 1;
    grid-column: 1;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #323232;
    padding-right: 1rem; }
  #headerCoperation .images {
    -ms-grid-column: 2;
    grid-column: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center; }
    #headerCoperation .images img {
      flex-grow: 1;
      width: 75px;
      -o-object-fit: contain;
         object-fit: contain;
      font-family: 'object-fit: contain;';
      margin-right: 1rem; }
    #headerCoperation .images img:last-child {
      margin-right: 0; }

/*
Bootstrap 4 Media Query Breakpoints
 */
@media only screen and (max-width: 768px) {
  #headerCoperation {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    margin-bottom: 4rem; }
    #headerCoperation p {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1;
      font-size: .9rem; }
    #headerCoperation .images {
      margin-top: 2rem;
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2; }
      #headerCoperation .images img {
        height: 55px; } }

/*
Bootstrap 4 Media Query Breakpoints
 */
.white-btn {
  cursor: pointer;
  border-radius: 30px;
  background-color: white;
  color: #c014d8;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 700; }

.inverted-btn {
  margin: 0 auto;
  cursor: pointer;
  border-radius: 30px;
  background-color: #c014d8;
  color: white;
  padding: 1rem 2rem;
  font-size: 1.2rem;
  font-weight: 700; }

@media only screen and (max-width: 480px) {
  .white-btn {
    font-size: 1rem;
    padding: 1rem; } }

/*
Bootstrap 4 Media Query Breakpoints
 */
.container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem;
  margin-top: 6rem; }
  .container > h2 {
    color: #4953fc;
    text-align: center;
    font-size: 2rem;
    line-height: 2.7rem; }
  .container > p {
    text-align: center;
    color: #323232;
    font-size: 1.15rem;
    line-height: 1.8rem;
    font-weight: 400; }

/*
Bootstrap 4 Media Query Breakpoints
 */
@media only screen and (max-width: 768px) {
  .container {
    margin-top: 3rem; }
    .container > h2 {
      font-size: 1.4rem;
      line-height: 2.5rem; }
    .container > p {
      font-size: 1rem; } }

.point {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -ms-grid-columns: 150px 1fr;
  grid-template-columns: 150px 1fr;
  margin: 4rem 0; }
  .point .point-icon {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    -ms-grid-row-align: center;
        align-self: center;
    text-align: center; }
    .point .point-icon img {
      max-width: 70px; }
  .point h4 {
    font-size: 1.5rem;
    margin-bottom: .75rem; }
  .point p {
    font-size: 1.1rem;
    line-height: 1.8rem; }
  .point .point-caption {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    padding-left: 1rem; }
  .point .point-content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    font-size: 1.3rem;
    padding-left: 1rem; }

/*
Bootstrap 4 Media Query Breakpoints
 */
@media only screen and (max-width: 768px) {
  .point {
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr; }
    .point .point-icon img {
      width: 35px; } }

@media only screen and (max-width: 480px) {
  .point {
    -ms-grid-columns: 50px auto;
    grid-template-columns: 50px auto;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto; }
    .point .point-icon {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-column-align: left;
          justify-self: left;
      padding-left: 1rem; }
    .point .point-caption {
      -ms-grid-row: 1;
      grid-row: 1;
      -ms-grid-column: 2;
      grid-column: 2;
      -ms-grid-row-align: center;
          align-self: center; }
      .point .point-caption h4 {
        display: inline-block;
        font-size: 1.2rem; }
    .point .point-content {
      -ms-grid-row: 2;
      grid-row: 2;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / span 2; }
      .point .point-content p {
        font-size: .9rem; } }

.partners {
  display: flex;
  flex-wrap: wrap; }
  .partners .partner {
    width: 50%;
    padding: 0 2rem;
    margin-bottom: 5rem;
    box-sizing: border-box;
    flex-shrink: 0; }
    .partners .partner img {
      height: 45px;
      margin-bottom: .5rem; }
    .partners .partner h6 {
      font-size: 1.2rem;
      margin: 1rem 0 1rem; }
    .partners .partner p {
      font-size: 1rem;
      line-height: 1.7rem; }

/*
Bootstrap 4 Media Query Breakpoints
 */
@media only screen and (max-width: 768px) {
  .partners {
    flex-direction: column; }
    .partners .partner {
      margin-top: 5rem;
      margin-bottom: 0;
      padding: 0;
      width: 100%; }
      .partners .partner h6 {
        font-size: 1.1rem; }
      .partners .partner p {
        font-size: .9rem; }
    .partners .partner:first-child {
      margin-top: 0; } }

footer {
  margin-top: 8rem;
  padding: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr auto;
  grid-template-columns: auto 1fr auto;
  background-image: linear-gradient(90deg, #3ba1ff, #5539ff);
  color: white; }
  footer a {
    color: white;
    text-decoration: none;
    font-size: 1rem; }
  footer b {
    font-size: 1.5rem; }
  footer p {
    font-size: 1rem;
    margin: .25rem 0; }
  footer .footer-content {
    -ms-grid-column: 1;
    grid-column: 1; }
  footer .footer-logos {
    -ms-grid-column: 3;
    grid-column: 3; }
    footer .footer-logos img {
      height: 35px;
      margin-right: 1rem; }

/*
Bootstrap 4 Media Query Breakpoints
 */
@media only screen and (min-width: 1200px) {
  footer {
    padding: 4rem; } }

@media only screen and (max-width: 768px) {
  footer .footer-logos {
    display: none; } }

.cookie-banner {
  background-color: #333333;
  color: white;
  padding: 1.7rem; }
  .cookie-banner .cookie-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 1fr auto;
    grid-template-columns: auto 1fr auto; }
  .cookie-banner .cookie-icon {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-column-align: right;
        justify-self: right;
    font-size: 1.7rem; }
  .cookie-banner .cookie-content {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row-align: center;
        align-self: center;
    padding: 0 2rem; }
    .cookie-banner .cookie-content p {
      margin: 0;
      padding: 0;
      font-size: 1rem; }
    .cookie-banner .cookie-content a {
      color: #0AA3FF; }
  .cookie-banner .cookie-close {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row-align: center;
        align-self: center; }

/*
Bootstrap 4 Media Query Breakpoints
 */
@media only screen and (max-width: 768px) {
  .cookie-banner .cookie-wrapper {
    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto; }
  .cookie-banner .cookie-icon {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 1;
    grid-column: 1; }
  .cookie-banner .cookie-content {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    padding: 0 .5rem; }
  .cookie-banner .cookie-close {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
    padding-top: 1rem;
    -ms-grid-column-align: right;
        justify-self: right; } }

/*
Bootstrap 4 Media Query Breakpoints
 */
.primary-small-btn {
  font-weight: 700;
  display: inline-block;
  padding: 0.8rem 1rem;
  border-radius: 35px;
  cursor: pointer;
  outline: none;
  transition: background-color 500ms;
  font-size: .8rem !important;
  border-radius: 25px;
  background-color: #4953fc;
  color: white !important;
  border-color: white; }
  @media only screen and (max-width: 480px) {
    .primary-small-btn {
      padding: 0.8rem 0.5rem;
      font-size: .8rem;
      margin-bottom: .5rem; } }

.primary-small-btn:hover {
  background-color: #7da1fc; }

.primary-small-btn.disabled .primary-small-btn.disabled:hover {
  background-color: #716ea6;
  color: rgba(255, 255, 255, 0.5); }

.extra-padding {
  padding-left: 5rem !important;
  padding-right: 5rem !important; }

/*
Bootstrap 4 Media Query Breakpoints
 */
.contentPage {
  padding: 5rem 0 3rem; }
  .contentPage a {
    color: #4953fc;
    text-decoration: none; }
  .contentPage a:hover {
    text-decoration: underline; }
  .contentPage h1 {
    margin: .7rem 0;
    padding: 0;
    font-size: 1.9rem; }
  .contentPage h2 {
    margin: 4rem 0 .5rem;
    padding: 0;
    font-size: 1.7rem; }
  .contentPage h2 ~ h3 {
    margin-top: .5rem; }
  .contentPage h3 {
    padding: 0;
    margin: 4rem 0 0;
    font-size: 1.4rem;
    font-weight: 500; }
  .contentPage h3:first-child {
    margin-top: .5rem; }
  .contentPage p {
    margin: 0 0 2rem;
    font-size: 1rem;
    line-height: 1.6rem; }
  .contentPage li {
    font-size: 1rem; }
  .contentPage p.no-margin {
    margin-bottom: 0;
    margin-top: 0; }
  .contentPage b {
    font-size: 1.2rem;
    margin-top: .75rem;
    font-weight: 500; }
  .contentPage ul {
    margin: 0;
    padding: 0; }
    .contentPage ul li {
      padding: 0;
      margin: 0 0 0 3rem; }

/*
Bootstrap 4 Media Query Breakpoints
 */
@media only screen and (max-width: 1200px) {
  .contentPage {
    padding: 1.5rem 0 3rem; }
    .contentPage h1 {
      font-size: 1.7rem; }
    .contentPage h2 {
      font-size: 1.5rem; }
    .contentPage h3 {
      font-size: 1.3rem; } }

@media only screen and (max-width: 768px) {
  .contentPage h1 {
    font-size: 1.5rem; }
  .contentPage h2 {
    font-size: 1.3rem; }
  .contentPage h3 {
    font-size: 1.2rem; }
  .contentPage p {
    font-size: .9rem; }
  .contentPage b {
    font-size: 1.1rem; } }

/*
Bootstrap 4 Media Query Breakpoints
 */
.contentContainer {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2rem; }

/*
Bootstrap 4 Media Query Breakpoints
 */
#headerNew {
  border-bottom: 1px solid #ccc;
  padding: 1rem; }
  #headerNew #headerNewContent {
    max-width: 1000px;
    margin: 0 auto; }
  #headerNew img {
    height: 60px; }

/*
Bootstrap 4 Media Query Breakpoints
 */
.faq-container {
  margin-bottom: 1rem; }
  .faq-container h2 {
    margin-bottom: 1rem; }

.faqs .faq {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  margin: 1rem 0;
  padding: .5rem 0;
  border-bottom: 1px solid #efefef; }
  .faqs .faq .faq-icon {
    padding-right: .75rem;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / span 2;
    -ms-grid-column: 1;
    grid-column: 1;
    cursor: pointer; }
    .faqs .faq .faq-icon img {
      transition: 500ms all;
      height: 25px; }
  .faqs .faq .faq-caption {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    padding-bottom: .5rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: 500ms all; }
  .faqs .faq .faq-text {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 2;
    grid-column: 2;
    font-size: 1rem;
    line-height: 1.4rem; }

.faqs .faq.faq-close .faq-text {
  display: none; }

.faqs .faq.faq-open .faq-caption {
  color: #4953fc; }

.faqs .faq.faq-open .faq-icon img {
  transform: rotateZ(-180deg); }

.faqs .faq.faq-open .faq-text {
  display: block; }

.faqs .faq:hover .faq-caption {
  color: #7da1fc; }
