







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */








/* 1h. Website footer */








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

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

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





html {
  font-size: 24px;
}

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00358A;
  font-size: 24px;
}

/* Paragraphs */

p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #0270E0;
}

a:hover,
a:focus {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #0048b8;
}

a:active {
  font-weight: normal; text-decoration: none; font-family: Lato, sans-serif; font-style: normal;
  color: #2a98ff;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #00358A;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #00358A;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #00358A;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #00358A;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #00358A;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #00AEFF;
}





button,
.button {
  border: 1px solid #00358A;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

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

  
  
    
  


  rgba(0, 53, 138, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(0, 13, 98, 1.0);
  border-color: #000d62;
}

button:active,
.button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(40, 93, 178, 1.0);
  border-color: #285db2;
}





form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #00AEFF;
}

/* Labels */

form label {
  color: #00358A;
}

/* Help text */

form legend {
  color: #00358A;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #00358A;
  border-radius: 3px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #00358A;
}

::-moz-placeholder {
  color: #00358A;
}

:-ms-input-placeholder {
  color: #00358A;
}

::placeholder {
  color: #00358A;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #00358A;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #00358A;

  padding-top: 15px;
padding-right: 53px;
padding-bottom: 15px;
padding-left: 53px;

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

  
  
    
  


  rgba(0, 53, 138, 1.0)

;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 22px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 13, 98, 1.0);
  border-color: #000d62;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 93, 178, 1.0);
  border-color: #285db2;
}





/* Table */

table {
  border: 1px solid #00358A;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #00358A;

  padding: 18px;

  color: #00358A;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 53, 138, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #00358A;
}





.header {
  background-color: 

  
  
    
  


  rgba(0, 174, 255, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #00358A;
  font-family: Lato;
}

.menu__child-toggle-icon {
  border-top-color: #00358A;
}

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #000d62;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: #000d62;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #285db2;
}

.menu__child-toggle-icon:active {
  border-top-color: #285db2;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: #00358A;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #00358A;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #00358A;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #00358A;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #00358A;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(0, 174, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(0, 174, 255, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lato;
}

.header__language-switcher-label-current:after {
  border-top-color: #00358A;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(0, 174, 255, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #00358A;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(0, 174, 255, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #00358A;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #00358A;
}

.blog-post__tag-link {
  color: #00358A;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #000d62;
}

.blog-post__tag-link:active {
  color: #285db2;
}

/* 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; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #00358A;
}

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

.blog-related-posts__title-link:active {
  color: #285db2;
}

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #0270E0;
}

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

#comments-listing .comment-reply-to:active {
  color: #2a98ff;
}





.hs-search-results__title {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #00358A;
}





/* 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; font-family: Merriweather, serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #00358A;
}

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

.blog-index__post-title-link:active {
  color: #285db2;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #00358A;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #00358A;
}

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

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #285db2;
}

.pagination__link-icon svg {
  fill: #00358A;
}

/* Pricing card */

.card__price {
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #00358A;
  font-size: 30px;
}

.card__body svg {
  fill: #00358A;
}

/* Social follow */

.social-links__icon {
  background-color: #00358A;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #000d62;
}

.social-links__icon:active {
  background-color: #285db2;
  font-weight: 700; text-decoration: none; font-family: Merriweather, serif; font-style: normal;
  color: #00358A;
  font-size: 30px;
}


/****************************
ONNEC GLOBAL STYLES
*****************************/

/* GLOBAL STYLES */

/* COLORS */
:root {
  --dark-blue: #070749;
  --medium-blue: #00358a;
  --light-blue: #00aeff;
  --white: #ffffff;
}


/* HELPERS */
.text-dark-blue {
  color: var(--dark-blue);
}

.text-blue {
  color: var(--medium-blue);
}

.text-light-blue {
  color: var(--light-blue);
}

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

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

.bg-light-blue {
  background-color: var(--light-blue);
}

.bg-medium-blue {
  background-color: var(--medium-blue);
}

.bg-dark-blue {
  background-color: var(--dark-blue);
}

/* Blockquote */

.onc-rich-text .has-blue-background-color {
  background-color: var(--medium-blue)
}

.onc-rich-text blockquote {
  position: relative;
  display: block;
  max-width: 49.375rem;
  padding: 0 3.0625rem 0 4.625rem;
  margin-left: auto;
  margin-right: auto;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
}

