:root {
  --bs-blue: #1F3A63;
  --bs-indigo: #53ACF8;
  --bs-purple: #ad45f6;
  --bs-pink: #f6458e;
  --bs-red: #F55767;
  --bs-orange: #f6d845;
  --bs-yellow: #FFA024;
  --bs-green: #40975F;
  --bs-teal: #299EF3;
  --bs-cyan: #3EB8F4;
  --bs-white: #fff;
  --bs-gray: #C3C1C8;
  --bs-gray-dark: #616368;
  --bs-primary: #1F3A63;
  --bs-secondary: #4F5665;
  --bs-success: #40975F;
  --bs-info: #3EB8F4;
  --bs-warning: #FFA024;
  --bs-danger: #F55767;
  --bs-light: #F9FAFD;
  --bs-dark: #1F1534;
  --bs-font-sans-serif: "Varela Round", Arial, sans-serif;
  --bs-font-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
:root {
    scroll-behavior: smooth;
  }}
body {
  margin: 0;
  font-family: "Varela Round", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7D7987;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  margin: 1rem 0;
  color: #E1E0E4;
  background-color: currentColor;
  border: 0;
  opacity: 1;
}
hr:not([size]) {
  height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Varela Round", Arial, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: #112D58;
}
h1 {
  font-size: calc(1.37383rem + 1.48598vw);
}

@media (min-width: 1200px) {
h1 {
    font-size: 2.48832rem;
  }}
h2 {
  font-size: calc(1.33236rem + 0.98832vw);
}

@media (min-width: 1200px) {
h2 {
    font-size: 2.0736rem;
  }}
h3 {
  font-size: calc(1.2978rem + 0.5736vw);
}

@media (min-width: 1200px) {
h3 {
    font-size: 1.728rem;
  }}
h4 {
  font-size: calc(1.269rem + 0.228vw);
}

@media (min-width: 1200px) {
h4 {
    font-size: 1.44rem;
  }}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 0.83333rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-right: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-right: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 800;
}
small {
  font-size: 75%;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: #1F3A63;
  text-decoration: none;
}
a:hover {
  color: #192e4f;
  text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr ;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 75%;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 75%;
  color: #f6458e;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 75%;
  color: #fff;
  background-color: #4F5665;
  border-radius: 0.625rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #CDCCD1;
  text-align: right;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: right;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
legend {
    font-size: 1.5rem;
  }}
legend + * {
  clear: right;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.display-2 {
  font-size: calc(1.48332rem + 2.79982vw);
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 1200px) {
.display-2 {
    font-size: 3.58318rem;
  }}
.display-3 {
  font-size: calc(1.4236rem + 2.08318vw);
  font-weight: 900;
  line-height: 1;
}

@media (min-width: 1200px) {
.display-3 {
    font-size: 2.98598rem;
  }}
.list-unstyled {
  padding-right: 0;
  list-style: none;
}
.list-inline {
  padding-right: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.container,
.container-lg {
  width: 100%;
  padding-left: var(--bs-gutter-x, 1rem);
  padding-right: var(--bs-gutter-x, 1rem);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
.container {
    max-width: 540px;
  }}

@media (min-width: 768px) {
.container {
    max-width: 720px;
  }}

@media (min-width: 992px) {
.container,
.container-lg {
    max-width: 960px;
  }}

@media (min-width: 1200px) {
.container,
.container-lg {
    max-width: 1140px;
  }}

@media (min-width: 1540px) {
.container,
.container-lg {
    max-width: 1480px;
  }}
.row {
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}
.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}
.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333%;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.g-0 {
  --bs-gutter-x: 0;
}
.g-0 {
  --bs-gutter-y: 0;
}

@media (min-width: 576px) {
.col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }}

@media (min-width: 768px) {
.col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
.col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }
.col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333%;
  }
.col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
.col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66667%;
  }}

@media (min-width: 992px) {
.row-cols-lg-auto > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
.col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
.col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
  }
.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66667%;
  }}

@media (min-width: 1200px) {
.col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333%;
  }
.col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%;
  }
.col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333%;
  }}

@media (min-width: 1540px) {
.col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66667%;
  }}
