
/* Confetti Group layout rebuild */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.material { background: #fff; color: #333; font-family: "Open Sans", "Nunito", Arial, sans-serif; font-size: 16px; line-height: 1.65; margin: 0; }
img { max-width: 100%; height: auto; }
a { color: #3452ff; text-decoration: none; }
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.row { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.col { padding: 0 15px; }
.span_3 { flex: 0 0 25%; max-width: 25%; }
.span_9 { flex: 0 0 75%; max-width: 75%; }
.span_12 { flex: 0 0 100%; max-width: 100%; width: 100%; }
#header-outer { background: #fff; box-shadow: 0 1px 8px rgba(0,0,0,.08); position: relative; z-index: 1000; }
#header-outer header#top { padding: 12px 0; }
#header-outer #logo img { max-height: 52px; width: auto; }
#header-outer nav .sf-menu { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; gap: 0; }
#header-outer nav .sf-menu > li > a { display: block; padding: 8px 10px; color: #606060; font-size: 12.5px; font-weight: 600; text-transform: none; white-space: nowrap; }
#header-outer nav .sf-menu > li > a:hover { color: #3452ff; }
#header-outer nav .sf-menu .sub-menu { list-style: none; margin: 0; padding: 8px 0; position: absolute; background: #fff; min-width: 220px; box-shadow: 0 10px 30px rgba(0,0,0,.12); opacity: 0; visibility: hidden; transform: translateY(6px); transition: .2s; z-index: 200; }
#header-outer nav .sf-menu li { position: relative; }
#header-outer nav .sf-menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: none; }
#header-outer nav .sf-menu .sub-menu a { display: block; padding: 8px 16px; color: #555; font-size: 13px; }
#header-outer nav .sf-menu .sub-menu a:hover { background: #f4f6ff; color: #3452ff; }
#header-outer nav .sf-menu img { max-height: 34px; width: auto; margin: 4px auto; }
#header-outer .right-aligned-menu-items { margin-left: auto; }
.container-wrap { padding: 0; }
.main-content { padding: 0 0 40px; }
#ajax-content-wrap { display: block !important; opacity: 1 !important; }
#footer-outer { background: #1a1a1a; color: #bbb; padding: 36px 0 20px; margin-top: 40px; }
#footer-outer a { color: #ddd; }
#copyright { text-align: center; font-size: 13px; padding-top: 16px; border-top: 1px solid #333; }
#to-top { position: fixed; bottom: 20px; right: 20px; width: 42px; height: 42px; background: #3452ff; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 999; }
.wpb_row.vc_row-fluid { clear: both; }
.wpb_text_column { margin-bottom: 1em; }
.nectar-button, .button, input[type=submit] { display: inline-block; padding: 11px 26px; background: #3452ff; color: #fff !important; border-radius: 4px; font-weight: 600; border: none; cursor: pointer; }
.divider { clear: both; }
.custom_font h2, .custom_font h3 { font-weight: 700; }
.dark .custom_font h2, .dark .custom_font h3 { color: #222; }
.center { text-align: center; }
.left { text-align: left; }

/* WPBakery / Salient content blocks */
.vc_row-fluid { width: 100%; }
.vc_row-fluid::before, .vc_row-fluid::after { content: " "; display: table; }
.vc_row-fluid::after { clear: both; }
.vc_row-fluid [class*="vc_col-sm-"] { float: left; min-height: 1px; }
.vc_col-sm-12 { width: 100%; }
.vc_col-sm-8 { width: 66.666%; }
.vc_col-sm-6 { width: 50%; }
.vc_col-sm-4 { width: 33.333%; }
.vc_col-sm-3 { width: 25%; }
.wpb_column { position: relative; }
.vc_column-inner { padding: 0; }
.full-width-section { width: 100%; clear: both; }
.full-width-section > .col.span_12 { max-width: 1200px; margin: 0 auto; float: none; }
.row-bg-wrap { position: relative; }
.row-bg.using-bg-color { background: #e3e3e3; }
.wpb_text_column h4 { font-size: 1.1rem; font-weight: 700; color: #3452ff; margin: 0 0 8px; text-transform: uppercase; letter-spacing: .04em; }
.wpb_text_column h2 { font-size: 1.75rem; font-weight: 700; color: #222; margin: 0 0 12px; }
.wpb_text_column p { margin: 0 0 1em; color: #555; }
.img-with-aniamtion-wrap { margin: 10px 0 20px; }
.img-with-aniamtion-wrap.center { text-align: center; }
.nectar-video-wrap { overflow: hidden; }
header#top .row { align-items: center; display: grid; grid-template-columns: auto minmax(0,1fr) auto; gap: 12px 20px; }
#header-outer .right-aligned-menu-items nav { display: flex; align-items: center; }
#header-outer .buttons { list-style: none; display: flex; align-items: center; gap: 8px; margin: 0; padding: 0; }
#header-outer .button_bordered_2 a { border: 1px solid #3452ff; padding: 8px 14px; border-radius: 4px; color: #3452ff !important; font-size: 12px; }
#slide-out-widget-area { display: none; }
body.material[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area.open { display: block; }

@media (max-width: 999px) {
  .vc_col-sm-4, .vc_col-sm-6, .vc_col-sm-8, .vc_col-sm-3 { width: 100%; float: none; }
  #header-outer nav > ul.sf-menu { display: none !important; }
  .slide-out-widget-area-toggle { display: block !important; }
}
@media (min-width: 1000px) {
  #header-outer nav > ul.sf-menu { display: flex !important; }
}
