/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

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

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

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

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

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

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --primary-color: #B22026;
    --secondary-color: #18BA3F;
    --body-color: #000000;
    --color-dark-gray: #333333;
    --color-gray: #7F7F7F;
    --color-white: #FFFFFF;
    --default-font: 'Open Sans', sans-serif;
    --desktop-h1-font-size: 50px;
    --desktop-h1-line-height: 60px;
    --desktop-h2-font-size: 42px;
    --desktop-h2-line-height: 50px;
    --desktop-h3-font-size: 34px;
    --desktop-h3-line-height: 42px;
    --desktop-h4-font-size: 28px;
    --desktop-h4-line-height: 36px;
    --desktop-h5-font-size: 22px;
    --desktop-h5-line-height: 30px;
    --desktop-h6-font-size: 18px;
    --desktop-h6-line-height: 26px;
    --mobile-h1-font-size: 32px;
    --mobile-h1-line-height: 40px;
    --mobile-h2-font-size: 26px;
    --mobile-h2-line-height: 34px;
    --mobile-h3-font-size: 22px;
    --mobile-h3-line-height: 30px;
    --mobile-h4-font-size: 20px;
    --mobile-h4-line-height: 28px;
    --mobile-h5-font-size: 18px;
    --mobile-h5-line-height: 26px;
    --mobile-h6-font-size: 16px;
    --mobile-h6-line-height: 24px;
    --desktop-body-font-size: 18px;
    --desktop-body-line-height: 26px;
    --mobile-body-font-size: 16px;
    --mobile-body-line-height: 24px;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

*:first-child {
    margin-top: 0;
}

*:only-child,
*:last-child {
    margin-bottom: 0;
}

body {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto !important;
    font-family: var(--default-font);
    font-size: var(--desktop-body-font-size);
    line-height: var(--desktop-body-line-height);
    color: var(--body-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--default-font);
    font-weight: 700;
    color: var(--primary-color);
}

h1 {
    font-size: var(--desktop-h1-font-size);
    line-height: var(--desktop-h1-line-height);
}

h2 {
    font-size: var(--desktop-h2-font-size);
    line-height: var(--desktop-h2-line-height);
}

h3 {
    font-size: var(--desktop-h3-font-size);
    line-height: var(--desktop-h3-line-height);
}

h4 {
    font-size: var(--desktop-h4-font-size);
    line-height: var(--desktop-h4-line-height);
}

h5 {
    font-size: var(--desktop-h5-font-size);
    line-height: var(--desktop-h5-line-height);
}

h6 {
    font-size: var(--desktop-h6-font-size);
    line-height: var(--desktop-h6-line-height);
}

a,
a:visited {
    color: inherit;
}

@media (max-width: 1279px) {
    body {
        font-size: var(--mobile-body-font-size);
        line-height: var(--mobile-body-line-height);
    }

    h1 {
        font-size: var(--mobile-h1-font-size);
        line-height: var(--mobile-h1-line-height);
    }

    h2 {
        font-size: var(--mobile-h2-font-size);
        line-height: var(--mobile-h2-line-height);
    }

    h3 {
        font-size: var(--mobile-h3-font-size);
        line-height: var(--mobile-h3-line-height);
    }


    h4 {
        font-size: var(--mobile-h4-font-size);
        line-height: var(--mobile-h4-line-height);
    }

    h5 {
        font-size: var(--mobile-h5-font-size);
        line-height: var(--mobile-h5-line-height);
    }

    h6 {
        font-size: var(--mobile-h6-font-size);
        line-height: var(--mobile-h6-line-height);
    }
}

@media (min-width: 768px) {
    .desktop-image {
        display: block;
    }

    .mobile-image {
        display: none;
    }
}

@media (max-width: 767px) {
    .desktop-image {
        display: none;
    }

    .mobile-image {
        display: block;
    }
}

.button-group {
    display: flex;
    flex-flow: row wrap;
    gap: 12px;
}

.button-group:not(:last-child) {
    margin-bottom: 2rem;
}

.wysiwyg-content .button-group {
    margin-top: 32px;
    margin-bottom: 12px;
}

.wysiwyg-content .button-group:first-child {
    margin-top: 0;
}

.wysiwyg-content .button-group:last-child {
    margin-bottom: 0;
}

