html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  margin: 0 auto !important;
  -ms-scroll-chaining: chained;
      overscroll-behavior: auto;
}

body {
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  width: 100%;
  min-height: 100vh;
  --gin-toolbar-y-offset: var(--drupal-displace-offset-top) !important;
  color: rgb(31, 50, 63);
  padding: 0;
  word-break: break-word;
}
.theme-light body {
  color: rgb(31, 50, 63);
}
.theme-light-alt body {
  color: rgb(31, 50, 63);
}
.theme-dark body {
  color: rgb(255, 255, 255);
}
.theme-dark-alt body {
  color: rgb(255, 255, 255);
}
.theme-blue body {
  color: rgb(255, 255, 255);
}
@media all and (max-width: 575px) {
  body {
    -webkit-hyphens: auto;
       -moz-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}

/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0;
}

.hero-text {
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media all and (max-width: 1024px) {
  .hero-text {
    font-size: 50px;
    line-height: 1.5;
  }
}

h1,
.h1 {
  font-size: 4.5rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

h2,
.h2 {
  font-weight: 400;
  font-size: 4.2rem;
  line-height: 1.5;
  margin: 0;
}

h3,
.h3 {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

h4,
.h4 {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

h5,
.h5 {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

p,
.p,
.subtitle {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

a,
.a {
  color: rgb(31, 50, 63);
  cursor: pointer;
  text-decoration: none;
}
a:hover,
.a:hover {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

.button-text {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
}

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.hr {
  margin: 0;
}

.card-body {
  padding: 30px;
  background-color: transparent;
}

.theme-light .logo {
  display: block;
}
.theme-light-alt .logo {
  display: block;
}
.theme-dark .logo {
  display: none;
}
.theme-dark-alt .logo {
  display: none;
}
.logo-dark {
  display: none;
}
.theme-light .logo-dark {
  display: none;
}
.theme-light-alt .logo-dark {
  display: none;
}
.theme-dark .logo-dark {
  display: block;
}
.theme-dark-alt .logo-dark {
  display: block;
}
.card {
  border: 1px solid rgb(208, 214, 218);
}
.theme-light .card {
  border: 1px solid rgb(208, 214, 218);
}
.theme-light-alt .card {
  border: 1px solid rgb(248, 248, 248);
}
.theme-dark .card {
  border: 1px solid rgb(48, 69, 82);
}
.theme-dark-alt .card {
  border: 1px solid rgb(208, 214, 218);
}
.theme-blue .card {
  border: 1px solid rgb(208, 214, 218);
}

.simple-styles-container .p-advanced img {
  max-width: 100%;
}

.p-advanced p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.p-advanced p:last-child {
  margin-bottom: 0;
}
.p-advanced a {
  text-decoration: underline;
  font-size: 18px;
  font-weight: 500;
  color: rgb(10, 109, 230);
}
.theme-light .p-advanced a {
  color: rgb(10, 109, 230);
}
.theme-light-alt .p-advanced a {
  color: rgb(10, 109, 230);
}
.theme-dark .p-advanced a {
  color: rgb(255, 255, 255);
}
.theme-dark-alt .p-advanced a {
  color: rgb(255, 255, 255);
}
.theme-blue .p-advanced a {
  color: rgb(255, 255, 255);
}
.p-advanced a:hover {
  text-decoration: underline;
  color: rgba(10, 109, 230, 0.7);
}
.theme-light .p-advanced a:hover {
  color: rgba(10, 109, 230, 0.7);
}
.theme-light-alt .p-advanced a:hover {
  color: rgba(10, 109, 230, 0.7);
}
.theme-dark .p-advanced a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.theme-dark-alt .p-advanced a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.theme-blue .p-advanced a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.p-advanced ol {
  list-style: decimal;
  list-style-position: inside;
  padding-left: 0;
}
.p-advanced ul {
  list-style: disc;
  list-style-position: inside;
  padding-left: 0;
}
.p-advanced li {
  margin-bottom: 1rem;
  padding-left: 4rem;
}
.p-advanced .text-formatted ul, .p-advanced .text-formatted ol, .p-advanced.text-formatted ul, .p-advanced.text-formatted ol {
  list-style-position: outside;
}
.p-advanced .text-formatted ul li, .p-advanced .text-formatted ol li, .p-advanced.text-formatted ul li, .p-advanced.text-formatted ol li {
  margin-left: 6rem;
  padding-left: 0;
}
.p-advanced h3 {
  margin-bottom: 13px;
}
.p-advanced h4 {
  margin-bottom: 5px;
}
.p-advanced table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px;
  width: 100%;
  border-color: gray;
}
.p-advanced td,
.p-advanced th {
  padding: 10px;
  border: 1px solid gray;
}

body {
  overflow-x: clip;
}

.list-group-item {
  border: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  color: rgb(31, 50, 63);
  padding: 10px;
}
.list-group-item:hover {
  background-color: rgb(240, 242, 242);
  color: rgb(10, 109, 230);
}
.list-group-item:hover > * {
  color: rgb(10, 109, 230);
}

.able-scroll {
  color: rgb(31, 50, 63);
}
.theme-light .able-scroll {
  color: rgb(31, 50, 63);
}
.theme-light-alt .able-scroll {
  color: rgb(31, 50, 63);
}
.theme-dark .able-scroll {
  color: rgb(255, 255, 255);
}
.theme-dark-alt .able-scroll {
  color: rgb(255, 255, 255);
}
.theme-blue .able-scroll {
  color: rgb(255, 255, 255);
}

.unable-scroll {
  color: rgb(208, 214, 218);
}
.theme-light .unable-scroll {
  color: rgb(208, 214, 218);
}
.theme-light-alt .unable-scroll {
  color: rgb(208, 214, 218);
}
.theme-dark .unable-scroll {
  color: rgba(255, 255, 255, 0.5);
}
.theme-dark-alt .unable-scroll {
  color: rgba(255, 255, 255, 0.5);
}
.dropdown {
  padding-top: 37px;
}
@media all and (max-width: 767px) {
  .dropdown {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

a#dropdownLanguageButton.btn-dropdown.dropdown-toggle,
a#dropdownLanguageButtonFooter.btn-dropdown.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

a#dropdownLanguageButton.btn-dropdown.dropdown-toggle::after,
a#dropdownLanguageButtonFooter.btn-dropdown.dropdown-toggle::after {
  margin-left: 15px;
}

a#dropdownLanguageButton.btn-dropdown.dropdown-toggle:hover,
a#dropdownLanguageButtonFooter.btn-dropdown.dropdown-toggle:hover {
  color: rgb(31, 50, 63);
}
.theme-light a#dropdownLanguageButton.btn-dropdown.dropdown-toggle:hover,
.theme-light a#dropdownLanguageButtonFooter.btn-dropdown.dropdown-toggle:hover {
  color: rgb(31, 50, 63);
}
.theme-light-alt a#dropdownLanguageButton.btn-dropdown.dropdown-toggle:hover,
.theme-light-alt a#dropdownLanguageButtonFooter.btn-dropdown.dropdown-toggle:hover {
  color: rgb(31, 50, 63);
}
.theme-dark a#dropdownLanguageButton.btn-dropdown.dropdown-toggle:hover,
.theme-dark a#dropdownLanguageButtonFooter.btn-dropdown.dropdown-toggle:hover {
  color: rgb(255, 255, 255);
}
.theme-dark-alt a#dropdownLanguageButton.btn-dropdown.dropdown-toggle:hover,
.theme-dark-alt a#dropdownLanguageButtonFooter.btn-dropdown.dropdown-toggle:hover {
  color: rgb(255, 255, 255);
}
.pardot-page .custom-air-datepicker-pardot {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}
.pardot-page .custom-air-datepicker-pardot input {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
          flex: 1 0 0;
}
.pardot-page .custom-air-datepicker-pardot input[type=date]:not(.has-value):before {
  color: rgba(31, 50, 63, 0.5);
  content: attr(placeholder);
  width: 100%;
  -webkit-align-self: center;
          align-self: center;
}
.pardot-page .custom-air-datepicker-pardot input[type=date]:not(.has-value)::-webkit-datetime-edit-fields-wrapper {
  display: none !important;
}
.pardot-page .custom-air-datepicker-pardot input[type=date].-is-safari-:not(.has-value):before {
  color: rgba(31, 50, 63, 0.5);
  content: attr(placeholder);
  width: 100%;
  margin-left: 7px;
}
.pardot-page .custom-air-datepicker-pardot input[type=date].-is-safari-::-webkit-datetime-edit-fields-wrapper {
  margin-left: 7px;
}
.pardot-page ::-webkit-calendar-picker-indicator {
  display: none;
}
.pardot-page input::-webkit-date-and-time-value {
  text-align: left !important;
}
.pardot-page input[type=date] {
  text-align: left !important;
}
.pardot-page input[type=date]::after {
  background-image: url(../../../icons/calendar-Today.svg);
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 20px;
  margin-bottom: 12px;
  bottom: 0;
  position: absolute;
  right: 0;
  -webkit-filter: opacity(0.753) drop-shadow(0 0 0 #4fb9ff);
          filter: opacity(0.753) drop-shadow(0 0 0 #4fb9ff);
}
.theme-light .pardot-page input[type=date]::after {
  -webkit-filter: opacity(0.753) drop-shadow(0 0 0 #4fb9ff);
          filter: opacity(0.753) drop-shadow(0 0 0 #4fb9ff);
}
.theme-light-alt .pardot-page input[type=date]::after {
  -webkit-filter: opacity(0.753) drop-shadow(0 0 0 #4fb9ff);
          filter: opacity(0.753) drop-shadow(0 0 0 #4fb9ff);
}
.theme-dark .pardot-page input[type=date]::after {
  -webkit-filter: opacity(1) invert(1);
          filter: opacity(1) invert(1);
}
.theme-dark-alt .pardot-page input[type=date]::after {
  -webkit-filter: opacity(1) invert(1);
          filter: opacity(1) invert(1);
}
.pardot-page .air-datepicker:not(.-active-) {
  pointer-events: none;
}
.pardot-page .air-datepicker {
  border: unset;
  border-radius: 3px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  margin-top: -12px;
  min-width: 220px;
  background-color: rgb(248, 248, 248);
  color: rgb(31, 50, 63);
  border: 1px solid rgb(208, 214, 218);
}
.pardot-page .air-datepicker .air-datepicker-nav {
  min-height: 24px;
  max-height: 24px;
  padding: 14px 0;
  margin: 0 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-bottom: 1px solid rgb(208, 214, 218);
}
.pardot-page .air-datepicker .air-datepicker-nav .air-datepicker-nav--action {
  position: absolute;
  top: 10px;
  right: 14px;
}
.pardot-page .air-datepicker .air-datepicker-nav .air-datepicker-nav--action svg path {
  stroke: rgb(10, 109, 230);
}
.pardot-page .air-datepicker .air-datepicker-nav .air-datepicker-nav--action:first-child {
  left: 14px;
}
.pardot-page .air-datepicker .air-datepicker-nav .air-datepicker-nav--action:hover {
  background: unset;
}
.pardot-page .air-datepicker .air-datepicker-nav .air-datepicker-nav--action:active {
  background: unset;
}
.pardot-page .air-datepicker .air-datepicker-nav .air-datepicker-nav--title:hover {
  -webkit-text-decoration-color: rgba(31, 50, 63, 0.7);
          text-decoration-color: rgba(31, 50, 63, 0.7);
  color: rgba(31, 50, 63, 0.7);
  background: unset;
}
.pardot-page .air-datepicker .air-datepicker-nav .air-datepicker-nav--title {
  text-decoration: underline;
  padding: 0;
}
.pardot-page .air-datepicker .air-datepicker-nav .air-datepicker---daysArrow {
  display: inline-block;
  margin-left: 15px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.pardot-page .air-datepicker .air-datepicker-nav .air-datepicker---monthsArrow {
  display: inline-block;
  margin-left: 15px;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.pardot-page .air-datepicker .air-datepicker--content {
  padding: 14px 7px 7px;
}
.pardot-page .air-datepicker .air-datepicker-body--cells {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  justify-items: center;
}
.pardot-page .air-datepicker .air-datepicker-body--cells .-day- {
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.pardot-page .air-datepicker .air-datepicker-body--cells .-month- {
  width: calc(100% - 6px);
  height: 30px;
  border-radius: 3px;
}
.pardot-page .air-datepicker .air-datepicker-body--cells .-day-.-current- {
  border-radius: 100%;
  background: rgb(10, 109, 230) !important;
  color: rgb(255, 255, 255) !important;
}
.pardot-page .air-datepicker .air-datepicker-body--cells .-month-.-current- {
  border-radius: 3px;
  background: rgb(10, 109, 230) !important;
  color: rgb(255, 255, 255) !important;
}
.pardot-page .air-datepicker .air-datepicker-body--cells .-focus- {
  background: unset;
  color: rgba(31, 50, 63, 0.7) !important;
}
.pardot-page .air-datepicker .air-datepicker-body--cells .-selected-.-day- {
  border-radius: 100%;
  background: rgb(10, 109, 230);
  color: rgb(255, 255, 255) !important;
}
.pardot-page .air-datepicker .air-datepicker-body--cells .-selected-.-month- {
  background: rgb(10, 109, 230);
  color: rgb(255, 255, 255) !important;
}
.pardot-page .air-datepicker .air-datepicker-body--cells .-other-month- {
  color: rgb(31, 50, 63);
  opacity: 0.5;
}
.pardot-page .air-datepicker .air-datepicker-body--cells .-focus-.-other-month- {
  background: unset;
  color: rgb(31, 50, 63) !important;
}
.pardot-page .air-datepicker .air-datepicker-body--cells .-selected-.-day-.-other-month- {
  background: rgb(10, 109, 230);
  color: rgb(255, 255, 255);
}
.pardot-page .air-datepicker .air-datepicker-body--cells .-selected-.-month-.-other-month- {
  background: unset;
  color: rgb(10, 109, 230);
}
.pardot-page .air-datepicker .air-datepicker-body--day-names {
  margin: 0px 0 3px;
}
.pardot-page .air-datepicker .air-datepicker-body--day-names .air-datepicker-body--day-name {
  color: rgb(31, 50, 63);
  text-transform: capitalize;
  opacity: 0.5;
  height: 100%;
  width: 100%;
  font-size: 14px;
}
.pardot-page .air-datepicker .air-datepicker--pointer {
  display: none;
}