/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fas,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-bars:before {
  content: "\f0c9"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-youtube:before {
  content: "\f167"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fonts/fontawesome/fa-brands-400.eot");
  src: url("../../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400; }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../../fonts/fontawesome/fa-regular-400.eot");
  src: url("../../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); }
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../../fonts/fontawesome/fa-solid-900.eot");
  src: url("../../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }


.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder{
    color: #6b7280;
    opacity: 1;
}

input::placeholder,textarea::placeholder{
    color: #6b7280;
    opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
    padding: 0;
}

::-webkit-date-and-time-value{
    min-height: 1.5em;
    text-align: inherit;
}

::-webkit-datetime-edit{
    display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
    padding-top: 0;
    padding-bottom: 0;
}

select{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])){
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}

[type='checkbox'],[type='radio']{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}

[type='checkbox']{
    border-radius: 0px;
}

[type='radio']{
    border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus{
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked{
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

[type='checkbox']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

    [type='checkbox']:checked{
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}

[type='radio']:checked{
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {

    [type='radio']:checked{
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
    border-color: transparent;
    background-color: currentColor;
}

[type='checkbox']:indeterminate{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

@media (forced-colors: active) {

    [type='checkbox']:indeterminate{
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
    border-color: transparent;
    background-color: currentColor;
}

[type='file']{
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}

[type='file']:focus{
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}

    h1, h2, h3, h4{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1.25;
}

    h1{
    font-size: 2rem;
    --tw-text-opacity: 1;
    color: rgb(29 30 33 / var(--tw-text-opacity));
}
        @media (min-width: 992px) {

    h1{
        font-size: 4rem;
    }
        }

    h2{
    position: relative;
    display: inline-block;
    padding-bottom: 0.5rem;
    font-size: 2rem;
    --tw-text-opacity: 1;
    color: rgb(29 30 33 / var(--tw-text-opacity));
}

        @media (min-width: 768px) {

    h2{
        font-size: 2.625rem;
    }
        }

    h3{
    margin-bottom: 1rem;
    font-size: 1.5rem;
}

    h4{
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

    .wysiwyg-content {
    }

    p{
    margin-bottom: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}


    .container{
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

    a{
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(27 150 208 / var(--tw-text-opacity));
}

        a:hover{
    --tw-text-opacity: 1;
    color: rgb(22 124 172 / var(--tw-text-opacity));
    text-decoration-line: underline;
    transition-duration: 100ms;
}

        a.no-format{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}

            a.no-format:hover{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}
        .text-button-hover svg path{
    fill: currentColor;
}

    ul{
    --tw-text-opacity: 1;
    color: rgb(29 30 33 / var(--tw-text-opacity));
}
        .page-block ul:not(.no-format){
    padding-left: 1.25rem;
}

            .page-block ul:not(.no-format) > li{
    position: relative;
}

                .page-block ul:not(.no-format) > li:before {
                    content: "\2022";
                    position: absolute;
                    margin-left: -1rem;
                    margin-top: -1px;
                    font-weight: 600;
                    --tw-text-opacity: 1;
                    color: rgb(29 30 33 / var(--tw-text-opacity));
                }

            .page-block ul:not(.no-format) ul{
    padding-left: 1rem;
}

                .page-block ul:not(.no-format) ul li{
    position: relative;
}

                    .page-block ul:not(.no-format) ul li:before {
                        content: "\002022";
                        position: absolute;
                        margin-left: -1rem;
                        font-weight: 700;
                    }

        .page-block .book-style > ul:not(.no-format) {
            padding: 0;
        }

            .page-block .book-style > ul:not(.no-format) li {
                list-style: none;
                background-image: url("../images/icon-book-open.svg");

                background-repeat: no-repeat;
                background-position: left 0px;
                background-size: 1.75rem;
                padding-bottom: 0.5rem;
                padding-left: 2.25rem;
            }

                .page-block .book-style > ul:not(.no-format) li:before {
                    content: none;
                }


    .combine-text-column + .combine-text-column{
    margin-top: -2.5rem;
}
        @media (min-width: 992px) {


    .combine-text-column + .combine-text-column{
        margin-top: 0px;
    }
        }


    .btn{
    display: block;
    width: 100%;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(29 30 33 / var(--tw-text-opacity));
    text-decoration-line: none;
}


    .btn:hover{
    text-decoration-line: none;
}


        .btn.btn-primary {
            box-shadow: 0 6px 12px #0000001F;
            border-radius: 5px;
            border-width: 2px;
            --tw-border-opacity: 1;
            border-color: rgb(1 56 118 / var(--tw-border-opacity));
            --tw-bg-opacity: 1;
            background-color: rgb(1 56 118 / var(--tw-bg-opacity));
            font-size: 1.125rem;
            --tw-text-opacity: 1;
            color: rgb(255 255 255 / var(--tw-text-opacity));
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
            transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-duration: 100ms;
        }


        .btn.btn-primary:hover{
    --tw-border-opacity: 1;
    border-color: rgb(0 35 74 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 35 74 / var(--tw-bg-opacity));
}


        @media (min-width: 768px){

    .btn.btn-primary{
        font-size: 1.625rem;
    }
}

        .btn.btn-link{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    --tw-text-opacity: 1;
    color: rgb(27 150 208 / var(--tw-text-opacity));
}

        .btn.btn-link:hover{
    --tw-text-opacity: 1;
    color: rgb(22 124 172 / var(--tw-text-opacity));
    text-decoration-line: underline;
}

        @media (min-width: 768px) {


    .btn{
        display: inline-block;
            width: unset;
    }
        }

    textarea:focus, input:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 157 209 / var(--tw-ring-opacity));
}

    b, strong {
        font-weight: bold;
    }
        .radio-group label{
    display: flex;
    flex-direction: row;
    align-items: center;
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}

    .form-text-only{
    padding-top: 1.5rem;
}

        .form-text-only + .form-text-only{
    margin-top: -0.25rem;
    padding-top: 0px;
}

*, ::before, ::after{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
.container{
    width: 100%;
}
@media (min-width: 576px){

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

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

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

    .container{
        max-width: 1400px;
    }
}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.pointer-events-none{
    pointer-events: none;
}
.pointer-events-auto{
    pointer-events: auto;
}
.visible{
    visibility: visible;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.inset-0{
    inset: 0px;
}
.-bottom-20{
    bottom: -5rem;
}
.-top-10{
    top: -2.5rem;
}
.bottom-0{
    bottom: 0px;
}
.bottom-8{
    bottom: 2rem;
}
.left-0{
    left: 0px;
}
.left-1{
    left: 0.25rem;
}
.left-2{
    left: 0.5rem;
}
.left-3{
    left: 0.75rem;
}
.left-4{
    left: 1rem;
}
.right-0{
    right: 0px;
}
.right-1{
    right: 0.25rem;
}
.right-2{
    right: 0.5rem;
}
.right-3{
    right: 0.75rem;
}
.right-4{
    right: 1rem;
}
.top-0{
    top: 0px;
}
.top-1\/2{
    top: 50%;
}
.top-8{
    top: 2rem;
}
.top-9{
    top: 2.25rem;
}
.top-\[40\%\]{
    top: 40%;
}
.top-\[48px\]{
    top: 48px;
}
.z-10{
    z-index: 10;
}
.z-30{
    z-index: 30;
}
.z-40{
    z-index: 40;
}
.col-span-1{
    grid-column: span 1 / span 1;
}
.col-span-10{
    grid-column: span 10 / span 10;
}
.col-span-11{
    grid-column: span 11 / span 11;
}
.col-span-12{
    grid-column: span 12 / span 12;
}
.col-span-2{
    grid-column: span 2 / span 2;
}
.col-span-3{
    grid-column: span 3 / span 3;
}
.col-span-4{
    grid-column: span 4 / span 4;
}
.col-span-5{
    grid-column: span 5 / span 5;
}
.col-span-6{
    grid-column: span 6 / span 6;
}
.col-span-7{
    grid-column: span 7 / span 7;
}
.col-span-8{
    grid-column: span 8 / span 8;
}
.col-span-9{
    grid-column: span 9 / span 9;
}
.col-start-1{
    grid-column-start: 1;
}
.col-start-7{
    grid-column-start: 7;
}
.row-start-1{
    grid-row-start: 1;
}
.m-0{
    margin: 0px;
}
.m-px{
    margin: 1px;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-0{
    margin-top: 0px;
    margin-bottom: 0px;
}
.-mt-6{
    margin-top: -1.5rem;
}
.-mt-px{
    margin-top: -1px;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-0\.5{
    margin-bottom: 0.125rem;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-12{
    margin-bottom: 3rem;
}
.mb-16{
    margin-bottom: 4rem;
}
.mb-2{
    margin-bottom: 0.5rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mb-\[1\.0625rem\]{
    margin-bottom: 1.0625rem;
}
.mb-\[50px\]{
    margin-bottom: 50px;
}
.ml-2{
    margin-left: 0.5rem;
}
.ml-4{
    margin-left: 1rem;
}
.mr-2{
    margin-right: 0.5rem;
}
.mr-3{
    margin-right: 0.75rem;
}
.mr-4{
    margin-right: 1rem;
}
.mt-0{
    margin-top: 0px;
}
.mt-0\.5{
    margin-top: 0.125rem;
}
.mt-1{
    margin-top: 0.25rem;
}
.mt-12{
    margin-top: 3rem;
}
.mt-20{
    margin-top: 5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-5{
    margin-top: 1.25rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-\[5rem\]{
    margin-top: 5rem;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.grid{
    display: grid;
}
.hidden{
    display: none;
}
.h-16{
    height: 4rem;
}
.h-20{
    height: 5rem;
}
.h-28{
    height: 7rem;
}
.h-\[104px\]{
    height: 104px;
}
.h-\[2px\]{
    height: 2px;
}
.h-\[35rem\]{
    height: 35rem;
}
.h-\[38px\]{
    height: 38px;
}
.h-full{
    height: 100%;
}
.max-h-0{
    max-height: 0px;
}
.min-h-\[100vh\]{
    min-height: 100vh;
}
.min-h-\[5rem\]{
    min-height: 5rem;
}
.min-h-\[calc\(100vh-5rem-24px\)\]{
    min-height: calc(100vh - 5rem - 24px);
}
.w-20{
    width: 5rem;
}
.w-48{
    width: 12rem;
}
.w-64{
    width: 16rem;
}
.w-80{
    width: 20rem;
}
.w-\[100\%\]{
    width: 100%;
}
.w-\[12px\]{
    width: 12px;
}
.w-\[18\.75px\]{
    width: 18.75px;
}
.w-\[52px\]{
    width: 52px;
}
.w-auto{
    width: auto;
}
.w-full{
    width: 100%;
}
.min-w-\[300px\]{
    min-width: 300px;
}
.max-w-2xl{
    max-width: 42rem;
}
.max-w-48{
    max-width: 12rem;
}
.max-w-64{
    max-width: 16rem;
}
.max-w-80{
    max-width: 20rem;
}
.max-w-\[1140px\]{
    max-width: 1140px;
}
.max-w-\[300px\]{
    max-width: 300px;
}
.max-w-\[50px\]{
    max-width: 50px;
}
.max-w-full{
    max-width: 100%;
}
.max-w-lg{
    max-width: 32rem;
}
.max-w-screen-lg{
    max-width: 992px;
}
.flex-1{
    flex: 1 1 0%;
}
.flex-shrink-0{
    flex-shrink: 0;
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-1\/3{
    --tw-translate-x: -33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2{
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/3{
    --tw-translate-x: 33.333333%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\]{
    --tw-scale-x: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
    cursor: pointer;
}
.resize{
    resize: both;
}
.list-none{
    list-style-type: none;
}
.columns-2{
    -moz-columns: 2;
         columns: 2;
}
.columns-7{
    -moz-columns: 7;
         columns: 7;
}
.grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
    flex-direction: row;
}
.flex-col{
    flex-direction: column;
}
.flex-col-reverse{
    flex-direction: column-reverse;
}
.flex-wrap{
    flex-wrap: wrap;
}
.items-start{
    align-items: flex-start;
}
.items-end{
    align-items: flex-end;
}
.items-center{
    align-items: center;
}
.items-stretch{
    align-items: stretch;
}
.justify-start{
    justify-content: flex-start;
}
.justify-end{
    justify-content: flex-end;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-10{
    gap: 2.5rem;
}
.gap-2{
    gap: 0.5rem;
}
.gap-3{
    gap: 0.75rem;
}
.gap-4{
    gap: 1rem;
}
.gap-x-0{
    -moz-column-gap: 0px;
         column-gap: 0px;
}
.gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
}
.gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
}
.gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.gap-x-24{
    -moz-column-gap: 6rem;
         column-gap: 6rem;
}
.gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;
}
.gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;
}
.gap-x-\[20px\]{
    -moz-column-gap: 20px;
         column-gap: 20px;
}
.gap-y-0{
    row-gap: 0px;
}
.gap-y-2{
    row-gap: 0.5rem;
}
.gap-y-3{
    row-gap: 0.75rem;
}
.gap-y-4{
    row-gap: 1rem;
}
.gap-y-5{
    row-gap: 1.25rem;
}
.gap-y-8{
    row-gap: 2rem;
}
.self-center{
    align-self: center;
}
.overflow-hidden{
    overflow: hidden;
}
.overflow-x-hidden{
    overflow-x: hidden;
}
.overflow-y-scroll{
    overflow-y: scroll;
}
.break-words{
    overflow-wrap: break-word;
}
.rounded{
    border-radius: 10px;
}
.rounded-sm{
    border-radius: 5px;
}
.border{
    border-width: 1px;
}
.border-b-2{
    border-bottom-width: 2px;
}
.border-t{
    border-top-width: 1px;
}
.border-azure{
    --tw-border-opacity: 1;
    border-color: rgb(71 138 201 / var(--tw-border-opacity));
}
.border-gray-brand\/20{
    border-color: rgb(29 30 33 / 0.2);
}
.border-green{
    --tw-border-opacity: 1;
    border-color: rgb(132 203 162 / var(--tw-border-opacity));
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(0 157 209 / var(--tw-border-opacity));
}
.border-yellow{
    --tw-border-opacity: 1;
    border-color: rgb(254 205 69 / var(--tw-border-opacity));
}
.border-t-white\/10{
    border-top-color: rgb(255 255 255 / 0.1);
}
.bg-\[\#e9eaed\]{
    --tw-bg-opacity: 1;
    background-color: rgb(233 234 237 / var(--tw-bg-opacity));
}
.bg-azure{
    --tw-bg-opacity: 1;
    background-color: rgb(71 138 201 / var(--tw-bg-opacity));
}
.bg-black-footer{
    --tw-bg-opacity: 1;
    background-color: rgb(45 48 52 / var(--tw-bg-opacity));
}
.bg-body{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-button{
    --tw-bg-opacity: 1;
    background-color: rgb(1 56 118 / var(--tw-bg-opacity));
}
.bg-gray-light{
    --tw-bg-opacity: 1;
    background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.bg-gray-lightest{
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 248 / var(--tw-bg-opacity));
}
.bg-green{
    --tw-bg-opacity: 1;
    background-color: rgb(132 203 162 / var(--tw-bg-opacity));
}
.bg-nav-topnav{
    --tw-bg-opacity: 1;
    background-color: rgb(29 30 33 / var(--tw-bg-opacity));
}
.bg-primary-dark{
    --tw-bg-opacity: 1;
    background-color: rgb(1 56 118 / var(--tw-bg-opacity));
}
.bg-primary-dark\/70{
    background-color: rgb(1 56 118 / 0.7);
}
.bg-secondary{
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 69 / var(--tw-bg-opacity));
}
.bg-secondary-dark{
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 69 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white-off{
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247 / var(--tw-bg-opacity));
}
.bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 69 / var(--tw-bg-opacity));
}
.bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-primary-dark{
    --tw-gradient-from: #013876 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(1 56 118 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-primary{
    --tw-gradient-to: #009DD1 var(--tw-gradient-to-position);
}
.to-secondary-light{
    --tw-gradient-to: #FECD45 var(--tw-gradient-to-position);
}
.bg-cover{
    background-size: cover;
}
.fill-current{
    fill: currentColor;
}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.object-center{
    -o-object-position: center;
       object-position: center;
}
.object-left{
    -o-object-position: left;
       object-position: left;
}
.object-left-top{
    -o-object-position: left top;
       object-position: left top;
}
.p-10{
    padding: 2.5rem;
}
.p-6{
    padding: 1.5rem;
}
.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}
.py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.\!pb-0{
    padding-bottom: 0px !important;
}
.pb-0{
    padding-bottom: 0px;
}
.pb-1{
    padding-bottom: 0.25rem;
}
.pb-12{
    padding-bottom: 3rem;
}
.pb-16{
    padding-bottom: 4rem;
}
.pb-20{
    padding-bottom: 5rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pl-2{
    padding-left: 0.5rem;
}
.pl-3{
    padding-left: 0.75rem;
}
.pl-5{
    padding-left: 1.25rem;
}
.pr-1{
    padding-right: 0.25rem;
}
.pr-2{
    padding-right: 0.5rem;
}
.pt-12{
    padding-top: 3rem;
}
.pt-2{
    padding-top: 0.5rem;
}
.pt-20{
    padding-top: 5rem;
}
.pt-3{
    padding-top: 0.75rem;
}
.pt-32{
    padding-top: 8rem;
}
.pt-4{
    padding-top: 1rem;
}
.pt-8{
    padding-top: 2rem;
}
.pt-\[5rem\]{
    padding-top: 5rem;
}
.pt-\[6\.5rem\]{
    padding-top: 6.5rem;
}
.text-center{
    text-align: center;
}
.font-body{
    font-family: "Poppins", sans-serif;
}
.font-header{
    font-family: "Poppins", sans-serif;
}
.\!text-18{
    font-size: 1.125rem !important;
}
.text-12{
    font-size: .75rem;
}
.text-14{
    font-size: .875rem;
}
.text-18{
    font-size: 1.125rem;
}
.text-20{
    font-size: 1.25rem;
}
.text-22{
    font-size: 1.375rem;
}
.text-24{
    font-size: 1.5rem;
}
.text-26{
    font-size: 1.625rem;
}
.text-32{
    font-size: 2rem;
}
.text-34{
    font-size: 2.125rem;
}
.text-36{
    font-size: 2.25rem;
}
.text-38{
    font-size: 2.375rem;
}
.text-42{
    font-size: 2.625rem;
}
.text-48{
    font-size: 3rem;
}
.text-\[28px\]{
    font-size: 28px;
}
.text-base{
    font-size: 1rem;
}
.font-bold{
    font-weight: 700;
}
.font-medium{
    font-weight: 500;
}
.font-normal{
    font-weight: 400;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.normal-case{
    text-transform: none;
}
.leading-\[32px\]{
    line-height: 32px;
}
.leading-none{
    line-height: 1;
}
.leading-relaxed{
    line-height: 1.625;
}
.leading-tight{
    line-height: 1.25;
}
.text-\[\#C4C1BE\]{
    --tw-text-opacity: 1;
    color: rgb(196 193 190 / var(--tw-text-opacity));
}
.text-black-off{
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-button{
    --tw-text-opacity: 1;
    color: rgb(1 56 118 / var(--tw-text-opacity));
}
.text-button-hover{
    --tw-text-opacity: 1;
    color: rgb(0 35 74 / var(--tw-text-opacity));
}
.text-gray{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}
.text-gray-brand{
    --tw-text-opacity: 1;
    color: rgb(29 30 33 / var(--tw-text-opacity));
}
.text-nav{
    --tw-text-opacity: 1;
    color: rgb(27 150 208 / var(--tw-text-opacity));
}
.text-primary{
    --tw-text-opacity: 1;
    color: rgb(0 157 209 / var(--tw-text-opacity));
}
.text-primary-dark{
    --tw-text-opacity: 1;
    color: rgb(1 56 118 / var(--tw-text-opacity));
}
.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(254 205 69 / var(--tw-text-opacity));
}
.text-secondary-light{
    --tw-text-opacity: 1;
    color: rgb(254 205 69 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.no-underline{
    text-decoration-line: none;
}
.placeholder-black::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}
.placeholder-black::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}
.opacity-0{
    opacity: 0;
}
.drop-shadow-md{
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-all{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.transition-transform{
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.duration-100{
    transition-duration: 100ms;
}
.duration-200{
    transition-duration: 200ms;
}
.duration-500{
    transition-duration: 500ms;
}
.ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
body{
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(29 30 33 / var(--tw-text-opacity));
}
input[data-whf_name] {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 100vw;
}
#mobileNav {
    top: 0;
}
#mobileNav.nav-transform {
        transform: translateY(-100%);
        top: -100%;
    }
#mobileNav .subnav {
        transform: translateX(110%);
    }
#mobileNav .subnav-transform {
        transform: translateX(0);
    }
body.noscroll {
    overflow: hidden;
}
body.noscroll.ios {
        position: fixed;
    }
nav{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(51 51 51 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    border-color: #C4C1BE;
}
nav .super-menu a:hover{
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity));
}
nav .super-menu li a, nav .super-menu li a:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
nav .super-menu li.active{
    position: relative;
    --tw-bg-opacity: 1;
    background-color: rgb(1 56 118 / var(--tw-bg-opacity));
}
nav .super-menu li.active a, nav .super-menu li.active a:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
nav .super-menu li.active:before, nav .super-menu li.active:after {
                    content: '';
                    position: absolute;
                    top: 0px;
                    height: 100%;
                    width: 1rem;
                    border-bottom-right-radius: 10px;
                    border-bottom-left-radius: 10px;
                    --tw-bg-opacity: 1;
                    background-color: rgb(27 150 208 / var(--tw-bg-opacity));
                }
nav .super-menu li.active:before{
    left: -0.75rem;
}
nav .super-menu li.active:after{
    right: -0.75rem;
}
@media (min-width: 1024px) {
.scrolled .logoimg{
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        width: 135px;
    }
    }
.scrolled .topnav{
    height: 0px;
}
.scrolled .topnavlinks{
    --tw-translate-y: -1rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
nav ul, .footer-block ul, .wagtail-userbar-nav ul {
        list-style: none !important;
    }
nav ul li:before, .footer-block ul li:before, .wagtail-userbar-nav ul li:before {
            content: none;
        }
.footer-block li{
    padding-bottom: 1.25rem;
}
.footer-block{
    padding-top: 0px !important;
    padding-bottom: 0px;
}
ul.no-format {
    list-style: none !important;
}
ul.no-format li:before {
        content: none;
    }
.nav-shadow {
    box-shadow: 0px 10px 20px #0000002B;
}
ul.menu a{
    text-decoration-line: none;
}
ul.menu li{
    font-size: .875rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*& > li:nth-last-child(1) a, .last-button {
        @apply pt-2 pb-1.5 mb-0.5 px-4 w-full block rounded-full border-navy border-2 hover:bg-navy text-navy hover:text-white text-center;

        &:hover {
        //background-color: theme('colors.primary.DEFAULT');
        }
    }*/
ul.menu > li.current-page{
    position: relative;
    margin-bottom: -6px;
    border-bottom-width: 4px;
    --tw-border-opacity: 1;
    border-color: rgb(0 157 209 / var(--tw-border-opacity));
    line-height: 21px;

            /*
            &:nth-last-child(1) {
                a {
                    @apply bg-secondary text-white;
                }

                &:before {
                    content: none;
                }
            }
             */
}
ul.menu > li.current-page > a{
    border-radius: 22px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 157 209 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
ul.menu > li.current-page:before {
                content: '';
            }
ul.menu > li:nth-last-child(1) {
            /*@apply hover:bg-secondary text-white rounded-[22px];*/
        }
@media (min-width: 992px) {
            ul.menu > li ul.dropdown-menu{
        position: absolute;
        display: none;
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity));
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
                border-color: #C4C1BE;
                border-width: 1px;


                min-width: 12rem;
    }

                ul.menu > li ul.dropdown-menu > li:nth-child(n+2) {

                }
                ul.menu > li:hover ul.dropdown-menu{
        display: block;
    }
        }
ul.menu.mobile{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-top: 3rem;
}
ul.menu.mobile > li:nth-last-child(1) a{
    margin-top: 0.75rem;
}
.page-block{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
@media (min-width: 992px) {
.page-block{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    }
.page-block:last-child{
    padding-bottom: 0px;
    padding-top: 0px;
}
.page-block:not(.bg-color) + .page-block:not(.bg-color){
    padding-top: 0px;
}
.page-block.bg-color-bg-body + .page-block.bg-color-bg-body{
    padding-top: 0px;
}
/*.bg-color:not(.bg-color-light) {
    @apply text-white;
    h1, h2, h3, h4 {
        @apply text-white;
    }
}*/
.image-row-block + .footer-block{
    margin-top: -3rem;
}
@media (min-width: 992px) {
.image-row-block + .footer-block{
        margin-top: -5rem;
    }
    }
/*& .cols {
        & > *:not(:last-child) {
            @apply mb-4;

            @screen lg {
                @apply mb-4;
            }
        }

        & > *:last-child {
            @apply mb-12;
        }
    } */
.multi-column-block .text-column .column-content h2 {
            margin-bottom: 0;
        }
:root {
    --swiper-pagination-bullet-inactive-color: #F1F5F6;
    --swiper-pagination-color: #3761A4;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-theme-color: #009DD1;
}
:root .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        /* Other styles */
    }
:root .swiper-pagination-bullet-active {
        width: 1rem;
        height: 1rem;
        margin-bottom: -2px !important;
    }
:root .swiper-button-next, :root .swiper-button-prev {
        width: 50px; /* Override the default width */
        top: 46%;
    }
:root .swiper-button-next img, :root .swiper-button-prev img {
        position: absolute;
    }
.swiper-button-next::after {
    visibility: hidden;
}
.swiper-button-prev::after {
    visibility: hidden;
}
.swiper-pagination {
    width: unset !important;
    position: relative !important;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
}
.swiper .swiper-pagination-bullet{
    border-width: 0;
}
@media (min-width: 992px) {
        .icon-text-row-block .item{
        padding-right: 1rem;
    }

        .icon-text-row-block .item-2 {
            flex: 1 1 50%;
            max-width: calc(50% - 1rem);
        }

            .icon-text-row-block .item-2:nth-child(2n){
        padding-right: 0px;
    }

        .icon-text-row-block .item-3 {
            flex: 1 1 33%;
            max-width: calc(33% - 1rem);
        }

            .icon-text-row-block .item-3:nth-child(3n){
        padding-right: 0px;
    }

        .icon-text-row-block .item-4 {
            flex: 1 1 25%;
            max-width: calc(25% - 1rem);
        }

            .icon-text-row-block .item-4:nth-child(4n){
        padding-right: 0px;
    }
    }
.embed-content {
    position: relative;
}
.embed-content iframe{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    width: 100%;
}
.-z-10 {
    z-index: -10;
}
.image-text-block .dot-pattern{
    top: 0px;
    bottom: 0px;
}
@media (min-width: 992px) {
.image-text-block .dot-pattern {
            top: unset;
            bottom: -3.5rem
    }
        }
.bg-dot-pattern {
    background: url('../images/dot-pattern-repeatable.svg');

}
.collage-hero-block .images {
        height: 35rem;
    }
.collage-hero-block .images .image{
    position: absolute;
}
.collage-hero-block .images .image img{
    -o-object-fit: contain;
       object-fit: contain;
                box-shadow: 0 5px 20px #00000038;
}
.collage-hero-block .images .image:nth-child(2){
    left: 0.5rem;
    top: 7rem;
    display: block;
    height: 18rem;
    width: 18rem;
}
@media (min-width: 768px) {
.collage-hero-block .images .image:nth-child(2){
        left: 7rem;
    }
            }
.collage-hero-block .images .image:nth-child(3){
    left: 0px;
    top: 2rem;
    display: block;
    height: 11rem;
    width: 11rem;
}
.collage-hero-block .images .image:nth-child(4){
    right: 0px;
    top: 0px;
    display: block;
    height: 14rem;
    width: 14rem;
}
.collage-hero-block .images .image:nth-child(5){
    left: 4rem;
    bottom: -3rem;
    display: block;
    display: flex;
    height: 15rem;
    width: 15rem;
    flex-direction: column;
    justify-content: flex-end;
}
.collage-hero-block .images .image:nth-child(6){
    right: 3rem;
    bottom: 5rem;
    display: block;
    height: 13rem;
    width: 13rem;
}
.collage-hero-block + .page-block{
    padding-top: 3rem;
}
.card-shadow {
    box-shadow: 0px 10px 20px rgb(33 33 33 / 10%);
}
@media (min-width: 992px) {
    .center-footer-logo {
        -o-object-position: 30% 50%;
           object-position: 30% 50%
    }

    .card-button {
        max-width: calc(100% - 4rem);
    }
}
.swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0 !important;
}
.h-inherit {
    height: inherit;
}
.w-fit-content {
    width: -moz-fit-content;
    width: fit-content;
}
.quote_block {
    padding-bottom: 0px !important;
}
.accordion-header.active{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.accordion-header{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.accordion-header.active > img{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.accordion-header > img{
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.accordion-content{
    max-height: 0px;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.accordion-content.active{
    display: block;
    max-height: 1000000rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}
.accordion-content .page-block {
    background: transparent;
    margin-bottom: -3.5rem;
}
.accordion-content .wysiwyg-content{
    margin-bottom: 0px !important;
}
.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4{
    margin-bottom: 0.5rem;
}
.wysiwyg-content h1:not(:first-child), .wysiwyg-content h2:not(:first-child), .wysiwyg-content h3:not(:first-child), .wysiwyg-content h4:not(:first-child){
    margin-top: 1.5rem;
}
.accordion-content .accordion-text-partial{
    margin-bottom: 0.75rem;
}
.sheet-title > p{
    margin-bottom: 0px;
}
.sheet-title > a > p{
    margin-bottom: 0px;
}
.accordion-item .mc-accordion{
    margin-bottom: 1rem;
}
.sheet-link > svg{
    margin-top: 0.5rem;
}
.hover\:text-button-hover:hover svg path{
    fill: currentColor;
}
@media (min-width: 992px){


    .lg\:container{
        margin-left: auto;
        margin-right: auto;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        width: 100%;
    }


    @media (min-width: 576px){

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

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

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

        .lg\:container{
            max-width: 1400px;
        }
    }
}
.\*\:mb-2 > *{
    margin-bottom: 0.5rem;
}
.\*\:text-18 > *{
    font-size: 1.125rem;
}
.\*\:text-white > *{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.after\:absolute::after{
    content: var(--tw-content);
    position: absolute;
}
.after\:inset-0::after{
    content: var(--tw-content);
    inset: 0px;
}
.after\:bg-gray-brand\/65::after{
    content: var(--tw-content);
    background-color: rgb(29 30 33 / 0.65);
}
.hover\:m-0:hover{
    margin: 0px;
}
.hover\:mb-4:hover{
    margin-bottom: 1rem;
}
.hover\:border-2:hover{
    border-width: 2px;
}
.hover\:border-button-hover:hover{
    --tw-border-opacity: 1;
    border-color: rgb(0 35 74 / var(--tw-border-opacity));
}
.hover\:bg-button-hover:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(0 35 74 / var(--tw-bg-opacity));
}
.hover\:bg-secondary-dark:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(254 205 69 / var(--tw-bg-opacity));
}
.hover\:text-button-hover:hover{
    --tw-text-opacity: 1;
    color: rgb(0 35 74 / var(--tw-text-opacity));
}
.hover\:text-primary-dark:hover{
    --tw-text-opacity: 1;
    color: rgb(1 56 118 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
    text-decoration-line: underline;
}
.hover\:no-underline:hover{
    text-decoration-line: none;
}
.\*\:hover\:text-white:hover > *{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgb(0 157 209 / var(--tw-border-opacity));
}
.focus\:ring-primary:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 157 209 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:block{
    display: block;
}
.group:hover .group-hover\:hidden{
    display: none;
}
.group:hover .group-hover\:text-anchor-hover{
    --tw-text-opacity: 1;
    color: rgb(22 124 172 / var(--tw-text-opacity));
}
.group:hover .group-hover\:underline{
    text-decoration-line: underline;
}
.group.active .group-\[\.active\]\:text-gray-brand{
    --tw-text-opacity: 1;
    color: rgb(29 30 33 / var(--tw-text-opacity));
}
.group.active .group-\[\.active\]\:underline{
    text-decoration-line: underline;
}
@media (min-width: 576px){

    .sm\:block{
        display: block;
    }

    .sm\:flex-row{
        flex-direction: row;
    }
}
@media (min-width: 768px){

    .md\:-bottom-64{
        bottom: -16rem;
    }

    .md\:-left-60{
        left: -15rem;
    }

    .md\:col-start-1{
        grid-column-start: 1;
    }

    .md\:col-start-10{
        grid-column-start: 10;
    }

    .md\:col-start-11{
        grid-column-start: 11;
    }

    .md\:col-start-12{
        grid-column-start: 12;
    }

    .md\:col-start-2{
        grid-column-start: 2;
    }

    .md\:col-start-3{
        grid-column-start: 3;
    }

    .md\:col-start-4{
        grid-column-start: 4;
    }

    .md\:col-start-5{
        grid-column-start: 5;
    }

    .md\:col-start-6{
        grid-column-start: 6;
    }

    .md\:col-start-7{
        grid-column-start: 7;
    }

    .md\:col-start-8{
        grid-column-start: 8;
    }

    .md\:col-start-9{
        grid-column-start: 9;
    }

    .md\:mt-10{
        margin-top: 2.5rem;
    }

    .md\:block{
        display: block;
    }

    .md\:grid{
        display: grid;
    }

    .md\:hidden{
        display: none;
    }

    .md\:w-\[70\%\]{
        width: 70%;
    }

    .md\:max-w-\[150px\]{
        max-width: 150px;
    }

    .md\:translate-x-0{
        --tw-translate-x: 0px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .md\:flex-row{
        flex-direction: row;
    }

    .md\:px-8{
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .md\:text-left{
        text-align: left;
    }

    .md\:text-24{
        font-size: 1.5rem;
    }

    .md\:text-26{
        font-size: 1.625rem;
    }

    .md\:text-32{
        font-size: 2rem;
    }

    .md\:text-36{
        font-size: 2.25rem;
    }

    .md\:text-44{
        font-size: 2.75rem;
    }

    .\*\:md\:text-26 > *{
        font-size: 1.625rem;
    }
}
@media (min-width: 992px){

    .lg\:absolute{
        position: absolute;
    }

    .lg\:col-span-4{
        grid-column: span 4 / span 4;
    }

    .lg\:col-span-6{
        grid-column: span 6 / span 6;
    }

    .lg\:col-start-1{
        grid-column-start: 1;
    }

    .lg\:mx-0{
        margin-left: 0px;
        margin-right: 0px;
    }

    .lg\:mx-\[25\%\]{
        margin-left: 25%;
        margin-right: 25%;
    }

    .lg\:mb-0{
        margin-bottom: 0px;
    }

    .lg\:mb-12{
        margin-bottom: 3rem;
    }

    .lg\:inline{
        display: inline;
    }

    .lg\:flex{
        display: flex;
    }

    .lg\:grid{
        display: grid;
    }

    .lg\:hidden{
        display: none;
    }

    .lg\:h-\[375px\]{
        height: 375px;
    }

    .lg\:min-h-48{
        min-height: 12rem;
    }

    .lg\:min-h-\[6rem\]{
        min-height: 6rem;
    }

    .lg\:max-w-full{
        max-width: 100%;
    }

    .lg\:flex-row{
        flex-direction: row;
    }

    .lg\:flex-row-reverse{
        flex-direction: row-reverse;
    }

    .lg\:justify-end{
        justify-content: flex-end;
    }

    .lg\:gap-x-4{
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }

    .lg\:p-6{
        padding: 1.5rem;
    }

    .lg\:px-0{
        padding-left: 0px;
        padding-right: 0px;
    }

    .lg\:px-2{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .lg\:px-7{
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }

    .lg\:px-8{
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .lg\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .lg\:py-28{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .lg\:py-32{
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .lg\:pb-20{
        padding-bottom: 5rem;
    }

    .lg\:pt-0{
        padding-top: 0px;
    }

    .lg\:pt-\[6\.5rem\]{
        padding-top: 6.5rem;
    }

    .lg\:text-18{
        font-size: 1.125rem;
    }

    .lg\:text-20{
        font-size: 1.25rem;
    }

    .lg\:text-24{
        font-size: 1.5rem;
    }

    .lg\:text-32{
        font-size: 2rem;
    }

    .lg\:text-42{
        font-size: 2.625rem;
    }

    .lg\:text-50{
        font-size: 3.125rem;
    }

    .lg\:text-60{
        font-size: 3.75rem;
    }

    .lg\:text-80{
        font-size: 5rem;
    }
}
@media (min-width: 1400px){

    .xl\:absolute{
        position: absolute;
    }

    .xl\:left-1\/2{
        left: 50%;
    }

    .xl\:-translate-x-1\/2{
        --tw-translate-x: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    }

    .xl\:grid-cols-3{
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .xl\:text-32{
        font-size: 2rem;
    }

    .xl\:text-64{
        font-size: 4rem;
    }
}


/*# sourceMappingURL=style.min.css.map */
