/* Theme Styles/Defaults */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*,
*:before,
*:after {
  box-sizing: border-box;
}

.disable-focus-styles :focus {
  outline: none;
}
/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: inherit;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}
template {
  display: none;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}
img,
iframe,
video,
audio,
object {
  max-width: 100%;
}
img,
iframe {
  border: 0 none;
}
img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}
img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}
b,
strong {
  font-weight: bold;
}
address {
  font-style: normal;
}
svg:not(:root) {
  overflow: hidden;
}
a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}
a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}
textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
button,
select {
  text-transform: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul,
nav ol {
  list-style: none outside none;
}
input::placeholder {
  color: inherit;
  opacity: 1;
}
textarea::placeholder {
  color: inherit;
  opacity: 1;
}
input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
input::placeholder {
  opacity: 1 !important;
}
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
}
textarea {
  border-radius: 0;
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}
body {
  min-width: 320px;
  background: #fff;
}
a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}
.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.28em / 2);
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.28em;
}
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}
/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
  display: none;
}
/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn,
.btn--secondary,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 4px 8px rgba(0,0,0,.15);
  text-decoration: none;
  appearance: none;
  letter-spacing: 1.1px;
  padding: 16px 24px;
}

.btn span,
.btn-primary span {
  margin-right: 1.1rem;
}
.btn span:last-child,
.btn-primary span:last-child {
  margin-right: 0;
}
.btn i,
.btn-primary i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}


