/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/src/css/style.scss ***!
  \******************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
/* stylelint-disable no-invalid-position-at-import-rule */
/* Blocks
 - These styles replace key Gutenberg Block styles with font, color, and
   spacing with CSS-variables overrides
 - In the future the Block styles may get compiled to individual .css
   files and conditionally loaded
*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #1a303d;
  font-family: "Open Sans", sans-serif;
}

body.error404 {
  background: #1a303d;
  color: white;
}

/* stylelint-disable no-invalid-position-at-import-rule */
.wp-block-image {
  margin: 0;
}
.wp-block-image img {
  height: 100%;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.wp-block-cover,
.wp-block-cover-image {
  -o-object-fit: cover;
     object-fit: cover;
}

.entry-thumbnail-container {
  overflow: hidden;
}

.entry-thumbnail {
  position: relative;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.entry-thumbnail:hover,
.entry-thumbnail:focus {
  transform: scale(1.05);
}

/* Media */
@media (min-width: 1200px) {
  .wp-block-columns:not(.alignfull) {
    max-width: 1024px;
    margin: auto;
  }

  .container,
.wp-block-columns.alignwide {
    max-width: 1280px;
  }

  .wp-block-column.has-darkblue-background-color {
    padding: 4rem;
  }
}
@media (min-width: 1025px) {
  .is-style-margin-0 {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }

  .wp-block-column:nth-last-child(1) {
    margin: 0;
  }

  .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
  }

  .wp-block-cover .wp-block-column {
    flex-basis: 100% !important;
  }

  .columns-overlap .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
  }

  .container {
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  .wp-block-columns:not(.alignfull, .alignwide, .justify-content-end),
.container,
footer.container {
    max-width: 90%;
  }

  .wp-block-column.has-darkblue-background-color {
    padding: 2rem;
  }
}
@media (max-width: 1023px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }

  .wp-block-column:nth-last-child(1) {
    margin: 0;
  }

  .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
  }

  .wp-block-cover .wp-block-column {
    flex-basis: 100% !important;
  }

  .columns-overlap .wp-block-column:nth-child(2n) {
    margin-left: 0 !important;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: 0;
  }

  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: 100% !important;
    flex-grow: 0;
  }

  .container {
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .wp-block-columns:not(.alignfull, .alignwide),
.container,
footer.container {
    max-width: 100%;
  }

  .wp-block-latest-posts.is-grid li {
    margin: 0;
  }
}
.wp-block-latest-posts a {
  font-size: 1.125rem;
  font-family: "Encode Sans", sans-serif;
  font-weight: 700 !important;
  margin-bottom: 1.5rem;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image {
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image a {
  padding: 0;
  margin: 0;
  color: #0f0526;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image .wp-post-image {
  position: relative;
  transition: 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  min-height: 295px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image .wp-post-image:hover, .wp-block-latest-posts .wp-block-latest-posts__featured-image .wp-post-image:focus {
  transform: scale(1.05);
}
.wp-block-latest-posts li {
  background-color: white;
  text-align: left;
  color: #0f0526 !important;
  position: relative;
  padding-bottom: 1.875rem;
}
.wp-block-latest-posts .wp-block-latest-posts__post-excerpt {
  margin: 0;
  line-height: 1.9;
  font-size: 1rem;
}
.wp-block-latest-posts .more-link::after {
  content: ">";
  background: #3e6980;
  margin-left: 15px;
  border-radius: 100%;
  font-family: Raleway, sans-serif;
  bottom: 10px;
  right: 10px;
  position: absolute;
  color: white;
  font-weight: 700;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-latest-posts .more-link:hover::after {
  background: #0f0526;
  color: white;
}

/* Separator */
hr {
  background-color: transparent;
}

.wp-block-separator {
  opacity: 1;
  padding: 0.2rem 0 !important;
  margin: 1.5rem auto;
}

.wp-block-separator.is-style-dots {
  background-image: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 0%) !important;
  background-position: top !important;
  background-size: 20px 6px !important;
  background-repeat: repeat-x !important;
  max-width: 300px;
  width: 100%;
}

.wp-block-separator.has-black-color {
  background-image: linear-gradient(to right, #0f0526 30%, rgba(255, 255, 255, 0) 0%) !important;
}

.wp-block-separator.has-darkblue-color {
  background-image: linear-gradient(to right, #1a303d 30%, rgba(255, 255, 255, 0) 0%) !important;
}

.wp-block-separator.has-blue-color {
  background-image: linear-gradient(to right, #3e6980 30%, rgba(255, 255, 255, 0) 0%) !important;
}

.wp-block-separator.has-white-color {
  background-image: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 0%) !important;
}

.wp-block-separator.has-beige-color {
  background-image: linear-gradient(to right, #e2ddd8 30%, rgba(255, 255, 255, 0) 0%) !important;
}

.wp-block-separator.is-style-dots:not(.text-center) {
  text-align: left !important;
  margin: 1.5rem 0;
}

.wp-block-separator.is-style-dots::before {
  display: none;
}

.wp-block-separator:not(.is-style-dots) {
  width: 99.7%;
  background-image: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 20px 10px;
  background-repeat: repeat-x;
  border: 0;
  height: 6px;
}

.wp-block-search__input {
  min-width: 100%;
}

.hidden {
  display: none;
}

.columns-overlap {
  justify-content: space-around;
}

.wp-block-column {
  position: relative;
}

.has-darkblue-background-color {
  background-color: #1a303d;
  color: white;
}

.has-beige-background-color {
  background-color: #e2ddd8;
}

.has-blue-background-color {
  background-color: #3e6980;
}

.wp-block-columns {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-columns .wp-block-image.size-full,
.wp-block-columns .wp-block-image.size-full img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-style-no-gutters {
  gap: 0 !important;
}

.wp-block-cover .wp-block-columns {
  margin: 5rem auto;
}

.columns-overlap .wp-block-column:nth-child(2n) {
  margin-left: -25px !important;
}

header {
  margin-bottom: 50px;
}

footer {
  margin-top: 50px;
}

.is-style-margin-top-0 {
  margin-top: -130px;
}

.is-style-margin-bottom-0 {
  margin-bottom: -50px !important;
}

@media (max-width: 1024px) and (min-width: 540px) {
  .is-style-margin-top-0 {
    margin-top: -168px;
  }
}
@media (min-width: 1025px) {
  header {
    margin-bottom: 100px;
  }

  footer {
    margin-top: 100px;
  }

  .is-style-margin-top-0 {
    margin-top: -218px;
  }

  .is-style-margin-bottom-0 {
    margin-bottom: -100px !important;
  }
}
/**
 * Entry Content
 */
.entry-content {
  display: grid;
  grid-template-columns: [full-start] minmax(1.5em, 1fr) [wide-start] 8em [main-start] minmax(0, 64em) [main-end] 8em [wide-end] minmax(1.5em, 1fr) [full-end];
}

.entry-content > *:not(.alignwide):not(.alignfull) {
  grid-column: main;
}

.entry-content > .alignwide {
  grid-column: wide;
}

.entry-content > .alignfull {
  grid-column: full;
}

@media (min-width: 640px) {
  .main > *:not(.alignwide):not(.alignfull) {
    grid-column: main;
  }

  .main > .alignwide {
    grid-column: wide;
  }

  .main > .alignfull {
    grid-column: full;
  }
}
/* Header */
header .container-xl {
  width: 100%;
  max-width: 100%;
}

header:not(.home header, .header--filled) {
  background-color: #1a303d !important;
  box-shadow: 1px 1px 2px 1px rgba(255, 255, 255, 0.2);
}

header.header--filled {
  background-color: #1a303d !important;
  position: fixed;
}

.navbar-side .menu-item {
  border-bottom: 1px solid #e2ddd8;
  display: block;
  margin: 0;
  font-size: 1.875rem;
  padding: 1.6rem 0;
}
.navbar-side .menu-item a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.navbar-side .menu-item a:not(.current-menu-item) {
  color: #334b5b;
}
.navbar-side .menu-item a:not(.current-menu-item):hover {
  color: #0f0526;
  text-decoration: none;
}

#navbarSide .current-menu-item a {
  color: #0f0526;
}

.site-header {
  z-index: 100;
  width: 100%;
  min-height: 118px;
}

/* Navigation */
.logo img {
  width: 204.98px;
  height: 38.62px;
  transition: 0.1s ease-in-out;
  transition: 300ms ease;
}

/* Hamburger menu */
#animated-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.09s ease-in-out;
  background: white;
  z-index: 101;
}

#animated-icon {
  z-index: 101;
  width: 2.75rem;
  height: 1.9rem;
  display: block;
  position: relative;
  transform: rotate(0deg);
  transition: 0.09s ease-in-out;
  cursor: pointer;
  background: rgba(255, 255, 255, 0);
}

#animated-icon span:nth-child(1) {
  top: 0;
}

#animated-icon span:nth-child(2),
#animated-icon span:nth-child(3) {
  top: 0.875rem;
}

#animated-icon span:nth-child(4) {
  top: 28px;
}

#animated-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

#animated-icon.open span:nth-child(2) {
  transform: rotate(45deg);
  background: #334b5b;
}

