







/* 1a. Containers */




/* 1b. Colors */








   

/* 1c. Typography */






























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */






.color-primary {
  color: #5475F3
}

.color-secondary {
  color: #FF671F
}

.color-grey {
  color: #8492A6;
}

.color-white {
  color: #FFFFFF
};

.color-grey-light {
  color: #B8B8E1;
}

.color-green {
  color: #000000;
}

body {
  --black-color: #161C2D;
  --grey-color: #8492A6;
  --primary-font-family: Rubik, sans-serif;
  --secondary-font-family: Inter, sans-serif;
}





.content-wrapper {
  max-width: 1240px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 1rem;
}

.dnd-section > .row-fluid {
  max-width: 1240px;
}





html {
  font-size: 16px;
}

body {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; line-height: 24px;
  color: #161C2D;
  font-size: 16px;
}

.subtitle-L {
  font-family: var(--secondary-font-family);
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  /* identical to box height, or 111% */
}

/* Paragraphs */

p {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; line-height: 24px;
}

.header-3 {
  font-weight: 600; text-decoration: none; line-height: 28px; font-family: 'Roboto Mono', monospace; font-style: normal;
  color: #161C2D;
  font-size: 36px;
  text-transform: none;
}

.subtitle-m {
  font-weight: 600; text-decoration: none; line-height: 22px; font-family: Roboto, sans-serif; font-style: normal
  font-size: 16px;
}

.subtitle-l {
  font-weight: 600; text-decoration: none; line-height: 22px; font-family: Roboto, sans-serif; font-style: normal
  font-size: 18px;
}

.body-l {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; line-height: 20px
  font-size: 16px;
}

/* Blockquote */

blockquote {
  margin: 36px auto;
  padding: 20px;
  border-radius: 16px;
  border-left-width: 29px;
  border-left-color: #FF671F;
  box-shadow: 3px 3px 20px rgba(73, 80, 117, 0.12);
  font-family: var(--secondary-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #14142B;
}

blockquote::before, blockquote::after {
  content: '“'
}

@media screen and (min-width: 998px) {
  blockquote {
    padding: 50px 64px;
    border-radius: 24px;
    margin: 40px auto;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
  }
}

@media(max-width: 767px) {
  .subtitle-L {
    font-family: var(--primary-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height, or 112% */
  }

  h2 {
    font-size: 20px;
    line-height: 24px;
    /* or 120% */
  }
}





.button {
  border: 2px solid #3574E3;

  padding-top: 16px;
padding-right: 24px;
padding-bottom: 16px;
padding-left: 24px;

  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 8px;
  color: #000000;
  text-transform: none;
}

.button:hover,
.button:focus {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(215, 215, 215, 1.0);
  border-color: #0d4cbb;
}

.button:active {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 255, 255, 1.0);
  border-color: ;
}

.text-button {
  padding: 0;
  border: none;
  background: none;
  color: #5475F3
}

.text-button:hover {  
  font-weight: 500;
}

.text-button:hover,
.text-button:focus {
  padding: 0;
  border: none;
  background: none;
  color: rgba(44, 77, 203, 1.0)
}

.text-button:active {
  color: rgba(124, 157, 255, 1.0);
}





form,
.submitted-message {
  font-family: Roboto, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; line-height: 24px;
}

/* Form title */

.form-title {
  color: #FF671F;
}

/* Labels */

form label {
  color: #161C2D;
}

/* Help text */

form legend {
  color: #161C2D;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #161C2D;
}

.fn-date-picker td.is-selected .pika-button {
  background: #5475F3;
}

.fn-date-picker td .pika-button:hover {
  background-color: #5475F3 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: #5475F3;
}





/* Table */

table {
  border: 1px solid #161C2D;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #161C2D;

  padding: 18px;

  border-color: ;
  color: #161C2D;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(84, 117, 243, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #161C2D;
}





/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-weight: 700; text-decoration: none; line-height: 48px; font-family: 'Roboto Mono', monospace; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #161C2D;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #000005;
}

.blog-related-posts__title-link:active {
  color: #3e4455;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 40px;
}

#comments-listing .comment-reply-to {
  color: #0F0BAB;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #000083;
}

#comments-listing .comment-reply-to:active {
  color: #3733d3;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 700; text-decoration: none; line-height: 48px; font-family: 'Roboto Mono', monospace; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #161C2D;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #000005;
}

.blog-index__post-title-link:active {
  color: #3e4455;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #161C2D;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #161C2D;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000005;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #3e4455;
}

.pagination__link-icon svg {
  fill: #161C2D;
}

/* Pricing card */

.card__price {
  font-weight: 600; text-decoration: none; line-height: 28px; font-family: 'Roboto Mono', monospace; font-style: normal;
  color: #161C2D;
  font-size: 36px;
}

.card__body svg {
  fill: #5475F3;
}