.btn {
    width: 100%;
    padding: 16px 20px;
    display: flex;
    flex-flow: row nowrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid transparent;
    text-decoration: none;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    outline: none !important;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.btn-primary {
    background: var(--primary-color);
    color: var(--color-white) !important;
    border-color: var(--primary-color);
}

.btn-green {
    background: var(--secondary-color);
    color: var(--color-white) !important;
}

.btn-primary:hover {
    background: var(--color-gray);
    color: var(--color-white) !important;
    border-color: var(--color-gray);
}

.btn-green:hover {
    background: var(--color-gray);
    color: var(--color-white);
    border-color: var(--color-gray);
}

.btn .button-icon {
    width: 20px;
    height: 20px;
    white-space: nowrap;
}

.btn .button-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.btn:hover svg path {
    fill: var(--color-white);
}

.btn-primary:focus,
.btn-green:focus {
    background: transparent;
    color: var(--color-gray) !important;
    border-color: var(--color-gray);
}

.btn:focus svg path {
    fill: var(--color-gray);
}

@media (min-width: 768px) {
    .button-group .btn {
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

.wysiwyg-content h1,
.wysiwyg-content h2,
.wysiwyg-content h3,
.wysiwyg-content h4,
.wysiwyg-content h5,
.wysiwyg-content h6 {
    margin-top: 32px;
    margin-bottom: 0px;
    color: var(--body-color);
}

.wysiwyg-content h1:first-child,
.wysiwyg-content h2:first-child,
.wysiwyg-content h3:first-child,
.wysiwyg-content h4:first-child,
.wysiwyg-content h5:first-child,
.wysiwyg-content h6:first-child {
    margin-top: 0;
}

.wysiwyg-content h1:last-child,
.wysiwyg-content h2:last-child,
.wysiwyg-content h3:last-child,
.wysiwyg-content h4:last-child,
.wysiwyg-content h5:last-child,
.wysiwyg-content h6:last-child {
    margin-bottom: 0;
}

.wysiwyg-content p,
.wysiwyg-content ol,
.wysiwyg-content ul {
    margin-top: 12px;
    margin-bottom: 0;
}

.wysiwyg-content p:first-child,
.wysiwyg-content ol:first-child,
.wysiwyg-content ul:first-child {
    margin-top: 0;
}

.wysiwyg-content p:last-child,
.wysiwyg-content ol:last-child,
.wysiwyg-content ul:last-child {
    margin-bottom: 0;
}

.wysiwyg-content p img {
    border-radius: 14px;
}

.wysiwyg-content ul,
.wysiwyg-content ol {
    display: flex;
    flex-flow: column nowrap;
    gap: 8px;
    margin-left: 0;
    padding-left: 30px;
}

.wysiwyg-content ul.checkmark {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.wysiwyg-content ul.checkmark li {
    position: relative;
    padding-left: 42px;
}

.wysiwyg-content ul.checkmark li:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNCIgeT0iNCIgd2lkdGg9IjIyIiBoZWlnaHQ9IjIyIiByeD0iMTEiIGZpbGw9IiNCMjIwMjYiLz4KPHBhdGggZD0iTTkuNTQ1NDEgMTUuNjg4MkwxMy41MzY0IDE5LjM2MzdMMjAuNDU0NSAxMC42MzY1IiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIuMTgxODIiLz4KPC9zdmc+Cg==');
}

.wysiwyg-content p img,
.wysiwyg-content figure img {
    border-radius: 14px;
}

.wysiwyg-content figure {
    margin-top: 32px;
    margin-bottom: 0;
}

.wysiwyg-content figure:first-child {
    margin-top: 0;
}

@media (min-width: 768px) {
    .wysiwyg-content p img {
        display: inline-block;
    }

    .wysiwyg-content figure {
        display: inline-block;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }

}

@media (max-width: 767px) {
    .wysiwyg-content p img {
        display: block;
        width: 100%;
    }

    .wysiwyg-content figure img {
        width: 100% !important;
        height: auto !important;
    }
}

.no-padding-top {
    padding-top: 0 !important;
}

/* ONLY FOR PAGE 404 */
.page-404-section {
    background: var(--color-white);
    padding: 140px 20px;
}

.page-404-section .wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}


.page-404-section .wrap h1 {
    color: var(--default-color);
    margin-bottom: 0;
    font-family: var(--default-font);
    font-weight: 700;
    font-size: 34px;
    line-height: 42px;
    letter-spacing: 0;
    text-align: center;
    text-transform: capitalize;
}

.page-404-section .icon-wrap {
    display: flex;
    height: 60px;
    width: 138px;
}

.page-404-section .icon-wrap svg {
    width: 100%;
    height: 100%;
}

.page-404-section .wrap p {
    color: #000000;
    font-size: 34px;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
}

.page-404-section .wrap a {
    color: #000 !important;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .page-404-section {
        padding: 80px 20px;
    }

    .page-404-section .wrap h1 {
        font-size: 22px;
        line-height: 30px;
    }

    .page-404-section .wrap p {
        font-size: 22px;
        line-height: 30px;
    }

    .page-404-section .wrap {
        gap: 24px;
    }

    .page-404-section .wrap a {
        display: block;
    }

    .page-404-section .icon-wrap {
        height: 40px;
    }
}