.btn-tertiary {
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.buttons {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin: -2rem;
  list-style-type: none;
  flex-wrap: wrap;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .buttons {
    margin: -0.5rem;
  }
}
.buttons li {
  padding: 2rem;
  /*  Mobile  */
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .buttons li {
    padding: 0.5rem;
  }
}
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
_coc.content-wrapper {
    margin: 0 auto;
    padding: 0 20px;
  }
  
  .dnd-section > .row-fluid {
    margin-left: auto;
    margin-right: auto;
  }
  
  .dnd-section .dnd-column {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .container {
    margin: 0 auto;
    overflow: visible;
    padding: 0 25px;
  }
  
  .flex {
    display: flex;
  }
  
  @media screen and (max-width: 768px) {
    .mobile-col {
      flex-direction: column;
    }
  
    .dnd-section .dnd-column {
      padding-left: 0;
      padding-right: 0;
    }
  }

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  background-color: #2F52E0;
  padding: 1.6rem 2.3rem 1.5rem 2.3rem;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.09em;
  border: 1px solid #2F52E0;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  position: relative;
}
@media (max-width: 1023px) {
  .btn {
    font-size: 1.6rem;
    padding: 1.1rem 1.5rem 1.1rem;
  }
}
@media (max-width: 845px) {
  .btn {
    font-size: 1.4rem;
    padding: 0.8rem 1.5rem 0.8rem;
  }
}
@media (min-width: 1023.02px) {
  .btn:hover {
    background-color: transparent;
    color: #2F52E0;
  }
}
.btn .btn__icon {
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  width: 8.4rem !important;
  height: 8.4rem !important;
  max-width: 8.4rem !important;
}
/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form .field + .field {
  margin-top: 2.4rem;
}

.form .form__title {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.form label {
  display: none !important;
}
.form input {
  background-color: #FBFBFF;
  border: 1px solid #DEDEE6;
  outline: none;
  border-radius: 0.6rem;
  padding: 0.6rem 1.6rem;
  font-size: 1.6rem;
  color: #141414;
  width: 100%;
}
.form input::placeholder {
  color: #ADADB3;
  font-size: 1.4rem;
}
.form textarea {
  height: 9.5rem;
  resize: none;
  width: 100%;
  padding: 0.6rem 1.6rem;
}
.form .hs-fieldtype-select {
  position: relative;
}
.form .hs-fieldtype-select:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 0.8rem;
  height: 0.5rem;
  background-image: url("https://7677475.fs1.hubspotusercontent-na1.net/hubfs/7677475/Pilotly%202023/ico-arrow-select.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  transform: translateY(-50%);
}
.form .hs-fieldtype-select select {
  background-color: #FBFBFF;
  border: 1px solid #DEDEE6;
  outline: none;
  border-radius: 0.6rem;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  width: 100%;
  color: #ADADB3;
  appearance: none;
}
.form .hs-submit {
  margin-top: 3.6rem;
}
@media (max-width: 1023px) {
  .form .hs-submit {
    margin-top: 2.1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .form .hs-submit {
    margin-top: 1.9rem;
  }
}
.form .hs-submit .hs-button {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  background-color: #2F52E0;
  border: 0.1rem solid #2F52E0;
  padding: 1.9rem 2.3rem 1.5rem 2.3rem;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  color: #fff;
  letter-spacing: 0.09em;
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem 0.8rem;
  letter-spacing: 0.1em;
  outline: none;
  width: auto;
}
@media (min-width: 1023.02px) {
  .form .hs-submit .hs-button:hover {
    background-color: transparent;
    color: #fff;
    border: 0.1rem solid #fff;
  }
}
.form .hs-error-msgs {
  list-style-type: none;
  color: none;
  margin-top: 0.5rem;
}
.form .hs-error-msgs .hs-error-msg {
  display: block !important;
  color: red;
  font-size: 1.2rem;
  font-weight: 300;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

.system-container {
    margin: 0 auto;
    min-height: calc(100vh - 300px);
    padding-top: 100px;
    width: 100%;
  }
  
  .error-page {
    padding: 10rem 0;
    position: relative;
    text-align: center;
  }
  
  .error-page:before {
    color: #f3f6f9;
    content: attr(data-error);
    font-size: 40vw;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
  }
  
  @media screen and (min-width: 1100px) {
    .error-page:before {
      font-size: 20rem;
    }
  }
  
  .systems-page {
    margin: 0 auto;
    max-width: 600px;
    padding: 3rem 20px;
  }
  
  .systems-page--search-results {
    max-width: 100%;
  }
  
  .systems-page .header {
    background-color: transparent;
    border-bottom: none;
    padding: 0;
  }
  
  .systems-page .success {
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 6px;
    color: #4f7d24;
    display: inline-block;
    font-size: 0.75rem;
    margin: 2rem 0;
    min-width: 650px;
    padding: 0.1rem 0.75rem;
  }
  
  .systems-page form input {
    max-width: 100%;
  }
  
  .systems-page form input[type='submit'] {
    margin: 0.625rem 0;
    display: block;
  }
  
  .systems-page #hs-pwd-widget-password {
    width: 100%;
  }
  
  .systems-page .hs-login-widget-show-password,
  .systems-page .hs-register-widget-show-password,
  .systems-page .hs-reset-widget-show-password {
    display: block;
    margin-bottom: 0.5rem;
  }
  
  .systems-page #hs-login-widget-remember,
  .systems-page #hs-login-widget-remember ~ label {
    display: inline-block;
    margin-bottom: 3px;
  }
  
  form#email-prefs-form .item.disabled {
    opacity: 0.6;
    cursor: not-allowed;
  }
  
  form#email-prefs-form .item.disabled input:disabled {
    cursor: not-allowed;
  }
  
  /* Search */
  
  .hs-search-results {
    margin-top: 2rem;
  }
  
  ul.hs-search-results__listing li {
    margin-bottom: 2rem;
  }
  
  .hs-search-results__title {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
  }
  
  .hs-search-results__description {
    padding-top: 0.5rem;
  }
  
  .hs-search-highlight {
    font-weight: bold;
  }
  
  .hs-search-results__pagination a {
    color: #051f46;
  }
  
  /* Membership error message */
  
  .form-input-validation-message ul {
    margin: 0;
    padding-left: 0;
  }
  
  .form-input-validation-message ul li {
    line-height: 1rem;
  }
  
  /* Password prompt */
  
  .password-prompt input[type='password'] {
    height: auto !important;
  }
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  background: var(--Black-gradient, linear-gradient(147deg, #383838 14.71%, #181818 84.55%));
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.08);
  color: #F7F7FF;
  padding: 1.9rem 0 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
@media (max-width: 1023px) {
  .header {
    padding: 1.4rem 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header {
    margin-top: 4.7rem;
    padding: 1.1rem 0 1.5rem;
    margin-top: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header:before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #2F52E0;
    width: 100%;
    height: 4.7rem;
    display: none;
  }
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .nav {
  margin-right: 3.2rem;
}
.header .header__aside {
  display: flex;
  align-items: center;
}
.header .btn {
  font-size: 1.4rem;
  padding: 0.8rem 1.6rem 0.8rem;
  letter-spacing: 0.1em;
}
@media (min-width: 1023.02px) {
  .header .btn:hover {
    border-color: #F7F7FF;
    color: #F7F7FF;
  }
}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
@media (max-width: 1023px) {
  .nav {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    max-width: calc(100% - 3.2rem);
    border-radius: 1.6rem;
    background: linear-gradient(147deg, rgba(64, 64, 64, 0.95) 14.71%, rgba(11, 10, 10, 0.85) 84.55%);
    backdrop-filter: blur(5px);
    z-index: 20;
    transform: translate(-50%, 1.6rem);
    padding: 4.1rem 4rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
  }
}
@media (max-width: 1023px) {
  .nav.is-active {
    opacity: 1;
    visibility: visible;
  }
}
.nav ul {
  display: flex;
  list-style: none;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .nav ul {
    display: block;
    margin-bottom: 0;
  }
}
.nav ul li + li {
  margin-left: 3.1rem;
}
@media (max-width: 1023px) {
  .nav ul li + li {
    margin: 2.6rem 0 0 0;
  }
}
.nav ul a {
  text-decoration: none;
  position: relative;
}
.nav ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.4s;
}
.nav ul a:hover,
.nav ul a:focus {
  color: #5975e6;
}
.nav ul a:hover:after,
.nav ul a:focus:after {
  width: 100%;
}
.nav .nav__image {
  display: none;
  margin: 0 -4rem 0;
  position: relative;
  padding-top: 129%;
  overflow: hidden;
  border-radius: 1.8rem;
}
@media (max-width: 1023px) {
  .nav .nav__image {
    display: none;
  }
}
.nav .nav__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav .has-dropdown {
  position: relative;
}
.nav .has-dropdown:after {
  content: "";
  width: 100%;
  height: 4rem;
  background-color: transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (hover: hover) and (pointer: fine) {
  .nav .has-dropdown:hover .subnav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav .has-dropdown:hover .subnav a {
    color: #F7F7FF;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav .has-dropdown:hover .subnav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    color: #F7F7FF;
  }
  .nav .has-dropdown:hover .subnav a {
    color: #F7F7FF;
  }
}
.nav .has-dropdown > a {
  position: relative;
  padding-right: 1.8rem;
}
@media (hover: hover) and (pointer: fine) {
  .nav .has-dropdown > a:hover {
    color: #5975E6;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav .has-dropdown > a:hover {
    color: #5975E6;
  }
}
.nav .has-dropdown > a:before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 0.1rem solid;
  border-right: 0.1rem solid;
  position: absolute;
  top: 44%;
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .nav .has-dropdown > a:before {
    top: 45%;
  }
}
@media (max-width: 1023px) {
  .nav .has-dropdown.expanded .subnav {
    padding: 2.7rem 0 0;
    max-height: 40rem;
  }
}
.subnav {
  background: linear-gradient(147deg, #383838 14.71%, #181818 84.55%);
  border-radius: 1.6rem;
  position: absolute;
  top: calc(100% + 2.5rem);
  left: 50%;
  transform: translate(-50%, 0);
  padding: 1.6rem;
  width: 27.3rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  transition: .4s;
  /*  Tablet  */
  /*  Mobile  */
}
@media (max-width: 1023px) {
  .subnav {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    background: transparent;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    padding: 0;
    max-height: 1px;
    overflow: hidden;
    transition: 0.4s;
  }
}
@media (max-width: 767px), screen and (max-width: 768px) and (orientation: landscape) {
  .subnav {
    width: auto;
  }
}
.subnav ul li + li {
  margin-left: 0;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .subnav ul li + li {
    margin-top: 0;
  }
}
.subnav ul {
  display: block;
  margin: -2.5rem 0;
  margin-bottom: -2.5rem !important;
}
.subnav ul li {
  padding: 2.5rem 0;
  border-bottom: 0.1rem solid #7A7A7A;
}
.subnav ul li:last-child {
  border-bottom: 0;
}
.subnav a {
  display: flex;
  align-items: center;
}
.subnav a:after {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  .subnav a:hover strong {
    color: #5975E6;
  }
  .subnav a:hover strong:after {
    width: calc(100% - 1rem);
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .subnav a:hover strong {
    color: #5975E6;
  }
  .subnav a:hover strong:after {
    width: calc(100% - 1rem);
  }
}
.subnav i {
  display: inline-block;
  vertical-align: middle;
  width: 10rem;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .subnav i {
    width: 8rem;
  }
}
.subnav i img {
  width: 100%;
  height: auto;
}
.subnav span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.5rem;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.005em;
}
.subnav span strong {
  font-weight: 700;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-bottom: 0.5rem;
  position: relative;
  padding-right: 1rem;
}
.subnav span strong:after {
  content: "";
  width: 0;
  border-bottom: 0.1rem solid;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
}
.subnav span strong:before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  border-bottom: 0.1rem solid;
  border-right: 0.1rem solid;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%) rotate(-45deg);
}
/* ------------------------------------------------------------ *\
	Burger btn
\* ------------------------------------------------------------ */
.burger-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 1.9rem;
  height: 1.7rem;
  margin-left: 1.6rem;
  display: none;
}
@media (max-width: 1023px) {
  .burger-btn {
    display: flex;
  }
}
.burger-btn span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: currentColor;
  width: 100%;
  height: 0.2rem;
  border-radius: 1rem;
  transition: transform 0.4s, top 0.4s 0.4s, color 0.4s, opacity 0.4s 0.4s, width 0.4s;
}
.burger-btn span:nth-child(2) {
  top: 0.7rem;
}
.burger-btn span:nth-child(3) {
  top: 1.3rem;
}
.burger-btn.is-active span {
  transition: transform 0.4s 0.2s, top 0.4s, color 0.4s, opacity 0.4s;
}
.burger-btn.is-active span:first-child {
  top: 0.7rem;
  transform: rotate(-45deg);
}
.burger-btn.is-active span:nth-child(2) {
  width: 1rem;
  opacity: 0;
}
.burger-btn.is-active span:nth-child(3) {
  width: 1.4rem;
  top: 0.7rem;
  transform: rotate(45deg);
  width: 100%;
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer-wrapper {
  position: relative;
  /*  Tablet  */
}
@media (max-width: 1023px) {
  .footer-wrapper {
    background-color: #222;
    background-image: url("https://7677475.fs1.hubspotusercontent-na1.net/hubfs/7677475/Pilotly%202023/color-gradient.png");
    background-size: 110% 120%;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
}
.footer {
  background-color: #222;
  color: #F7F7FF;
  padding: 14.7rem 0 3rem;
}
@media (max-width: 1023px) {
  .footer {
    padding: 7rem 0.3rem 8rem;
    background-color: transparent;
    position: relative;
    z-index: 2;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer {
    padding: 6.6rem 0 3.6rem;
  }
}
.footer .footer__cols {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .footer .footer__cols {
    margin: -1.2rem;
  }
}
@media (max-width: 845px) {
  .footer .footer__cols {
    display: block;
    margin: 0;
  }
}
@media (max-width: 1399px) {
  .footer .footer__cols .footer__col {
    padding: 1.2rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__cols .footer__col {
    padding: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__cols .footer__col + .footer__col {
    margin-top: 2.5rem;
  }
}
.footer .footer__logo {
  display: inline-block;
  margin-bottom: 2.4rem;
}
@media (max-width: 845px) {
  .footer .footer__logo {
    max-width: 10.4rem;
    margin-bottom: 0.9rem;
  }
}
.footer .footer__content {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.28;
}
@media (max-width: 1023px) {
  .footer .footer__content {
    font-size: 1.6rem;
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.footer .footer__content p {
  margin-bottom: 0.7rem;
}
.footer .footer__navs {
  display: flex;
  margin: -0.8rem;
  padding-right: 1.5rem;
}
@media (max-width: 845px) {
  .footer .footer__navs {
    justify-content: space-between;
    padding-right: 0;
  }
}
.footer .footer__nav {
  padding: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.31;
}
@media (max-width: 1023px) {
  .footer .footer__nav {
    font-size: 1.2rem;
  }
}
.footer .footer__nav h6 {
  font-size: 1.8rem;
  line-height: 1.28;
  margin-bottom: 2.3rem;
}
@media (max-width: 1023px) {
  .footer .footer__nav h6 {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }
}
.footer .footer__nav ul {
  list-style: none;
}
.footer .footer__nav ul li + li {
  margin-top: 0.8rem;
}
.footer .footer__nav ul a {
  text-decoration: none;
  position: relative;
}
.footer .footer__nav ul a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: width 0.4s;
}
@media (min-width: 1023.02px) {
  .footer .footer__nav ul a:hover:after {
    width: 100%;
  }
}
.footer .footer__bar {
  text-align: center;
  font-size: 1.8rem;
  color: #C6C6CC;
}
@media (max-width: 1023px) {
  .footer .footer__bar {
    font-size: 1.2rem;
  }
}
.footer .footer__cols + .footer__bar {
  margin-top: 14.4rem;
}
@media (max-width: 1023px) {
  .footer .footer__cols + .footer__bar {
    margin-top: 13.4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__cols + .footer__bar {
    margin-top: 14.8rem;
  }
}