@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Kaisei+Decol:wght@400;500;700&family=Lato:ital,wght@0,400;0,700;0,900;1,400&family=Montserrat:wght@700&display=swap");
/**
 * Locally Load the typekit/google fonts instead of having to load them from the CDN.
 * Make sure to adjust the preload in header.php if needed
 **/
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  background-repeat: no-repeat; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  overflow-wrap: break-word; /* 3 */
  -moz-tab-size: 4; /* 4 */
  -o-tab-size: 4;
     tab-size: 4; /* 4 */
  -webkit-tap-highlight-color: transparent; /* 5 */
  -webkit-text-size-adjust: 100%; /* 6 */
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
:where(body) {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
  color: inherit; /* 1 */
  height: 0; /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
  content: "​";
  float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
  overflow: auto; /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(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.
 */
:where(code, kbd, samp) {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
:where(small) {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}

/**
 * Restrict sizing to the page width in all browsers (opinionated).
 */
:where(iframe, img, input, video, select, textarea) {
  height: auto;
  max-width: 100%;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
  fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color in Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
  border-collapse: collapse; /* 1 */
  border-color: currentColor; /* 2 */
  text-indent: 0; /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
  margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
  border: 1px solid #a0a0a0;
}

/**
 * Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
:where(progress) {
  vertical-align: baseline;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
  margin: 0; /* 1 */
  resize: vertical; /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type=search i]) {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons 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 styles in Safari.
 */
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

:where(dialog:not([open])) {
  display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
  display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy=true i]) {
  cursor: progress;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden=false i][hidden]) {
  display: initial;
}

:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/*
 * Form section
 */
/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Add typography inheritance in all browsers (opinionated).
 */
:where(button, input, select, textarea) {
  background-color: transparent; /* 1 */
  border: 1px solid WindowFrame; /* 1 */
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  letter-spacing: inherit; /* 2 */
  padding: 0.25em 0.375em; /* 1 */
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1.5em;
  border-radius: 0;
  padding-right: 1em;
}

/**
 * Don't show the arrow for multiple choice selects
 */
:where(select[multiple]) {
  background-image: none;
}

/**
 * Remove the border and padding in all browsers (opinionated).
 */
:where([type=color i], [type=range i]) {
  border-width: 0;
  padding: 0;
}

/**
 * Reduce Motion section
 */
/*
 * 1. Remove animations when motion is reduced (opinionated).
 * 2. Remove fixed background attachments when motion is reduced (opinionated).
 * 3. Remove timed scrolling behaviors when motion is reduced (opinionated).
 * 4. Remove transitions when motion is reduced (opinionated).
 */
@media (prefers-reduced-motion: reduce) {
  *,
  ::before,
  ::after {
    animation-delay: -1ms !important; /* 1 */
    animation-duration: 1ms !important; /* 1 */
    animation-iteration-count: 1 !important; /* 1 */
    background-attachment: initial !important; /* 2 */
    scroll-behavior: auto !important; /* 3 */
    transition-delay: 0s !important; /* 4 */
    transition-duration: 0s !important; /* 4 */
  }
}
/**
 * Simplified Breakpoint mixin
 * Is mobile-first but includes the modifier key to go up/down
 *
 **/
/**
 * Simplified Breakpoint mixin
 * Is mobile-first but includes the modifier key to go up/down
 *
 **/
/** Fluid typography mixin
 * ONLY ACCEPTS PIXEL UNITS
 *
 * @param {number} $min-px: The minimum size in pixels of this fluid variable
 * @param {number} $max-px: The maximum size in pixels of this fluid variable
 * @param {number} $min-bp: The minimum viewport size in pixels of this fluid variable
 * @param {number} $max-bp: The maximum viewport size in pixels of this fluid variable
 * @return {property} The fluid typography clamp property
 **/
:root {
  --fluid-jumbo: calc(var(--fluid-h1) * 1.3);
  --fluid-h1: clamp(2.25rem, 1.5vw + 1.88rem, 3rem);
  --fluid-h2: clamp(2rem, 0.75vw + 1.81rem, 2.38rem);
  --fluid-h3: clamp(1.75rem, 0.75vw + 1.56rem, 2.13rem);
  --fluid-h4: clamp(1.5rem, 0.75vw + 1.31rem, 1.88rem);
  --fluid-h5: clamp(1.38rem, 0.5vw + 1.25rem, 1.63rem);
  --fluid-h6: clamp(1.13rem, 0.5vw + 1rem, 1.38rem);
  --fluid-body: clamp(1rem, 0.25vw + 0.94rem, 1.13rem);
  --fluid-body-sm: clamp(0.88rem, 0.25vw + 0.81rem, 1rem);
  --fluid-body-xs: clamp(0.5rem, 0.25vw + 0.44rem, 0.63rem);
}

/**
 * Basic Sizing variables!
 * @important: rem has been modified to 10px
 *
 **/
/**
 * For any sass variables that may be used in multiple places,
 * in the settings folder.
 * List them here.
 *
 * With sass @use rules there is no longer a "global" scope.
 * For example trying to @use "sizing" in fluid-typography will result in an error.
 * Because it is already @forwarded in the settings.scss file. This will cause a looping error in the compiler.
 * When a global value is needed in multiple places list it here or prefer to use a css custom attribute
 **/
:root {
  --global-width: 1100px;
  --global-width-wide: 1400px;
  --global-content-width: 800px;
  --global-gutter: 1.3rem;
  --global-block-gap: 1.5rem;
  --global-section-padding: 4rem;
  --global-fluid-section-padding: clamp(2.5rem, 1.25vw + 2.19rem, 3.13rem);
  --sizing-base: 1rem;
  --size-xs: calc(var(--sizing-base) * 0.5);
  --size-sm: calc(var(--sizing-base) * 1);
  --size-md: calc(var(--sizing-base) * 1.5);
  --size-lg: calc(var(--sizing-base) * 2);
  --size-xl: calc(var(--sizing-base) * 3);
  --fluid-sizing-min-view: var(--breakpoint-sm, 40rem);
  --fluid-sizing-max-view: var(--global-width, 120rem);
  --fluid-sizer: clamp(0rem, 1.25vw + -0.31rem, 0.63rem);
  --size-fluid-xs: calc(var(--size-xs) + var(--fluid-sizer));
  --fluid-size-xs: calc(var(--size-xs) + var(--fluid-sizer));
  --fluid-size-sm: calc(var(--size-sm) + var(--fluid-sizer));
  --fluid-size-md: calc(var(--size-md) + var(--fluid-sizer));
  --fluid-size-lg: calc(var(--size-lg) + var(--fluid-sizer));
  --fluid-size-xl: calc(var(--size-xl) + var(--fluid-sizer));
}

:root {
  --color-primary: #231459;
  --color-secondary: #2E2E2E;
  --color-tertiary: #5A0000;
  --color-quaternary: red;
  --color-quinary: maroon;
  --color-primary-light: #331d83;
  --color-secondary-light: #484848;
  --color-tertiary-light: #8d0000;
  --color-quaternary-light: #ff3333;
  --color-quinary-light: #b30000;
  --color-primary-dark: #130b2f;
  --color-secondary-dark: #151515;
  --color-tertiary-dark: #270000;
  --color-quaternary-dark: #cc0000;
  --color-quinary-dark: #4d0000;
  --color-black: #2A364D;
  --color-gray: gray;
  --color-dark-gray: #707070;
  --color-light-gray: #ebf5fc;
  --color-white: white;
  --color-warning: maroon;
  --color-success: green;
}

:root {
  --body-font-family: Lato, sans-serif;
  --header-font-family: Inter, sans-serif;
  --body-heading-font: Kaisei Decol, serif;
  --body-light-font: Montserrat, serif;
  --body-font-weight: 400;
  --body-line-height: 24px;
  --color-body-font: var(--color-black);
  --header-font-weight: 500;
  --header-line-height: 1.3;
  --color-header: var(--color-primary);
  --color-sub-header: var(--color-secondary);
  --default-typography-gap: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: var(--default-typography-gap, 1rem) 0;
}

body {
  color: var(--color-body-font);
  font-size: 20px;
  font-family: var(--body-font-family);
  font-weight: var(--body-font-weight);
  line-height: 26px;
}

.body-controller {
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
}
.body-controller footer {
  margin-top: auto;
}

html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

body {
  display: flex;
  flex-flow: column nowrap;
  background-color: #fff;
}

.mm-active {
  overflow: hidden;
}