.form-control {
  display: block;
  width: 100%;
  padding: 0.56rem 0.8rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #7D7987;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #D7D6DA;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.form-control {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #7D7987;
  background-color: #fff;
  border-color: #8f9db1;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(31, 58, 99, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(31, 58, 99, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #C3C1C8;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #C3C1C8;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #C3C1C8;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #C3C1C8;
  opacity: 1;
}
.form-control::placeholder {
  color: #C3C1C8;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #EBEBED;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.56rem 0.8rem;
  margin: -0.56rem -0.8rem;
  -webkit-margin-end: 0.8rem;
  margin-inline-end: 0.8rem;
  color: #7D7987;
  background-color: #EBEBED;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.form-control::file-selector-button {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dfdfe1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.56rem 0.8rem;
  margin: -0.56rem -0.8rem;
  -webkit-margin-end: 0.8rem;
  margin-inline-end: 0.8rem;
  color: #7D7987;
  background-color: #EBEBED;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dfdfe1;
}
textarea.form-control {
  min-height: calc(1.5em + 1.12rem + 2px);
}
.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #7D7987;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.56rem 0.8rem;
  font-size: 1rem;
  border-radius: 0.313rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.btn {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }}
.btn:hover {
  color: #7D7987;
  text-decoration: none;
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(31, 58, 99, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(31, 58, 99, 0.25);
}
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-primary {
  color: #fff;
  background-color: #1F3A63;
  border-color: #1F3A63;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1a3154;
  border-color: #192e4f;
}
.btn-primary:focus {
  color: #fff;
  background-color: #1a3154;
  border-color: #192e4f;
  -webkit-box-shadow: 0 0 0 0 rgba(65, 88, 122, 0.5);
  box-shadow: 0 0 0 0 rgba(65, 88, 122, 0.5);
}
.btn-primary:active,
.btn-primary.active {
  color: #fff;
  background-color: #192e4f;
  border-color: #172c4a;
}
.btn-primary:active:focus,
.btn-primary.active:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(65, 88, 122, 0.5);
  box-shadow: 0 0 0 0 rgba(65, 88, 122, 0.5);
}
.btn-primary:disabled {
  color: #fff;
  background-color: #1F3A63;
  border-color: #1F3A63;
}
.btn-lg {
  padding: 0.4rem 1.8rem;
  font-size: 1rem;
  border-radius: 0.625rem;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
.collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.nav-link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }}
.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}
.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-bottom: 0.5rem;
  padding-right: 1rem;
}
.navbar > .container,
.navbar > .container-lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
  flex-wrap: inherit;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: -0.046rem;
  padding-bottom: -0.046rem;
  margin-left: 1rem;
  font-size: calc(1.2978rem + 0.5736vw);
  white-space: nowrap;
}