#animated-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  background: #334b5b;
}

#animated-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

/* Sidebar */
.navbar-side {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  padding: 1.29rem 1.75rem 0;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 1px 1px 2px 1px rgba(200, 200, 200, 0.2);
  overflow-y: scroll;
  transform: translateX(100%);
  transition: 300ms ease;
  z-index: 100;
}

.reveal {
  transform: translateX(0%);
  transition: 300ms ease;
}

.page-header {
  height: 640px;
  background-size: cover !important;
  padding-bottom: 0 !important;
  margin: -10px 0 0 !important;
  border-bottom: none !important;
}
.page-header .inner {
  position: relative;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%, 0);
  width: 50%;
  text-align: center;
  color: white;
}
.page-header .inner button:hover {
  background-color: #fff !important;
  color: #000 !important;
}

@media (max-width: 599px) {
  .navbar-side {
    width: 85%;
  }

  .site-header {
    min-height: 5rem;
  }

  header:not(.home header) {
    background-color: #1a303d;
  }

  .navbar-side .menu-item {
    padding: 1rem 0;
  }
}
.site-footer .nav-link,
.site-footer ul li a {
  padding: 0;
  color: white !important;
  font-size: 1.125rem;
  line-height: 1.9;
  font-weight: 400;
  font-family: Raleway, sans-serif;
}
.site-footer p {
  font-size: 1.125rem;
  font-family: "Encode Sans", sans-serif;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.9;
}
.site-footer ul {
  padding-left: 0;
  list-style: none;
}