.container {
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media all and (max-width: 767.98px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

h1 {
  font-size: 60px;
  line-height: 78px;
  font-family: var(--body-heading-font);
}
@media all and (max-width: 767.98px) {
  h1 {
    font-size: 50px;
    line-height: 56px;
  }
}
@media all and (max-width: 575px) {
  h1 {
    font-size: 34px;
    line-height: 40px;
  }
}

h2 {
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  font-family: var(--body-heading-font);
}
@media all and (max-width: 767.98px) {
  h2 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media all and (max-width: 575px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
}

h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}
@media all and (max-width: 575px) {
  h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

h4 {
  font-size: 25px;
  line-height: 30px;
}
@media all and (max-width: 575px) {
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

p {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--body-font-family);
}
@media all and (max-width: 575px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}

.btn_light {
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 17px 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: var(--header-font-family);
  max-width: 230px;
  text-align: center;
  width: 100%;
  display: inline-block;
  transition: 0.3s all ease;
}
.btn_light:hover {
  background-color: #fff;
  color: var(--color-primary);
}
.btn_light:focus {
  color: #fff;
}

.btn_dark {
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  color: #fff;
  background-color: #5A0000;
  text-transform: uppercase;
  font-family: var(--header-font-family);
  border: 1px solid transparent;
}
.btn_dark:hover {
  background-color: #fff;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.btn_dark:focus {
  color: #fff;
}

.new_btn {
  font-family: var(--body-font-family);
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
  text-decoration: none;
}
.new_btn:hover {
  color: #fff;
}
.new_btn:focus {
  color: #fff;
}

form input,
form textarea {
  font-size: var(--fluid-body);
  font-family: var(--body-font-family);
  border-radius: 0;
}
/**
 * CSS grid
 *
 * Ideal for layouts that do not require centering
 * A bonus compared to the `f-grid` is items will never mangle themselves sizing wise
 * CSS grid is very strong about making sure elements do not cause unseen side effects
 * When possible CSS grid > flexbox
 **/
.has-text-color {
  color: var(--custom-color, var(--color-primary));
}

.has-border-color {
  border-color: var(--custom-color, var(--color-primary));
}

.has-background-color {
  background-color: var(--custom-color, var(--color-primary));
}

.has-inline-color {
  color: var(--custom-color, var(--color-primary));
}

.has-color-primary-color {
  --custom-color: var(--color-primary);
}
.has-color-secondary-color {
  --custom-color: var(--color-secondary);
}
.has-color-tertiary-color {
  --custom-color: var(--color-tertiary);
}
.has-color-quaternary-color {
  --custom-color: var(--color-quaternary);
}
.has-color-quinary-color {
  --custom-color: var(--color-quinary);
}
.has-color-white-color {
  --custom-color: var(--color-white);
}
.has-color-black-color {
  --custom-color: var(--color-black);
}
.has-color-gray-color {
  --custom-color: var(--color-gray);
}
.has-color-light-gray-color {
  --custom-color: var(--color-light-gray);
}

:where(a) {
  --link-color: var(--color-primary);
  --link-hover-color: var(--color-primary-dark);
  --link-active-color: var(--color-primary-light);
  --link-font-weight: 500;
  color: var(--color-primary);
  transition: all 0.3s ease;
  text-decoration: none;
  font-weight: --link-font-weight;
}
:where(a):hover, :where(a):active, :where(a):focus {
  color: var(--color-primary-dark);
}
:where(a):active {
  color: var(--color-primary-light);
}
:where(a).ghost-link {
  color: var(--color-white);
}
:where(a).ghost-link:hover, :where(a).ghost-link:active, :where(a).ghost-link:focus {
  color: var(--color-light-gray);
}
:where(a).ghost-link:active {
  color: var(--color-gray);
}

.footerv2 {
  padding: 61px 0 20px;
  background-color: #2E2E2E;
}
@media all and (max-width: 767.98px) {
  .footerv2 {
    padding: 31px 0 26px;
  }
}
.footerv2 .container {
  max-width: 1190px;
  padding-left: 25px;
  padding-right: 25px;
}
.footerv2 .container .footer-col-right {
  max-width: 273px;
}
@media all and (max-width: 575px) {
  .footerv2 .container .footer-col-right {
    display: block;
  }
}
@media all and (max-width: 575px) {
  .footerv2 .container .footer-col-right .social-icons {
    display: none !important;
  }
}
@media all and (max-width: 767.98px) {
  .footerv2 .container .footer-menu {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 575px) {
  .footerv2 .container .footer-menu ul {
    margin-bottom: 0;
  }
}
.footerv2 .container .footer-menu ul li {
  list-style-type: none;
  padding-bottom: 15px;
}
.footerv2 .container .footer-menu ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 14px;
  font-family: var(--header-font-family);
}
.footerv2 .container .footer-menu ul li a:focus-within, .footerv2 .container .footer-menu ul li a:focus-visible, .footerv2 .container .footer-menu ul li a:active, .footerv2 .container .footer-menu ul li a:focus, .footerv2 .container .footer-menu ul li a:hover {
  color: #6F71A1;
}
.footerv2 .container .footer-menu .social-icons {
  margin-top: 0 !important;
}
.footerv2 .container .footer-menu .social-icons ul {
  padding-left: 32px;
}
@media all and (max-width: 767.98px) {
  .footerv2 .container .footer-logo-outer {
    order: -1 !important;
    display: flex;
    justify-content: center;
  }
}
.footerv2 .container .footer-logo-outer .footer-logo-wrapper {
  padding-top: 10px;
  max-width: 320px;
  align-items: center;
}
@media all and (max-width: 991.98px) {
  .footerv2 .container .footer-logo-outer .footer-logo-wrapper {
    margin-right: 0;
    margin-bottom: 76px;
  }
}
@media all and (max-width: 575px) {
  .footerv2 .container .footer-logo-outer .footer-logo-wrapper {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 45px;
  }
}
.footerv2 .container .footer-cell {
  margin-left: 2rem;
  margin-bottom: 20px;
}
.footerv2 .container .footer-cell .cta {
  padding: 17px 30px;
  max-width: 232px;
}
@media all and (max-width: 991.98px) {
  .footerv2 .container .footer-cell .cta {
    padding: 17px 18px;
  }
}
.footerv2 .privacy-menu {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  justify-content: center;
  margin-top: 20px;
}
@media all and (max-width: 767.98px) {
  .footerv2 .privacy-menu {
    margin-top: 16px;
  }
}
@media all and (max-width: 575px) {
  .footerv2 .privacy-menu {
    row-gap: 8px;
    padding-left: 0;
  }
}
.footerv2 .privacy-menu ul {
  display: flex;
}
.footerv2 .privacy-menu ul li {
  font-family: var(--body-light-font);
  list-style-type: none;
}
@media all and (max-width: 575px) {
  .footerv2 .privacy-menu ul li {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }
}
.footerv2 .privacy-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  line-height: 14px;
  border-right: 2px solid #fff;
  padding-right: 8px;
}
.footerv2 .privacy-menu ul li a:focus-within, .footerv2 .privacy-menu ul li a:focus-visible, .footerv2 .privacy-menu ul li a:active, .footerv2 .privacy-menu ul li a:focus, .footerv2 .privacy-menu ul li a:hover {
  color: #6F71A1;
}
.footerv2 .privacy-menu ul li:last-child a {
  border-right: 0;
}
.footerv2 .social-icons {
  margin-top: 40px !important;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
@media all and (max-width: 767.98px) {
  .footerv2 .social-icons {
    margin-top: 24px !important;
  }
}
.footerv2 .social-icons ul li {
  padding-right: 18px;
  list-style-type: none;
}
.footerv2 .social-icons ul li a {
  color: #fff;
}

.header {
  background-color: #ffffff;
}
.header .container {
  max-width: 1190px;
  padding-left: 15px;
  padding-right: 15px;
}
.header .container .inner {
  align-items: center;
  position: relative;
}
.header .container .inner .nav-menu-top {
  padding-top: 40px;
}
@media all and (max-width: 991.98px) {
  .header .container .inner .nav-menu-top {
    position: absolute;
    top: 0;
    right: -15px;
    padding-top: 0;
  }
}
@media all and (max-width: 991.98px) {
  .header .container .inner .nav-menu-top .menu-btn {
    background-color: #231459;
    padding: 15px 14px 16px 9px;
    border-bottom-left-radius: 20px;
    max-width: 52px;
    z-index: 10;
  }
}
.header ul {
  list-style-type: none;
}
.header .header-navbar {
  position: relative;
}
.header .header-navbar .col-left {
  padding: 15px 0;
}
@media all and (max-width: 991.98px) {
  .header .header-navbar .col-left {
    padding: 28px 0;
  }
}
@media all and (max-width: 575px) {
  .header .header-navbar .col-left {
    padding: 18px 0;
  }
}
.header .header-navbar .col-left a.logo {
  display: inline-block;
}
.header .header-navbar .col-left a.logo img {
  max-width: 267px;
  width: 100%;
}
@media all and (max-width: 767.98px) {
  .header .header-navbar .col-left a.logo img {
    max-width: 160px;
  }
}
.header .header-navbar .top-menu {
  padding: 20px 0 37px;
}
.header .header-navbar .top-menu a {
  font-size: 13px;
  line-height: 24px;
  font-weight: 700;
  color: #707070;
  transition: 0.4s all ease;
}
.header .header-navbar .top-menu a:hover {
  color: #E22A2F;
}
.header .header-navbar .top-menu ul {
  margin-right: 20px !important;
}
.header .header-navbar .top-menu ul li {
  position: relative;
  margin: 0 25px;
}
.header .header-navbar .top-menu ul li::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 23px;
  width: 2px;
  background-color: #707070;
  right: -25px;
}
.header .header-navbar .top-menu ul li:last-child::after {
  display: none;
}
.header .header-navbar .col-right.main-menu .cta-cell {
  width: 200px;
  align-items: end;
  display: flex;
  justify-content: flex-end;
}
.header .header-navbar .col-right.main-menu .cta-cell a {
  padding: 14px 20px;
  font-weight: 600;
}
.header .header-navbar .col-right.main-menu .cta-cell a:focus {
  color: #fff;
}
.header .header-navbar .col-right.main-menu .header-nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 0;
}
.header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs {
  margin: 0;
  padding: 0;
  display: flex;
}
.header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  margin-inline-start: 30px;
}
.header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li.home_link {
  display: none;
}
@media all and (max-width: 991.98px) {
  .header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li.home_link {
    display: block;
  }
}
@media all and (max-width: 1399px) {
  .header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li {
    margin-inline-start: 30px;
  }
}
@media all and (max-width: 1199px) {
  .header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li {
    margin-inline-start: 25px;
  }
}
.header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li:nth-child(2) {
  margin-inline-start: 0;
}
.header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li a {
  text-decoration: none;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  padding-bottom: 2px;
}
@media all and (max-width: 1199px) {
  .header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li a {
    font-size: 13px;
  }
}
.header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  transition: 0.5s;
  height: 2px;
  background-color: var(--color-primary);
  left: 0;
}
.header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li a:hover {
  border-bottom: none !important;
}
.header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li a:hover::after {
  width: 60%;
}
.header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li:hover .sub-menu {
  display: block;
}
.header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li .sub-menu {
  z-index: 2;
  display: none;
  position: absolute;
  margin: 0;
  padding: 12px;
  width: 190px;
  box-shadow: 0 4px 7px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #fff;
}
.header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li .sub-menu li {
  margin: 0 0 5px;
  margin-inline-start: 0;
}
.header .header-navbar .col-right.main-menu .header-nav ul.navbar-cs li .sub-menu li a {
  font-size: 12px;
  line-height: 18px;
}
.header .header-mobile-menu {
  display: none;
}
.header .header-mobile-menu.active-nav {
  display: block;
  min-height: 100vh;
  top: 0;
  position: fixed;
  z-index: 2;
  min-width: 100vw;
  background: var(--color-primary);
}
.header .header-mobile-menu.active-nav .mobile-nav {
  height: calc(100vh - 200px);
  padding: 0 37px;
  top: 170px;
  position: absolute;
  width: 100%;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 30px;
}
@media all and (max-width: 575px) {
  .header .header-mobile-menu.active-nav .mobile-nav {
    top: 110px;
    padding-bottom: 50px;
  }
}
.header .header-mobile-menu.active-nav .mobile-nav ul {
  padding: 0;
}
.header .header-mobile-menu.active-nav .mobile-nav ul > li {
  position: relative;
  margin: 18px 0;
}
@media all and (max-width: 767.98px) {
  .header .header-mobile-menu.active-nav .mobile-nav ul > li {
    margin-bottom: 45px;
  }
  .header .header-mobile-menu.active-nav .mobile-nav ul > li:last-child() {
    margin-bottom: 65px !important;
  }
}
.header .header-mobile-menu.active-nav .mobile-nav ul > li a {
  color: var(--color-white);
  text-decoration: none;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
@media all and (max-width: 767.98px) {
  .header .header-mobile-menu.active-nav .mobile-nav ul > li a {
    font-size: 18px;
  }
}
.header .header-mobile-menu.active-nav .mobile-nav ul > li ul li {
  margin: 15px 0 !important;
}
.header .header-mobile-menu.active-nav .mobile-nav ul > li.open {
  margin-bottom: 10px;
}
@media all and (max-width: 767.98px) {
  .header .header-mobile-menu.active-nav .mobile-nav ul .menu-item-has-children {
    margin-bottom: 32px !important;
  }
}
.header .header-mobile-menu.active-nav .mobile-nav::-webkit-scrollbar-track {
  border-radius: 0.125rem;
  background-color: lightgray;
}
.header .header-mobile-menu.active-nav .mobile-nav::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.header .header-mobile-menu.active-nav .mobile-nav::-webkit-scrollbar-thumb:vertical {
  background-image: linear-gradient(180deg, rgb(38, 43, 155) 0%, rgb(3, 6, 105) 100%);
}

.mobile-nav .menu-item .sub-menu {
  height: auto;
  background: transparent;
  padding: 0 10px;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  visibility: visible;
  opacity: 1;
}
.mobile-nav .menu-item .sub-menu li a {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 300 !important;
  text-transform: capitalize !important;
}
.mobile-nav .menu-item.menu-item-has-children {
  cursor: pointer;
}
.mobile-nav .menu-item.menu-item-has-children::after {
  display: none;
  position: absolute;
  top: 0;
  background-size: contain;
  right: 13px;
  cursor: pointer;
  content: "\f140";
  font-family: dashicons;
  color: #fff;
}
.mobile-nav .mobile-btn .cta-cell-mobile {
  padding-left: 0;
  padding-right: 0;
}
.mobile-nav .mobile-btn .cta-cell-mobile a {
  max-width: 100%;
}

.mobile-nav .menu-item.open .sub-menu {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 5px 10px;
  transition: 0.3s all ease;
}
.mobile-nav .menu-item.open.menu-item-has-children::after {
  transform-origin: center;
  transform: rotate(180deg);
}

/**
 * Functional better menu styles
 * Better off not touching this stuff
 **/
[data-better-menu] {
  --bm-a-pad-top: 0.4rem;
  --bm-a-pad-left: 0.5rem;
  --bm-a-pad-right: 0.5rem;
  --bm-a-pad-bottom: 0.4rem;
  --bm-a-color: var(--color-white);
  --bm-a-color-hover: var(--color-light-gray);
  --bm-a-color-active: var(--color-quaternary);
  --bm-a-transition: all 0.3s ease;
  --bm-submenu-width: 225px;
  --bm-submenu-text-alignment: left;
  --bm-submenu-item-alignment: flex-start;
  --bm-vert-submenu-pad: 0.4rem;
  --bm-dropdown-arrow-height: 10px;
  --bm-dropdown-arrow-width: 15px;
  --bm-dropdown-arrow-padding: 6px;
  --bm-dropdown-arrow-color: var(--color-black);
}

[data-better-modal] {
  --bm-transition-duration: 0.4s;
  --bm-transition-function: ease;
  --bm-overlay-color: rgba(0, 0, 0, 0.4);
}

[data-bm-button] {
  --bm-button-padding-tb: 10px;
  --bm-button-padding-lr: 10px;
  --bm-button-background-color: transparent;
  --bm-button-border: unset;
  --bm-button-border-radius: 0;
  --bm-toggle-line-width: 35px;
  --bm-toggle-line-height: 5px;
  --bm-toggle-line-gap: 5px;
  --bm-toggle-line-border-radius: 10px;
  --bm-toggle-line-color: var(--color-primary);
}

[data-better-menu] {
  display: flex;
}
[data-better-menu] ul,
[data-better-menu] li,
[data-better-menu] a,
[data-better-menu] div {
  margin: unset;
  padding: unset;
}
[data-better-menu] ul {
  display: flex;
  list-style: none;
}
[data-better-menu] ul li {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
[data-better-menu] ul a {
  width: auto;
  align-self: var(--bm-submenu-item-alignment);
}
[data-better-menu] ul ul {
  visibility: hidden;
  flex-flow: column nowrap;
  height: 0;
}
[data-better-menu] ul [data-bm-dropdown-anchor] {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
[data-better-menu] ul [data-bm-dropdown-anchor] [data-bm-dropdown-arrow] {
  pointer-events: all;
  padding: var(--bm-dropdown-arrow-padding);
  transition: var(--bm-a-transition);
  transform: scaleY(1);
}
[data-better-menu] ul [data-bm-dropdown-anchor] [data-bm-dropdown-arrow] svg {
  height: var(--bm-dropdown-arrow-height);
  width: var(--bm-dropdown-arrow-width);
  color: var(--bm-dropdown-arrow-color);
  pointer-events: none;
}
[data-better-menu] ul [data-bm-dropdown-anchor][data-bm-active] [data-bm-dropdown-arrow] {
  transform: scaleY(-1);
}

[data-better-menu=vertical] ul {
  flex-flow: column nowrap;
}
[data-better-menu=vertical] ul li ul {
  height: 0;
}
[data-better-menu=vertical] ul li ul[data-bm-active] {
  visibility: visible;
}

[data-better-menu=horizontal] ul {
  flex-flow: row nowrap;
  align-items: center;
}
[data-better-menu=horizontal] ul li ul {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 10px;
  align-items: var(--bm-submenu-item-alignment);
}
[data-better-menu=horizontal] ul li ul[data-bm-active] {
  visibility: visible;
}

/**
 * Better Menu Theme file!
 */
/**
 * Better Menu Theme file!
 */
[data-better-menu] a {
  padding: var(--bm-a-pad-top) var(--bm-a-pad-right) var(--bm-a-pad-bottom) var(--bm-a-pad-left);
  color: var(--bm-a-color);
  transition: var(--bm-a-transition);
  text-decoration: none;
}
[data-better-menu] a:hover, [data-better-menu] a:focus {
  color: var(--bm-a-color-hover);
}
[data-better-menu] a:active, [data-better-menu] a[data-bm-active-anchor] {
  color: var(--bm-a-color-active);
}

[data-better-menu=vertical] ul li ul {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, visibility 0.5s ease, padding 0.5s ease, transform 0.5s ease;
}
[data-better-menu=vertical] ul li ul[data-bm-active] {
  padding: var(--bm-vert-submenu-pad);
  max-height: 300px;
  visibility: visible;
}

[data-better-menu=horizontal] ul li ul {
  position: absolute;
  top: 100%;
  height: auto;
  width: var(--bm-submenu-width);
  transition: transform 0.3s ease, visibility 0.3s ease;
  transform-origin: top;
  transform: scaleY(0);
  background: white;
  box-shadow: 2px 2px 10px rgba(var(--color-black), 0.3);
  z-index: 100;
}
[data-better-menu=horizontal] ul li ul[data-bm-active] {
  transform: scaleY(1);
  visibility: visible;
}

/**
 * Better Menu Theme file!
 */
/**
 * Better Menu Theme file!
 */
[data-better-menu] a {
  padding: var(--bm-a-pad-top) var(--bm-a-pad-right) var(--bm-a-pad-bottom) var(--bm-a-pad-left);
  color: var(--bm-a-color);
  transition: var(--bm-a-transition);
  text-decoration: none;
}
[data-better-menu] a:hover, [data-better-menu] a:focus {
  color: var(--bm-a-color-hover);
}
[data-better-menu] a:active, [data-better-menu] a[data-bm-active-anchor] {
  color: var(--bm-a-color-active);
}

[data-better-menu=vertical] ul li ul {
  position: relative;
  height: -moz-max-content;
  height: max-content;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, visibility 0.5s ease, padding 0.5s ease, transform 0.5s ease;
}
[data-better-menu=vertical] ul li ul[data-bm-active] {
  padding: var(--bm-vert-submenu-pad);
  max-height: 300px;
  visibility: visible;
}

[data-better-menu=horizontal] ul li ul {
  position: absolute;
  top: 100%;
  height: auto;
  width: var(--bm-submenu-width);
  transition: transform 0.3s ease, visibility 0.3s ease;
  transform-origin: top;
  transform: scaleY(0);
  background: white;
  box-shadow: 2px 2px 10px rgba(var(--color-black), 0.3);
  z-index: 100;
}
[data-better-menu=horizontal] ul li ul[data-bm-active] {
  transform: scaleY(1);
  visibility: visible;
}

[data-bm-button] {
  position: relative;
  cursor: pointer;
  background: unset;
  border: unset;
}

[data-better-modal] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  visibility: hidden;
  z-index: 1000;
}
[data-better-modal][data-bm-is-open] {
  visibility: visible;
}
[data-better-modal] [data-bm-overlay] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}
[data-better-modal] [data-bm-card] {
  max-width: 100vw;
  max-height: 100vh;
  overflow: auto;
  z-index: 2;
}
[data-better-modal][data-bm-position=top] {
  justify-content: center;
  align-items: flex-start;
}
[data-better-modal][data-bm-position=left] {
  justify-content: flex-start;
  align-items: center;
}
[data-better-modal][data-bm-position=right] {
  justify-content: flex-end;
  align-items: center;
}
[data-better-modal][data-bm-position=bottom] {
  justify-content: center;
  align-items: flex-end;
}
[data-better-modal][data-bm-position=center] {
  justify-content: center;
  align-items: center;
}

body[data-bm-offcanvas] {
  position: relative;
}

body {
  margin: 0;
}
body:not([data-s-loaded]) * {
  transition: none !important;
}

[data-bm-button] {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: var(--bm-button-padding-tb) var(--bm-button-padding-lr);
  background: var(--bm-button-background-color);
  border: var(--bm-button-border);
}
[data-bm-button][data-bm-close] .close-icon {
  width: var(--bm-toggle-line-width);
}

.toggle-line {
  display: flex;
  width: var(--bm-toggle-line-width);
  height: var(--bm-toggle-line-height);
  margin-bottom: var(--bm-toggle-line-gap);
  border-radius: var(--bm-toggle-line-border-radius);
  background: var(--bm-toggle-line-color);
}

[data-bm-animation] {
  transition-duration: var(--bm-transition-duration);
  transition-timing-function: var(--bm-transition-duration);
}

[data-bm-animation~=slide-top] {
  transform: translateY(-100%);
}
[data-bm-animation~=slide-top][data-bm-active] {
  transform: translateY(0%);
}

[data-bm-animation~=slide-left] {
  transform: translate(-100%);
}
[data-bm-animation~=slide-left][data-bm-active] {
  transform: translate(0%);
}

[data-bm-animation~=slide-right] {
  transform: translate(100%);
}
[data-bm-animation~=slide-right][data-bm-active] {
  transform: translate(0%);
}

[data-bm-animation~=slide-bottom] {
  transform: translateY(100%);
}
[data-bm-animation~=slide-bottom][data-bm-active] {
  transform: translateY(0%);
}

[data-bm-animation~=fade] {
  opacity: 0;
}
[data-bm-animation~=fade][data-bm-active] {
  opacity: 1;
}

[data-better-modal] [data-bm-overlay] {
  transition: background var(--bm-transition-duration) var(--bm-transition-timing-function);
  background: transparent;
}
[data-better-modal] [data-bm-overlay][data-bm-active] {
  background: var(--bm-overlay-color);
}
[data-better-modal] [data-better-modal][data-bm-animation=bottom] {
  transform-origin: top center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
[data-better-modal] [data-better-modal][data-bm-animation=bottom][data-bm-is-open] {
  transform: translate(-50%, 0%);
}
[data-better-modal][data-bm-animation=center] {
  transform-origin: center center;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
[data-better-modal][data-bm-animation=center][data-bm-is-open] {
  transform: translate(-50%, -50%);
  opacity: 1;
}
[data-bm-button] {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: var(--bm-button-padding-tb) var(--bm-button-padding-lr);
  background: var(--bm-button-background-color);
  border: var(--bm-button-border);
}
[data-bm-button][data-bm-close] .close-icon {
  width: var(--bm-toggle-line-width);
}

.toggle-line {
  display: flex;
  width: var(--bm-toggle-line-width);
  height: var(--bm-toggle-line-height);
  margin-bottom: var(--bm-toggle-line-gap);
  border-radius: var(--bm-toggle-line-border-radius);
  background: var(--bm-toggle-line-color);
}

[data-bm-animation] {
  transition-duration: var(--bm-transition-duration);
  transition-timing-function: var(--bm-transition-duration);
}

[data-bm-animation~=slide-top] {
  transform: translateY(-100%);
}
[data-bm-animation~=slide-top][data-bm-active] {
  transform: translateY(0%);
}

[data-bm-animation~=slide-left] {
  transform: translate(-100%);
}
[data-bm-animation~=slide-left][data-bm-active] {
  transform: translate(0%);
}

[data-bm-animation~=slide-right] {
  transform: translate(100%);
}
[data-bm-animation~=slide-right][data-bm-active] {
  transform: translate(0%);
}

[data-bm-animation~=slide-bottom] {
  transform: translateY(100%);
}
[data-bm-animation~=slide-bottom][data-bm-active] {
  transform: translateY(0%);
}

[data-bm-animation~=fade] {
  opacity: 0;
}
[data-bm-animation~=fade][data-bm-active] {
  opacity: 1;
}

[data-better-modal] [data-bm-overlay] {
  transition: background var(--bm-transition-duration) var(--bm-transition-timing-function);
  background: transparent;
}
[data-better-modal] [data-bm-overlay][data-bm-active] {
  background: var(--bm-overlay-color);
}
[data-better-modal] [data-better-modal][data-bm-animation=bottom] {
  transform-origin: top center;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
[data-better-modal] [data-better-modal][data-bm-animation=bottom][data-bm-is-open] {
  transform: translate(-50%, 0%);
}
[data-better-modal][data-bm-animation=center] {
  transform-origin: center center;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
[data-better-modal][data-bm-animation=center][data-bm-is-open] {
  transform: translate(-50%, -50%);
  opacity: 1;
}
.hamburger-icon {
  position: relative;
  height: 22px;
  width: 60px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
@media all and (max-width: 575px) {
  .hamburger-icon {
    width: 30px;
  }
}
.hamburger-icon .icon-1, .hamburger-icon .icon-2, .hamburger-icon .icon-3 {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 5px;
  background-color: #fff;
  transition: 0.3s all ease;
  border-radius: 5px;
}
@media all and (max-width: 575px) {
  .hamburger-icon .icon-1, .hamburger-icon .icon-2, .hamburger-icon .icon-3 {
    height: 3px;
  }
}
.hamburger-icon .icon-1 {
  transform: translateY(-11px);
  animation-delay: 100ms;
}
.hamburger-icon .icon-3 {
  transform: translateY(11px);
  animation-delay: 250ms;
}

.hamburger-icon.active-menu .icon-1 {
  transform: translateY(-1px) rotate(45deg);
  animation-delay: 100ms;
}
.hamburger-icon.active-menu .icon-2 {
  opacity: 0;
}
.hamburger-icon.active-menu .icon-3 {
  transform: translateY(-1px) rotate(-45deg);
  animation-delay: 250ms;
}

.our-mission-home {
  display: flex;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.our-mission-home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4901960784);
  z-index: -1;
}
.our-mission-home .container {
  max-width: 1170px;
  padding-bottom: 205px;
}
.our-mission-home .container .content-side {
  text-align: center;
  color: #fff;
  z-index: 1;
  padding: 85px 0px 84px 0px;
  max-width: 994px;
  margin: 0 auto;
  width: 100%;
}
@media all and (max-width: 767.98px) {
  .our-mission-home .container .content-side {
    padding: 53px 50px 45px 50px;
    text-align: left;
  }
}
.our-mission-home .container .content-side h1 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media all and (max-width: 767.98px) {
  .our-mission-home .container .content-side h1 {
    font-size: 40px;
    line-height: 48px;
    text-align: left;
  }
}
@media all and (max-width: 380px) {
  .our-mission-home .container .content-side h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.our-mission-home .container .content-side p {
  margin: 30px 0px;
}
.our-mission-home .container .content-side .cta-hero {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 10px;
  max-width: 140px;
}
.our-mission-home .container .content-side .cta-hero:hover {
  color: #231459;
}
.our-mission-home .container .banner-cards-wrap .cta-col {
  position: relative;
  z-index: 1;
  text-align: center;
  overflow: hidden;
}
@media all and (max-width: 767.98px) {
  .our-mission-home .container .banner-cards-wrap .cta-col img {
    height: 354px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.our-mission-home .container .banner-cards-wrap .cta-col .cta-title {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  font-weight: 800;
  bottom: 0;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 3.5px;
  padding: 0 20px;
  z-index: 2;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: end;
  margin-bottom: 47px;
}
@media all and (max-width: 767.98px) {
  .our-mission-home .container .banner-cards-wrap .cta-col .cta-title {
    font-size: 24px;
    line-height: 22px;
  }
}
.our-mission-home .container .banner-cards-wrap .cta-col::after {
  content: "";
  position: absolute;
  background: linear-gradient(360deg, #5A0000 3%, transparent);
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  transition: all 1.5s;
}
.our-mission-home .container .banner-cards-wrap .cta-col:hover::after {
  height: 70%;
}
.our-mission-home .container .banner-button-wrap {
  padding: 0;
  text-align: center;
}
@media all and (max-width: 767.98px) {
  .our-mission-home .container .banner-button-wrap {
    display: none;
  }
}
.our-mission-home .container .banner-button-wrap a {
  color: #5A0000;
  border-bottom: 2px solid #5A0000;
  background-color: transparent;
  padding-bottom: 7px;
  border: none;
  position: relative;
}
.our-mission-home .container .banner-button-wrap a::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  background-color: #5A0000;
  left: 0;
  width: calc(100% + 5px);
  transition: width 0.5s; /* Set transition duration */
  height: 2px;
}
.our-mission-home .container .banner-button-wrap a:hover {
  color: #6F71A1;
}
.our-mission-home .container .banner-button-wrap a:hover::after {
  width: 40%; /* Shrink width on hover */
  background-color: #6F71A1;
}
@media all and (max-width: 1199px) {
  .our-mission-home .container {
    padding-bottom: 160px;
  }
}
@media all and (max-width: 767.98px) {
  .our-mission-home .container .overlay-mb {
    position: relative;
    padding: 82px 50px 53px 50px;
  }
  .our-mission-home .container .overlay-mb::before {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 51px;
  }
  .our-mission-home .container .overlay-mb::after {
    content: "";
    background-image: url(../images/ellipse-mb.png);
    width: 100%;
    position: absolute;
    height: 70px;
    top: 0;
    left: 0;
    background-size: 100% 100%;
  }
}
@media all and (max-width: 767.98px) {
  .our-mission-home .container {
    padding: 0px;
  }
}
.our-mission-home::after {
  content: "";
  position: absolute;
  background-image: url(../images/ellipse-bg.png);
  width: 100%;
  height: 550px;
  right: 0;
  left: 0;
  bottom: -2px;
  z-index: -1;
  background-size: 100% 100%;
}
@media all and (max-width: 1199px) {
  .our-mission-home::after {
    height: 370px;
  }
}
@media all and (max-width: 767.98px) {
  .our-mission-home::after {
    display: none;
  }
}
@media all and (max-width: 767.98px) {
  .our-mission-home {
    background-size: 766px 620px;
    background-position: top center;
  }
}

.our-purpose {
  padding: 0 0 131px;
  position: relative;
  z-index: 1;
  margin-top: -122px;
}
.our-purpose .container {
  max-width: 1170px;
}
.our-purpose .container .col-left .line-wrap {
  position: relative;
}
.our-purpose .container .col-left .line-wrap::after {
  content: "";
  position: absolute;
  background-image: url(../images/p-line.png);
  width: 460px;
  height: 34px;
  bottom: 0;
  right: -170px;
  z-index: 1;
  background-size: contain;
}
@media all and (max-width: 767.98px) {
  .our-purpose .container .col-left .line-wrap::after {
    display: none;
  }
}
.our-purpose .container .col-left h2 {
  color: #2E2E2E;
  margin: 0;
  position: relative;
  padding-bottom: 15px;
  z-index: 2;
  background-color: white;
  display: inline-block;
  padding-right: 20px;
}
@media all and (max-width: 767.98px) {
  .our-purpose .container .col-left h2 {
    font-size: 40px;
    line-height: 48px;
    padding: 0;
  }
}
.our-purpose .container .col-left p {
  color: #2E2E2E;
  font-size: 20px;
  line-height: 30px;
  margin: 20px 0 25px;
  max-width: 400px;
  width: 100%;
}
.our-purpose .container .col-left a {
  padding: 17px 10px;
  max-width: 255px;
  width: 100%;
  display: block;
  text-align: center;
}
@media all and (max-width: 767.98px) {
  .our-purpose .container .col-left {
    padding: 0px 32px;
  }
}
.our-purpose .container .col-right {
  position: relative;
}
.our-purpose .container .col-right img {
  height: 377px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767.98px) {
  .our-purpose .container .col-right::after {
    content: "";
    position: absolute;
    background-image: url(../images/p-line2.png);
    width: 34px;
    height: 363px;
    bottom: -140px;
    left: 68px;
    background-size: contain;
    background-position: 100% 100%;
    z-index: 1;
  }
}
@media all and (max-width: 767.98px) {
  .our-purpose .container .col-right {
    margin-bottom: 135px;
  }
}
@media all and (max-width: 1199px) {
  .our-purpose {
    margin-top: -95px;
  }
}
@media all and (max-width: 767.98px) {
  .our-purpose {
    margin-top: 0px;
    padding: 0 0 123px;
  }
}

.who-we-serve {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  padding: 122px 0 0;
  background-attachment: fixed;
}
.who-we-serve .serve_bg_img {
  width: 100%;
  position: absolute;
  height: 135%;
  top: -35%;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.who-we-serve .container {
  max-width: 1170px;
}
.who-we-serve .container h2 {
  position: relative;
  font-size: 121px;
  font-weight: 500;
  line-height: 120px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  margin: 0 0 137px;
}
@media all and (max-width: 767.98px) {
  .who-we-serve .container h2 {
    font-size: 90px;
    line-height: 80px;
  }
}
@media all and (max-width: 575px) {
  .who-we-serve .container h2 {
    font-size: 64px;
    line-height: 72px;
  }
}
.who-we-serve .container .inner-section {
  position: relative;
  max-width: 405px;
  width: 100%;
  margin-left: auto;
  background: rgba(35, 20, 89, 0.831372549);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 36px 40px 37px 40px;
}
.who-we-serve .container .inner-section p {
  font-size: 30px;
  line-height: 44px;
  font-style: italic;
  color: white;
  margin: 0;
}
@media all and (max-width: 1199px) {
  .who-we-serve .container .inner-section p {
    font-size: 26px;
    line-height: 38px;
  }
}
.who-we-serve .container .inner-section span {
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
  color: white;
  margin: 27px 0;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 1199px) {
  .who-we-serve .container .inner-section {
    max-width: 358px;
    padding: 36px 25px 37px 25px;
  }
}
@media all and (max-width: 991.98px) {
  .who-we-serve .container .inner-section {
    z-index: 1;
  }
}
.who-we-serve::after {
  content: "";
  position: absolute;
  background-image: url(../images/Image-statue.png);
  width: 320px;
  height: 592px;
  bottom: 0;
  left: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: all 5s ease;
}
@media all and (max-width: 767.98px) {
  .who-we-serve::after {
    width: 208px;
    height: 386px;
  }
}
@media all and (max-width: 575px) {
  .who-we-serve::after {
    transform: translate(-50%, 0%);
    opacity: 0;
  }
}
@media (min-width: 575px) {
  .who-we-serve::after {
    transform: translate(-50%, 50%);
  }
}
@media all and (max-width: 767.98px) {
  .who-we-serve {
    padding: 83px 0 0;
    min-height: 684px;
  }
}

@media (min-width: 575px) {
  .who-we-serve.in-view::after {
    transform: translate(-50%, 0%) !important;
  }
}
@media all and (max-width: 575px) {
  .who-we-serve.in-view::after {
    opacity: 1;
  }
}

.serve-box-wrap .container {
  max-width: 100%;
  padding: 0;
}
.serve-box-wrap .container .inner-section {
  position: relative;
  max-width: 405px;
  width: 100%;
  margin-left: auto;
  background-color: #231459;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 36px 40px 37px 40px;
}
.serve-box-wrap .container .inner-section p {
  font-size: 30px;
  line-height: 44px;
  font-style: italic;
  color: white;
  margin: 0;
}
@media all and (max-width: 1199px) {
  .serve-box-wrap .container .inner-section p {
    font-size: 26px;
    line-height: 38px;
  }
}
@media all and (max-width: 767.98px) {
  .serve-box-wrap .container .inner-section p {
    font-size: 22px;
    line-height: 30px;
    max-width: 260px;
    width: 100%;
  }
}
.serve-box-wrap .container .inner-section span {
  font-size: 30px;
  line-height: 35px;
  font-weight: 800;
  color: white;
  margin: 27px 0;
  display: flex;
  justify-content: center;
}
@media all and (max-width: 767.98px) {
  .serve-box-wrap .container .inner-section span {
    font-size: 24px;
    line-height: 32px;
  }
}
@media all and (max-width: 1199px) {
  .serve-box-wrap .container .inner-section {
    max-width: 100%;
    padding: 36px 25px 37px 25px;
  }
}
@media all and (max-width: 991.98px) {
  .serve-box-wrap .container .inner-section {
    z-index: 1;
  }
}

.message-wrap {
  padding: 109px 0 98px;
}
@media all and (max-width: 575px) {
  .message-wrap {
    padding: 41px 0 45px;
  }
}
.message-wrap .container {
  max-width: 1170px;
}
.message-wrap .container .col-left {
  position: relative;
}
.message-wrap .container .col-left img {
  max-width: 408px;
  margin: 0 auto;
  display: flex;
}
@media all and (max-width: 767.98px) {
  .message-wrap .container .col-left img {
    max-width: 100%;
  }
}
@media all and (max-width: 767.98px) {
  .message-wrap .container .col-left {
    padding-bottom: 146px;
  }
  .message-wrap .container .col-left::after {
    content: "";
    position: absolute;
    background-image: url(../images/p-line2.png);
    width: 34px;
    height: 363px;
    bottom: 0;
    right: 80px;
    background-size: contain;
    background-position: 100% 100%;
    z-index: 1;
    transform: scaleX(-1);
  }
}
.message-wrap .container .col-right {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  padding-bottom: 30px;
  padding-top: 50px;
}
.message-wrap .container .col-right .line-wrap {
  position: relative;
}
.message-wrap .container .col-right .line-wrap h2 {
  color: #2E2E2E;
  margin: 0;
  position: relative;
  padding-bottom: 15px;
  z-index: 1;
  background-color: white;
  display: inline-block;
}
@media all and (max-width: 575px) {
  .message-wrap .container .col-right .line-wrap h2 {
    font-size: 38px;
    line-height: 44px;
    padding: 0;
  }
}
.message-wrap .container .col-right .line-wrap::after {
  content: "";
  position: absolute;
  background-image: url(../images/bishop-line.png);
  width: 240px;
  height: 40px;
  top: 0;
  left: -298px;
  background-size: 100% 100%;
}
@media all and (max-width: 1199px) {
  .message-wrap .container .col-right .line-wrap::after {
    left: -225px;
    width: 210px;
  }
}
@media all and (max-width: 991.98px) {
  .message-wrap .container .col-right .line-wrap::after {
    left: -170px;
    width: 140px;
  }
}
@media all and (max-width: 767.98px) {
  .message-wrap .container .col-right .line-wrap::after {
    display: none;
  }
}
.message-wrap .container .col-right .desc {
  margin: 20px 0 55px;
}
@media all and (max-width: 575px) {
  .message-wrap .container .col-right .desc {
    margin-bottom: 31px;
  }
}
.message-wrap .container .col-right .desc p {
  color: #2E2E2E;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
.message-wrap .container .col-right a {
  padding: 17px 10px;
  max-width: 250px;
  width: 100%;
  display: block;
  text-align: center;
}
@media all and (max-width: 575px) {
  .message-wrap .container .col-right a {
    max-width: 164px;
  }
}
@media all and (max-width: 991.98px) {
  .message-wrap .container .col-right {
    padding-top: 20px;
  }
}
@media all and (max-width: 767.98px) {
  .message-wrap .container .col-right {
    max-width: 100%;
    padding: 0;
  }
}
@media all and (max-width: 575px) {
  .message-wrap .container .col-right {
    padding: 0 30px;
  }
}

.news-wrap {
  background-color: #231459;
  padding: 50px 0 42px;
}
.news-wrap .container {
  max-width: 1140px;
}
.news-wrap .container .title {
  font-size: 60px;
  line-height: 70px;
  color: white;
  margin: 0 0 49px;
}
@media all and (max-width: 575px) {
  .news-wrap .container .title {
    text-align: center;
    margin: 0 0 40px;
  }
}
.news-wrap .container .cards-wrap img {
  max-width: 350px;
  width: 100%;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 575px) {
  .news-wrap .container .cards-wrap img {
    height: auto;
    max-width: 100%;
  }
}
.news-wrap .container .cards-wrap h3 {
  font-family: var(--body-font-family);
  color: white;
}
@media all and (max-width: 767.98px) {
  .news-wrap .container .cards-wrap h3 {
    font-size: 28px;
  }
}
.news-wrap .container .cards-wrap h3 a {
  text-decoration: none;
  color: #fff;
}
.news-wrap .container .cards-wrap h3 a:hover {
  color: #6F71A1;
}
.news-wrap .container .cards-wrap p {
  color: white;
  font-weight: 500;
}
@media all and (max-width: 575px) {
  .news-wrap .container .cards-wrap p {
    font-size: 18px;
    line-height: 28px;
  }
}
.news-wrap .container .cards-wrap a.new_btn {
  border: none;
  position: relative;
  padding-bottom: 8px;
  line-height: 14px;
}
.news-wrap .container .cards-wrap a.new_btn::after {
  content: " ";
  position: absolute;
  bottom: -2px;
  width: calc(100% - 7px);
  transition: 0.5s;
  height: 2px;
  background-color: #fff;
  left: 0;
}
.news-wrap .container .cards-wrap a.new_btn:hover::after {
  width: 40%;
}
@media all and (max-width: 575px) {
  .news-wrap .container .cards-wrap {
    padding-bottom: 8px;
  }
}
.news-wrap .container .cards-wrap .thumbnail::after, .news-wrap .container .cards-wrap .cardTitle::after {
  display: none;
}
.news-wrap .container .btn_dark {
  padding: 17px 10px;
  max-width: 272px;
  width: 100%;
  display: block;
  text-align: center;
  margin: 67px auto 0;
}
@media all and (max-width: 767.98px) {
  .news-wrap .container .btn_dark {
    background-color: #5A0000;
    border: none;
  }
}
@media all and (max-width: 575px) {
  .news-wrap {
    padding: 52px 0 67px;
  }
}

.hero-banner.bg {
  background-size: cover;
  box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.5490196078);
}

.hero-banner {
  display: flex;
  background-color: var(--color-primary);
  padding: 35px 0px 40px;
  min-height: 200px;
}
.hero-banner .container {
  display: flex;
  align-items: center;
}
.hero-banner .content {
  text-align: center;
  max-width: 994px;
  margin: 0 auto;
  width: 100%;
  color: #fff;
}
.hero-banner .content h1 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}
.hero-banner .content > p {
  margin: 30px 0 10px;
}
.hero-banner .content p {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  font-family: var(--body-font-family);
}
@media all and (max-width: 767.98px) {
  .hero-banner .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.hero-banner .content .desc {
  margin: 30px 0 10px;
  font-family: var(--body-font-family);
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media all and (max-width: 767.98px) {
  .hero-banner .content .desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.hero-banner .content .desc p {
  margin: 0;
}
.hero-banner .content .desc p + p {
  margin: 15px 0 0;
}
.hero-banner .content > p:empty,
.hero-banner .content .desc:empty {
  margin: 0;
  padding: 0;
  line-height: 0;
}
@media all and (max-width: 767.98px) {
  .hero-banner {
    padding: 35px 0px 30px;
  }
}

.our-purpose-sec {
  margin-bottom: 80px;
}
.our-purpose-sec .container {
  max-width: 1170px;
}
@media all and (max-width: 767.98px) {
  .our-purpose-sec {
    margin-bottom: 20px;
  }
}
.our-purpose-sec .content .img-outer {
  height: 493px;
  padding-top: 49px;
}
@media all and (max-width: 767.98px) {
  .our-purpose-sec .content .img-outer {
    height: 100%;
  }
}
.our-purpose-sec .content .img-outer img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media all and (max-width: 767.98px) {
  .our-purpose-sec .content .img-outer img {
    height: 240px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.our-purpose-sec .blocks {
  max-width: 940px;
  margin: 0 auto;
  display: flex;
}
.our-purpose-sec .blocks h2 {
  width: 100%;
  margin: 35px 0 0;
  padding-left: 30px;
  color: var(--color-secondary);
  position: relative;
}
@media all and (max-width: 380px) {
  .our-purpose-sec .blocks h2 {
    padding-left: 10px;
  }
}
.our-purpose-sec .blocks h2::after {
  content: "";
  background-image: url("../images/line.png");
  display: block;
  position: absolute;
  width: 580px;
  height: 12px;
  background-size: contain;
  background-position: right;
  right: 20px;
  top: 22px;
}
@media all and (max-width: 991.98px) {
  .our-purpose-sec .blocks h2::after {
    width: 400px;
  }
}
@media all and (max-width: 767.98px) {
  .our-purpose-sec .blocks h2::after {
    width: 240px;
    transform: rotate(-90deg);
    top: 100px;
    z-index: 10;
  }
}
@media all and (max-width: 575px) {
  .our-purpose-sec .blocks h2::after {
    width: 220px;
    left: auto;
    right: -40px;
  }
}
@media all and (max-width: 380px) {
  .our-purpose-sec .blocks h2::after {
    right: -70px;
  }
}
@media all and (max-width: 767.98px) {
  .our-purpose-sec .blocks h2 {
    margin-bottom: 20px;
  }
}
.our-purpose-sec .blocks p {
  color: #2A364D;
  line-height: 30px;
}
@media all and (max-width: 767.98px) {
  .our-purpose-sec .blocks .block {
    margin-top: 15px;
  }
}
.our-purpose-sec .blocks .block .block-img {
  position: relative;
}
.our-purpose-sec .blocks .block .block-img .overlap {
  width: 100%;
  height: 13px;
  display: flex;
  background-color: #5A0000;
  position: absolute;
  bottom: 0px;
}
.our-purpose-sec .blocks .block .block-img img {
  width: 100%;
}

.our-vision-sec {
  padding: 0 0 100px;
}
@media all and (max-width: 767.98px) {
  .our-vision-sec {
    padding: 80px 0 50px;
  }
}
.our-vision-sec .container {
  max-width: 940px;
}
.our-vision-sec .container .col-left {
  padding-top: 60px;
}
.our-vision-sec .container .col-left .line-wrap {
  position: relative;
  padding-bottom: 15px;
}
.our-vision-sec .container .col-left .line-wrap h2 {
  display: inline;
  color: var(--color-secondary);
  padding: 0;
  position: relative;
  background-color: white;
  padding-right: 10px;
  z-index: 1;
}
.our-vision-sec .container .col-left .line-wrap::after {
  content: "";
  background-image: url("../images/line.png");
  display: block;
  position: absolute;
  width: 443px;
  height: 10px;
  background-size: contain;
  right: -255px;
  top: 25px;
}
@media all and (max-width: 991.98px) {
  .our-vision-sec .container .col-left .line-wrap::after {
    width: 320px;
    right: -100px;
    top: 25px;
  }
}
@media all and (max-width: 767.98px) {
  .our-vision-sec .container .col-left .line-wrap::after {
    right: inherit;
    top: -165px;
    left: -105px;
    transform: rotate(270deg);
    z-index: 1;
  }
}
.our-vision-sec .container .col-left p {
  color: var(--color-secondary);
}
.our-vision-sec .container .col-left .btn-bar-dark {
  font-weight: 500;
  padding: 17px 63px;
  margin-top: 40px;
  display: inline-block;
}
@media all and (max-width: 767.98px) {
  .our-vision-sec .container .col-left {
    padding-top: 120px;
  }
}
.our-vision-sec .container .col-right {
  position: relative;
  padding-bottom: 0;
  top: 0;
}
.our-vision-sec .container .col-right img {
  height: 690px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 384px;
  margin-top: -40px;
}
@media all and (max-width: 767.98px) {
  .our-vision-sec .container .col-right img {
    max-width: 95%;
    display: flex;
    margin-left: auto;
  }
}
@media all and (max-width: 575px) {
  .our-vision-sec .container .col-right img {
    height: 495px;
  }
}
@media all and (max-width: 767.98px) {
  .our-vision-sec .container .col-right {
    max-width: 97%;
  }
}
.our-vision-sec .container .col-right::after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--color-primary);
  width: 100%;
  max-width: 366px;
  z-index: -1;
  height: 712px;
  transition: 0.3s all ease;
}
@media all and (max-width: 767.98px) {
  .our-vision-sec .container .col-right::after {
    max-width: 85%;
  }
}
@media all and (max-width: 575px) {
  .our-vision-sec .container .col-right::after {
    height: 495px;
  }
}

.we-serve-sec {
  padding: 121px 0px 140px 0px;
}
.we-serve-sec .container {
  max-width: 960px;
}
.we-serve-sec .container .serve-row .reverse {
  transform: scaleX(-1);
}
.we-serve-sec .container .serve-row .line {
  margin: 72px 0 100px;
}
@media all and (max-width: 767.98px) {
  .we-serve-sec .container .serve-row .line {
    margin: 28px 0 40px;
  }
}
.we-serve-sec .container .serve-row:last-child .line {
  display: none;
}
.we-serve-sec .container .serve-row .sr-left {
  margin: 0 80px 30px 0;
}
@media all and (max-width: 991.98px) {
  .we-serve-sec .container .serve-row .sr-left {
    margin: 0 30px 30px 0;
  }
}
.we-serve-sec .container .serve-row .sr-right {
  padding-left: 20px;
  margin-left: 15px;
}
@media all and (max-width: 767.98px) {
  .we-serve-sec .container .serve-row .sr-right {
    padding-left: 0;
    margin-left: 0;
  }
}
.we-serve-sec .container .serve-row .sr-image {
  max-width: 471px;
  width: 100%;
}
.we-serve-sec .container .serve-row .sr-image img {
  width: 100%;
}
@media all and (max-width: 767.98px) {
  .we-serve-sec .container .serve-row .sr-image {
    margin: 0 0 30px;
    max-width: 100%;
  }
}
.we-serve-sec .container .serve-row .content h2 {
  color: var(--color-secondary);
  margin-top: 0;
  padding-right: 88px;
  display: flex;
}
@media all and (max-width: 991.98px) {
  .we-serve-sec .container .serve-row .content h2 {
    font-size: 35px;
  }
}
@media all and (max-width: 767.98px) {
  .we-serve-sec .container .serve-row .content h2 {
    padding-right: 0;
  }
}
.we-serve-sec .container .serve-row .content p {
  color: var(--color-secondary);
}
@media all and (max-width: 767.98px) {
  .we-serve-sec {
    padding: 65px 0px 80px 0px;
  }
}

.founders-fund {
  position: relative;
  background-color: var(--color-primary);
  z-index: 2;
}
.founders-fund .thumbnail {
  height: 100%;
}
.founders-fund .thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.founders-fund .content {
  height: 100%;
  padding: 55px 20px 55px 80px;
  max-width: 440px;
}
@media all and (max-width: 767.98px) {
  .founders-fund .content {
    max-width: 100%;
    padding: 55px 25px 55px 25px;
  }
}
.founders-fund .content h2 {
  font-family: var(--body-font-family);
  color: #fff;
  margin-bottom: 25px;
}
.founders-fund .content p {
  font-family: var(--body-font-family);
  color: #fff;
}

.about-section-1 {
  padding: 86px 0px 58px 0px;
}
.about-section-1 .container {
  max-width: 1045px;
}
.about-section-1 .container .content {
  position: relative;
}
.about-section-1 .container .content .line {
  width: 50%;
  top: 20px;
  left: 30px;
  display: flex;
  position: absolute;
}
.about-section-1 .container .content .line img {
  height: 12px;
}
@media all and (max-width: 575px) {
  .about-section-1 .container .content .line img {
    height: 5px;
  }
}
@media all and (max-width: 767.98px) {
  .about-section-1 .container .content .line {
    transform: rotate(270deg);
    top: 20%;
  }
}
@media all and (max-width: 575px) {
  .about-section-1 .container .content .line {
    top: 12%;
  }
}
.about-section-1 .container .content .col-left p {
  color: var(--color-secondary);
  margin-top: 60px;
  padding-left: 30px;
}
@media all and (max-width: 767.98px) {
  .about-section-1 .container .content .col-left p {
    margin-top: 0;
    padding: 0;
  }
}
@media all and (max-width: 767.98px) {
  .about-section-1 .container .content .col-left {
    padding-top: 75px;
  }
}
.about-section-1 .container .content .col-right {
  max-width: 565px;
  width: 100%;
}
.about-section-1 .container .content .col-right img {
  width: 100%;
}
@media all and (max-width: 767.98px) {
  .about-section-1 .container .content .col-right img {
    height: 421px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media all and (max-width: 575px) {
  .about-section-1 .container .content .col-right img {
    height: 220px;
  }
}
@media all and (max-width: 767.98px) {
  .about-section-1 .container .content .col-right {
    max-width: 100%;
  }
}
.about-section-1 .container .content h3 {
  font-family: "Lato", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  color: #5A0000;
  padding-left: 30px;
  letter-spacing: 1.3px;
}
@media all and (max-width: 575px) {
  .about-section-1 .container .content h3 {
    font-size: 18px;
    line-height: 26px;
    padding-left: 15px;
  }
}
.about-section-1 .container .content .inner-content-wrap {
  padding: 0px 20px;
}
.about-section-1 .container .content .inner-content-wrap p {
  margin: 20px 0;
  color: var(--color-secondary);
}
@media all and (max-width: 575px) {
  .about-section-1 .container .content .inner-content-wrap {
    padding: 0 15px;
  }
}
.about-section-1 .container .goals {
  position: relative;
  background-color: #E1E8F5;
  padding: 33px 40px 51px;
}
.about-section-1 .container .goals .left-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 40px;
}
.about-section-1 .container .goals .goal-wrapper {
  width: 46%;
}
.about-section-1 .container .goals .goal-wrapper .goal-card-wrap {
  display: flex;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.about-section-1 .container .goals .goal-wrapper .goal-card-wrap .icon {
  max-width: 48px;
  width: 100%;
  height: 53px;
}
.about-section-1 .container .goals .goal-wrapper .goal-card-wrap .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.about-section-1 .container .goals .goal-wrapper .goal-card-wrap .goal-txt p {
  color: #2E2E2E;
  margin: 0;
  font-weight: 900;
}
@media all and (max-width: 767.98px) {
  .about-section-1 .container .goals .goal-wrapper {
    width: 100%;
  }
}
.about-section-1 .container .goals::after {
  content: "";
  position: absolute;
  top: 0;
  width: 18px;
  height: 100%;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (max-width: 767.98px) {
  .about-section-1 .container .goals::after {
    display: none;
  }
}
@media all and (max-width: 575px) {
  .about-section-1 .container .goals {
    padding: 33px 30px 40px;
  }
}
@media all and (max-width: 767.98px) {
  .about-section-1 {
    padding: 40px 0px 35px 0px;
  }
}

.our-reviews {
  margin-bottom: 40px;
}
.our-reviews .container {
  max-width: 1170px;
}
.our-reviews .container .thumbnail img {
  width: 100%;
}
@media all and (max-width: 575px) {
  .our-reviews .container .thumbnail img {
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.our-reviews .container .inner-content {
  background-color: #231459;
  text-align: center;
  padding: 54px 60px 48px;
  height: 100%;
}
.our-reviews .container .inner-content p {
  font-size: 30px;
  line-height: 44px;
  font-style: italic;
  color: white;
  margin: 0;
}
@media all and (max-width: 991.98px) {
  .our-reviews .container .inner-content p {
    font-size: 26px;
  }
}
@media all and (max-width: 767.98px) {
  .our-reviews .container .inner-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.our-reviews .container .inner-content h3 {
  margin: 20px 0 0;
  color: var(--color-white);
  line-height: 44px;
  font-weight: 800;
}
@media all and (max-width: 991.98px) {
  .our-reviews .container .inner-content h3 {
    font-size: 26px;
  }
}
@media all and (max-width: 767.98px) {
  .our-reviews .container .inner-content h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
@media all and (max-width: 991.98px) {
  .our-reviews .container .inner-content {
    padding: 54px 28px 48px;
  }
}
@media all and (max-width: 767.98px) {
  .our-reviews .container .inner-content {
    padding: 54px 15px 48px;
  }
}

.invitation-section .container {
  max-width: 1170px;
}
.invitation-section .container .content {
  padding: 0px 114px;
  margin-bottom: 50px;
}
.invitation-section .container .content .title {
  display: flex;
  position: relative;
}
.invitation-section .container .content .title::after {
  content: "";
  background-image: url(../images/line.png);
  display: block;
  position: absolute;
  max-width: 495px;
  height: 10.5px;
  background-size: contain;
  background-position: center right;
  width: 100%;
  right: -12px;
  top: 38px;
}
.invitation-section .container .content .title h2 {
  max-width: 450px;
  color: var(--color-secondary);
  background-color: white;
  z-index: 1;
  padding-right: 15px;
}
@media all and (max-width: 991.98px) {
  .invitation-section .container .content .title h2 {
    max-width: 350px;
    font-size: 32px;
  }
}
@media all and (max-width: 575px) {
  .invitation-section .container .content .title h2 {
    max-width: 100%;
    font-size: 30px;
  }
}
@media all and (max-width: 767.98px) {
  .invitation-section .container .content .title::after {
    display: none;
  }
}
@media all and (max-width: 991.98px) {
  .invitation-section .container .content {
    padding: 0 50px;
  }
}
@media all and (max-width: 767.98px) {
  .invitation-section .container .content {
    padding: 0 25px;
  }
}
@media all and (max-width: 575px) {
  .invitation-section .container .content {
    padding: 0 15px;
  }
}
.invitation-section .container p {
  color: var(--color-secondary);
}
.invitation-section .mid {
  background-color: #E1E8F5;
  padding: 30px 30px 50px 50px;
  z-index: -1;
  position: relative;
}
.invitation-section .mid .left .inner-wrap {
  position: relative;
  max-width: 265px;
  width: 100%;
  margin-left: auto;
}
.invitation-section .mid .left .inner-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: var(--color-primary);
  width: 84%;
  z-index: -1;
  transition: 0.3s all ease;
  height: 88%;
}
@media all and (max-width: 575px) {
  .invitation-section .mid .left .inner-wrap::after {
    top: 40px;
  }
}
@media all and (max-width: 767.98px) {
  .invitation-section .mid .left .inner-wrap {
    margin: 0 auto;
  }
}
.invitation-section .mid .left img {
  max-width: 100%;
  padding-left: 30px;
  padding-bottom: 30px;
}
@media all and (max-width: 575px) {
  .invitation-section .mid .left img {
    padding-left: 25px;
  }
}
.invitation-section .mid .right {
  color: var(--color-tertiary);
  padding: 25px 30px 20px 50px;
}
.invitation-section .mid .right h4 {
  font-size: 24px;
  color: var(--color-tertiary);
  font-weight: 900;
}
@media all and (max-width: 575px) {
  .invitation-section .mid .right h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.invitation-section .mid .right .goals-txt {
  padding-left: 40px;
}
.invitation-section .mid .right .goals-txt p {
  margin: 25px 0;
}
@media all and (max-width: 575px) {
  .invitation-section .mid .right .goals-txt {
    padding-left: 15px;
  }
}
@media all and (max-width: 767.98px) {
  .invitation-section .mid .right {
    padding: 40px 30px 20px 0;
  }
}
@media all and (max-width: 575px) {
  .invitation-section .mid .right {
    padding: 15px 0 20px 0;
  }
}
@media all and (max-width: 575px) {
  .invitation-section .mid {
    padding: 30px 20px 0 20px;
  }
}
.invitation-section .last .text {
  padding: 20px 114px 80px;
  margin-bottom: 0;
}
@media all and (max-width: 991.98px) {
  .invitation-section .last .text {
    padding: 20px 50px 30px;
  }
}
@media all and (max-width: 767.98px) {
  .invitation-section .last .text {
    padding: 20px 25px 30px;
  }
}
@media all and (max-width: 575px) {
  .invitation-section .last .text {
    padding: 20px 10px 30px;
  }
}

.investing-page .hero-banner .container .content {
  max-width: 100%;
}
.investing-page .hero-banner .container .content p {
  max-width: 994px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.investing-top .container {
  max-width: 1170px;
}
.investing-top .container .thumbnail {
  padding-top: 56px;
}

.investing-main .container {
  max-width: 1020px;
}
.investing-main .container .content {
  padding: 104px 0px 214px 0px;
}
.investing-main .container .content p {
  color: var(--color-black);
}
.investing-main .container .content .line {
  padding: 90px 0px 78px;
}
@media all and (max-width: 991.98px) {
  .investing-main .container .content .line {
    padding: 50px 0px 40px;
  }
}
@media all and (max-width: 767.98px) {
  .investing-main .container .content .line {
    padding: 20px 0px 30px;
  }
}
@media all and (max-width: 991.98px) {
  .investing-main .container .content {
    padding: 60px 0px 115px 0px;
  }
}
@media all and (max-width: 767.98px) {
  .investing-main .container .content {
    padding: 50px 0px 100px 0px;
  }
}
@media all and (max-width: 575px) {
  .investing-main .container .content {
    padding: 40px 0px 70px 0px;
  }
}
@media all and (max-width: 991.98px) {
  .investing-main .container {
    padding: 0px 25px;
  }
}

.faqs {
  padding: 102px 0px 130px;
}
.faqs .container {
  max-width: 1170px;
}
.faqs .container .accordion {
  max-width: 746px;
  margin: 0 auto;
  padding-top: 60px;
}
.faqs .container .accordion .accordion-item {
  background: none;
  border: 0;
}
.faqs .container .accordion .accordion-item h4 {
  font-size: 24px;
  line-height: 40px;
  background-color: transparent;
  color: var(--color-secondary);
  box-shadow: none;
  margin-bottom: 0;
}
.faqs .container .accordion .accordion-item h4::after {
  background-image: url(../images/arrow.png) !important;
  background-repeat: no-repeat;
}
.faqs .container .accordion .accordion-item h4:not(.collapsed)::after {
  transform: rotate(90deg) !important;
}
@media all and (max-width: 767.98px) {
  .faqs .container .accordion .accordion-item h4 {
    font-size: 16px;
    line-height: 24px;
  }
}
.faqs .container .accordion .accordion-item .accordion-body {
  padding-top: 0;
}
.faqs .container .accordion .accordion-item .accordion-body p {
  color: var(--color-secondary);
  padding-right: 80px;
  padding-left: 50px;
  font-weight: 500;
}
@media all and (max-width: 767.98px) {
  .faqs .container .accordion .accordion-item .accordion-body p {
    padding-right: 40px;
    padding-left: 20px;
  }
}
@media all and (max-width: 767.98px) {
  .faqs {
    padding: 60px 0px 100px;
  }
}

.recent-blog-post {
  padding-top: 84px;
}
.recent-blog-post .container {
  max-width: 1170px;
}
.recent-blog-post .container .content {
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  background-size: cover;
  padding: 250px 50px 30px 80px;
  position: relative;
}
.recent-blog-post .container .content .inner {
  color: var(--color-white);
  max-width: 489px;
  z-index: 1;
  position: relative;
}
.recent-blog-post .container .content .inner h3 {
  line-height: 30px;
}
.recent-blog-post .container .content .inner h3 a {
  color: var(--color-white);
  text-decoration: none;
}
.recent-blog-post .container .content .inner p {
  color: var(--color-white);
}
.recent-blog-post .container .content .inner .read-more a {
  color: var(--color-white);
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  font-family: var(--body-font-family);
  text-decoration: none;
  border-bottom: 2px solid var(--color-white);
  padding-bottom: 6px;
}
.recent-blog-post .container .content .inner .read-more a:hover {
  border: 0;
}
.recent-blog-post .container .content .overlay {
  background-image: url("../images/overlay.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 767.98px) {
  .recent-blog-post .container .content {
    padding: 150px 50px 30px 30px;
  }
}
@media all and (max-width: 767.98px) {
  .recent-blog-post {
    padding: 50px 0px 20px;
  }
}

.blog-break {
  display: flex;
  justify-content: center;
}

.blog-break-width {
  width: 1140px;
  margin: 30px 0;
}

.blog-wrapper .container {
  max-width: 1170px;
}
.blog-wrapper .container .blog-card {
  padding-bottom: 106px;
}
@media all and (max-width: 767.98px) {
  .blog-wrapper .container .blog-card {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.blog-wrapper .container .blog-card .content h3 a {
  color: #2A364D;
  text-decoration: none;
}
.blog-wrapper .container .blog-card .content p {
  color: #2A364D;
}
.blog-wrapper .container .blog-card .content .read-more a {
  color: var(--color-tertiary);
  font-size: 14px;
  line-height: 14px;
  font-family: var(--body-font-family);
  text-decoration: none;
  border-bottom: 2px solid var(--color-tertiary);
  font-weight: 600;
  padding-bottom: 6px;
}
.blog-wrapper .container .blog-card .content .read-more a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
@media all and (max-width: 767.98px) {
  .blog-wrapper {
    padding: 20px 0px;
  }
}

.single-news .header {
  border-bottom: 1px solid #eee;
}

.single-blog-wrapper .feature-image {
  max-width: 100%;
  max-height: 400px;
  display: flex;
  padding-top: 50px;
}
.single-blog-wrapper .feature-image img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-blog-wrapper .content {
  padding: 20px 30px 50px;
}
.single-blog-wrapper .content p {
  color: #2A364D;
}

.single .nav-links {
  text-align: center;
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 30px;
}
.single .nav-links a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  padding: 5px 10px;
}
.single .nav-links a:hover {
  background-color: #5a0000;
  color: #fff;
}

.donation-sec-1.no-bottom {
  margin-bottom: 0;
}

.donation-sec-1 {
  margin-bottom: 110px;
}
@media all and (max-width: 575px) {
  .donation-sec-1 {
    margin-bottom: 60px;
  }
}
.donation-sec-1 .container {
  max-width: 1170px;
}
.donation-sec-1 .container .first {
  padding: 73px 0px 111px;
  justify-content: center;
}
@media all and (max-width: 767.98px) {
  .donation-sec-1 .container .first {
    padding: 50px 0px;
  }
}
@media all and (max-width: 575px) {
  .donation-sec-1 .container .first .cta-1 {
    margin-bottom: 20px;
  }
}
.donation-sec-1 .container .first .cta {
  display: flex;
  justify-content: center;
}
.donation-sec-1 .container .first .cta a {
  border-radius: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: var(--body-font-family);
  height: 78px;
  max-width: 569px;
  width: 100%;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  letter-spacing: 2px;
}
@media all and (max-width: 767.98px) {
  .donation-sec-1 .container .first .cta a {
    font-size: 18px;
    line-height: 20px;
  }
}
@media all and (max-width: 767.98px) {
  .donation-sec-1 .container .first .cta a {
    font-size: 14px;
    line-height: 16px;
    height: 55px;
  }
}
.donation-sec-1 .last {
  margin: 0px 52px;
}
@media all and (max-width: 991.98px) {
  .donation-sec-1 .last {
    margin: 0;
  }
}
.donation-sec-1 .last h2 {
  color: var(--color-secondary);
}
@media all and (max-width: 991.98px) {
  .donation-sec-1 .last h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media all and (max-width: 575px) {
  .donation-sec-1 .last h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.donation-sec-1 .last .sub-title p {
  color: var(--color-black);
  font-weight: 500;
  padding-left: 5px;
}
@media all and (max-width: 767.98px) {
  .donation-sec-1 .last .sub-title p {
    padding-left: 0;
  }
}
.donation-sec-1 .last .content {
  padding: 0px 120px 0px 5px;
}
@media all and (max-width: 575px) {
  .donation-sec-1 .last .content {
    padding: 0px;
  }
}
.donation-sec-1 .last .content p {
  font-weight: 900;
  color: var(--color-tertiary);
}
@media all and (max-width: 991.98px) {
  .donation-sec-1 .last .content {
    padding: 0px 50px 0px 5px;
  }
}

.donation-sec-2 {
  background-color: #E1E8F5;
  padding: 47px 0px 79px;
}
.donation-sec-2 .container {
  max-width: 1170px;
}
.donation-sec-2 .container .donation-ways-head h2 {
  text-align: center;
  color: var(--color-black);
  margin-bottom: 51px;
}
.donation-sec-2 .container .donation-ways-head .content p {
  margin-bottom: 18px;
}
.donation-sec-2 .donation-ways {
  margin: 0px 106px;
  row-gap: 25px;
}
@media all and (max-width: 991.98px) {
  .donation-sec-2 .donation-ways {
    margin: 0;
  }
}
@media all and (max-width: 767.98px) {
  .donation-sec-2 .donation-ways {
    margin: 0px 40px;
  }
}
@media all and (max-width: 575px) {
  .donation-sec-2 .donation-ways {
    margin: 0px;
  }
}
.donation-sec-2 .donation-ways .text h4 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--color-tertiary);
  letter-spacing: 2px;
  font-family: var(--body-font-family);
  margin-bottom: 10px;
  margin-top: 0;
}
@media all and (max-width: 575px) {
  .donation-sec-2 .donation-ways .text h4 {
    font-size: 15px;
  }
}
.donation-sec-2 .donation-ways .text .content p {
  font-size: 18px;
  line-height: 26px;
  color: var(--color-black);
  margin-top: 0;
  padding-right: 30px;
}
@media all and (max-width: 767.98px) {
  .donation-sec-2 .donation-ways .text .content p {
    font-size: 16px;
    line-height: 24px;
    padding-right: 0;
  }
}

.donation-sec-3 {
  padding: 84px 0px 2px 0px;
}
@media all and (max-width: 767.98px) {
  .donation-sec-3 {
    padding: 55px 0px 2px 0px;
  }
}
.donation-sec-3 .fund-detail {
  margin-bottom: 40px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
@media all and (max-width: 575px) {
  .donation-sec-3 .fund-detail {
    margin-bottom: 35px;
  }
}
.donation-sec-3 .fund-detail .left {
  padding-right: 13px;
}
@media all and (max-width: 575px) {
  .donation-sec-3 .fund-detail .left {
    padding-right: 10px;
  }
}
@media all and (max-width: 575px) {
  .donation-sec-3 .fund-detail .left img {
    width: 100%;
  }
}
.donation-sec-3 .fund-detail .btn {
  display: flex;
  margin-top: 25px;
  text-align: center;
  justify-content: center;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  height: 47px;
  align-items: center;
  border-radius: 0;
}
.donation-sec-3 .fund-detail .right h3 {
  line-height: 30px;
  margin-top: 0;
  color: var(--color-black);
  font-family: var(--body-font-family);
}
@media all and (max-width: 575px) {
  .donation-sec-3 .fund-detail .right h3 {
    margin-top: 10px;
  }
}
.donation-sec-3 .fund-detail .right .content {
  padding-right: 30px;
}
.donation-sec-3 .fund-detail .right .content p {
  font-size: 20px;
  line-height: 28px;
  color: var(--color-black);
}

.contact-form .container {
  max-width: 770px;
}
.contact-form .container .shortcode {
  padding: 50px 0px;
}
.contact-form .container .shortcode .gform_heading {
  display: none;
}
.contact-form .container .shortcode .gform-body textarea {
  border-radius: 10px;
  background-color: #E1E8F5;
  border: 0;
}
.contact-form .container .shortcode .gform-body input, .contact-form .container .shortcode .gform-body select {
  border-radius: 10px;
  background-color: #E1E8F5;
  border: 0;
  height: 61px;
}
.contact-form .container .shortcode .gform-body .gfield_label, .contact-form .container .shortcode .gform-body label {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #2A2A2A;
  padding: 12px 5px;
  margin-bottom: 0;
}
.contact-form .container .shortcode .gform-body .asterisk label::after {
  color: #99226F;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.125em;
  content: "*";
}
.contact-form .container .shortcode .gform_footer {
  justify-content: end;
}
.contact-form .container .shortcode .gform_footer .gform_button {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding: 15px 97px;
  background-color: #5A0000;
  color: #fff;
  border: 1px solid #5A0000;
}
.contact-form .container .shortcode .gform_footer .gform_button:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.donate-form .container {
  max-width: 770px;
}
.donate-form .container .shortcode {
  padding: 50px 0px;
}
.donate-form .container .shortcode .gform_heading {
  display: none;
}
.donate-form .container .shortcode .gform-body input, .donate-form .container .shortcode .gform-body select, .donate-form .container .shortcode .gform-body .ginput_card_field {
  border-radius: 10px;
  background-color: #E1E8F5;
  border: 0;
  height: 61px;
}
.donate-form .container .shortcode .gform-body .gfield_label, .donate-form .container .shortcode .gform-body label {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #2A2A2A;
  padding: 12px 5px;
  margin-bottom: 0;
}
.donate-form .container .shortcode .gform-body .asterisk label::after {
  color: #99226F;
  display: inline-block;
  font-size: 13.008px;
  padding-left: 0.125em;
  content: "*";
}
.donate-form .container .shortcode .gform_footer {
  justify-content: end;
}
.donate-form .container .shortcode .gform_footer .gform_button {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  padding: 15px 97px;
  background-color: #5A0000;
  color: #fff;
  border: 1px solid #5A0000;
}
.donate-form .container .shortcode .gform_footer .gform_button:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.page_error {
  background-color: #231459;
  flex-grow: 1;
  display: flex;
}
.page_error .page_404_banenr {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 216px 0px 227px;
}
@media all and (max-width: 575px) {
  .page_error .page_404_banenr {
    padding: 115px 0px;
  }
}
.page_error .page_404_banenr .container {
  max-width: 965px;
  padding: 0 30px;
}
.page_error .page_404_banenr .container h1 {
  font-size: 60px;
  line-height: 70px;
  font-family: var(--body-heading-font);
  margin: 0 0 25px;
  color: #fff;
  text-transform: uppercase;
}
@media all and (max-width: 575px) {
  .page_error .page_404_banenr .container h1 {
    font-size: 34px;
    line-height: 40px;
  }
}
.page_error .page_404_banenr .container p {
  font-weight: 900;
  font-family: var(--body-font-family);
  font-size: 24px;
  line-height: 30px;
  max-width: 570px;
  color: #fff;
  letter-spacing: 2px;
}
.page_error .page_404_banenr .container a {
  margin-top: 35px;
}

/**
 * Styles that modify the default behavior of Gutenberg
 * It is highly recommended not to modify the core files
 * Any needed changes should be made from other files
 **/
/**
 * Layout code that should effect all Gutenberg
 **/
.custom-layout, .wp-block-cover .wp-block-cover__inner-container, .wp-block-group,
.wp-block-cover, .is-root-container,
.s-section,
.gutenberg-content {
  --section-width: var(--global-width, 1200px);
  --section-padding-horizontal: var(--global-gutter, 20px);
  --section-padding-vertical: var(--global-section-padding, 40px);
  --section-gap: var(--global-block-gap, 20px);
  display: grid;
  grid-template-columns: minmax(var(--section-padding-horizontal), 1fr) minmax(0, var(--section-width)) minmax(var(--section-padding-horizontal), 1fr);
  grid-template-areas: "start content end";
  row-gap: var(--section-gap);
  padding-top: var(--section-padding-vertical);
  padding-bottom: var(--section-padding-vertical);
  width: 100%;
  /**
  * Forces all first level children
  * to align to the center column and expand to take up the full width
  **/
}
.custom-layout > *, .wp-block-cover .wp-block-cover__inner-container > *, .wp-block-group > *,
.wp-block-cover > *, .is-root-container > *,
.s-section > *,
.gutenberg-content > * {
  grid-column: content/span 1;
  justify-self: stretch;
  max-width: 100%;
}

.is-root-container > * + * {
  margin-block-start: unset !important;
}
.is-root-container .alignfull {
  max-width: 100%;
  width: 100%;
  grid-column: start/end;
}
.is-root-container .alignwide {
  max-width: var(--global-width-wide);
  grid-column: start/end;
}
.is-root-container .alignleft {
  float: left;
  margin-right: auto;
}
.is-root-container .alignright {
  float: right;
  margin-left: auto;
}
.is-root-container .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.alignfull {
  max-width: 100%;
  width: 100%;
  grid-column: start/end;
}

.alignwide {
  max-width: var(--global-width-wide);
  grid-column: start/end;
}

.alignleft {
  float: left;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: auto;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-group,
.wp-block-cover {
  --section-width: var(--global-width, 1200px);
  --section-padding-horizontal: 0;
}

.gutenberg-content,
.is-root-container {
  padding-top: 0;
  padding-bottom: 0;
}

.wp-block-cover {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-cover .wp-block-cover__inner-container {
  --section-gap: 0;
}
.wp-block-cover.alignfull {
  grid-column: start/end;
  width: 100%;
}
.wp-block-cover.alignfull > *:not(.wp-block-cover__inner-container) {
  grid-column: start/end;
}
.wp-block-cover .wp-block-cover__inner > * {
  align-content: center;
  justify-items: center;
}

.has-custom-content-position {
  display: grid;
}
.has-custom-content-position.is-position-center-right {
  justify-items: flex-end;
  align-content: center;
}
.has-custom-content-position.is-position-center-left {
  justify-items: flex-start;
  align-content: center;
}
.has-custom-content-position.is-position-center-center {
  justify-items: center;
  align-content: center;
}
.has-custom-content-position.is-position-bottom-center {
  justify-items: center;
  align-content: flex-end;
}
.has-custom-content-position.is-position-bottom-right {
  justify-items: flex-end;
  align-content: flex-end;
}
.has-custom-content-position.is-position-bottom-left {
  justify-items: flex-start;
  align-content: flex-end;
}
.has-custom-content-position.is-position-top-center {
  justify-items: center;
  align-content: flex-start;
}
.has-custom-content-position.is-position-top-left {
  justify-items: flex-start;
  align-content: flex-start;
}
.has-custom-content-position.is-position-top-right {
  justify-items: flex-end;
  align-content: flex-start;
}

.remove-block-gap {
  margin-top: calc(var(--global-block-gap) * -1);
  margin-bottom: calc(var(--global-block-gap) * -1);
}

.remove-block-gap-top {
  margin-top: calc(var(--global-block-gap) * -1);
}

.remove-block-gap-bottom {
  margin-bottom: calc(var(--global-block-gap) * -1);
}

.is-root-container .remove-block-gap {
  margin-top: calc(var(--global-block-gap) * -1) !important;
  margin-bottom: calc(var(--global-block-gap) * -1) !important;
}
.is-root-container .remove-block-gap-top {
  margin-top: calc(var(--global-block-gap) * -1) !important;
}
.is-root-container .remove-block-gap-bottom {
  margin-bottom: calc(var(--global-block-gap) * -1) !important;
}
.is-root-container.remove-block-gap-top:first-child {
  margin-top: 0;
}
.is-root-container.remove-block-gap-bottom:last-child {
  margin-bottom: 0;
}
.is-root-container.remove-block-gap:first-child {
  margin-top: 0;
}
.is-root-container.remove-block-gap:last-child {
  margin-bottom: 0;
}

.block-list-appender {
  width: 100%;
}

.block-editor-rich-text__editable {
  width: 100%;
}

.layout-type-default > *:not(.alignleft):not(.alignright),
.layout-type-default .layout-type-inherit > *:not(.alignleft):not(.alignright) {
  margin-left: auto;
  margin-right: auto;
}

.layout-type-default > .alignleft,
.layout-type-default .layout-type-inherit > .alignleft {
  float: left;
  margin-left: 0px;
  margin-right: var(--wp--custom--gap--large);
}

.layout-type-default > .alignright,
.layout-type-default .layout-type-inherit > .alignright {
  float: right;
  margin-left: var(--wp--custom--gap--large);
  margin-right: 0px;
}

.layout-type-flex {
  display: flex;
}

.layout-type-flex.is-wrap {
  flex-wrap: wrap;
}

.layout-type-flex.justify-left {
  justify-content: flex-start;
}

.layout-type-flex.justify-right {
  justify-content: flex-end;
}

.layout-type-flex.justify-center {
  justify-content: center;
}

.layout-type-flex.orientation-horizontal {
  align-items: center;
}

.layout-type-flex.orientation-horizontal.justify-space-between {
  justify-content: space-between;
}

.layout-type-flex.orientation-vertical {
  flex-direction: column;
}

.layout-type-flex > * {
  margin: 0px;
}

.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  margin-left: unset !important;
  margin-right: unset !important;
}

.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  max-width: 100% !important;
  width: var(--global-width) !important;
  margin-left: unset !important;
  margin-right: unset !important;
}

.wp-block-image {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

/**
 * Forces the React styles injected by Gutenberg to follow the PP3 Layout system.
 * TODO: Catch additional edge case issues.
 **/
.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright)) {
  margin-left: unset !important;
  margin-right: unset !important;
}

.block-editor-block-list__layout.is-root-container > :is(.alignwide) {
  width: 100% !important;
  max-width: var(--global-width-wide) !important;
}

.block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignwide):not(.aligncenter)) {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: unset !important;
  margin-right: unset !important;
}/*# sourceMappingURL=app.css.map */