@media (min-width: 1200px) {
.navbar-brand {
    font-size: 1.728rem;
  }}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.2rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.313rem;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.navbar-toggler {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

@media (min-width: 992px) {
.navbar-expand-lg {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
.navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
.navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
.navbar-expand-lg .navbar-toggler {
    display: none;
  }}
.navbar-light .navbar-brand {
  color: #1F1534;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #1F1534;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.95);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #1F1534;
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.95);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%280, 0, 0, 0.95%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M0 6h30M0 14h30M0 22h30'/%3E%3C/svg%3E");
}
.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid rgba(0, 0, 0, 0.125);
  border-radius: 1.25rem;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
.card-text:last-child {
  margin-bottom: 0;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: right;
  width: 100%;
  margin-left: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
.carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }}
.carousel-item.active {
  display: block;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #112D58;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.9;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
.carousel-control-prev,
.carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #112D58;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  right: 0;
}
.carousel-control-next {
  left: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23112D58' class='bi bi-arrow-left' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8z'/%3E%3C/svg%3E");
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23112D58' class='bi bi-arrow-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8z'/%3E%3C/svg%3E");
}
.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  -webkit-box-shadow: 0 0.6375rem 0.975rem 0 #F4F8FE, 0 3px 6px 0 #F4F8FE !important;
  box-shadow: 0 0.6375rem 0.975rem 0 #F4F8FE, 0 3px 6px 0 #F4F8FE !important;
}
.shadow-sm {
  -webkit-box-shadow: 0 1.5625rem 2.8125rem rgba(0, 87, 255, 0.15) !important;
  box-shadow: 0 1.5625rem 2.8125rem rgba(0, 87, 255, 0.15) !important;
}
.shadow-lg {
  -webkit-box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 1rem 4rem rgba(0, 0, 0, 0.175) !important;
}
.position-relative {
  position: relative !important;
}
.border-top {
  border-top: 1px solid #E1E0E4 !important;
}
.border-white {
  border-color: #fff !important;
}
.w-100 {
  width: 100% !important;
}
.h-100 {
  height: 100% !important;
}
.min-vh-75 {
  min-height: 75vh !important;
}
.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -ms-flex-order: 0 !important;
  order: 0 !important;
}
.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-4 {
  margin-top: 1.8rem !important;
  margin-bottom: 1.8rem !important;
}
.mt-4 {
  margin-top: 1.8rem !important;
}
.mt-6 {
  margin-top: 4rem !important;
}
.me-0 {
  margin-left: 0 !important;
}
.me-3 {
  margin-left: 1rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.8rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-8 {
  margin-bottom: 7.5rem !important;
}
.ms-auto {
  margin-right: auto !important;
}
.mt-n5 {
  margin-top: -3rem !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-4 {
  padding-left: 1.8rem !important;
  padding-right: 1.8rem !important;
}
.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.8rem !important;
  padding-bottom: 1.8rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.py-8 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pt-6 {
  padding-top: 4rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.8rem !important;
}
.fs--1 {
  font-size: 0.83333rem !important;
}
.fs-1 {
  font-size: 1.2rem !important;
}
.fs-2 {
  font-size: 1.44rem !important;
}
.fs-3 {
  font-size: 1.728rem !important;
}
.fs-4 {
  font-size: 2.0736rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semi-bold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: 800 !important;
}
.text-center {
  text-align: center !important;
}
.text-primary {
  color: #1F3A63 !important;
}
.text-info {
  color: #3EB8F4 !important;
}
.text-warning {
  color: #FFA024 !important;
}
.text-light {
  color: #F9FAFD !important;
}
.text-white {
  color: #fff !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.bg-light {
  background-color: #F9FAFD !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-end-0 {
  border-top-end-radius: 0 !important;
  border-bottom-end-radius: 0 !important;
}
.rounded-start-0 {
  border-bottom-start-radius: 0 !important;
  border-top-start-radius: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.text-1000 {
  color: #112D58 !important;
}
.text-white {
  color: #fff !important;
}

@media (min-width: 576px) {
.d-sm-block {
    display: block !important;
  }
.d-sm-none {
    display: none !important;
  }
.mb-sm-4 {
    margin-bottom: 1.8rem !important;
  }
.text-sm-start {
    text-align: right !important;
  }}

@media (min-width: 768px) {
.min-vh-md-100 {
    min-height: 100vh !important;
  }
.order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -ms-flex-order: 0 !important;
    order: 0 !important;
  }
.order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
  }
.mx-md-4 {
    margin-left: 1.8rem !important;
    margin-right: 1.8rem !important;
  }
.my-md-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
.mb-md-0 {
    margin-bottom: 0 !important;
  }
.mb-md-4 {
    margin-bottom: 1.8rem !important;
  }
.mt-md-n4 {
    margin-top: -1.8rem !important;
  }
.text-md-start {
    text-align: right !important;
  }
.text-md-end {
    text-align: left !important;
  }}

@media (min-width: 992px) {
.d-lg-none {
    display: none !important;
  }
.border-lg-0 {
    border: 0 !important;
  }
.justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
.justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
.m-lg-7 {
    margin: 5rem !important;
  }
.mt-lg-0 {
    margin-top: 0 !important;
  }
.mb-lg-0 {
    margin-bottom: 0 !important;
  }
.px-lg-4 {
    padding-left: 1.8rem !important;
    padding-right: 1.8rem !important;
  }
.pt-lg-0 {
    padding-top: 0 !important;
  }
.pe-lg-5 {
    padding-left: 3rem !important;
  }
.pb-lg-6 {
    padding-bottom: 4rem !important;
  }
.fs-lg-3 {
    font-size: 1.728rem !important;
  }
.fs-lg-4 {
    font-size: 2.0736rem !important;
  }
.fs-lg-5 {
    font-size: 2.48832rem !important;
  }
.fs-lg-6 {
    font-size: 2.98598rem !important;
  }}

@media (min-width: 1200px) {
.d-xl-block {
    display: block !important;
  }
.pe-xl-8 {
    padding-left: 7.5rem !important;
  }}

@media (min-width: 1540px) {
.fs-xxl-8 {
    font-size: 4.29982rem !important;
  }}
::-webkit-input-placeholder {
  opacity: 1;
  color: #D7D6DA !important;
}
::-moz-placeholder {
  opacity: 1;
  color: #D7D6DA !important;
}
:-ms-input-placeholder {
  opacity: 1;
  color: #D7D6DA !important;
}
::-ms-input-placeholder {
  opacity: 1;
  color: #D7D6DA !important;
}
::placeholder {
  opacity: 1;
  color: #D7D6DA !important;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6.3125rem;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
pre,
code {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }}
input,
button,
select,
optgroup,
textarea,
label,
.btn,
.navbar {
  font-family: "Varela Round", Arial, sans-serif;
}
pre {
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
strong {
  font-weight: 600;
}
label {
  font-weight: 500 !important;
  margin-bottom: 0.5rem;
}
.bg-holder {
  position: absolute;
  width: 100%;
  min-height: 100%;
  top: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  will-change: transform, opacity, filter;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-repeat: no-repeat;
  z-index: 0;
}
.bg-primary-gradient {
  background: -o-linear-gradient(-241.82deg, #51B4F7 9.05%, #5A98F2 76.74%);
  background: linear-gradient(-208.18deg, #51B4F7 9.05%, #5A98F2 76.74%);
}
.container,
.container-lg {
  position: relative;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.shadow-transition {
  -webkit-box-shadow: 0 25px 45px rgba(79, 86, 101, 0.075);
  box-shadow: 0 25px 45px rgba(79, 86, 101, 0.075);
  -webkit-transition: -webkit-box-shadow 0.4s ease;
  transition: -webkit-box-shadow 0.4s ease;
  -o-transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease;
  transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}
.z-index-2 {
  z-index: 2 !important;
}
[data-dismiss="dropdown"] *,
[data-offset-top] *,
[data-toggle="collapse"] *,
[data-toggle="tooltip"] *,
[data-toggle="popover"] * {
  pointer-events: none;
}
.backdrop {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.hover-top {
  -webkit-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hover-top:hover,
.hover-top:focus {
  -webkit-transform: translateY(-0.125rem) translateZ(0);
  transform: translateY(-0.125rem) translateZ(0);
  -webkit-box-shadow: -0.5rem 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
  box-shadow: -0.5rem 0.5rem 1.5rem rgba(22, 28, 45, 0.1) !important;
  background-color: #53ACF8;
  color: #fff;
}
.hover-top:hover .heading-color,
.hover-top:focus .heading-color {
  color: #fff;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #112D58;
  text-align: center;
  opacity: 0.9;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
.carousel-control-next,
.carousel-control-prev {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }}
.carousel-control-next:hover,
.carousel-control-next:focus,
.carousel-control-prev:hover,
.carousel-control-prev:focus {
  color: #112D58;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  right: 0;
}
.carousel-control-next {
  left: 0;
}
.carousel-control-prev {
  right: auto;
  left: 45px;
}
.card-span {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 0;
}
.card-span .card-span-img {
  position: absolute;
  right: 50%;
  -webkit-transform: translate3d(50%, -50%, 0);
  transform: translate3d(50%, -50%, 0);
}
.input-group {
  position: relative;
}
.skip-link {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2000;
  padding: 0.75rem 1rem;
  color: #ffffff;
  background-color: #1f3a63;
  border: 2px solid #ffffff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.24);
  -webkit-transform: translateY(calc(-100% - 2rem));
  -ms-transform: translateY(calc(-100% - 2rem));
  transform: translateY(calc(-100% - 2rem));
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  -o-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.skip-link:focus,
.skip-link:focus-visible {
  color: #ffffff;
  outline: 3px solid #ffa024;
  outline-offset: 2px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.footer-powered-by {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 200px;
  height: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portrait-tablet-break {
  display: none;
}
.distribution-opportunities-section {
  padding-bottom: 0 !important;
}
.recruiter-network-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.jobs-section {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.benefits-section {
  padding-top: 3.75rem !important;
}

.navbar.backdrop {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.navbar.backdrop.is-past-header {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

@media (max-width: 991.98px) {
.navbar-collapse.collapsing {
    display: block;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease;
  }}

@media (max-width: 575.98px) {
.footer-nav-column,
.footer-copyright,
.footer-legal-column {
    width: 100%;
    text-align: center;
  }
.footer-nav-links,
.footer-legal-links {
    text-align: center;
  }
.footer-recruiters-separator {
    display: none;
  }
.footer-legal-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center !important;
    row-gap: 0.5rem;
    text-align: center;
  }
.footer-social-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
.footer-social-icons {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
.footer-powered-by {
    position: static;
    order: 2;
    width: 170px;
    margin-top: 1rem;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
#home .hero-copy {
    padding-top: calc(clamp(12.75rem, 55vw, 15.25rem) + 6px) !important;
  }
#home .hero-copy h1 {
    margin-top: 0 !important;
    margin-bottom: 1rem;
  }
#home .hero-copy .pt-3 {
    padding-top: 0.5rem !important;
  }}

@media (min-width: 768px) and (max-width: 1199.98px) and (orientation: portrait) {
#home .hero-copy {
    padding-top: 78px !important;
    padding-bottom: 50px !important;
  }
.portrait-tablet-break {
    display: block;
  }}

@media (prefers-reduced-motion: reduce) {
.navbar-collapse.collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }}

/* Article template */
.article-hero {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: #fff;
}

.article-hero-row {
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}

.article-hero-copy {
  position: relative;
  z-index: 1;
  width: 55%;
  max-width: 700px;
  padding: 9rem 1rem 2rem;
  text-align: right;
}

.article-kicker {
  margin-bottom: 0.75rem;
  color: #f87f28;
  font-size: 1.1rem;
  font-weight: 700;
}

.article-breadcrumb-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1f3a63;
}

.article-breadcrumb-list li {
  display: inline-flex;
  align-items: center;
}

.article-breadcrumb-list .breadcrumb-home,
.article-breadcrumb-list .breadcrumb-separator {
  color: #1f3a63;
}

.article-breadcrumb-list .breadcrumb-current {
  color: #f87f28;
}

.article-breadcrumb-list .breadcrumb-separator {
  margin: 0 0.45rem;
  direction: ltr;
  unicode-bidi: isolate;
}

.article-breadcrumb-list a {
  color: inherit;
  text-decoration: none;
}

.article-breadcrumb-list a:hover,
.article-breadcrumb-list a:focus-visible {
  color: inherit;
  text-decoration: underline;
}

.article-hero h1 {
  margin: 0;
  color: #112d58;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0;
}

.article-body {
  padding: 1.5rem 1rem 4rem;
  background: #fff;
}

.article-content {
  max-width: 820px;
  margin: 0 auto;
  color: #4f5665;
  font-size: 1.125rem;
  line-height: 1.9;
}

.article-content p {
  margin: 0 0 1.25rem;
}

.article-content > section {
  padding: 0;
}

.article-content h2 {
  margin: 2rem 0 0.75rem;
  color: #112d58;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.article-lead {
  color: #1f3a63;
  font-size: 1.25rem;
  font-weight: 500;
}

.article-tip {
  padding: 1rem 1.25rem;
  border-right: 4px solid #ffa024;
  border-radius: 4px;
  background: #ecf0fd;
  color: #273b5c;
}

.article-conclusion {
  margin-top: 3.5rem;
  padding-top: 0.25rem;
  border-top: 1px solid #dfe5ef;
}

.article-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  margin-top: 2rem;
  text-align: center;
}

.article-content .article-cta-text {
  max-width: 620px;
  margin: 0;
  color: #1f3a63;
  font-size: 1.2rem;
  font-weight: 700;
}

.article-cta .btn {
  font-size: 1.15rem;
}

@media (min-width: 992px) {
  .article-hero-row {
    align-items: flex-start;
    min-height: 0;
  }

  .article-hero-copy {
    padding-top: 136px;
  }
}

@media (min-width: 1200px), (min-width: 992px) and (orientation: landscape) {
  .article-body {
    padding: 1rem 1rem 3rem;
  }

  .article-content {
    max-width: 860px;
    font-size: 1.05rem;
    line-height: 1.65;
  }

  .article-content p {
    margin-bottom: 0.75rem;
  }

  .article-content h2 {
    margin: 1.5rem 0 0.5rem;
    font-size: 1.6rem;
  }

  .article-lead {
    font-size: 1.15rem;
  }

  .article-tip {
    padding: 0.75rem 1rem;
  }

  .article-conclusion {
    margin-top: 2rem;
  }

  .article-cta {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) and (orientation: portrait) {
  .article-hero-row {
    align-items: flex-end;
    min-height: 520px;
  }

  .article-hero-copy {
    width: 58%;
    padding: 7rem 1rem 2rem;
  }

  .article-hero h1 {
    font-size: 2.35rem;
  }
}

@media (max-width: 767.98px) {
  .article-hero .bg-holder {
    background-position: left top !important;
    background-size: contain !important;
  }

  .article-hero-row {
    min-height: 0;
  }

  .article-hero-copy {
    width: 100%;
    max-width: none;
    padding: 15.5rem 0.5rem 1.5rem;
    text-align: center;
  }

  .article-kicker {
    font-size: 1rem;
  }

  .article-hero h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .article-body {
    padding: 1.5rem 1rem 3.5rem;
  }

  .article-content {
    font-size: 1.05rem;
    line-height: 1.85;
  }

  .article-content h2 {
    margin-top: 1.75rem;
    font-size: 1.45rem;
  }

  .article-lead {
    font-size: 1.15rem;
  }
}