.onc-rich-text blockquote p {
  color: #00aeff;
  font-size: 26px;
  line-height: 36px;
}

.onc-rich-text blockquote cite {
  color: white;
  font-size: 20px;
  line-height: 24px;
  width: 100%;
  display: block;
  font-family: "Oswald",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  max-width: 100%;
}
.onc-rich-text blockquote cite strong {
  color: var(--light-blue);
  font-weight: 600;

}

.onc-rich-text blockquote:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 46"><g fill-rule="nonzero" fill="none"><path d="M25 24.242v9.382C24.953 40.473 19.37 46 12.5 46S.047 40.473 0 33.624v-9.382h25Z" fill="%23fff"/><path d="M12.5 21.842H0v-9.381A12.44 12.44 0 0 1 3.66 3.65 12.52 12.52 0 0 1 12.5 0v21.842Z" fill="%2300aeff"/></g></svg>');
  background-size: 2.75rem 5.06rem;
  position: absolute;
  display: block;
  content: '';
  width: 2.75rem;
  height: 5.06rem;
  top: 0;
  left: 0;
}

.onc-rich-text blockquote:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 25 46"><g fill-rule="nonzero" fill="none"><path d="M12.5 24.198H25v9.364C25 40.432 19.404 46 12.5 46V24.198Z" fill="%2300aeff"/><path d="M0 21.802v-9.364C0 5.568 5.596 0 12.5 0S25 5.569 25 12.438v9.364H0Z" fill="%23fff"/></g></svg>');
  background-size: 2.75rem 5.06rem;
  position: absolute;
  display: block;
  content: '';
  width: 2.75rem;
  height: 5.06rem;
  margin-top: 0rem;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
}

/* TYPOGRAPHY */
.onc-rich-text h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "Oswald",sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: var(--medium-blue);
}

.onc-rich-text p {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dark-blue);
}

.onc-rich-text h1 {
  font-size: 83px;
  line-height: 5.5rem;
  letter-spacing: -2.49px;
  text-transform: uppercase;
  padding: .625rem 0;
  text-transform: uppercase;
}


.onc-rich-text h2 {
  font-size: 2.5rem;
  line-height: 2.625rem;
  letter-spacing: -.0625rem;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .onc-rich-text h2 {
    font-size: 2rem;
    line-height: 2.125rem;
    letter-spacing: -.05rem;
  }
}

.onc-rich-text h3 {
  font-size: 2.375rem;
  line-height: 3rem;
  letter-spacing: -.03125rem;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .onc-rich-text h3 {
    font-size: 1.875rem;
    line-height: 2.5rem;
    letter-spacing: -.05rem;
  }
}

.onc-rich-text h4 {
  font-size: 2rem;
  line-height: 2.375rem; */
}