@media (min-width: 769px) {
  .site-footer {
    height: 1384.77px;
  }
  .site-footer .page-footer-content {
    margin-bottom: 12.5rem;
  }
  .site-footer .logo {
    margin-top: 465px !important;
  }
}
.search .wp-block-latest-posts__featured-image {
  max-height: 300px;
}
.search img {
  max-height: 300px;
}
.search .wp-block-search__inside-wrapper {
  height: auto;
  max-width: 500px;
  width: 85%;
  box-sizing: border-box;
  flex-shrink: 0;
  margin: auto;
}
.search .wp-block-search__inside-wrapper .wp-block-search__input {
  border: 1px solid #e0e0e0;
  margin-left: -28px;
}

h1,
h2,
h3 {
  font-family: "Encode Sans", sans-serif;
  font-weight: 700 !important;
  margin-bottom: 1.5rem;
}

.has-gigantic-font-size {
  font-family: "Encode Sans", sans-serif;
  font-weight: 700;
}

p {
  margin-bottom: 1.5rem;
  line-height: 1.9;
}

p:nth-last-child(1) {
  margin-bottom: 0;
}

a h2:hover {
  text-decoration: none !important;
}

a {
  font-family: "Encode Sans", sans-serif;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
}

.text-color-blue {
  color: #3e6980;
}

.btn,
.wp-block-button__link {
  border-radius: 25px !important;
  background-color: #3e6980;
  font-size: 1rem;
  color: white !important;
  text-align: left;
  z-index: 1;
  padding: 0.79rem 2rem;
  font-weight: 700;
  min-width: 223px;
  position: relative;
}
.btn::after,
.wp-block-button__link::after {
  content: ">";
  padding-left: 3.125rem;
  right: 2rem;
  position: absolute;
}
.btn:hover,
.wp-block-button__link:hover {
  background-color: #0f0526;
}

.has-text-align-right a {
  color: white;
  font-family: Raleway, sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.has-text-align-right a::after {
  content: ">";
  padding: 6px 10.4px;
  background: white;
  margin-left: 15px;
  color: #0f0526;
  border-radius: 100%;
  font-family: Raleway, sans-serif;
}
.has-text-align-right a:hover::after {
  background: #3e6980;
  color: white;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.visible {
  visibility: visible;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.m-0 {
  margin: 0px;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-0 {
  margin-top: 0px;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.p-0 {
  padding: 0px;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.text-center {
  text-align: center;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.font-bold {
  font-weight: 700;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

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

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

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