@media (max-width: 768px) {
  .onc-rich-text h4 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

/* LISTS */
.onc-rich-text ul {
  list-style-type: disc;
}

/* LINKS */
.onc-rich-text .link {
  text-decoration: none;
  font-family: "Oswald",sans-serif;
  font-weight: 700;
}
.onc-rich-text .link:after {
  content: "\00BB";
  padding: 5px;
}
.onc-rich-text p a {
  color: #0d6efd;
}

/* BUTTONS */

.onc-rich-text a.btn {
  font-family: "Oswald",sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  padding: 0.75rem 1.875rem;
  transition: opacity 0.3s ease;
  color: #fff;
  border-radius: 9999px;
}

.onc-rich-text a.btn:hover,
.onc-rich-text a.btn:active {
  color: var(--white);
  opacity: 0.9;
}
/* Regular */
.onc-rich-text a.btn.btn-dark-blue {
  background-color: var(--dark-blue);
  border-color: var(--dark-blue);
}
.onc-rich-text a.btn.btn-blue {
  background-color: var(--medium-blue);
  border-color: var(--medium-blue);
}
.onc-rich-text a.btn.btn-light-blue {
  background-color: var(--light-blue);
  border-color: var(--light-blue);
}
/* Ghost */
.onc-rich-text a.btn.btn-dark-blue--ghost {
  color: var(--dark-blue);
  background-color: trasparent;
  border-color: var(--dark-blue);
}
.onc-rich-text a.btn.btn-blue--ghost {
  color: var(--medium-blue);
  background-color: trasparent;
  border-color: var(--medium-blue);
}
.onc-rich-text a.btn.btn-light-blue--ghost {
  color: var(--light-blue);
  background-color: trasparent;
  border-color: var(--light-blue);
}

/* FORMS */
.onc-rich-text form label {
  font-family: "Sora", sans-serif;
  font-size: 13px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.onc-rich-text form input {
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  background-color: #f5f8fa;
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
}

.onc-rich-text form textarea {
  padding: 10px 15px;
}

/* CHECKBOXES */

.onc-rich-text form ul[role="checkbox"] label {
  font-family: "Sora", sans-serif;
  font-size: 13px;
  color: #33475b;
  display: flex;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.onc-rich-text input[type="checkbox"],
.onc-rich-text input[type="radio"] {
  box-sizing: border-box;
  margin-right: 10px;
  min-height: 20px;
  width: 20px;
  background-color: #f5f8fa;
  display: inline-block;
  height: 20px;
  font-size: 16px;
  font-weight: normal;
  line-height: 12px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  border-radius: 3px;
}

.onc-rich-text form ul {
  list-style-type: none;
}

.onc-rich-text .hs-richtext p,
.onc-rich-text .input p {
  font-size: 12px;
  margin-bottom: 0.6rem;
}

.onc-rich-text form .field.hs-form-field {
  margin-bottom: 0.6rem;
}

.onc-rich-text  .legal-consent-container .hs-form-booleancheckbox-display>span, .legal-consent-container .hs-form-booleancheckbox-display>span p {
  margin-left: 0.3rem!important
}

.onc-rich-text form input {
  border-radius: 300px;
}

form .hs-richtext, form .hs-richtext p {
  margin: 0 0 0.7rem;
}

.onc-rich-text  form textarea {
  background-color: #f5f8fa;
  border: 1px solid #cbd6e2;
  border-radius: 23px;
  resize: none;
}

.onc-rich-text form input[type=submit] {
    background-color: var(--medium-blue);
    border-color: var(--medium-blue);
    font-family: "Oswald",sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    padding: 0.75rem 1.875rem;
    transition: opacity .3s ease;
    color: #fff;
    border-radius: 9999px;
    width: auto;
    height: auto;
}
/* TABLES */

.onc-rich-text table tr td {
  border: 1px var(--medium-blue) solid;
  border-top: none;
}
.onc-rich-text table tr td:nth-child(1) {
  border-left: none;
}
.onc-rich-text table tr td:nth-last-child(1) {
  border-right: none;
}
.onc-rich-text table tr:nth-last-child(1) td {
  border-bottom: none;
}
.onc-rich-text table tr:nth-child(1) td {
text-align: center;
}

.onc-rich-text table tr td span {
  font-family: "Sora", sans-serif;
}
.onc-rich-text table td {
  padding: 10px;
}

.onc-rich-text table {
  font-family: "Oswald",sans-serif;
}

/* GDPR */

#hs-eu-cookie-confirmation {
  font-family: "Oswald",sans-serif!important;
  background-color: #070749!important;
  color: #fff!important;
  bottom: 0!important;
  top: auto!important;
  border: none!important;
  box-shadow: none!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background-color: #070749!important;
  color: #fff!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: #fff!important;
  font-family: "Sora", sans-serif!important;
  font-size: .6rem!important;
  font-weight: 400!important;
  line-height: 1.5!important;
  margin-top: 30px!important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
a#hs-eu-confirmation-button{
    background-color: var(--light-blue)!important;
    border-color: var(--light-blue)!important;
    font-family: "Oswald",sans-serif!important;
    font-weight: 600!important;
    text-transform: uppercase!important;
    font-size: 18px!important;
    line-height: 24px;!important;
    padding: 0.75rem 1.875rem!important;
    transition: opacity .3s ease!important;
    color: #fff!important;
    border-radius: 9999px!important;
    width: auto!important;
    height: auto!important;
}



/**** July 2024 Edits ****/
/* Container Global */
.container-fluid.body-container.body-container--home,
.lp-custom-template .container-fluid.body-container {
  padding: 0;
}
legend.hs-field-desc {
  font-size: 13px;
}