@charset "UTF-8";
/*!
Theme Name: RAIC
Theme URI: http://underscores.me/
Author: Jiai Huang - Inorbital
Author URI: http://underscores.me/
Description: RAIC Wordpress theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: raic
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

RAIC is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@font-face {
  font-family: "BDO Grotesk";
  src: url("./fonts/bdo_grotesk/variable/BDOGrotesk-VF.ttf") format("truetype-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6, a {
  clear: both;
  font-family: "BDO Grotesk", sans-serif !important;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 40px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  font-family: "Inter", sans-serif !important;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  color: #1A1A1A;
  background-color: #FFFFFF;
  overflow-x: hidden;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#content,
.site-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

body.modal-open {
  overflow: hidden !important;
}

body.mobile-menu-open {
  overflow: hidden !important;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

/* Responsive YouTube embeds */
.wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}
.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
}
table th,
table td {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
  border-bottom: 1px solid #E6E6E6;
}
table td:first-child {
  text-align: left;
  font-weight: 500;
  padding-left: 1rem;
}
table td.has-text-align-left {
  text-align: left !important;
}
table td.has-text-align-right {
  text-align: right !important;
}
table td.has-text-align-center {
  text-align: center !important;
}
table th:first-child {
  padding-left: 1rem;
}
table th {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 500;
  vertical-align: middle;
  padding: 1rem 0.75rem;
  border: 1px solid #000000;
  font-size: 16px;
}
table td {
  font-size: 15px;
  color: #3C3C3C;
}
table tbody tr {
  border-bottom: 1px solid #dee2e6;
}
@media (max-width: 991px) {
  table {
    font-size: 0.85rem;
  }
  table th,
  table td {
    padding: 0.5rem 0.3rem;
  }
  table th {
    font-size: 0.75rem;
  }
}
@media (max-width: 767px) {
  table {
    font-size: 0.8rem;
  }
  table th,
  table td {
    padding: 0.4rem 0.2rem;
  }
  table th {
    font-size: 0.7rem;
  }
}

.wp-block-table {
  margin: 2rem 0;
}
.wp-block-table td, .wp-block-table th {
  border: none !important;
}
.wp-block-table table,
.wp-block-table table.has-fixed-layout {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  table-layout: fixed;
}
.wp-block-table table th,
.wp-block-table table td,
.wp-block-table table.has-fixed-layout th,
.wp-block-table table.has-fixed-layout td {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
  border-bottom: 1px solid #E6E6E6;
}
.wp-block-table table td:first-child,
.wp-block-table table.has-fixed-layout td:first-child {
  text-align: left;
  font-weight: 500;
  padding-left: 1rem;
}
.wp-block-table table td.has-text-align-left,
.wp-block-table table.has-fixed-layout td.has-text-align-left {
  text-align: left !important;
}
.wp-block-table table td.has-text-align-right,
.wp-block-table table.has-fixed-layout td.has-text-align-right {
  text-align: right !important;
}
.wp-block-table table td.has-text-align-center,
.wp-block-table table.has-fixed-layout td.has-text-align-center {
  text-align: center !important;
}
.wp-block-table table th:first-child,
.wp-block-table table.has-fixed-layout th:first-child {
  padding-left: 1rem;
}
.wp-block-table table thead tr,
.wp-block-table table.has-fixed-layout thead tr {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
}
.wp-block-table table thead th,
.wp-block-table table th,
.wp-block-table table.has-fixed-layout thead th,
.wp-block-table table.has-fixed-layout th {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 500;
  vertical-align: middle;
  padding: 1rem 0.75rem;
  border: 1px solid #000000;
  font-size: 16px;
}
.wp-block-table table tbody tr,
.wp-block-table table.has-fixed-layout tbody tr {
  border-bottom: 1px solid #dee2e6;
}
.wp-block-table table tbody td,
.wp-block-table table.has-fixed-layout tbody td {
  font-size: 15px;
  color: #3C3C3C;
}
.wp-block-table table .column-header,
.wp-block-table table.has-fixed-layout .column-header {
  min-width: 100px;
}
@media (max-width: 767px) {
  .wp-block-table table .column-header,
  .wp-block-table table.has-fixed-layout .column-header {
    min-width: 80px;
  }
}
.wp-block-table table .column-title,
.wp-block-table table .column-subtitle,
.wp-block-table table.has-fixed-layout .column-title,
.wp-block-table table.has-fixed-layout .column-subtitle {
  display: block;
  line-height: 1.3;
}
.wp-block-table table .column-title,
.wp-block-table table.has-fixed-layout .column-title {
  font-size: 16px;
  font-weight: 500;
}
.wp-block-table table .column-subtitle,
.wp-block-table table.has-fixed-layout .column-subtitle {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.8;
}
.wp-block-table table .feature-header,
.wp-block-table table.has-fixed-layout .feature-header {
  font-weight: 600 !important;
  font-size: 16px;
  text-align: left !important;
}
.wp-block-table table .feature-name,
.wp-block-table table.has-fixed-layout .feature-name {
  font-size: 15px;
  padding-left: 1rem;
}
.wp-block-table table .has-feature,
.wp-block-table table.has-fixed-layout .has-feature {
  background-color: transparent;
  text-align: center;
}
.wp-block-table table .no-feature,
.wp-block-table table.has-fixed-layout .no-feature {
  background-color: transparent;
}
.wp-block-table table .feature-detail,
.wp-block-table table.has-fixed-layout .feature-detail {
  text-align: center;
}
.wp-block-table table .feature-detail .quantity,
.wp-block-table table.has-fixed-layout .feature-detail .quantity {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
}
.wp-block-table table .feature-detail .detail,
.wp-block-table table.has-fixed-layout .feature-detail .detail {
  display: block;
  font-size: 12px;
  color: #7F7F7F;
  line-height: 1.4;
  margin-top: 4px;
}
.wp-block-table table .checkmark,
.wp-block-table table.has-fixed-layout .checkmark {
  color: #263DC9;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .wp-block-table table,
  .wp-block-table table.has-fixed-layout {
    font-size: 0.85rem;
  }
  .wp-block-table table th,
  .wp-block-table table td,
  .wp-block-table table.has-fixed-layout th,
  .wp-block-table table.has-fixed-layout td {
    padding: 0.5rem 0.3rem;
  }
  .wp-block-table table thead th,
  .wp-block-table table th,
  .wp-block-table table.has-fixed-layout thead th,
  .wp-block-table table.has-fixed-layout th {
    font-size: 0.75rem;
  }
  .wp-block-table table .column-title,
  .wp-block-table table.has-fixed-layout .column-title {
    font-size: 0.75rem;
  }
  .wp-block-table table .column-subtitle,
  .wp-block-table table.has-fixed-layout .column-subtitle {
    font-size: 0.7rem;
  }
  .wp-block-table table .feature-detail .quantity,
  .wp-block-table table.has-fixed-layout .feature-detail .quantity {
    font-size: 0.85rem;
  }
  .wp-block-table table .feature-detail .detail,
  .wp-block-table table.has-fixed-layout .feature-detail .detail {
    font-size: 0.7rem;
  }
  .wp-block-table table .checkmark,
  .wp-block-table table.has-fixed-layout .checkmark {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .wp-block-table table,
  .wp-block-table table.has-fixed-layout {
    font-size: 0.8rem;
  }
  .wp-block-table table th,
  .wp-block-table table td,
  .wp-block-table table.has-fixed-layout th,
  .wp-block-table table.has-fixed-layout td {
    padding: 0.4rem 0.2rem;
  }
  .wp-block-table table thead th,
  .wp-block-table table th,
  .wp-block-table table.has-fixed-layout thead th,
  .wp-block-table table.has-fixed-layout th {
    font-size: 0.7rem;
  }
}
.wp-block-table figcaption {
  text-align: center;
  font-size: 0.9rem;
  color: #7F7F7F;
  margin-top: 0.5rem;
  font-style: italic;
}

.wp-block-table.is-style-stripes table tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes table.has-fixed-layout tbody tr:nth-child(odd) {
  background-color: rgba(230, 230, 230, 0.3);
}
.wp-block-table.is-style-stripes table tbody tr:nth-child(odd) td,
.wp-block-table.is-style-stripes table.has-fixed-layout tbody tr:nth-child(odd) td {
  background-color: rgba(230, 230, 230, 0.3);
}

.comparison-table,
table.comparison-table {
  width: 100%;
  margin: 2rem 0;
  border-collapse: collapse;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  table-layout: fixed;
}
.comparison-table th,
.comparison-table td,
table.comparison-table th,
table.comparison-table td {
  padding: 0.75rem 0.5rem;
  vertical-align: middle;
  border-bottom: 1px solid #E6E6E6;
}
.comparison-table th:first-child,
.comparison-table td:first-child,
table.comparison-table th:first-child,
table.comparison-table td:first-child {
  text-align: left;
  font-weight: 500;
  width: 15%;
  padding-left: 1rem;
}
.comparison-table th.has-text-align-left,
.comparison-table td.has-text-align-left,
table.comparison-table th.has-text-align-left,
table.comparison-table td.has-text-align-left {
  text-align: left !important;
}
.comparison-table th.has-text-align-right,
.comparison-table td.has-text-align-right,
table.comparison-table th.has-text-align-right,
table.comparison-table td.has-text-align-right {
  text-align: right !important;
}
.comparison-table th.has-text-align-center,
.comparison-table td.has-text-align-center,
table.comparison-table th.has-text-align-center,
table.comparison-table td.has-text-align-center {
  text-align: center !important;
}
.comparison-table .table-header th,
.comparison-table thead th,
table.comparison-table .table-header th,
table.comparison-table thead th {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 400;
  vertical-align: middle;
  padding: 1rem 0.75rem;
  border-right: none;
  border-bottom: none;
}
.comparison-table .column-header,
table.comparison-table .column-header {
  min-width: 100px;
}
@media (max-width: 767px) {
  .comparison-table .column-header,
  table.comparison-table .column-header {
    min-width: 80px;
  }
}
.comparison-table .column-title,
.comparison-table .column-subtitle,
table.comparison-table .column-title,
table.comparison-table .column-subtitle {
  display: block;
  line-height: 1.3;
}
.comparison-table .column-title,
table.comparison-table .column-title {
  font-size: 16px;
  font-weight: 500;
}
.comparison-table .column-subtitle,
table.comparison-table .column-subtitle {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.8;
}
.comparison-table .feature-header,
table.comparison-table .feature-header {
  font-weight: 600 !important;
  font-size: 16px;
  text-align: left !important;
}
.comparison-table .feature-name,
table.comparison-table .feature-name {
  font-size: 15px;
  padding-left: 1rem;
}
.comparison-table .has-feature,
table.comparison-table .has-feature {
  background-color: transparent;
  text-align: center;
}
.comparison-table .no-feature,
table.comparison-table .no-feature {
  background-color: transparent;
}
.comparison-table .feature-detail,
table.comparison-table .feature-detail {
  text-align: center;
}
.comparison-table .feature-detail .quantity,
table.comparison-table .feature-detail .quantity {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
}
.comparison-table .feature-detail .detail,
table.comparison-table .feature-detail .detail {
  display: block;
  font-size: 12px;
  color: #7F7F7F;
  line-height: 1.4;
  margin-top: 4px;
}
.comparison-table .checkmark,
table.comparison-table .checkmark {
  color: #263DC9;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .comparison-table,
  table.comparison-table {
    font-size: 0.85rem;
  }
  .comparison-table th,
  .comparison-table td,
  table.comparison-table th,
  table.comparison-table td {
    padding: 0.5rem 0.3rem;
  }
  .comparison-table .column-title,
  table.comparison-table .column-title {
    font-size: 0.75rem;
  }
  .comparison-table .column-subtitle,
  table.comparison-table .column-subtitle {
    font-size: 0.7rem;
  }
  .comparison-table .feature-detail .quantity,
  table.comparison-table .feature-detail .quantity {
    font-size: 0.85rem;
  }
  .comparison-table .feature-detail .detail,
  table.comparison-table .feature-detail .detail {
    font-size: 0.7rem;
  }
  .comparison-table .checkmark,
  table.comparison-table .checkmark {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .comparison-table,
  table.comparison-table {
    display: none;
  }
}

.table-responsive {
  overflow-x: auto;
  width: 100%;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .table-responsive table,
  .table-responsive .wp-block-table table {
    min-width: 500px;
  }
}

/* Links
--------------------------------------------- */
/*a {
	color: $color__link;

	&:visited {
		color: $color__link-visited;
	}

	&:hover,
	&:focus,
	&:active {
		color: $color__link-hover;
	}

	&:focus {
		outline: thin dotted;
	}

	&:hover,
	&:active {
		outline: 0;
	}
}*/
/* Forms
--------------------------------------------- */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Filter section styles */
.raic-filter-section {
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #4F4F4F;
  /* Mobile filters */
}
.raic-filter-section .has-calendar-icon {
  padding-right: 2.5rem; /* Make space for the icon */
}
.raic-filter-section .calendar-icon {
  position: absolute;
  right: 0.75rem;
  top: 73%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #263DC9;
  font-weight: 900;
  font-size: 0.8rem;
  text-shadow: 0 0 1px #263DC9 !important;
}
.raic-filter-section .form-control {
  border-radius: 0 !important;
  padding: 0.75rem 0.75rem !important;
}
.raic-filter-section af-field:not(.no-toggle) label.crm-af-field-label,
.raic-filter-section .raic-filter-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 0 16px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
}
.raic-filter-section .raic-filter-toggle i {
  font-size: 0.8rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #263DC9 !important;
  text-shadow: 0 0 1px #263DC9 !important;
  font-weight: 900 !important;
}
.raic-filter-section .raic-filter-toggle.expanded i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.raic-filter-section .raic-events-filter-section.af-container > h4.af-title::after,
.raic-filter-section label.crm-af-field-label::after,
.raic-filter-section .raic-filter-toggle img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  height: 16px;
  width: 16px;
}
.raic-filter-section h4.expanded.af-title::after,
.raic-filter-section label.crm-af-field-label.expanded::after,
.raic-filter-section .raic-filter-toggle.expanded img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.raic-filter-section .raic-filter-options {
  display: none;
}
.raic-filter-section .raic-filter-options.show {
  display: block;
  padding-bottom: 12px;
}
.raic-filter-section .raic-filter-option {
  margin-bottom: 10px;
}
.raic-filter-section .raic-filter-option:last-child {
  margin-bottom: 0;
}
.raic-filter-section .raic-filter-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  color: #4F4F4F;
  cursor: pointer;
}
.raic-filter-section .raic-filter-checkbox:has(input:disabled) {
  cursor: not-allowed;
  opacity: 0.5;
}
.raic-filter-section .raic-filter-checkbox input {
  margin-right: 8px;
}
.raic-filter-section .raic-mobile-filters {
  display: none;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .raic-filter-section .raic-mobile-filters {
    display: block;
  }
}
.raic-filter-section .raic-mobile-search {
  position: relative;
  margin-bottom: 15px;
}
.raic-filter-section .raic-mobile-search input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #D9D9D9;
  font-size: 0.9rem;
  padding-right: 40px;
  border-radius: 0;
  height: 45px;
}
.raic-filter-section .raic-mobile-search input:focus {
  outline: none;
  color: #263DC9;
}
.raic-filter-section .raic-mobile-search button {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #263DC9;
  cursor: pointer;
}
.raic-filter-section .raic-mobile-filters-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.raic-filter-section .raic-mobile-filters-dropdown {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.raic-filter-section .raic-filter-btn {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  text-align: left;
  font-size: 0.9rem;
  position: relative;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.raic-filter-section .raic-filter-btn::after {
  content: "\f295";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #263DC9;
}

/* Mobile Search Styles */
.mobile-search {
  margin-bottom: 20px;
}

/* Updated search input styles */
.mobile-search-input-wrapper {
  position: relative;
  width: 100%;
}

.mobile-search-input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-size: 16px;
  height: 45px;
  border-radius: 4px;
  padding-right: 40px; /* Make room for the icon */
}

.mobile-search-icon-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #263DC9;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
}

.mobile-search-header {
  width: 100%;
}

.mobile-search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0;
}

.mobile-search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-size: 16px;
  height: 45px;
  border-radius: 0;
}

.mobile-search-btn {
  background-color: black;
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.mobile-filters-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.mobile-dropdown {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}

.mobile-dropdown-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 45px;
  border: 1px solid #ccc;
  padding: 10px 35px 10px 15px;
  font-size: 15px;
  background: white;
  cursor: pointer;
}

.mobile-dropdown i {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #263DC9;
  -webkit-text-stroke: 0.5px #263DC9;
  text-shadow: 0 0 1px #263DC9;
  font-weight: 900 !important;
}

.mobile-filters-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border: 1px solid #ccc;
  background-color: white;
  height: 45px;
  padding: 0 15px;
  font-size: 15px;
  cursor: pointer;
}

.mobile-filters-btn i {
  color: #263DC9;
}

.mobile-search-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

/* Mobile Filters Popup */
.mobile-filters-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 1000;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow-y: auto;
  padding-top: 0;
}

.mobile-filters-popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-filters-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 70px;
  background: white;
  z-index: 1;
}

.mobile-filters-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* Add filter icon to header */
.mobile-filters-header:after {
  content: "\f56b";
  font-family: "bootstrap-icons";
  color: #263DC9;
  font-size: 16px;
  font-weight: 600;
}

.mobile-filters-back {
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
  font-size: 1.5rem;
  color: #263DC9;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-family: "BDO Grotesk", sans-serif !important;
}
.mobile-filters-back img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 5px;
}

.mobile-filters-selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
}

.selected-count {
  font-size: 14px;
  color: #6c757d;
  margin-left: auto;
}

.mobile-filters-clear {
  background: none;
  border: none;
  color: #263DC9;
  font-size: 14px;
  cursor: pointer;
}

.mobile-filters-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding-bottom: 70px;
}

.mobile-filters-content .raic-mobile-filter-actions {
  padding: 15px;
  margin-top: 20px;
}

.mobile-filter-section {
  border-bottom: 1px solid #e5e5e5;
}

.mobile-filter-section .has-calendar-icon {
  padding-right: 2.5rem;
}

.mobile-filter-section .calendar-icon {
  position: absolute;
  right: 0.75rem;
  top: 73%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #263DC9;
  font-weight: 900;
  font-size: 0.8rem;
  text-shadow: 0 0 1px #263DC9 !important;
}

.mobile-filter-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 15px;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  color: #333;
}

.mobile-filter-toggle i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #263DC9;
  -webkit-text-stroke: 0.5px #263DC9;
  text-shadow: 0 0 1px #263DC9;
}

.mobile-filter-toggle.expanded i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile-filter-toggle img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #263DC9;
  -webkit-text-stroke: 0.5px #263DC9;
  text-shadow: 0 0 1px #263DC9;
}

.mobile-filter-toggle.expanded img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .mobile-filter-toggle.expanded img {
    margin-right: 6px !important;
  }
}

.mobile-filter-options {
  display: none;
  padding: 0 15px 15px;
  margin-top: 10px;
}

.mobile-filter-options.show {
  display: block;
}

.mobile-filter-option {
  margin-bottom: 10px;
}

.mobile-filter-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #4F4F4F;
  cursor: pointer;
}

.mobile-filter-checkbox:has(input:disabled) {
  cursor: not-allowed;
  opacity: 0.5;
}

.mobile-filter-checkbox input {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.btn-clear {
  background-color: white !important;
  border: 1px solid #dee2e6 !important;
  color: #333 !important;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.btn-apply {
  background-color: #FFB32F !important;
  color: #000 !important;
  border: none !important;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.btn-apply i {
  line-height: 0 !important;
  font-size: 1.5rem;
  top: 15%;
  position: relative;
}

.raic-mobile-filter-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

/* Hide/show based on breakpoints */
@media (min-width: 768px) {
  .mobile-filters-popup {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .mobile-search-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .mobile-search-btn {
    width: 100%;
  }
  .mobile-filters-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .mobile-filters-btn {
    width: 100%;
  }
}
input[type=checkbox] {
  width: 20px;
  height: 20px;
  accent-color: #263DC9;
  cursor: pointer;
  margin-right: 0.5rem;
}

input[type=checkbox]:checked {
  background-color: #4F4F4F;
  border-color: #4F4F4F;
}

input[type=checkbox]:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.raic-multiselect {
  position: relative;
  display: inline-block;
  width: 100%;
}

.raic-multiselect-toggle {
  padding: 10px 30px 10px 15px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  background-color: #FFFFFF;
  font-size: 0.9rem;
  width: 100%;
  min-width: 250px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #4F4F4F !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.raic-multiselect-toggle::after {
  content: "";
  background-image: url("/wp-content/themes/raic/images/raic-chevron-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  position: absolute;
  right: 15px;
  top: 20px;
}

.raic-multiselect.show .raic-multiselect-toggle::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 17px;
}

.raic-multiselect-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 10;
  max-height: 200px;
  overflow-y: auto;
  padding: 0.5rem;
}

.raic-multiselect.show .raic-multiselect-options {
  display: block;
}

.raic-multiselect.show::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.raic-multiselect-options label {
  display: block;
  margin-bottom: 0.25rem;
  cursor: pointer;
}

.raic-multiselect-options label:has(input:disabled) {
  cursor: not-allowed;
  opacity: 0.5;
}

.raic-multiselect-options input[type=checkbox] {
  margin-right: 0.5rem;
  accent-color: #4F4F4F;
}

.raic-mobile-filter-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.raic-mobile-filter-actions .btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  padding: 15px 18px;
  font-size: 1rem;
  color: #000;
  font-family: "BDO Grotesk", sans-serif !important;
  font-weight: 600;
}
.raic-mobile-filter-actions .btn-clear {
  border-radius: 0;
}
.raic-mobile-filter-actions .btn-apply {
  border-radius: 0;
  border: 0;
  background-color: #FFB32F;
}
.raic-mobile-filter-actions .btn-apply i {
  line-height: 0 !important;
  font-size: 1.5rem;
  top: 10%;
  position: relative;
}

.raic-filters-sticky-trigger {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #FFFFFF;
  border: none;
  display: none;
}
@media (max-width: 991px) {
  .raic-filters-sticky-trigger.is-sticky {
    display: block;
  }
}
.raic-filters-sticky-trigger button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  font-size: 0.9rem;
  padding: 10px;
  border-radius: 0;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "BDO Grotesk", sans-serif !important;
  font-weight: 600;
}
.raic-filters-sticky-trigger button .icon-wrapper {
  margin-left: auto;
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.raic-filters-sticky-trigger button .bi-chevron-down {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #FFFFFF;
  font-weight: 900;
  -webkit-text-stroke: 0.5px #FFFFFF;
  text-shadow: 0 0 1px #FFFFFF;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.raic-filters-sticky-trigger button:hover {
  background-color: #000;
}
.raic-filters-sticky-trigger button:hover i {
  color: #fff !important;
  -webkit-text-stroke: 0px;
  text-shadow: none;
}
.raic-filters-sticky-trigger.is-open button .bi-chevron-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 991px) {
  .raic-filters-mobile.is-dropdown-menu {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-top-width: 0;
    padding: 20px;
    z-index: 999;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .raic-filters-mobile.is-dropdown-menu.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 991px) {
  .raic-filters-mobile:not(.is-dropdown-menu) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    margin-bottom: 25px;
  }
}

.raic-filters-mobile .raic-search-input {
  width: 100%;
  margin-bottom: 0 !important;
}

@media (min-width: 992px) {
  .raic-news-filters-wrapper .raic-search-input {
    width: 450px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .raic-news-filters-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.raic-search-input {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .raic-search-input {
    width: 450px;
    margin-bottom: 0;
  }
}
.raic-search-input input {
  width: 100%;
  padding: 10px 40px 10px 15px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 0.9rem;
}
.raic-search-input input:focus {
  outline: none;
  border-color: #263DC9;
}
.raic-search-input button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #263DC9;
  cursor: pointer;
}
.raic-search-input button:hover {
  color: rgb(29.8912133891, 47.9832635983, 158.1087866109);
}

.raic-clear-filters {
  text-align: right;
  margin-bottom: 10px;
}
.raic-clear-filters a {
  color: #263DC9;
  text-decoration: none;
  font-size: 0.8rem;
}
.raic-clear-filters a:hover {
  text-decoration: underline;
}

.raic-filters-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

.raic-filter-label {
  font-size: 0.9rem;
  font-weight: 500;
  color: #1A1A1A;
  white-space: nowrap;
}

.raic-filters-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px !important;
}

.raic-filter {
  position: relative;
}
.raic-filter select {
  padding: 10px 30px 10px 15px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  background-color: #FFFFFF;
  font-size: 0.9rem;
  width: 100%;
  min-width: 180px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #4F4F4F !important;
}
.raic-filter select:focus {
  outline: none;
  border-color: #263DC9;
}
.raic-filter::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #263DC9;
  font-size: 0.8rem;
  text-shadow: 0 0 1px #263DC9;
  font-weight: 900;
}

.site {
  display: grid;
  grid-template-columns: auto 25%;
  grid-template-areas: "header header" "main sidebar" "footer footer";
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: hidden; /* Resolves issue with <pre> elements forcing full width. */
}

.widget-area {
  grid-area: sidebar;
}

.site-footer {
  grid-area: footer;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

.site {
  display: grid;
  grid-template-columns: 25% auto;
  grid-template-areas: "header header" "sidebar main" "footer footer";
}

.side-nav-page-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.side-nav-page-wrapper.no-anchor-menu {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .side-nav-page-wrapper.no-anchor-menu {
    margin-top: 40px;
  }
}
.side-nav-page-wrapper .container {
  max-width: 1080px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: auto;
}
.side-nav-page-wrapper .raic-anchor-menu .container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.raic-content-sidenav {
  padding: 0 0 80px 0;
}
@media (min-width: 992px) {
  .raic-content-sidenav .col-lg-3 {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .raic-content-sidenav .col-lg-9 {
    padding-left: 110px;
  }
}
.raic-content-sidenav .container {
  max-width: 1080px;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-item {
  border-bottom: 1px solid #F6F6F6;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-item.expanded {
  border-bottom-color: #263DC9;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0;
  color: #1A1A1A;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
  color: #000 !important;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-link i {
  font-size: 1rem;
  color: #000000 !important;
  text-shadow: 0 0 1.5px #000000;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-link:hover {
  color: #263DC9;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-link.active {
  color: #263DC9 !important;
  font-weight: 500;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-link.active i {
  color: #263DC9 !important;
  text-shadow: 0 0 1.5px #263DC9;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-children {
  list-style: none;
  padding: 0 0 0.5rem 0;
  margin: 0;
  display: none;
}
.expanded .raic-content-sidenav .raic-sidenav .raic-sidenav-children {
  display: block;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-children li {
  margin: 0;
  padding: 0;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-children .raic-sidenav-link {
  display: block;
  padding: 0.5rem 0 0.5rem 1rem;
  color: #4F4F4F !important;
  font-weight: 100;
  text-decoration: none;
  font-size: 0.9rem;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-children .raic-sidenav-link:hover {
  font-weight: 500;
  background-color: rgba(38, 61, 201, 0.25);
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-children .raic-sidenav-link.active {
  color: #263DC9;
  font-weight: 500;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-child-link {
  display: block;
  padding: 0.5rem 0 0.5rem 1rem;
  color: #4F4F4F;
  font-weight: 100;
  text-decoration: none;
  font-size: 0.9rem;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-child-link:hover {
  font-weight: 500;
  background-color: rgba(38, 61, 201, 0.25);
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-child-link.active {
  color: #263DC9;
  font-weight: 500;
}

.raic-sidenav-item .raic-sidenav-children {
  display: none !important;
}

.raic-sidenav-item.expanded .raic-sidenav-children {
  display: block !important;
}

.site-header {
  grid-area: header;
}

.site-main {
  grid-area: main;
  overflow: hidden;
}

.widget-area {
  grid-area: sidebar;
}

.site-footer {
  grid-area: footer;
}

.side-nav-page-wrapper--full-width {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.side-nav-page-wrapper--full-width.no-anchor-menu {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .side-nav-page-wrapper--full-width.no-anchor-menu {
    margin-top: 40px;
  }
}
.side-nav-page-wrapper--full-width .container {
  max-width: 1300px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: auto;
}
.side-nav-page-wrapper--full-width .raic-content-sidenav .container {
  max-width: 1300px;
}
@media (min-width: 992px) {
  .side-nav-page-wrapper--full-width .raic-content-sidenav .col-lg-9 {
    padding-left: 110px;
  }
}
@media (min-width: 992px) {
  .side-nav-page-wrapper--full-width .raic-content-sidenav .col-lg-3 {
    padding-right: 0;
  }
}
.side-nav-page-wrapper--full-width .raic-content-section {
  max-width: none;
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

.container {
  max-width: 1300px !important;
  width: 100% !important;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.raic-content-wrapper {
  padding: 0 16px;
}

.raic-event-listings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
  margin: 40px 0;
  width: 100%;
}
@media (max-width: 991px) {
  .raic-event-listings {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.raic-event-listings .raic-events-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  width: 220px;
  max-width: 220px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .raic-event-listings .raic-events-sidebar:not(.af-container) {
    display: none;
  }
}
@media (max-width: 991px) {
  .raic-event-listings .raic-events-sidebar.af-container {
    width: 100%;
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 auto !important;
            flex: 1 0 auto !important;
    max-width: 100%;
    margin-bottom: 30px;
    overflow: visible;
  }
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section.af-container > h4.af-title,
.raic-event-listings .raic-events-sidebar af-field:not(.no-toggle) > label.crm-af-field-label {
  position: relative;
  cursor: pointer;
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section.af-container > h4.af-title::after,
.raic-event-listings .raic-events-sidebar af-field:not(.no-toggle) > label.crm-af-field-label::after {
  content: "";
  background: url(/sites/staging.raic.symbiodev.xyz/wp-content/themes/raic/images/raic-chevron-down.svg) no-repeat 0 center;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 8px;
  top: calc(70% - 16px);
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section.af-container > h4.af-title.expanded::after,
.raic-event-listings .raic-events-sidebar af-field:not(.no-toggle) > label.crm-af-field-label.expanded::after {
  background-position: 0px center;
}
@media (max-width: 991px) {
  .raic-event-listings .raic-events-sidebar af-field.raic-events-mobile-filter > label.crm-af-field-label {
    position: relative;
    cursor: pointer;
  }
  .raic-event-listings .raic-events-sidebar af-field.raic-events-mobile-filter > label.crm-af-field-label::after {
    content: "";
    background: url(/sites/staging.raic.symbiodev.xyz/wp-content/themes/raic/images/raic-chevron-down.svg) no-repeat 0 center;
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: calc(70% - 16px);
  }
  .raic-event-listings .raic-events-sidebar af-field.raic-events-mobile-filter > label.crm-af-field-label.expanded::after {
    background-position: 0px center;
  }
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section.af-container > h4.af-title,
.raic-event-listings .raic-events-sidebar af-field:not(.no-toggle) > label.crm-af-field-label,
.raic-event-listings .raic-events-sidebar .raic-filter-toggle {
  position: relative;
  border: 1px solid #D9D9D9;
  padding: 8px 8px 8px 12px;
  font-weight: 400 !important;
  color: #4F4F4F;
  font-size: 0.9rem;
  margin-bottom: 16px;
}
.raic-event-listings .raic-events-sidebar af-field.no-toggle > label.crm-af-field-label,
.raic-event-listings .raic-events-sidebar h3 {
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #1A1A1A;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .raic-event-listings .raic-events-sidebar af-field.no-toggle > label.crm-af-field-label {
    font-size: 1.5rem;
    margin-bottom: 1rem !important;
  }
  .raic-event-listings .raic-events-sidebar af-field.raic-events-mobile-filter > label.crm-af-field-label {
    position: relative;
    border: 1px solid #D9D9D9;
    padding: 8px 8px 8px 12px;
    font-weight: 400 !important;
    color: #4F4F4F;
    font-size: 0.9rem;
    margin-bottom: 16px;
  }
}
.raic-event-listings .raic-events-sidebar .raic-events-search {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 991px) {
  .raic-event-listings .raic-events-sidebar .raic-events-search {
    margin-bottom: 10px;
  }
}
.raic-event-listings .raic-events-sidebar .raic-events-search .raic-clear-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .raic-clear-search a {
  color: #263DC9;
  text-decoration: none;
  font-size: 0.85rem;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .raic-clear-search a:hover {
  text-decoration: underline;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .crm-af-field,
.raic-event-listings .raic-events-sidebar .raic-events-search .raic-events-search-input {
  position: relative;
  margin-top: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .crm-af-field input,
.raic-event-listings .raic-events-sidebar .raic-events-search .raic-events-search-input input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 35px 8px 12px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 0.9rem;
  height: 40px;
  color: #1A1A1A;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .crm-af-field input:focus,
.raic-event-listings .raic-events-sidebar .raic-events-search .raic-events-search-input input:focus {
  outline: none;
  border-color: #263DC9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .crm-af-field input::-webkit-input-placeholder, .raic-event-listings .raic-events-sidebar .raic-events-search .raic-events-search-input input::-webkit-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .crm-af-field input::-moz-placeholder, .raic-event-listings .raic-events-sidebar .raic-events-search .raic-events-search-input input::-moz-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .crm-af-field input:-ms-input-placeholder, .raic-event-listings .raic-events-sidebar .raic-events-search .raic-events-search-input input:-ms-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .crm-af-field input::-ms-input-placeholder, .raic-event-listings .raic-events-sidebar .raic-events-search .raic-events-search-input input::-ms-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .crm-af-field input::placeholder,
.raic-event-listings .raic-events-sidebar .raic-events-search .raic-events-search-input input::placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .crm-af-field button,
.raic-event-listings .raic-events-sidebar .raic-events-search .raic-events-search-input button {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #263DC9;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  z-index: 1;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .crm-af-field button i,
.raic-event-listings .raic-events-sidebar .raic-events-search .raic-events-search-input button i {
  font-size: 1.1rem;
}
.raic-event-listings .raic-events-sidebar .raic-events-search .crm-af-field button:hover,
.raic-event-listings .raic-events-sidebar .raic-events-search .raic-events-search-input button:hover {
  color: rgb(29.8912133891, 47.9832635983, 158.1087866109);
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section {
  margin-bottom: 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 991px) {
  .raic-event-listings .raic-events-sidebar .raic-events-filter-section {
    margin-bottom: 10px;
  }
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section .raic-events-filter {
  position: relative;
  margin-top: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section .raic-events-filter select {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  padding: 8px 30px 8px 12px;
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  font-size: 0.9rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #1A1A1A;
  border-radius: 0;
  display: block;
  margin: 0;
  max-width: 100%;
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section .raic-events-filter select:focus {
  outline: none;
  border-color: #263DC9;
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section .raic-events-filter::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #263DC9;
  font-size: 0.8rem;
  z-index: 1;
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section .raic-event-type-checkboxes {
  margin-top: 10px;
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section .raic-event-type-checkboxes .raic-checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section .raic-event-type-checkboxes .raic-checkbox-item:last-child {
  margin-bottom: 0;
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section .raic-event-type-checkboxes .raic-checkbox-item input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}
.raic-event-listings .raic-events-sidebar .raic-events-filter-section .raic-event-type-checkboxes .raic-checkbox-item label {
  font-size: 0.9rem;
  color: #1A1A1A;
  cursor: pointer;
}
.raic-event-listings .raic-events-mobile-filters {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .raic-event-listings .raic-events-mobile-filters {
    display: block;
  }
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filter-bar {
  margin-bottom: 15px;
  position: relative;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filter-bar .raic-clear-search {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 2;
  text-decoration: underline;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filter-bar .raic-clear-search a {
  color: #1A1A1A;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filter-bar .raic-events-search-input {
  position: relative;
  width: 100%;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filter-bar .raic-events-search-input input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 35px 8px 12px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 0.9rem;
  height: 40px;
  color: #1A1A1A;
  background-color: #FFFFFF;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filter-bar .raic-events-search-input input:focus {
  outline: none;
  border-color: #263DC9;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filter-bar .raic-events-search-input button {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #263DC9;
  cursor: pointer;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filter-bar .raic-events-search-input button i {
  font-size: 1.1rem;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filters-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 15px;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filters-row .raic-filter {
  position: relative;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filters-row .raic-filter select {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  background-color: #FFFFFF;
  font-size: 0.9rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filters-row .raic-filter select:focus {
  outline: none;
  border-color: #263DC9;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-filters-row .raic-filter::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  color: #1A1A1A;
  font-size: 0.8rem;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-event-types {
  margin-bottom: 15px;
  border: 1px solid #D9D9D9;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-event-types .raic-mobile-event-types-heading {
  font-size: 0.9rem;
  font-weight: 500;
  padding: 12px 15px;
  background-color: #FFFFFF;
  color: #1A1A1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-event-types .raic-mobile-event-types-heading::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 0.8rem;
  color: #1A1A1A;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-event-types .raic-mobile-event-types-heading.active::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-event-types .raic-mobile-checkboxes {
  display: none;
  border-top: 1px solid #D9D9D9;
  padding: 12px 15px;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-event-types .raic-mobile-checkboxes.show {
  display: block;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-event-types .raic-mobile-checkboxes .raic-checkbox-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-event-types .raic-mobile-checkboxes .raic-checkbox-item:last-child {
  margin-bottom: 0;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-event-types .raic-mobile-checkboxes .raic-checkbox-item input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}
.raic-event-listings .raic-events-mobile-filters .raic-mobile-event-types .raic-mobile-checkboxes .raic-checkbox-item label {
  font-size: 0.85rem;
  color: #1A1A1A;
  cursor: pointer;
}
.raic-event-listings .raic-events-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: calc(100% - 330px);
}
@media (max-width: 991px) {
  .raic-event-listings .raic-events-list {
    width: 100%;
    margin-top: -30px !important;
  }
}
.raic-event-listings .raic-events-list .raic-events-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .raic-event-listings .raic-events-list .raic-events-grid {
    grid-template-columns: 1fr;
  }
}
.raic-event-listings .raic-events-list .raic-load-more {
  text-align: center;
  margin-top: 30px;
}
.raic-event-listings .raic-events-list .raic-load-more .raic-load-more-btn {
  background: none;
  border: 1px solid #263DC9;
  color: #263DC9;
  padding: 10px 30px;
  font-size: 0.9rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.raic-event-listings .raic-events-list .raic-load-more .raic-load-more-btn:hover {
  background-color: #263DC9;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .raic-event-listings .raic-events-list .raic-load-more .raic-load-more-btn {
    width: 100%;
  }
}

.raic-event-card-listing {
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
}
.raic-event-card-listing:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.raic-event-card-listing .raic-event-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .raic-event-card-listing .raic-event-header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.raic-event-card-listing .raic-event-date,
.raic-event-card-listing .raic-event-location {
  position: relative;
  padding: 20px;
}
@media (max-width: 767px) {
  .raic-event-card-listing .raic-event-date,
  .raic-event-card-listing .raic-event-location {
    padding: 12px;
  }
}
.raic-event-card-listing .raic-event-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
  background-color: #F6F6F6;
}
.raic-event-card-listing .raic-event-date .date-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.raic-event-card-listing .raic-event-date .date-content .month {
  font-size: 1.5rem;
  color: #263DC9;
  font-weight: 100;
  font-family: "BDO Grotesk", sans-serif;
}
.raic-event-card-listing .raic-event-date .date-content .days {
  font-size: 3.375rem;
  font-weight: 500;
  color: #263DC9;
  line-height: 1;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .raic-event-card-listing .raic-event-date .date-content .days {
    font-size: 2rem;
  }
}
.raic-event-card-listing .raic-event-date .calendar-icon {
  color: #FFB32F;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 0.9rem;
}
@media (max-width: 767px) {
  .raic-event-card-listing .raic-event-date .calendar-icon {
    font-size: 0.8rem;
  }
}
.raic-event-card-listing .raic-event-location {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65%;
          flex: 0 0 65%;
}
.raic-event-card-listing .raic-event-location .location-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.raic-event-card-listing .raic-event-location .location-content span {
  font-size: 1rem;
  color: #4F4F4F;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .raic-event-card-listing .raic-event-location .location-content span {
    font-size: 0.9rem;
  }
}
.raic-event-card-listing .raic-event-location .location-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #FFB32F;
  font-size: 0.9rem;
  font-weight: 900;
}
@media (max-width: 767px) {
  .raic-event-card-listing .raic-event-location .location-icon {
    font-size: 0.8rem;
  }
}
.raic-event-card-listing .raic-event-content {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}
@media (max-width: 767px) {
  .raic-event-card-listing .raic-event-content {
    padding: 15px;
  }
}
.raic-event-card-listing .raic-event-content .raic-event-category {
  font-size: 0.9rem;
  color: #263DC9;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.raic-event-card-listing .raic-event-content .raic-event-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
@media (max-width: 767px) {
  .raic-event-card-listing .raic-event-content .raic-event-title {
    font-size: 1.1rem;
  }
}
.raic-event-card-listing .raic-event-content .raic-event-title a {
  color: #000000;
  text-decoration: none;
  display: inline;
  padding-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#263DC9), to(#263DC9));
  background-image: linear-gradient(to right, #263DC9, #263DC9);
  background-position: 0 100%;
  background-size: 0% 1.25px;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.3s ease-out, color 0.3s ease;
  transition: background-size 0.3s ease-out, color 0.3s ease;
}
.raic-event-card-listing .raic-event-content .raic-event-view {
  margin-top: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  color: #1A1A1A;
  text-decoration: none;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2px;
  /*background-image: linear-gradient(to right, $accent-blue, $accent-blue);
  background-position: 0 100%;
  background-size: 0% 1.25px;
  background-repeat: no-repeat;
  transition: background-size 0.3s ease-out, color 0.3s ease;*/
}
.raic-event-card-listing .raic-event-content .raic-event-view i {
  margin-left: 5px;
  font-size: 2em;
  line-height: 0;
  color: #D9D9D9;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.raic-event-card-listing:hover .raic-event-title a {
  color: #263DC9;
  background-size: 100% 1.25px;
}
.raic-event-card-listing:hover .raic-event-view {
  color: #263DC9;
  background-size: 100% 1.25px;
}
.raic-event-card-listing:hover .raic-event-view i {
  color: #263DC9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.raic-event-detail {
  max-width: 1080px;
}
@media (max-width: 767px) {
  .raic-event-detail {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "divider" "about" "info" "map" "share";
  }
}

.raic-event-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .raic-event-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.raic-event-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
}
@media (max-width: 767px) {
  .raic-event-sidebar {
    display: contents;
  }
}
.raic-event-sidebar .raic-event-info-container {
  margin-bottom: 32px;
  border: 1px solid #D9D9D9;
  padding: 24px;
}
@media (max-width: 767px) {
  .raic-event-sidebar .raic-event-info-container {
    grid-area: info;
    margin-bottom: 0;
  }
}
.raic-event-sidebar .raic-event-meta-section {
  margin-bottom: 30px;
}
.raic-event-sidebar .raic-event-meta-section:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .raic-event-sidebar .raic-event-meta-section:last-child {
    display: none;
  }
}
.raic-event-sidebar .raic-event-meta-section h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #000000;
}
.raic-event-sidebar .raic-event-meta-section p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
  color: #1A1A1A;
}
.raic-event-sidebar .raic-event-meta-section .raic-event-price {
  font-weight: 500;
}
.raic-event-sidebar .raic-event-meta-section .raic-event-price-discount {
  font-weight: bold;
  color: #263DC9;
}

.raic-event-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 750px;
}
.raic-event-content .raic-event-section {
  margin-bottom: 50px;
}
.raic-event-content .raic-event-section:last-child {
  margin-bottom: 0;
}
.raic-event-content .raic-section-heading {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 20px 0;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .raic-event-content .raic-section-heading {
    font-size: 1.5rem;
  }
}
.raic-event-content .raic-content-text p {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #1A1A1A;
  margin-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .raic-event-content .raic-content-text p {
    font-size: 1rem;
    line-height: 1.6;
  }
}
.raic-event-content .raic-content-text p:last-child {
  margin-bottom: 0;
}

.raic-event-actions {
  margin-top: 30px;
}
.raic-event-actions .raic-calendar-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.raic-event-actions .raic-calendar-btn i {
  margin-right: 8px;
  font-size: 1.1rem;
}
.raic-event-actions .raic-calendar-btn:hover {
  background-color: #E6E6E6;
}
@media (max-width: 767px) {
  .raic-event-actions .raic-calendar-btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.raic-map-container {
  margin-top: 20px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
.raic-map-container iframe {
  width: 100%;
  height: 450px;
  border: 0;
}
@media (max-width: 767px) {
  .raic-map-container iframe {
    height: 300px;
  }
}

.raic-jobs-title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 101px;
  margin-top: 82px;
  line-height: 1.2;
  color: #000000;
  max-width: 1080px;
}
@media (max-width: 991px) {
  .raic-jobs-title {
    font-size: 2rem;
    margin-bottom: 60px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .raic-jobs-title {
    font-size: 1.75rem;
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.raic-event-detail-page .raic-article-share-mobile {
  margin-top: 0;
}
.raic-event-detail-page .raic-general-cta {
  position: relative;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.raic-event-detail-page .raic-general-cta--no-margin-bottom {
  margin-bottom: 0;
}
.raic-event-detail-page .raic-general-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(240, 240, 240, 0)), color-stop(45%, rgba(240, 240, 240, 0)), color-stop(47.5%, rgba(240, 240, 240, 0.95)), color-stop(52.5%, rgba(240, 240, 240, 0.95)), color-stop(55%, rgba(240, 240, 240, 0)), to(rgba(240, 240, 240, 0)));
  background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 45%, rgba(240, 240, 240, 0.95) 47.5%, rgba(240, 240, 240, 0.95) 52.5%, rgba(240, 240, 240, 0) 55%, rgba(240, 240, 240, 0) 100%);
  z-index: 1;
}
.raic-event-detail-page .raic-general-cta .raic-general-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.raic-event-detail-page .raic-general-cta .container {
  position: relative;
  z-index: 2;
}
.raic-event-detail-page .raic-general-cta .raic-general-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .raic-event-detail-page .raic-general-cta .raic-general-cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.raic-event-detail-page .raic-general-cta .raic-general-cta-content {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .raic-event-detail-page .raic-general-cta .raic-general-cta-content {
    margin-bottom: 15px;
  }
}
.raic-event-detail-page .raic-general-cta .raic-general-cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
  font-family: "BDO Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .raic-event-detail-page .raic-general-cta .raic-general-cta-title {
    font-size: 1.5rem;
  }
}
.raic-event-detail-page .raic-general-cta .raic-general-cta-description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #1A1A1A;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .raic-event-detail-page .raic-general-cta .raic-general-cta-description {
    font-size: 1rem;
  }
}
.raic-event-detail-page .raic-general-cta .raic-general-cta-action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.raic-event-detail-page .raic-general-cta .raic-general-cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 24px;
  background-color: #FFB32F;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.raic-event-detail-page .raic-general-cta .raic-general-cta-btn i {
  margin-left: 8px;
  font-size: 1.2em;
}
.raic-event-detail-page .raic-general-cta .raic-general-cta-btn:hover {
  background-color: #000000;
  color: #FFB32F;
}

.side-nav-page-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.side-nav-page-wrapper .container {
  max-width: 1080px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.side-nav-page-wrapper .raic-anchor-menu .container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .raic-anchor-mobile .raic-anchor-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #000000 !important;
    color: #fff !important;
    padding: 0.75rem 1rem !important;
  }
  .raic-anchor-mobile .raic-anchor-dropdown-menu {
    background-color: #fff !important;
  }
  .raic-anchor-mobile .raic-anchor-dropdown-menu .raic-anchor-item {
    color: #000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
}
.raic-news-article {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  .raic-news-article {
    padding: 20px 0 40px;
  }
}

.raic-article-title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 101px;
  margin-top: 82px;
  line-height: 1.2;
  color: #000000;
  max-width: 1080px;
}
@media (max-width: 991px) {
  .raic-article-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .raic-article-title {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}

.raic-divider-container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
}

.raic-article-divider {
  border: none;
  border-top: 1px solid #000000;
  margin: 20px 0;
  width: 100%;
  max-width: 1300px;
  position: relative;
  left: 0;
}

.raic-article-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .raic-article-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.raic-article-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
}
@media (max-width: 767px) {
  .raic-article-sidebar {
    display: none;
  }
}
.raic-article-sidebar .raic-meta-date {
  font-size: 0.9rem;
  color: #000000;
  margin-bottom: 10px;
}
.raic-article-sidebar .raic-meta-share {
  font-size: 0.85rem;
  color: #7F7F7F;
  margin-bottom: 10px;
}

.raic-share-icons {
  display: grid;
  grid-template-columns: repeat(3, 36px);
  grid-template-rows: repeat(3, 36px);
  gap: 8px;
}
@media (max-width: 767px) {
  .raic-share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
.raic-share-icons .raic-share-icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000000;
  color: #1A1A1A;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.raic-share-icons .raic-share-icon:hover {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000;
}
.raic-share-icons .raic-share-icon i {
  font-size: 1rem;
}

.raic-article-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 750px;
}
.raic-article-content p {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #1A1A1A;
  font-weight: 400;
}
@media (max-width: 767px) {
  .raic-article-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }
}

.raic-article-figure {
  margin: 30px 0;
}
@media (max-width: 767px) {
  .raic-article-figure {
    margin: 25px 0;
  }
}
.raic-article-figure .raic-article-image {
  width: 100%;
  height: auto;
  display: block;
}
.raic-article-figure .raic-article-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
@media (max-width: 767px) {
  .raic-article-figure .raic-article-image-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.raic-article-figure .raic-article-caption, .raic-article-figure .wp-element-caption {
  margin-top: 10px !important;
  font-size: 0.9rem !important;
  color: #7F7F7F !important;
  line-height: 1.4 !important;
}

.raic-article-share-mobile {
  display: none;
  margin: 30px 0;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .raic-article-share-mobile {
    display: block;
  }
  .raic-article-share-mobile .raic-share-label {
    display: block;
    margin-bottom: 15px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1A1A1A;
  }
  .raic-article-share-mobile .raic-share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .raic-article-share-mobile .raic-share-icons .raic-share-icon {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #D9D9D9;
    color: #1A1A1A;
    text-decoration: none;
  }
  .raic-article-share-mobile .raic-share-icons .raic-share-icon:hover {
    background-color: #000000;
    color: #FFFFFF;
    border-color: #000000;
  }
  .raic-article-share-mobile .raic-share-icons .raic-share-icon i {
    font-size: 1rem;
  }
}

.raic-related-articles {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .raic-related-articles {
    margin-top: 40px;
  }
}
.raic-related-articles .raic-related-heading {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 30px;
  color: #000000;
}
@media (max-width: 767px) {
  .raic-related-articles .raic-related-heading {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.raic-related-articles .raic-related-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .raic-related-articles .raic-related-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.raic-related-articles .raic-related-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
}
.raic-related-articles .raic-related-card:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.raic-related-articles .raic-related-card:hover .raic-related-title a {
  color: #263DC9;
}
.raic-related-articles .raic-related-card .raic-related-image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.raic-related-articles .raic-related-card .raic-related-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.raic-related-articles .raic-related-card .raic-related-content {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.raic-related-articles .raic-related-card .raic-related-content .raic-related-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  line-height: 1.4;
}
.raic-related-articles .raic-related-card .raic-related-content .raic-related-title a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.raic-related-articles .raic-related-card .raic-related-content .raic-related-date {
  font-size: 0.85rem;
  color: #7F7F7F;
  margin-top: auto;
}

.raic-content-sidenav {
  padding: 0 0 80px 0;
  /* .raic-main-content {
     min-height: 600px;
     max-width: 750px;
   }*/
}
@media (min-width: 992px) {
  .raic-content-sidenav .col-lg-3 {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .raic-content-sidenav .col-lg-9 {
    padding-left: 110px;
  }
}
.raic-content-sidenav .container {
  max-width: 1080px;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-item {
  border-bottom: 1px solid #F6F6F6;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-item.expanded {
  border-bottom-color: #263DC9;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 0;
  color: #1A1A1A;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Inter", sans-serif !important;
  color: #000 !important;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-link i {
  font-size: 1rem;
  color: #000000 !important;
  text-shadow: 0 0 1.5px #000000;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-link:hover {
  color: #263DC9;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-link.active {
  color: #263DC9 !important;
  font-weight: 500;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-link.active i {
  color: #263DC9 !important;
  text-shadow: 0 0 1.5px #263DC9;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-children {
  list-style: none;
  padding: 0 0 0.5rem 0;
  margin: 0;
  display: none;
}
.expanded .raic-content-sidenav .raic-sidenav .raic-sidenav-children {
  display: block;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-children li {
  margin: 0;
  padding: 0;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-child-link {
  display: block;
  padding: 0.5rem 0 0.5rem 1rem;
  color: #4F4F4F;
  font-weight: 100;
  text-decoration: none;
  font-size: 0.9rem;
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-child-link:hover {
  font-weight: 500;
  background-color: rgba(38, 61, 201, 0.25);
}
.raic-content-sidenav .raic-sidenav .raic-sidenav-child-link.active {
  color: #263DC9;
  font-weight: 500;
}
.raic-content-sidenav .raic-content-section {
  margin-bottom: 60px;
  max-width: 750px;
}
.raic-content-sidenav .raic-content-section:last-child {
  margin-bottom: 0;
}
.raic-content-sidenav .raic-section-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #000000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .raic-content-sidenav .raic-section-heading {
    font-size: 1.75rem;
  }
}
.raic-content-sidenav .raic-content-text {
  margin-bottom: 2rem;
  max-width: 750px;
}
.raic-content-sidenav .raic-content-text a {
  color: #263DC9;
}
.raic-content-sidenav .raic-content-text p {
  color: #000000;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.raic-content-sidenav .raic-content-text p:last-child {
  margin-bottom: 0;
}
.raic-content-sidenav .raic-content-image {
  margin-bottom: 2rem;
}
.raic-content-sidenav .raic-content-image img {
  width: 100%;
  border-radius: 4px;
}
.raic-content-sidenav .raic-subsection {
  margin-bottom: 2.5rem;
}
.raic-content-sidenav .raic-subsection:last-child {
  margin-bottom: 0;
}
.raic-content-sidenav .raic-subsection-heading {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #000000;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  max-width: 750px;
}
.raic-content-sidenav .raic-subsection-heading::after {
  display: none;
}
.raic-content-sidenav .raic-subsection {
  margin-bottom: 2.5rem;
}
.raic-content-sidenav .raic-subsection .raic-content-text {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .raic-content-sidenav .raic-subsection {
    font-size: 1.25rem;
  }
}
.raic-content-sidenav .raic-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .raic-content-sidenav .raic-card-grid {
    grid-template-columns: 1fr;
  }
}
.raic-content-sidenav .raic-content-card {
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.raic-content-sidenav .raic-content-card .raic-card-image {
  height: 200px;
  overflow: hidden;
}
.raic-content-sidenav .raic-content-card .raic-card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.raic-content-sidenav .raic-content-card .raic-card-content {
  padding: 1.25rem 0;
}
.raic-content-sidenav .raic-content-card .raic-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #000000;
}
@media (max-width: 767px) {
  .raic-content-sidenav .raic-content-card .raic-card-title {
    font-size: 1.125rem;
  }
}

.wp-element-caption {
  margin-top: 10px !important;
  font-size: 0.9rem !important;
  color: #7F7F7F !important;
  line-height: 1.4 !important;
}

.side-nav-page-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.side-nav-page-wrapper .container {
  max-width: 1080px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}
.side-nav-page-wrapper .raic-anchor-menu .container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .raic-anchor-mobile .raic-anchor-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #000000 !important;
    color: #fff !important;
    padding: 0.75rem 1rem !important;
  }
  .raic-anchor-mobile .raic-anchor-dropdown-menu {
    background-color: #fff !important;
  }
  .raic-anchor-mobile .raic-anchor-dropdown-menu .raic-anchor-item {
    color: #000 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  }
}
.raic-product-page {
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  .raic-product-page {
    padding: 20px 0 40px;
  }
}

.raic-article-title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 101px;
  margin-top: 82px;
  line-height: 1.2;
  color: #000000;
  max-width: 1080px;
}
@media (max-width: 991px) {
  .raic-article-title {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .raic-article-title {
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
}

.raic-divider-container {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin-left: 0;
}

.raic-article-divider {
  border: none;
  border-top: 1px solid #000000;
  margin: 20px 0;
  width: 100%;
  max-width: 1300px;
  position: relative;
  left: 0;
}

.raic-product-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .raic-product-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.raic-product-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
}
@media (max-width: 767px) {
  .raic-product-sidebar {
    display: none;
  }
}
.raic-product-sidebar .raic-meta-date {
  font-size: 0.9rem;
  color: #000000;
  margin-bottom: 10px;
}
.raic-product-sidebar .raic-meta-share {
  font-size: 0.85rem;
  color: #7F7F7F;
  margin-bottom: 10px;
}

.raic-share-icons {
  display: grid;
  grid-template-columns: repeat(3, 36px);
  grid-template-rows: repeat(3, 36px);
  gap: 8px;
}
@media (max-width: 767px) {
  .raic-share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
.raic-share-icons .raic-share-icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000000;
  color: #1A1A1A;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.raic-share-icons .raic-share-icon:hover {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000;
}
.raic-share-icons .raic-share-icon i {
  font-size: 1rem;
}

.raic-product-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 750px;
}
.raic-product-content p {
  font-size: 1.25rem;
  line-height: 1.7;
  margin-bottom: 1.5rem;
  color: #1A1A1A;
  font-weight: 400;
}
@media (max-width: 767px) {
  .raic-product-content p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
  }
}

.raic-product-share-mobile {
  display: none;
  margin: 30px 0;
  padding-top: 20px;
  border-top: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .raic-product-share-mobile {
    display: block;
  }
  .raic-product-share-mobile .raic-share-label {
    display: block;
    margin-bottom: 15px;
    font-size: 0.9rem;
    font-weight: 500;
    color: #1A1A1A;
  }
  .raic-product-share-mobile .raic-share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
  .raic-product-share-mobile .raic-share-icons .raic-share-icon {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #D9D9D9;
    color: #1A1A1A;
    text-decoration: none;
  }
  .raic-product-share-mobile .raic-share-icons .raic-share-icon:hover {
    background-color: #000000;
    color: #FFFFFF;
    border-color: #000000;
  }
  .raic-product-share-mobile .raic-share-icons .raic-share-icon i {
    font-size: 1rem;
  }
}

.raic-content-sidenav {
  padding: 0 0 80px 0;
}
@media (min-width: 992px) {
  .raic-content-sidenav .col-lg-3 {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .raic-content-sidenav .col-lg-9 {
    padding-left: 110px;
  }
}
.raic-content-sidenav .container {
  max-width: 1080px;
}

.wp-element-caption {
  margin-top: 10px !important;
  font-size: 0.9rem !important;
  color: #7F7F7F !important;
  line-height: 1.4 !important;
}

.search-results #site-header {
  position: relative;
  z-index: 1001;
}
.search-results #primary {
  position: relative;
  z-index: 1;
  background-color: #fff;
}

.raic-search-results-wrapper {
  padding: 3rem 0 5rem;
  min-height: 500px;
}
.raic-search-results-wrapper .page-header {
  margin-bottom: 3rem;
  text-align: center;
}
.raic-search-results-wrapper .page-header .page-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000000;
}
.raic-search-results-wrapper .page-header .page-title .search-term {
  color: #263DC9;
}
@media (max-width: 767px) {
  .raic-search-results-wrapper .page-header .page-title {
    font-size: 2rem;
  }
}
.raic-search-results-wrapper .page-header .search-results-count {
  font-size: 1.125rem;
  color: #7F7F7F;
  margin: 0;
}
.raic-search-results-wrapper .search-form-wrapper {
  max-width: 600px;
  margin: 0 auto 3rem;
}

.search-form-wrapper .raic-search-form {
  margin-bottom: 0;
}
.search-form-wrapper .raic-search-input-wrapper {
  border: 1px solid #D9D9D9;
  background-color: #fff;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.search-form-wrapper .raic-search-input-wrapper:focus-within {
  border-color: #263DC9;
}
.search-form-wrapper .raic-search-input {
  padding: 1rem 3rem 1rem 1rem;
  font-size: 1rem;
  border: none;
  background: transparent;
}
.search-form-wrapper .raic-search-submit {
  padding: 0 1rem;
  font-size: 1.25rem;
}
.search-form-wrapper .raic-search-submit:hover {
  color: #263DC9;
}

.raic-search-results {
  margin-bottom: 3rem;
}

.raic-search-result-item {
  padding: 2rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.raic-search-result-item:first-child {
  padding-top: 0;
}
.raic-search-result-item:last-child {
  border-bottom: none;
}
.raic-search-result-item .entry-header {
  margin-bottom: 1rem;
}
.raic-search-result-item .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  color: #7F7F7F;
}
.raic-search-result-item .entry-meta .post-type-label {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.raic-search-result-item .entry-meta .post-date {
  color: #7F7F7F;
}
.raic-search-result-item .entry-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.75rem;
  line-height: 1.3;
}
.raic-search-result-item .entry-title a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.raic-search-result-item .entry-title a:hover {
  color: #263DC9;
}
@media (max-width: 767px) {
  .raic-search-result-item .entry-title {
    font-size: 1.25rem;
  }
}
.raic-search-result-item .entry-summary {
  margin-bottom: 1rem;
  color: #1A1A1A;
  line-height: 1.6;
}
.raic-search-result-item .read-more-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1A1A1A;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.raic-search-result-item .read-more-link i {
  margin-left: 0.25rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.raic-search-result-item .read-more-link:hover {
  color: #263DC9;
}
.raic-search-result-item .read-more-link:hover i {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}

.no-results {
  text-align: center;
  padding: 3rem 0;
}
.no-results .page-content {
  max-width: 600px;
  margin: 0 auto;
}
.no-results .page-content p {
  font-size: 1.125rem;
  color: #1A1A1A;
  margin-bottom: 2rem;
}
.no-results .search-suggestions {
  margin-top: 3rem;
}
.no-results .search-suggestions h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000000;
}
.no-results .search-suggestions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.no-results .search-suggestions ul li {
  padding: 0.5rem 0;
  color: #1A1A1A;
  position: relative;
  padding-left: 1.5rem;
}
.no-results .search-suggestions ul li:before {
  content: "•";
  position: absolute;
  left: 0;
  color: #263DC9;
}

.raic-search-results-wrapper .pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.raic-search-results-wrapper .pagination .page-numbers {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 0 0.25rem;
  color: #1A1A1A;
  text-decoration: none;
  border: 1px solid #D9D9D9;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.raic-search-results-wrapper .pagination .page-numbers:hover {
  background-color: #F6F6F6;
  border-color: #4F4F4F;
}
.raic-search-results-wrapper .pagination .page-numbers.current {
  background-color: #263DC9;
  color: #fff;
  border-color: #263DC9;
}
.raic-search-results-wrapper .pagination .page-numbers.dots {
  border: none;
  padding: 0.5rem 0.5rem;
}
.raic-search-results-wrapper .pagination .page-numbers.prev, .raic-search-results-wrapper .pagination .page-numbers.next {
  font-weight: 500;
}

.wp-block-columns {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.block-editor-block-list__layout .wp-block-columns,
.editor-styles-wrapper .wp-block-columns {
  max-width: 840px;
}

.wp-block-image.container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.container img.full-width {
  width: 100%;
  height: auto;
}
.wp-block-image .full-width {
  width: 100%;
  height: auto;
}

.wp-block-list {
  padding-left: 32px;
}

@media (max-width: 767px) {
  .wp-block-spacer {
    height: 15px !important;
  }
}
.raic-tall-banner {
  position: relative;
  width: 100%;
  background-color: #000000;
  color: #FFFFFF;
  overflow: hidden;
}
.raic-tall-banner--with-gradient .raic-tall-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 0, 0)), color-stop(5%, rgb(0, 0, 0)), color-stop(10%, rgba(0, 0, 0, 0.95)), color-stop(20%, rgba(0, 0, 0, 0.8)), color-stop(40%, rgba(0, 0, 0, 0.6)), color-stop(60%, rgba(0, 0, 0, 0.4)), color-stop(80%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgba(0, 0, 0, 0.95) 10%, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.6) 40%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.2) 80%, rgba(0, 0, 0, 0.1) 100%);
}
.raic-tall-banner--with-gradient .raic-tall-image img {
  position: relative;
  z-index: 0;
}
@media (min-width: 992px) {
  .raic-tall-banner--with-crest .raic-tall-image {
    left: 35% !important;
  }
  .raic-tall-banner--with-crest .raic-tall-image img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
    -o-object-position: left center;
       object-position: left center;
  }
}
.raic-tall-banner .raic-tall-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 500px;
  position: relative;
}
.raic-tall-banner .raic-tall-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 600px;
  margin-left: calc((100% - 1300px) / 2);
  padding: 60px 16px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1340px) {
  .raic-tall-banner .raic-tall-content {
    margin-left: 16px;
  }
}
.raic-tall-banner .raic-tall-image {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  height: 100%;
  overflow: hidden;
}
.raic-tall-banner .raic-tall-image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 991px) {
  .raic-tall-banner .raic-tall-container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    min-height: auto !important;
    background: none !important;
  }
  .raic-tall-banner .raic-tall-content {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 40px 16px !important;
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    min-height: auto !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .raic-tall-banner .raic-tall-image {
    position: relative !important;
    display: block !important;
    left: 0 !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    height: 300px !important;
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
    z-index: auto !important;
  }
  .raic-tall-banner .raic-tall-title {
    font-size: 2.25rem;
  }
  .raic-tall-banner .raic-tall-description {
    max-width: 100%;
  }
  .raic-tall-banner--with-gradient {
    min-height: 450px;
  }
  .raic-tall-banner--with-gradient .raic-tall-container {
    display: block !important;
    min-height: inherit !important;
  }
  .raic-tall-banner--with-gradient .raic-tall-content {
    -webkit-box-flex: 0 !important;
        -ms-flex: none !important;
            flex: none !important;
    padding: 60px 16px !important;
    -webkit-box-ordinal-group: initial !important;
        -ms-flex-order: initial !important;
            order: initial !important;
    min-height: inherit !important;
  }
  .raic-tall-banner--with-gradient .raic-tall-image {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    -webkit-box-ordinal-group: initial !important;
        -ms-flex-order: initial !important;
            order: initial !important;
  }
  .raic-tall-banner--with-crest .raic-tall-image {
    display: none !important;
  }
  .raic-tall-banner--with-crest .raic-tall-content {
    padding: 150px 16px 60px 16px !important;
  }
}
@media (max-width: 991px) and (max-width: 562px) {
  .raic-tall-banner--with-crest .raic-tall-content {
    padding: 70px 16px 60px 16px !important;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .raic-tall-banner:not(.raic-tall-banner--with-crest) .raic-tall-content {
    padding: 30px 16px !important;
  }
  .raic-tall-banner .raic-tall-title {
    font-size: 2rem;
  }
}
.raic-tall-banner .raic-tall-title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.raic-tall-banner .raic-tall-highlight {
  color: #FFB32F;
}
.raic-tall-banner .raic-tall-description {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 90%;
  font-weight: 400;
}
.raic-tall-banner .raic-tall-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 24px;
  background-color: #FFB32F;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.raic-tall-banner .raic-tall-btn i {
  margin-left: 8px;
  font-size: 1.2em;
}
.raic-tall-banner .raic-tall-btn:hover {
  background-color: #FFFFFF;
  color: #000000;
}

.raic-anchor-menu {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 40px;
  position: sticky;
  top: 115px;
  background-color: #FFFFFF;
  z-index: 900;
}
@media (min-width: 783px) {
  body.admin-bar .raic-anchor-menu {
    top: 147px;
  }
}
@media (max-width: 782px) {
  body.admin-bar .raic-anchor-menu {
    top: 121px;
  }
}
@media (max-width: 1200px) {
  .raic-anchor-menu {
    top: 75px;
  }
}
.raic-anchor-menu.sticky {
  position: fixed;
  width: 100%;
  top: 115px;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1200px) {
  .raic-anchor-menu.sticky {
    top: 75px;
  }
}
.raic-anchor-menu.sticky.anchor-visible {
  top: 0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.raic-anchor-menu.sticky:not(.anchor-visible) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.raic-anchor-menu--grey-bg {
  background-color: #D9D9D9;
}
.raic-anchor-menu--grey-bg .raic-anchor-desktop .raic-anchor-label {
  color: #1A1A1A;
}
.raic-anchor-menu--grey-bg .raic-anchor-desktop .raic-anchor-link {
  color: #1A1A1A;
  font-family: "Inter", sans-serif !important;
}
.raic-anchor-menu--grey-bg .raic-anchor-desktop .raic-anchor-link.active {
  color: #263DC9;
}
.raic-anchor-menu .container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.raic-anchor-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  gap: 40px;
}
.raic-anchor-desktop .raic-anchor-label {
  font-weight: 600;
  color: #000000;
  margin-right: 10px;
}
.raic-anchor-desktop .raic-anchor-link {
  color: #7F7F7F;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.raic-anchor-desktop .raic-anchor-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #263DC9;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.raic-anchor-desktop .raic-anchor-link:hover, .raic-anchor-desktop .raic-anchor-link.active {
  color: #263DC9;
}
.raic-anchor-desktop .raic-anchor-link:hover::after, .raic-anchor-desktop .raic-anchor-link.active::after {
  width: 100%;
}

.raic-anchor-mobile {
  position: absolute;
  top: 75px;
  width: 100%;
  z-index: 940;
  background-color: #000000;
}
@media (min-width: 768px) {
  .raic-anchor-mobile {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  body.admin-bar .raic-anchor-mobile {
    top: 120px;
  }
}
.raic-alert-bar ~ main .raic-anchor-mobile {
  top: 111px;
}
@media (max-width: 1200px) {
  body.admin-bar .raic-alert-bar ~ main .raic-anchor-mobile {
    top: 156px;
  }
}
.raic-anchor-mobile.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 950;
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, -webkit-transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease;
  transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.raic-anchor-mobile.sticky.anchor-visible {
  top: 0;
}
.raic-anchor-mobile .raic-anchor-dropdown {
  position: relative;
}
.raic-anchor-mobile .raic-anchor-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1rem;
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.raic-anchor-mobile .raic-anchor-toggle i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.raic-anchor-mobile .raic-anchor-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.raic-anchor-mobile .raic-anchor-dropdown-menu.show {
  max-height: 400px;
}
.raic-anchor-mobile .raic-anchor-item {
  display: block;
  padding: 1rem;
  color: #1A1A1A;
  text-decoration: none;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.raic-anchor-mobile .raic-anchor-item:hover {
  background-color: #F6F6F6;
}
.raic-anchor-mobile .raic-anchor-item.active {
  color: #263DC9;
  font-weight: 600;
}

.side-nav-page-wrapper {
  padding: 0 16px 0 16px;
}

.two-column-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 991px) {
  .two-column-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
@media (max-width: 767px) {
  .sidebar {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: none;
    margin-top: 32px;
  }
}

.main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.sidebar-box {
  margin-bottom: 32px;
}

.sidebar-section-link {
  border-bottom: 1px solid #F6F6F6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.sidebar-section-link a,
.sidebar-section-link a:not([class]) {
  color: #000000 !important;
  font-weight: 500;
  text-decoration: none !important;
  padding-bottom: 20px;
  font-family: "Inter", sans-serif !important;
}
.sidebar-section-link a:hover, .sidebar-section-link a:focus, .sidebar-section-link a:active, .sidebar-section-link a:visited,
.sidebar-section-link a:not([class]):hover,
.sidebar-section-link a:not([class]):focus,
.sidebar-section-link a:not([class]):active,
.sidebar-section-link a:not([class]):visited {
  color: #000000 !important;
  text-decoration: none !important;
}

.sidebar-section {
  margin-bottom: 32px;
}
.sidebar-section:last-child {
  margin-bottom: 0;
}
.sidebar-section h3 {
  font-size: 0.975rem;
  font-weight: 500;
  margin: 0 0 10px 0;
  color: #4F4F4F;
  font-family: "Inter", sans-serif !important;
}

.share-icons {
  display: grid;
  grid-template-columns: repeat(3, 40px);
  grid-gap: 10px;
}
@media (max-width: 767px) {
  .share-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
.share-icons .share-icon {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: transparent;
}
.share-icons .share-icon img {
  width: 16px;
  height: 16px;
}
.share-icons .share-icon i {
  font-size: 16px;
}
.share-icons .share-icon:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.share-icons .share-icon:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.mobile-share-section {
  display: none;
}
@media (max-width: 767px) {
  .mobile-share-section {
    display: block;
    border-top: 1px solid #D9D9D9;
    padding: 20px 16px 0;
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
}
.mobile-share-section .share-label {
  display: block;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 500;
}
.mobile-share-section .share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.mobile-share-section .share-icons .share-icon {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #D9D9D9;
  color: #1A1A1A;
  text-decoration: none;
}
.mobile-share-section .share-icons .share-icon img {
  width: 16px;
  height: 16px;
}
.mobile-share-section .share-icons .share-icon i {
  font-size: 16px;
}
.mobile-share-section .share-icons .share-icon:hover {
  background-color: #000000;
  color: #FFFFFF;
  border-color: #000000;
}
.mobile-share-section .share-icons .share-icon:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.content-section {
  margin-bottom: 60px;
}

.section-heading {
  font-size: 2rem;
  font-weight: 600;
  margin: 32px 0 20px 0;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .section-heading {
    font-size: 1.5rem;
  }
}

.timeline-section .timeline-heading {
  font-size: 2rem;
  font-weight: 600;
  margin: 32px 0 20px 0;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .timeline-section .timeline-heading {
    font-size: 1.5rem;
  }
}
.timeline-section .timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.timeline-section .timeline-list .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.timeline-section .timeline-list .timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-section .timeline-list .timeline-item .event-name {
  font-weight: 500;
}
.timeline-section .timeline-list .timeline-item .event-date {
  font-weight: 500;
  color: #263DC9;
  text-align: right;
}
.timeline-section .timeline-list .timeline-item .event-date.closed {
  color: #4F4F4F;
}
@media (max-width: 767px) {
  .timeline-section .timeline-list .timeline-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.two-column-content {
  margin: 60px 0;
}
.two-column-content .two-column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 115px;
}
@media (max-width: 991px) {
  .two-column-content .two-column-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.two-column-content .content-card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 280px;
  border-radius: 4px;
}
.two-column-content .content-card .content-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #000000;
}
.two-column-content .content-card .content-text {
  font-size: 16px;
  line-height: 1.6;
  color: #1A1A1A;
  margin-bottom: 1rem;
}
.two-column-content .content-card .content-text a {
  color: #263DC9;
  text-decoration: none;
}
.two-column-content .content-card .content-text a:hover {
  text-decoration: underline;
}
.two-column-content .content-card .content-text strong {
  font-weight: 600;
  color: #000000;
}

.comparison-table-section {
  margin: 2rem 0;
}
@media (max-width: 767px) {
  .comparison-table-section {
    display: none;
  }
}
.comparison-table-section .table-responsive {
  overflow-x: auto;
  width: 100%;
}
.comparison-table-section .comparison-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-left: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  table-layout: fixed;
}
.comparison-table-section .comparison-table th,
.comparison-table-section .comparison-table td {
  padding: 0.75rem 0.5rem;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #E6E6E6;
}
.comparison-table-section .comparison-table th:first-child,
.comparison-table-section .comparison-table td:first-child {
  text-align: left;
  font-weight: 500;
  width: 15%;
  padding-left: 1rem;
}
.comparison-table-section .comparison-table .table-header th {
  background-color: #000000;
  color: #FFFFFF;
  font-weight: 400;
  vertical-align: middle;
  padding: 1rem 0.75rem;
  border-right: none;
  border-bottom: none;
}
.comparison-table-section .comparison-table .column-header {
  min-width: 100px;
}
@media (max-width: 767px) {
  .comparison-table-section .comparison-table .column-header {
    min-width: 80px;
  }
}
.comparison-table-section .comparison-table .column-title,
.comparison-table-section .comparison-table .column-subtitle {
  display: block;
  line-height: 1.3;
}
.comparison-table-section .comparison-table .column-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.comparison-table-section .comparison-table .column-subtitle {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.8;
}
.comparison-table-section .comparison-table .feature-header {
  font-weight: 600 !important;
  font-size: 16px;
  text-align: left !important;
}
.comparison-table-section .comparison-table .feature-name {
  font-size: 15px;
  padding-left: 1rem;
}
.comparison-table-section .comparison-table .has-feature {
  background-color: transparent;
  text-align: center;
}
.comparison-table-section .comparison-table .no-feature {
  background-color: transparent;
}
.comparison-table-section .comparison-table .feature-detail {
  text-align: center;
}
.comparison-table-section .comparison-table .feature-detail .quantity {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  line-height: 1.2;
}
.comparison-table-section .comparison-table .feature-detail .detail {
  display: block;
  font-size: 12px;
  color: #7F7F7F;
  line-height: 1.4;
  margin-top: 4px;
}
.comparison-table-section .comparison-table .checkmark {
  color: #263DC9;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .comparison-table-section .comparison-table {
    font-size: 0.85rem;
  }
  .comparison-table-section .comparison-table th,
  .comparison-table-section .comparison-table td {
    padding: 0.5rem 0.3rem;
  }
  .comparison-table-section .comparison-table .column-title {
    font-size: 0.75rem;
  }
  .comparison-table-section .comparison-table .column-subtitle {
    font-size: 0.7rem;
  }
  .comparison-table-section .comparison-table .feature-detail .quantity {
    font-size: 0.85rem;
  }
  .comparison-table-section .comparison-table .feature-detail .detail {
    font-size: 0.7rem;
  }
}

.raic-accordion {
  margin-top: 40px;
  max-width: 100%;
}
.raic-accordion .raic-accordion-item {
  border-bottom: 1px solid #263DC9;
}
.raic-accordion .raic-accordion-item:last-child {
  border-bottom: 1px solid #263DC9;
}
.raic-accordion .raic-accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  cursor: pointer;
}
.raic-accordion .raic-accordion-header.active .raic-accordion-toggle .raic-icon-plus::before, .raic-accordion .raic-accordion-header.active .raic-accordion-toggle .raic-icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.raic-accordion .raic-accordion-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #000000;
  font-family: "BDO Grotesk", "Inter", sans-serif !important;
}
@media (max-width: 767px) {
  .raic-accordion .raic-accordion-title {
    font-size: 1rem;
  }
}
.raic-accordion .raic-accordion-toggle {
  background: none;
  border: none;
  color: #000000;
  padding: 0;
  font-size: 2rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.raic-accordion .raic-accordion-toggle .raic-icon-plus {
  display: inline-block;
  width: 18px;
  height: 18px;
  position: relative;
}
.raic-accordion .raic-accordion-toggle .raic-icon-plus::before, .raic-accordion .raic-accordion-toggle .raic-icon-plus::after {
  content: "";
  position: absolute;
  background-color: #000000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.raic-accordion .raic-accordion-toggle .raic-icon-plus::before {
  width: 18px;
  height: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.raic-accordion .raic-accordion-toggle .raic-icon-plus::after {
  width: 3px;
  height: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.raic-accordion .raic-accordion-toggle .bi {
  display: none !important;
}
.raic-accordion .raic-accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease;
  padding: 0;
}
.raic-accordion .raic-accordion-content.show {
  max-height: 2000px;
  opacity: 1;
  padding: 0 0 1.25rem 0;
}
.raic-accordion .raic-accordion-content p {
  margin: 0 0 1em 0;
}
.raic-accordion .raic-accordion-content p:last-child {
  margin-bottom: 0;
}

.content-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content-actions .action-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  background-color: #FFFFFF;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  color: #1A1A1A;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-actions .action-button:hover {
  background-color: #F6F6F6;
  border-color: #7F7F7F;
  color: #000000;
}
.content-actions .action-button i {
  font-size: 1.2rem;
}
.content-actions .action-button img {
  width: 20px;
  height: 20px;
}

.raic-jobs-container,
.raic-jobs-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.raic-jobs-title {
  font-size: 3.25rem;
  font-weight: 500;
  margin: 46px 0 46px;
  color: #000000;
}
@media (max-width: 767px) {
  .raic-jobs-title {
    font-size: 2rem;
    margin: 30px 0 15px;
  }
}

.raic-jobs-divider {
  border: none;
  border-top: 1px solid #000000;
  margin: 20px 0;
  width: 100%;
}

.raic-jobs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
  margin: 40px 0;
  width: 100%;
}
@media (max-width: 991px) {
  .raic-jobs-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.raic-jobs-sidebar {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 220px !important;
          flex: 0 0 220px !important;
  width: 220px !important;
  max-width: 220px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .raic-jobs-sidebar {
    display: none;
  }
}
.raic-jobs-sidebar h3 {
  font-size: 1rem;
  font-weight: 400;
  margin: 0 0 8px 0;
  color: #000000;
  white-space: nowrap;
  font-family: "Inter", sans-serif !important;
}
.raic-jobs-sidebar .raic-filter-toggle {
  border: 1px solid #D9D9D9;
  padding: 8px 8px 8px 12px;
  font-weight: 400 !important;
  color: #4F4F4F;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.raic-jobs-search {
  margin-bottom: 25px;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 768px) {
  .raic-jobs-search {
    margin-bottom: 0;
  }
}
.raic-jobs-search h3 {
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  margin-bottom: 10px;
  color: #4F4F4F;
  line-height: 1.2;
}
.raic-jobs-search .raic-clear-search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.raic-jobs-search .raic-clear-search a {
  color: #4F4F4F;
  text-decoration: underline;
  font-size: 0.9rem;
  font-weight: 400;
  font-family: "Inter", sans-serif !important;
  line-height: 1.5rem;
}
.raic-jobs-search .raic-clear-search a:hover {
  text-decoration: underline;
}

.raic-jobs-search-input {
  position: relative;
  margin-top: 22px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.raic-jobs-search-input input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 35px 8px 12px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 0.9rem;
  height: 40px;
  color: #4F4F4F;
  background-color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block;
  margin: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.raic-jobs-search-input input:focus {
  outline: none;
  border-color: #263DC9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.raic-jobs-search-input input::-webkit-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-jobs-search-input input::-moz-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-jobs-search-input input:-ms-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-jobs-search-input input::-ms-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-jobs-search-input input::placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-jobs-search-input input::-webkit-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-jobs-search-input input::-moz-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-jobs-search-input input:-ms-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.raic-jobs-search-input button {
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: none;
  border: none;
  color: #263DC9;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  z-index: 1;
}
.raic-jobs-search-input button i {
  font-size: 1.1rem;
}
.raic-jobs-search-input button:hover {
  color: rgb(29.8912133891, 47.9832635983, 158.1087866109);
}

.raic-jobs-filter-section {
  margin-bottom: 25px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.raic-filter-toggle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 15px;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  font-size: 0.9rem;
  color: #4F4F4F;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.raic-filter-toggle:hover {
  border-color: #263DC9;
}
.raic-filter-toggle.expanded img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.raic-filter-toggle img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.raic-filter-options {
  display: none;
}
.raic-filter-options.show {
  display: block;
  padding-bottom: 12px;
}

.raic-filter-option {
  margin-bottom: 10px;
}
.raic-filter-option:last-child {
  margin-bottom: 0;
}

.raic-filter-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9rem;
  color: #4F4F4F;
  cursor: pointer;
}
.raic-filter-checkbox input[type=checkbox] {
  margin-right: 8px;
  cursor: pointer;
}

.raic-jobs-mobile-filters {
  display: none;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .raic-jobs-mobile-filters {
    display: block;
  }
}

.raic-jobs-list {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  min-width: 0;
  width: calc(100% - 330px) !important;
}
@media (max-width: 991px) {
  .raic-jobs-list {
    width: 100% !important;
  }
}

.raic-job-card {
  margin-bottom: 20px;
  border: none;
  border-bottom: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  padding: 20px 0;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.raic-job-card .raic-job-title a {
  background-size: 0% 1.25px !important;
}
.raic-job-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.raic-job-card:hover .raic-job-link i {
  color: #263DC9;
}
.raic-job-card:hover .raic-job-link {
  color: #263DC9;
}
.raic-job-card:hover .raic-job-title a {
  background-size: 100% 1.25px !important;
  color: #263DC9 !important;
}
@media (max-width: 767px) {
  .raic-job-card {
    padding: 24px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  }
  .raic-job-card:hover {
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  }
}

.raic-job-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .raic-job-card-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 16px;
  }
}

.raic-job-logo {
  margin-right: 25px;
  width: 128px;
}
.raic-job-logo img {
  max-width: 100%;
  max-height: 136px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .raic-job-logo {
    display: none;
  }
}

.raic-job-logo-placeholder {
  width: 128px;
  height: 100px;
  background-color: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.raic-job-logo-placeholder::after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: #D9D9D9;
  border-radius: 50%;
}

.raic-job-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  position: relative;
  padding-right: 85px;
}
@media (max-width: 767px) {
  .raic-job-info {
    width: 100%;
  }
}

.raic-job-company {
  font-size: 0.85rem;
  color: #7F7F7F;
  margin: 0 0 5px 0;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 767px) {
  .raic-job-company {
    margin-bottom: 4px;
    padding-right: 85px;
  }
}

.raic-job-title {
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #000000;
  line-height: 1.3;
  position: relative;
  z-index: 2;
  max-width: 600px;
}
.raic-job-title a {
  color: #000000 !important;
  text-decoration: none !important;
  -webkit-transition: color 0.3s ease, background-size 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  transition: color 0.3s ease, background-size 0.5s cubic-bezier(0.76, 0, 0.24, 1);
  position: relative;
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(#263DC9), to(#263DC9));
  background-image: linear-gradient(to right, #263DC9 0%, #263DC9 100%);
  background-position: 0 calc(100% - 0px);
  background-repeat: no-repeat;
  background-size: 0% 1.25px;
  /* Critical property that enables proper multi-line text background */
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-bottom: 3px;
}
.raic-job-title a:hover, .raic-job-title a:focus, .raic-job-title a:active, .raic-job-title a:visited {
  text-decoration: none !important;
}
.raic-job-card:hover .raic-job-title a {
  color: #263DC9 !important;
  background-size: 100% 1.25px;
}
@media (max-width: 767px) {
  .raic-job-title {
    font-size: 1.25rem;
    margin-top: 30px;
    margin-bottom: 16px;
    overflow-wrap: break-word;
  }
}

.raic-job-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 0.9rem;
  color: #1A1A1A;
}
@media (max-width: 767px) {
  .raic-job-meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 16px;
  }
}
.raic-job-meta .raic-job-location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1A1A1A;
  margin-right: 15px;
}
.raic-job-meta .raic-job-location .bi {
  margin-right: 6px;
  color: #263DC9;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .raic-job-meta .raic-job-location {
    margin-bottom: 8px;
  }
}
.raic-job-meta .raic-job-type {
  position: relative;
  color: #1A1A1A;
}
.raic-job-meta .raic-job-type:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background-color: #D9D9D9;
}
@media (max-width: 767px) {
  .raic-job-meta .raic-job-type:before {
    display: none;
  }
}

.raic-job-featured {
  background-color: #DADAF5;
  color: #3C3CC1;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 4px 10px;
  border-radius: 4px;
  text-align: center;
  min-width: 75px;
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .raic-job-featured {
    top: 0;
    right: 0;
  }
}

.raic-job-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  z-index: 2;
  position: relative;
  padding-left: 153px;
}
@media (max-width: 767px) {
  .raic-job-footer {
    padding-left: 0;
    margin-top: auto;
  }
}

.raic-job-deadline {
  font-size: 0.85rem;
  color: #000000;
  z-index: 2;
}
.raic-job-deadline strong {
  font-weight: 500;
}
.raic-job-deadline .date {
  color: #7F7F7F;
  display: inline-block;
}
@media (max-width: 767px) {
  .raic-job-deadline {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .raic-job-deadline::after {
    content: "\f135";
    font-family: "bootstrap-icons";
    font-size: 1.2rem;
    color: #1A1A1A;
  }
}

.raic-job-link {
  color: #4F4F4F;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
  pointer-events: none;
}
.raic-job-link i {
  margin-left: 5px;
  font-size: 1.5rem;
  line-height: 0;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease;
  transition: transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
  color: #263DC9;
}
@media (max-width: 767px) {
  .raic-job-link {
    display: none;
  }
}

.raic-load-more {
  text-align: center;
  margin-top: 40px;
}

.raic-load-more-btn {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  padding: 12px 40px;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.raic-load-more-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.raic-cta-section {
  width: 100%;
  padding: 60px 0;
  position: relative;
  text-align: center;
  background: radial-gradient(circle at 50% -30%, #d9d9d9 1%, #d9d9d9 10%, #d3d3d3 11%, #d3d3d3 20%, #d9d9d9 20%, #d9d9d9 29%, #d3d3d3 30%, #d3d3d3 35%, #d9d9d9 36%, #d9d9d9 45%, #d3d3d3 45%, #d3d3d3 50%, #d9d9d9 51%, #d9d9d9 60%, #d3d3d3 61%, #d3d3d3 66%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.raic-cta-section .raic-cta-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 16px;
}
.raic-cta-section .raic-cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #000000;
}
.raic-cta-section .raic-cta-description {
  font-size: 1rem;
  line-height: 1.5;
  color: #7F7F7F;
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.raic-cta-section .raic-cta-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFB32F;
  color: #000000;
  font-weight: 500;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.raic-cta-section .raic-cta-button i {
  margin-left: 8px;
  font-size: 1.2em;
}
.raic-cta-section .raic-cta-button:hover {
  background-color: rgb(251, 159.2884615385, 0);
}
@media (max-width: 767px) {
  .raic-cta-section {
    padding: 40px 0;
  }
  .raic-cta-section .raic-cta-title {
    font-size: 1.75rem;
  }
  .raic-cta-section .raic-cta-description {
    font-size: 0.9rem;
  }
}

.job-detail-wrapper {
  max-width: 1080px;
  font-family: "Inter", sans-serif;
  margin-bottom: 32px;
}

.job-container {
  display: grid;
  grid-template-columns: 1fr 2.5fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .job-container {
    grid-template-columns: 1fr;
  }
}

.job-sidebar {
  font-size: 0.9rem;
}
@media (max-width: 768px) {
  .job-sidebar {
    margin-bottom: 30px;
  }
}

.company-logo {
  margin-bottom: 20px;
}
.company-logo img {
  max-width: 200px;
  max-height: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.company-logo-placeholder {
  width: 200px;
  height: 150px;
  background-color: #F6F6F6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.company-logo-placeholder::after {
  content: "";
  width: 80px;
  height: 80px;
  background-color: #D9D9D9;
  border-radius: 50%;
}

.company-info {
  margin-bottom: 20px;
}
.company-info h3 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
  color: #000000;
}
.company-info a {
  color: #263DC9 !important;
  text-decoration: none !important;
  font-size: 0.85rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.company-info a:hover {
  text-decoration: underline !important;
}
.company-info a::after {
  content: "→";
  display: inline-block;
  margin-left: 4px;
}

.job-meta {
  margin-top: 25px;
}
.job-meta .job-meta-item {
  margin-bottom: 14px;
}
.job-meta .job-meta-item:last-child {
  margin-bottom: 0;
}
.job-meta .label {
  font-weight: 600;
  display: block;
  margin-bottom: 3px;
  color: #1A1A1A;
  font-size: 0.85rem;
}
.job-meta .value {
  color: #7F7F7F;
  font-size: 0.85rem;
}

.share-section {
  margin-top: 30px;
}
.share-section .share-label {
  font-weight: 600;
  display: block;
  margin-bottom: 12px;
  color: #1A1A1A;
  font-size: 0.85rem;
}
.share-section .share-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
@media (min-width: 768px) {
  .share-section .share-icons {
    display: grid;
    grid-template-columns: repeat(3, 36px);
    grid-gap: 8px;
  }
}
.share-section .share-icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  color: #1A1A1A;
}
.share-section .share-icons a:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.share-section .share-icons a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.job-content h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 32px;
  color: #000000;
}
@media (max-width: 768px) {
  .job-content h2 {
    font-size: 2rem;
  }
}
.job-content .job-description {
  margin-bottom: 40px;
}
.job-content .job-description p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
  color: #1A1A1A;
}
.job-content .job-description ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}
.job-content .job-description ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: #1A1A1A;
  font-size: 0.95rem;
  line-height: 1.6;
}
.job-content .job-description ul li:last-child {
  margin-bottom: 0;
}
.job-content .job-description ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #263DC9;
  font-weight: bold;
  font-size: 1.1em;
}
.job-content .job-description ol {
  padding-left: 30px;
  margin-bottom: 1.5rem;
}
.job-content .job-description ol li {
  margin-bottom: 0.5rem;
  line-height: 1.8;
  color: #1A1A1A;
  padding-left: 5px;
}
.job-content .job-description ol li::before {
  content: none;
}

.how-to-apply h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 25px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 32px;
  color: #000000;
}
@media (max-width: 768px) {
  .how-to-apply h2 {
    font-size: 2rem;
  }
}

.apply-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.apply-btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.apply-btn i {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 0;
  margin-left: 5px;
}

.raic-alert-bar {
  background-color: #FFB32F;
  padding: 8px 0;
  text-align: center;
  position: relative;
  width: 100%;
}
.raic-alert-bar .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}
.raic-alert-bar .raic-alert-link {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline !important;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.raic-alert-bar .raic-alert-link:hover {
  color: #1A1A1A;
  text-decoration: underline !important;
}

.raic-membership-dashboard-page .raic-short-banner {
  position: relative;
  background-color: #000000;
  background-size: auto;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0;
  min-height: 275px;
  max-height: 275px;
  height: 275px;
  color: #FFFFFF;
  margin-bottom: 33.25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.raic-membership-dashboard-page .raic-short-banner--with-crest {
  background-position: 85%;
}
.raic-membership-dashboard-page .raic-short-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: linear-gradient(to right,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 20%,
      rgba(0, 0, 0, 0.8) 30%,
      rgba(0, 0, 0, 0.4) 50%,
      rgba(0, 0, 0, 0) 100%);*/
  z-index: 1;
}
.raic-membership-dashboard-page .raic-short-banner .container {
  position: relative;
  z-index: 2;
}
.raic-membership-dashboard-page .raic-short-banner .raic-banner-content {
  padding-bottom: 40px;
}
.raic-membership-dashboard-page .raic-short-banner .raic-banner-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0;
  font-family: "BDO Grotesk", sans-serif;
}
@media (max-width: 991px) {
  .raic-membership-dashboard-page .raic-short-banner .raic-banner-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .raic-membership-dashboard-page .raic-short-banner .raic-banner-title {
    font-size: 2rem;
  }
}
.raic-membership-dashboard-page .banner-section {
  position: relative;
}
.raic-membership-dashboard-page .banner-section .raic-breadcrumbs {
  position: absolute !important;
  left: 0;
  right: 0;
  z-index: 10;
  top: 20px !important;
}
.raic-membership-dashboard-page .banner-section .raic-breadcrumbs .container {
  max-width: 1300px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.raic-membership-dashboard-page .banner-section .raic-breadcrumbs .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.raic-membership-dashboard-page .banner-section .raic-breadcrumbs .breadcrumb-item {
  font-size: 0.75rem;
  color: #FFFFFF;
}
.raic-membership-dashboard-page .banner-section .raic-breadcrumbs .breadcrumb-item:not(:first-child)::before {
  content: ">";
  padding: 0 0.5rem;
  color: #FFFFFF;
}
.raic-membership-dashboard-page .banner-section .raic-breadcrumbs .breadcrumb-item a {
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0.8;
}
.raic-membership-dashboard-page .banner-section .raic-breadcrumbs .breadcrumb-item a:hover {
  opacity: 1;
  text-decoration: underline;
}
.raic-membership-dashboard-page .banner-section .raic-breadcrumbs .breadcrumb-item.active {
  color: #FFFFFF;
  opacity: 1;
}
@media (max-width: 767px) {
  .raic-membership-dashboard-page .banner-section {
    margin-top: 0;
  }
  .raic-membership-dashboard-page .banner-section .raic-breadcrumbs {
    display: none;
  }
}
.raic-membership-dashboard-page .moredetails-wrapper.expanded button[aria-expanded=true] .bi::before {
  content: "\f2e6";
}
.raic-membership-dashboard-page .subscription-status {
  /** No **/
  /** Cancelled **/
  /** Yes **/
  /** Failed **/
}
.raic-membership-dashboard-page .subscription-status > span {
  font-weight: 700;
}
.raic-membership-dashboard-page .subscription-status:has(.status-none) {
  color: var(--bs-gray-600);
}
.raic-membership-dashboard-page .subscription-status:has(.status-3) {
  color: var(--bs-orange);
}
.raic-membership-dashboard-page .subscription-status:has(.status-5) {
  color: var(--bs-green);
}
.raic-membership-dashboard-page .subscription-status:has(.status-4-failed), .raic-membership-dashboard-page .subscription-status:has(.status-5-failed) {
  color: var(--bs-red);
}

.raic-accordion {
  margin-top: 1.5rem;
  max-width: 1300px;
  margin: 32px auto;
}
.raic-accordion h2 {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .raic-accordion {
    padding: 16px 0;
  }
}
.raic-accordion .raic-subsection-heading {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #000000;
  padding-bottom: 0.75rem;
  margin-bottom: 1.25rem;
  border-bottom: 1px solid #263DC9;
  position: relative;
}
.raic-accordion .raic-subsection-heading::after {
  display: none;
}

.raic-accordion-item {
  border-bottom: 1px solid #263DC9;
}

.raic-accordion-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5rem 0;
  cursor: pointer;
}
.raic-accordion-header .raic-accordion-title {
  font-size: 1.125rem;
  font-weight: 500;
  margin: 0;
  color: #000000;
  font-family: "BDO Grotesk", sans-serif !important;
}
@media (max-width: 767px) {
  .raic-accordion-header .raic-accordion-title {
    font-size: 1rem;
  }
}
.raic-accordion-header .raic-accordion-toggle {
  background: none;
  border: none;
  color: #000000;
  padding: 0;
  font-size: 2rem;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.raic-accordion-header .raic-accordion-toggle .bi-plus {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.raic-accordion-header.active .raic-accordion-toggle .bi-plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.raic-accordion-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease;
  transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out, padding 0.3s ease;
  padding: 0;
}
.raic-accordion-content.show {
  max-height: 2000px;
  opacity: 1;
  padding: 0 0 1.25rem 0;
}
.raic-accordion-content p {
  margin: 0;
  color: #1A1A1A;
  line-height: 1.6;
}

.raic-accordion-item.active .raic-accordion-toggle .bi-plus {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.raic-spacer {
  display: block;
}

.raic-series-page .two-column-layout {
  padding: 0;
}
.raic-series-page .main-content {
  max-width: 750px;
}
.raic-series-page .sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
.raic-series-page .sidebar--wide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  max-width: 330px;
}
@media (max-width: 991px) {
  .raic-series-page .sidebar {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .raic-series-page .sidebar {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .raic-series-page .main-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.raic-series-page .sidebar-box--has-border {
  border: 1px solid #D9D9D9;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
.raic-series-page .sidebar-box--has-border .sidebar-content {
  padding: 24px;
}
.raic-series-page .sidebar-box--has-border .sidebar-image {
  width: 100%;
  height: auto;
  display: block;
}
.raic-series-page .sidebar-box--has-border .sidebar-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #000000;
}
.raic-series-page .sidebar-box--has-border .sidebar-subtitle {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 20px 0;
  color: #1A1A1A;
}
.raic-series-page .sidebar-box--has-border .sidebar-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.raic-series-page .sidebar-box--has-border .sidebar-checklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  font-size: 0.95rem;
}
.raic-series-page .sidebar-box--has-border .sidebar-checklist .check-icon {
  color: #263DC9;
  font-weight: bold;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .raic-series-page .sidebar-box--has-border {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .raic-series-page .sidebar-box--has-border {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
  }
}
.raic-series-page .raic-benefits-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}
.raic-series-page .raic-benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #1A1A1A;
  gap: 12px;
}
.raic-series-page .raic-benefit-item .raic-benefit-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}
.raic-series-page .raic-benefit-item span {
  line-height: 1.5;
}
.raic-series-page .section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D9D9D9;
}
.raic-series-page .section-header .section-title {
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0;
  color: #000000;
}
@media (max-width: 767px) {
  .raic-series-page .section-header .section-title {
    font-size: 2rem;
  }
}
.raic-series-page .section-header .section-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px 16px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.raic-series-page .section-header .section-button i {
  margin-left: 8px;
  font-size: 1.2em;
}
.raic-series-page .section-header .section-button:hover {
  background-color: #263DC9;
  text-decoration: none;
}
@media (max-width: 767px) {
  .raic-series-page .section-header .section-button {
    padding: 10px 16px;
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .raic-series-page .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
.raic-series-page .raic-anchor-menu--has-cta .raic-anchor-desktop {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.raic-series-page .raic-anchor-menu--has-cta .raic-anchor-desktop .raic-anchor-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.raic-series-page .raic-anchor-menu--has-cta .raic-anchor-desktop .raic-anchor-right .raic-anchor-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 24px;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.raic-series-page .raic-anchor-menu--has-cta .raic-anchor-desktop .raic-anchor-right .raic-anchor-cta:hover {
  background-color: #263DC9;
  text-decoration: none;
}
.raic-series-page .raic-anchor-menu--has-cta .raic-anchor-desktop .raic-anchor-right .raic-anchor-cta i {
  margin-left: 0.5rem;
  font-size: 1.2em;
}
.raic-series-page .raic-anchor-menu--grey-bg {
  background-color: #F6F6F6;
}
.raic-series-page .raic-anchor-menu--grey-bg .raic-anchor-desktop .raic-anchor-label {
  color: #1A1A1A;
}
.raic-series-page .raic-anchor-menu--grey-bg .raic-anchor-desktop .raic-anchor-link {
  color: #1A1A1A;
  font-family: "Inter", sans-serif !important;
}
.raic-series-page .raic-anchor-menu--grey-bg .raic-anchor-desktop .raic-anchor-link.active {
  color: #263DC9;
}
.raic-series-page .raic-anchor-menu--grey-bg .raic-anchor-desktop .raic-anchor-link:hover {
  color: #263DC9;
}
.raic-series-page .raic-anchor-mobile {
  position: absolute;
  top: 75px;
  width: 100%;
  z-index: 940;
  background-color: #000000;
}
@media (min-width: 768px) {
  .raic-series-page .raic-anchor-mobile {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  body.admin-bar .raic-series-page .raic-anchor-mobile {
    top: 120px;
  }
}
.raic-alert-bar ~ main .raic-series-page .raic-anchor-mobile {
  top: 111px;
}
@media (max-width: 1200px) {
  body.admin-bar .raic-alert-bar ~ main .raic-series-page .raic-anchor-mobile {
    top: 156px;
  }
}
.raic-series-page .raic-anchor-mobile.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 950;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
.raic-series-page .raic-anchor-mobile.sticky.anchor-visible {
  top: 0;
}
.raic-series-page .raic-anchor-mobile .raic-anchor-dropdown {
  position: relative;
}
.raic-series-page .raic-anchor-mobile .raic-anchor-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1rem;
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.raic-series-page .raic-anchor-mobile .raic-anchor-toggle i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.raic-series-page .raic-anchor-mobile .raic-anchor-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.raic-series-page .raic-anchor-mobile .raic-anchor-dropdown-menu.show {
  max-height: 400px;
}
.raic-series-page .raic-anchor-mobile .raic-anchor-item {
  display: block;
  padding: 1rem;
  color: #1A1A1A;
  text-decoration: none;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.raic-series-page .raic-anchor-mobile .raic-anchor-item:hover {
  background-color: #F6F6F6;
}
.raic-series-page .raic-anchor-mobile .raic-anchor-item.active {
  color: #263DC9;
  font-weight: 600;
}

.raic-course-page .raic-general-cta {
  position: relative;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
  margin-top: 40px;
  margin-bottom: 40px;
}
.raic-course-page .raic-general-cta--no-margin-bottom {
  margin-bottom: 0;
}
.raic-course-page .raic-general-cta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(240, 240, 240, 0)), color-stop(45%, rgba(240, 240, 240, 0)), color-stop(47.5%, rgba(240, 240, 240, 0.95)), color-stop(52.5%, rgba(240, 240, 240, 0.95)), color-stop(55%, rgba(240, 240, 240, 0)), to(rgba(240, 240, 240, 0)));
  background: linear-gradient(to right, rgba(240, 240, 240, 0) 0%, rgba(240, 240, 240, 0) 45%, rgba(240, 240, 240, 0.95) 47.5%, rgba(240, 240, 240, 0.95) 52.5%, rgba(240, 240, 240, 0) 55%, rgba(240, 240, 240, 0) 100%);
  z-index: 1;
}
.raic-course-page .raic-general-cta .raic-general-cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.raic-course-page .raic-general-cta .container {
  position: relative;
  z-index: 2;
}
.raic-course-page .raic-general-cta .raic-general-cta-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 991px) {
  .raic-course-page .raic-general-cta .raic-general-cta-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.raic-course-page .raic-general-cta .raic-general-cta-content {
  width: 100%;
  max-width: 800px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .raic-course-page .raic-general-cta .raic-general-cta-content {
    margin-bottom: 15px;
  }
}
.raic-course-page .raic-general-cta .raic-general-cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
  font-family: "BDO Grotesk", sans-serif;
}
@media (max-width: 767px) {
  .raic-course-page .raic-general-cta .raic-general-cta-title {
    font-size: 1.5rem;
  }
}
.raic-course-page .raic-general-cta .raic-general-cta-description {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #1A1A1A;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .raic-course-page .raic-general-cta .raic-general-cta-description {
    font-size: 1rem;
  }
}
.raic-course-page .raic-general-cta .raic-general-cta-action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.raic-course-page .raic-general-cta .raic-general-cta-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 24px;
  background-color: #FFB32F;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.raic-course-page .raic-general-cta .raic-general-cta-btn i {
  margin-left: 8px;
  font-size: 1.2em;
}
.raic-course-page .raic-general-cta .raic-general-cta-btn:hover {
  background-color: #000000;
  color: #FFB32F;
}
.raic-course-page .raic-general-cta--black {
  background-color: #000000;
}
.raic-course-page .raic-general-cta--black::before {
  display: none;
}
.raic-course-page .raic-general-cta--black .raic-general-cta-bg {
  display: none;
}
.raic-course-page .raic-general-cta--black .raic-general-cta-title {
  color: #FFFFFF !important;
  font-family: "Inter", sans-serif !important;
  font-weight: 500 !important;
}
.raic-course-page .raic-general-cta--black .raic-general-cta-description {
  color: #FFFFFF !important;
  font-weight: 400 !important;
  max-width: 600px;
  margin: auto;
}
.raic-course-page .raic-general-cta--black .raic-general-cta-btn {
  background-color: #FFB32F;
  color: #000000;
}
.raic-course-page .raic-general-cta--black .raic-general-cta-btn:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.raic-course-page .raic-general-cta--black.raic-general-cta--has-image .raic-general-cta-bg {
  display: block !important;
  opacity: 0.15;
}
.raic-course-page .raic-general-cta--has-image .raic-general-cta-bg {
  display: block !important;
  opacity: 0.15;
}
.raic-course-page .raic-general-cta--full-width .container {
  max-width: 100%;
  width: 100%;
}
.raic-course-page .raic-general-cta--full-width .raic-general-cta-content {
  width: 100%;
}
.raic-course-page .raic-breadcrumbs:not(.dark-breadcrumbs) {
  top: 175px !important;
}
.raic-alert-bar ~ main .raic-course-page .raic-breadcrumbs:not(.dark-breadcrumbs) {
  top: 211px !important;
}
body.admin-bar .raic-course-page .raic-breadcrumbs:not(.dark-breadcrumbs) {
  top: 175px !important;
}
.raic-alert-bar ~ main body.admin-bar .raic-course-page .raic-breadcrumbs:not(.dark-breadcrumbs) {
  top: 211px !important;
}
.raic-course-page .side-nav-page-wrapper {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.raic-course-page .two-column-layout {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .raic-course-page .two-column-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.raic-course-page .main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  max-width: 750px;
}
.raic-course-page .sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
.raic-course-page .sidebar--wide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
  max-width: 330px;
}
@media (max-width: 991px) {
  .raic-course-page .sidebar {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .raic-course-page .sidebar {
    display: block !important;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .raic-course-page .main-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.raic-course-page .sidebar-box--has-border {
  border: 1px solid #D9D9D9;
  padding: 0;
  border-radius: 4px;
  overflow: hidden;
}
.raic-course-page .sidebar-box--has-border .sidebar-content {
  padding: 24px;
}
.raic-course-page .sidebar-box--has-border .sidebar-image {
  width: 100%;
  height: auto;
  display: block;
}
.raic-course-page .sidebar-box--has-border .sidebar-section {
  margin-bottom: 24px;
}
.raic-course-page .sidebar-box--has-border .sidebar-section:last-child {
  margin-bottom: 0;
}
.raic-course-page .sidebar-box--has-border .sidebar-section h3 {
  font-size: 0.975rem;
  font-weight: 600;
  margin: 0 0 10px 0;
  color: #000000;
  font-family: "Inter", sans-serif !important;
}
.raic-course-page .sidebar-box--has-border .sidebar-section p {
  margin: 0 0 4px 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: #1A1A1A;
}
.raic-course-page .sidebar-box--has-border .sidebar-section p:last-child {
  margin-bottom: 0;
}
.raic-course-page .sidebar-box--has-border .sidebar-section p.mb-2 {
  margin-bottom: 8px !important;
}
.raic-course-page .sidebar-box--has-border .sidebar-section p .icon {
  margin-right: 8px;
}
.raic-course-page .sidebar-box--has-border .sidebar-checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}
.raic-course-page .sidebar-box--has-border .sidebar-checklist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  font-size: 0.9rem;
}
.raic-course-page .sidebar-box--has-border .sidebar-checklist .check-icon {
  color: #263DC9;
  font-weight: bold;
  margin-right: 10px;
}
@media (max-width: 991px) {
  .raic-course-page .sidebar-box--has-border {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .raic-course-page .sidebar-box--has-border {
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
  }
}
.raic-course-page.raic-course-page--paid .sidebar-section--pricing p {
  margin-bottom: 8px;
}
.raic-course-page.raic-course-page--paid .sidebar-section--pricing p:last-child {
  margin-bottom: 0;
}
.raic-course-page.raic-course-page--paid .sidebar-section--pricing .price-amount {
  color: #263DC9;
  font-weight: bold;
  font-size: 1.1rem;
}
.raic-course-page #section-information > h2,
.raic-course-page .section-heading {
  font-size: 2rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .raic-course-page #section-information > h2,
  .raic-course-page .section-heading {
    font-size: 1.5rem;
  }
}
.raic-course-page #section-information > h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
@media (max-width: 767px) {
  .raic-course-page #section-information > h3 {
    font-size: 1rem;
  }
}
.raic-course-page #section-information > h2,
.raic-course-page #section-information > h3,
.raic-course-page .section-heading {
  margin: 32px 0 20px 0;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
.raic-course-page #section-information > h2.mt-5,
.raic-course-page #section-information > h3.mt-5,
.raic-course-page .section-heading.mt-5 {
  margin-top: 3rem;
}
.raic-course-page .raic-anchor-menu--has-cta .raic-anchor-desktop {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.raic-course-page .raic-anchor-menu--has-cta .raic-anchor-desktop .raic-anchor-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.raic-course-page .raic-anchor-menu--has-cta .raic-anchor-desktop .raic-anchor-right .raic-anchor-cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 24px;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.raic-course-page .raic-anchor-menu--has-cta .raic-anchor-desktop .raic-anchor-right .raic-anchor-cta:hover {
  background-color: #263DC9;
  text-decoration: none;
}
.raic-course-page .raic-anchor-menu--has-cta .raic-anchor-desktop .raic-anchor-right .raic-anchor-cta i {
  margin-left: 0.5rem;
  font-size: 1.2em;
}
.raic-course-page .raic-anchor-menu--grey-bg {
  background-color: #F6F6F6;
}
.raic-course-page .raic-anchor-menu--grey-bg .raic-anchor-desktop .raic-anchor-label {
  color: #1A1A1A;
}
.raic-course-page .raic-anchor-menu--grey-bg .raic-anchor-desktop .raic-anchor-link {
  color: #1A1A1A;
  font-family: "Inter", sans-serif !important;
}
.raic-course-page .raic-anchor-menu--grey-bg .raic-anchor-desktop .raic-anchor-link.active {
  color: #263DC9;
}
.raic-course-page .raic-anchor-menu--grey-bg .raic-anchor-desktop .raic-anchor-link:hover {
  color: #263DC9;
}
.raic-course-page .raic-tall-banner p a {
  color: #FFFFFF;
  text-decoration: underline;
}
.raic-course-page .raic-tall-banner p a:hover {
  opacity: 0.8;
}
.raic-course-page .timeline-section {
  margin-top: 2rem;
}
.raic-course-page .timeline-section .timeline-heading {
  font-size: 2rem;
  font-weight: 600;
  margin: 32px 0 20px 0;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 767px) {
  .raic-course-page .timeline-section .timeline-heading {
    font-size: 1.5rem;
  }
}
.raic-course-page .timeline-section .timeline-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.raic-course-page .timeline-section .timeline-list .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid #D9D9D9;
}
.raic-course-page .timeline-section .timeline-list .timeline-item:last-child {
  margin-bottom: 0;
}
.raic-course-page .timeline-section .timeline-list .timeline-item span:first-child,
.raic-course-page .timeline-section .timeline-list .timeline-item .event-name {
  font-weight: 500;
}
.raic-course-page .timeline-section .timeline-list .timeline-item span:last-child,
.raic-course-page .timeline-section .timeline-list .timeline-item .event-date {
  font-weight: 500;
  color: #263DC9;
  text-align: right;
}
.raic-course-page .timeline-section .timeline-list .timeline-item span:last-child.closed,
.raic-course-page .timeline-section .timeline-list .timeline-item .event-date.closed {
  color: #4F4F4F;
}
@media (max-width: 767px) {
  .raic-course-page .timeline-section .timeline-list .timeline-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.raic-course-page .raic-staff-grid {
  margin-top: 30px;
}
.raic-course-page .raic-staff-grid .raic-staff-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 992px) {
  .raic-course-page .raic-staff-grid .raic-staff-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .raic-course-page .raic-staff-grid .raic-staff-grid-container {
    grid-template-columns: 1fr !important;
  }
}
.raic-course-page .raic-staff-grid .raic-staff-card {
  border: 1px solid #D9D9D9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
  height: 100%;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
}
.raic-course-page .raic-staff-grid .raic-staff-card:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: inherit;
}
.raic-course-page .raic-staff-grid .raic-staff-card:hover .raic-staff-arrow::after {
  color: #263DC9;
}
.raic-course-page .raic-staff-grid .raic-staff-card:focus {
  outline: 2px solid #263DC9;
  outline-offset: 2px;
}
.raic-course-page .raic-staff-grid .raic-staff-image {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.raic-course-page .raic-staff-grid .raic-staff-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: unset;
     object-position: unset;
}
.raic-course-page .raic-staff-grid .raic-staff-content {
  padding: 20px;
  padding-bottom: 46px; /* Make room for arrow */
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  background-color: #FFFFFF;
}
.raic-course-page .raic-staff-grid .raic-staff-name {
  font-family: "BDO Grotesk", sans-serif !important;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 3px 0;
  color: #000000;
}
.raic-course-page .raic-staff-grid .raic-staff-title {
  font-size: 0.9rem;
  margin: 0 0 3px 0;
  color: #1A1A1A;
  line-height: 1.4;
}
.raic-course-page .raic-staff-grid .raic-staff-organization {
  font-size: 0.9rem;
  margin: 0 0 3px 0;
  color: #1A1A1A;
  line-height: 1.4;
}
.raic-course-page .raic-staff-grid .raic-staff-term {
  font-size: 0.85rem;
  color: #7F7F7F;
  margin: 0;
  line-height: 1.4;
}
.raic-course-page .raic-staff-grid .raic-staff-arrow {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #1A1A1A;
  width: 24px;
  height: 24px;
}
.raic-course-page .raic-staff-grid .raic-staff-arrow::after {
  font-family: "bootstrap-icons";
  content: "\f145"; /* Bootstrap arrow-up-short icon code */
  position: absolute;
  font-size: 1.4rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); /* Rotate to diagonal */
  -webkit-transform-origin: center;
          transform-origin: center;
}
.raic-staff-card:hover .raic-course-page .raic-staff-grid .raic-staff-arrow {
  color: #263DC9;
}
.raic-course-page .raic-anchor-mobile {
  position: absolute;
  top: 75px;
  width: 100%;
  z-index: 940;
  background-color: #000000;
}
@media (min-width: 768px) {
  .raic-course-page .raic-anchor-mobile {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  body.admin-bar .raic-course-page .raic-anchor-mobile {
    top: 120px;
  }
}
.raic-alert-bar ~ main .raic-course-page .raic-anchor-mobile {
  top: 111px;
}
@media (max-width: 1200px) {
  body.admin-bar .raic-alert-bar ~ main .raic-course-page .raic-anchor-mobile {
    top: 156px;
  }
}
.raic-course-page .raic-anchor-mobile.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 950;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.raic-course-page .raic-anchor-mobile.sticky.anchor-visible {
  top: 0;
}
.raic-course-page .raic-anchor-mobile .raic-anchor-dropdown {
  position: relative;
}
.raic-course-page .raic-anchor-mobile .raic-anchor-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1rem;
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.raic-course-page .raic-anchor-mobile .raic-anchor-toggle i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.raic-course-page .raic-anchor-mobile .raic-anchor-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.raic-course-page .raic-anchor-mobile .raic-anchor-dropdown-menu.show {
  max-height: 400px;
}
.raic-course-page .raic-anchor-mobile .raic-anchor-item {
  display: block;
  padding: 1rem;
  color: #1A1A1A;
  text-decoration: none;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.raic-course-page .raic-anchor-mobile .raic-anchor-item:hover {
  background-color: #F6F6F6;
}
.raic-course-page .raic-anchor-mobile .raic-anchor-item.active {
  color: #263DC9;
  font-weight: 600;
}
.raic-course-page .raic-general-cta .raic-general-cta-bg {
  opacity: 0.85;
}
.raic-course-page .raic-general-cta--black.raic-general-cta--has-image .raic-general-cta-bg {
  display: block !important;
  opacity: 0.85;
}

.error-404 {
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 20px;
}
.error-404__container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.error-404__content {
  padding: 40px;
  background: #FFFFFF;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.error-404__code {
  font-size: 120px;
  font-weight: 700;
  color: #263DC9;
  line-height: 1;
  margin: 0 0 20px;
  letter-spacing: -5px;
}
.error-404__title {
  font-size: 32px;
  font-weight: 600;
  color: #1A1A1A;
  margin: 0 0 16px;
}
.error-404__message {
  font-size: 18px;
  color: #4F4F4F;
  margin: 0 0 40px;
  line-height: 1.6;
}
.error-404__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.error-404__button {
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
}
.error-404__button--primary {
  background: #263DC9;
  color: #FFFFFF;
  border-color: #263DC9;
}
.error-404__button--primary:hover {
  background: rgb(29.8912133891, 47.9832635983, 158.1087866109);
  border-color: rgb(29.8912133891, 47.9832635983, 158.1087866109);
  color: #FFFFFF;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(38, 61, 201, 0.3);
          box-shadow: 0 4px 12px rgba(38, 61, 201, 0.3);
}
.error-404__button--primary:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.error-404__button--secondary {
  background: #FFFFFF;
  color: #3C3C3C;
  border-color: #D9D9D9;
}
.error-404__button--secondary:hover {
  background: #F6F6F6;
  border-color: #4F4F4F;
  color: #1A1A1A;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.error-404__button--secondary:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (max-width: 768px) {
  .error-404 {
    padding: 40px 20px;
  }
  .error-404__content {
    padding: 30px 20px;
  }
  .error-404__code {
    font-size: 80px;
  }
  .error-404__title {
    font-size: 24px;
  }
  .error-404__message {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .error-404__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .error-404__button {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .error-404__code {
    font-size: 60px;
  }
  .error-404__title {
    font-size: 20px;
  }
  .error-404__message {
    font-size: 14px;
  }
  .error-404__button {
    padding: 12px 24px;
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Breadcrumbs base styles */
body.admin-bar .raic-breadcrumbs:not(.dark-breadcrumbs) {
  top: 175px;
}
@media (max-width: 1200px) {
  body.admin-bar .raic-breadcrumbs:not(.dark-breadcrumbs) {
    top: 175px;
  }
}
.raic-alert-bar ~ main body.admin-bar .raic-breadcrumbs:not(.dark-breadcrumbs) {
  top: 210px;
}
@media (max-width: 1200px) {
  .raic-alert-bar ~ main body.admin-bar .raic-breadcrumbs:not(.dark-breadcrumbs) {
    top: 210px;
  }
}

.raic-breadcrumbs {
  width: 100%;
  /* Light breadcrumbs (default - for banners) */
  /* Dark breadcrumbs (for pages without banners) */
}
.raic-breadcrumbs .container {
  max-width: 1300px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.raic-breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.raic-breadcrumbs .breadcrumb .breadcrumb-item {
  font-size: 0.75rem;
}
.raic-breadcrumbs .breadcrumb .breadcrumb-item:not(:first-child)::before {
  content: ">";
  padding: 0 0.5rem;
}
.raic-breadcrumbs:not(.dark-breadcrumbs) {
  position: absolute;
  z-index: 100;
  top: 175px;
}
.raic-breadcrumbs:not(.dark-breadcrumbs) .breadcrumb .breadcrumb-item {
  color: #D9D9D9;
}
.raic-breadcrumbs:not(.dark-breadcrumbs) .breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #D9D9D9;
}
.raic-breadcrumbs:not(.dark-breadcrumbs) .breadcrumb .breadcrumb-item.active {
  color: #FFFFFF;
}
.raic-breadcrumbs:not(.dark-breadcrumbs) .breadcrumb .breadcrumb-item a {
  color: #D9D9D9;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.raic-breadcrumbs:not(.dark-breadcrumbs) .breadcrumb .breadcrumb-item a:hover {
  color: #FFB32F;
}
@media (max-width: 1200px) {
  .raic-breadcrumbs:not(.dark-breadcrumbs) {
    top: 110px;
    /* Adjust based on mobile header height */
  }
}
.raic-alert-bar ~ main .raic-breadcrumbs:not(.dark-breadcrumbs) {
  top: 210px;
}
@media (max-width: 1200px) {
  .raic-alert-bar ~ main .raic-breadcrumbs:not(.dark-breadcrumbs) {
    top: 146px;
  }
}
.raic-breadcrumbs.dark-breadcrumbs {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.raic-breadcrumbs.dark-breadcrumbs .breadcrumb .breadcrumb-item {
  color: #7F7F7F;
}
.raic-breadcrumbs.dark-breadcrumbs .breadcrumb .breadcrumb-item:not(:first-child)::before {
  color: #7F7F7F;
}
.raic-breadcrumbs.dark-breadcrumbs .breadcrumb .breadcrumb-item.active {
  color: #000000;
}
.raic-breadcrumbs.dark-breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #7F7F7F;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.raic-breadcrumbs.dark-breadcrumbs .breadcrumb .breadcrumb-item a:hover {
  color: #263DC9;
}

@media (max-width: 767px) {
  .banner-section {
    margin-top: 0;
  }
  .raic-breadcrumbs {
    display: none;
  }
}
header {
  position: relative;
  z-index: 1100;
}

#site-header {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  will-change: transform;
}

.header-hidden {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/* Top Nav */
.raic-topnav {
  background-color: #000000;
  padding: 0.5rem 0;
}
.raic-topnav .raic-topnav-link {
  color: #D9D9D9;
  text-decoration: none;
  padding: 0.25rem 0.75rem;
  font-size: 0.85rem;
}
.raic-topnav .raic-topnav-link span {
  position: relative;
  display: inline-block;
}
.raic-topnav .raic-topnav-link span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.raic-topnav .raic-topnav-link span:hover::after {
  width: 100%;
}
.raic-topnav .raic-topnav-link:hover {
  color: #FFB32F;
}
.raic-topnav .raic-topnav-link:hover span::after {
  background-color: #FFB32F;
}
.raic-topnav .raic-topnav-link .bi {
  margin-right: 0.25rem;
}

.raic-mainnav {
  background-color: #FFFFFF;
}
.raic-mainnav .container {
  position: relative;
}
.raic-mainnav .raic-logo img {
  width: 148px;
  height: 44px;
}
.raic-mainnav .raic-main-links {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.raic-mainnav .raic-main-links .raic-dropdown {
  position: relative;
}
.raic-mainnav .raic-main-links .raic-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 25px;
  background-color: transparent;
  display: none;
}
.raic-mainnav .raic-main-links .raic-dropdown .raic-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  min-width: 220px;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 0.5rem 0;
  margin-top: 0;
}
.raic-mainnav .raic-main-links .raic-dropdown .raic-dropdown-menu.show {
  display: block;
}
.raic-mainnav .raic-main-links .raic-dropdown:hover {
  /* Show the menu AND the bridge on hover */
}
.raic-mainnav .raic-main-links .raic-dropdown:hover .raic-dropdown-menu {
  display: block;
}
.raic-mainnav .raic-main-links .raic-dropdown:hover::after {
  display: block;
}
.raic-mainnav .raic-mainnav-link {
  color: #000000;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 0 16px;
  display: inline-block;
  font-family: "Inter", sans-serif !important;
}
.raic-mainnav .raic-mainnav-link span {
  position: relative;
  display: inline-block;
}
.raic-mainnav .raic-mainnav-link span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.raic-mainnav .raic-mainnav-link span:hover::after {
  width: 100%;
}
.raic-mainnav .raic-mainnav-link:hover {
  color: #263DC9;
}
.raic-mainnav .raic-mainnav-link:hover span::after {
  background-color: #263DC9;
}
.raic-mainnav .raic-mainnav-link.has-dropdown {
  position: relative;
  padding-right: 24px;
}
.raic-mainnav .raic-mainnav-link.has-dropdown::after {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-size: 0.7rem;
  color: #000000;
  font-weight: 900;
  position: absolute;
  right: 4px;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.raic-sticky-active {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  header {
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
  }
  .raic-dropdown-menu {
    z-index: 10001 !important;
  }
}
@media (max-width: 1199px) {
  .raic-topnav {
    display: none;
  }
  #site-header {
    position: sticky !important;
    top: 0 !important;
    left: 0;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 1100;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  .raic-mainnav {
    position: relative !important;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .raic-mobile-menu {
    top: 70px;
  }
  .raic-mobile-submenu {
    top: 70px;
    background-color: #FFFFFF;
  }
}
.join-btn-container-desktop {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 0;
}
.join-btn-container-desktop .raic-join-btn {
  border: 1px solid #263DC9;
  color: #263DC9;
  padding: 9px 16px;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  text-align: center;
}
.join-btn-container-desktop .raic-join-btn:hover {
  background-color: #263DC9;
  color: #FFFFFF;
}

.join-btn-container {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 15px;
}
.join-btn-container .raic-join-btn {
  border: 1px solid #263DC9;
  color: #263DC9;
  padding: 9px 16px;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-block;
  width: 100%;
  font-weight: 600;
  text-align: center;
}
.join-btn-container .raic-join-btn:hover {
  background-color: #263DC9;
  color: #FFFFFF;
}

.raic-header-border {
  height: 1px;
  background-color: #E6E6E6;
  width: 100%;
}

.raic-mobile-menu-btn {
  background: none;
  border: none;
  cursor: pointer;
  margin-left: 28px !important;
  padding: 0;
}
@media (max-width: 991px) {
  .raic-mobile-menu-btn {
    display: block;
  }
}
.raic-mobile-menu-btn span {
  display: block;
  width: 27px;
  height: 3px;
  background-color: #263DC9;
  margin: 6px 0;
}

.raic-mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  z-index: 1000;
  max-height: calc(100vh - 70px);
  overflow-y: auto;
  overscroll-behavior-y: contain;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /*@media (max-width: 767px) {
      padding-top: 70px; 

  }*/
}
.raic-mobile-menu.active {
  display: block;
}
.raic-mobile-menu:not(.active) {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
}
.raic-mobile-menu .raic-mobile-primary {
  background-color: #FFFFFF;
  padding-bottom: 10px;
}
.raic-mobile-menu .raic-mobile-primary .raic-mobile-link {
  border: 1px solid #F6F6F6;
}
.raic-mobile-menu .raic-mobile-secondary {
  background-color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
}
.raic-mobile-menu .raic-mobile-secondary .raic-mobile-link {
  color: #D9D9D9;
}
.raic-mobile-menu .raic-mobile-secondary .raic-mobile-link .bi {
  color: #D9D9D9;
}
.raic-mobile-menu .raic-mobile-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  color: #000000;
  text-decoration: none;
  font-weight: 400;
}
.raic-mobile-secondary .raic-mobile-menu .raic-mobile-link {
  color: #FFFFFF;
}
.raic-mobile-menu .raic-mobile-link.active {
  color: #263DC9;
}
.raic-mobile-menu .raic-mobile-link .bi {
  font-size: 1.2rem;
  color: #263DC9;
}
.raic-mobile-menu .raic-mobile-link .bi-chevron-right {
  color: #263DC9;
}
.raic-mobile-menu .raic-mobile-link.icon-login, .raic-mobile-menu .raic-mobile-link.icon-search, .raic-mobile-menu .raic-mobile-link.icon-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.raic-mobile-menu .raic-mobile-link.icon-login .bi, .raic-mobile-menu .raic-mobile-link.icon-search .bi, .raic-mobile-menu .raic-mobile-link.icon-language .bi {
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.raic-mobile-submenu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 70px);
  min-height: 100vh;
  background-color: #FFFFFF;
  z-index: 1001;
  overflow-y: auto;
  overscroll-behavior-y: contain;
}
.raic-mobile-submenu.active {
  display: block;
}
.raic-mobile-submenu .raic-submenu-header {
  padding: 1rem;
  border-bottom: 1px solid #E6E6E6;
  background-color: #FFFFFF;
  font-weight: 500;
}
.raic-mobile-submenu .raic-submenu-header .raic-back-text {
  color: #263DC9;
  font-weight: 500;
}
.raic-mobile-submenu .raic-submenu-header .raic-back-btn {
  color: #263DC9;
  text-decoration: none;
}
.raic-mobile-submenu .raic-submenu-header .raic-back-btn .bi {
  font-size: 1.2rem;
}
.raic-mobile-submenu .raic-submenu-items {
  background-color: #F6F6F6;
}
.raic-mobile-submenu .raic-submenu-items .raic-submenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.75rem 1rem;
  color: #1A1A1A;
  text-decoration: none;
  border-bottom: 1px solid #E6E6E6;
  background-color: #fff;
  padding-left: 25px;
}
.raic-mobile-submenu .raic-submenu-items .raic-submenu-link:last-child {
  border-bottom: none;
}
.raic-mobile-submenu .raic-submenu-items .raic-submenu-link i {
  font-size: 1.2rem;
  color: #263DC9;
}
.raic-mobile-submenu .raic-submenu-items .raic-submenu-link:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.raic-mobile-submenu .raic-submenu-items .raic-submenu-link.raic-submenu-active {
  background-color: #FFFFFF;
  color: #263DC9;
  font-weight: 400;
}
.raic-mobile-submenu .raic-submenu-items .raic-submenu-link.raic-submenu-section {
  background-color: #F6F6F6;
  color: #263DC9;
}

.raic-dropdown {
  position: relative;
}
.raic-dropdown .raic-dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% + 25px);
  left: 0;
  min-width: 220px;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 0.5rem 0;
  margin-top: 0;
}
.raic-dropdown .raic-dropdown-menu.show {
  display: block;
}
.raic-dropdown .raic-dropdown-item {
  display: block;
  padding: 0.75rem 1.25rem;
  color: #1A1A1A;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px solid #E6E6E6;
  font-size: 0.9rem;
}
.raic-dropdown .raic-dropdown-item:last-child {
  border-bottom: none;
}
.raic-dropdown .raic-dropdown-item:hover {
  background-color: #F6F6F6;
  color: #263DC9;
}

.raic-header-border {
  position: relative;
  z-index: 990;
}

/* 
 * Footer Styles
 * This file should be imported into your main Sassify setup
 */
.raic-footer {
  background-color: #000000;
  color: #FFFFFF;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: auto;
  /* Global footer link styles */
  /* Override for footer links specifically */
}
.raic-footer h1, .raic-footer h2, .raic-footer h3, .raic-footer h4, .raic-footer h5, .raic-footer h6, .raic-footer a, .raic-footer p {
  font-family: "Inter", sans-serif !important;
}
.raic-footer a {
  color: #D9D9D9 !important;
}
.raic-footer .row.py-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.raic-footer .row.py-5 .col-md-4 {
  margin-right: auto;
}
.raic-footer .row.py-5 .col-md-2,
.raic-footer .row.py-5 .col-md-3 {
  width: auto;
  padding: 0 30px;
}
.raic-footer .row.py-5 .col-md-2:last-child,
.raic-footer .row.py-5 .col-md-3:last-child {
  padding-right: 16px;
}
.raic-footer .row.py-5 .col-md-2 {
  padding-left: 0;
}
.raic-footer a {
  color: #D9D9D9;
  text-decoration: none;
}
.raic-footer a span {
  position: relative;
  display: inline-block;
}
.raic-footer a span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.raic-footer a span:hover::after {
  width: 100%;
}
.raic-footer a:hover {
  color: #FFB32F;
}
.raic-footer a:hover span::after {
  background-color: #FFB32F;
}
.raic-footer .raic-footer-links a {
  text-decoration: underline !important;
}
.raic-footer h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
}
.raic-footer p {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: #D9D9D9;
}
.raic-footer .raic-footer-logo {
  margin-bottom: 1rem;
}
.raic-footer .raic-footer-logo img {
  max-width: 100%;
  height: 96px;
}
.raic-footer .raic-social-media a {
  display: inline-block;
  margin-left: 15px;
  color: #FFFFFF;
  font-size: 1.2rem;
}
.raic-footer .raic-social-media a:hover {
  color: #FFB32F;
}
.raic-footer .raic-footer-divider {
  border-color: #3C3C3C;
  margin: 1rem 0;
}
.raic-footer .raic-footer-bottom {
  font-size: 0.85rem;
}
.raic-footer .raic-footer-bottom .raic-footer-credit,
.raic-footer .raic-footer-bottom .raic-copyright {
  color: #D9D9D9;
}
.raic-footer .raic-footer-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.raic-footer .raic-footer-links a {
  color: #D9D9D9;
  margin: 0 10px;
  text-decoration: underline;
  font-size: 0.85rem;
}
.raic-footer .raic-footer-links a span {
  position: relative;
  display: inline-block;
}
.raic-footer .raic-footer-links a span::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -2px;
  left: 0;
  background-color: currentColor;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.raic-footer .raic-footer-links a span:hover::after {
  width: 100%;
}
.raic-footer .raic-footer-links a:hover {
  color: #FFB32F;
}
.raic-footer .raic-footer-links a:hover span::after {
  background-color: #FFB32F;
}

/* Mobile Footer Styles */
@media (max-width: 767px) {
  .raic-footer {
    /* General mobile adjustments */
    text-align: left;
    padding-bottom: 20px;
    /* Layout adjustments */
    /* Ensure the footer has proper spacing */
    overflow: visible;
    height: auto !important;
    min-height: auto !important;
    /* Logo centered on mobile */
    /* Mobile accordion sections */
    /* Mobile footer links */
    /* Social media icons centered on mobile */
    /* Footer bottom content centered on mobile */
    /* Make sure copyright text doesn't get cut off */
  }
  .raic-footer .row.py-5 {
    display: block;
  }
  .raic-footer .row.py-5 .col-md-2,
  .raic-footer .row.py-5 .col-md-3 {
    padding: 0;
    margin-bottom: 20px;
  }
  .raic-footer .raic-footer-logo {
    text-align: left;
    padding: 1.5rem 0;
  }
  .raic-footer .mobile-section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .raic-footer .mobile-section .mobile-accordion-header.active i {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  .raic-footer .mobile-section.active .mobile-accordion-header i {
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  .raic-footer .mobile-section.active .mobile-accordion-content {
    display: block !important;
  }
  .raic-footer .mobile-section .mobile-accordion-header {
    padding: 15px 0;
    margin: 0;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .raic-footer .mobile-section .mobile-accordion-header i {
    color: #FFB32F;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .raic-footer .mobile-accordion-content {
    display: none;
    padding: 0 0 15px 0;
  }
  .raic-footer .mobile-accordion-content.show {
    display: block;
  }
  .raic-footer .mobile-footer-link {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    display: block;
    font-size: 1rem;
  }
  .raic-footer .raic-social-media {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
    text-align: center;
  }
  .raic-footer .raic-social-media a {
    margin: 0 15px;
    font-size: 1.4rem;
  }
  .raic-footer .raic-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .raic-footer .raic-footer-bottom .raic-footer-credit,
  .raic-footer .raic-footer-bottom .raic-copyright {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .raic-footer .raic-copyright {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
}
.raic-search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.raic-search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.raic-search-overlay-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.raic-search-close {
  position: absolute;
  top: 2rem;
  right: 2rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  padding: 0.5rem;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.raic-search-close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767px) {
  .raic-search-close {
    top: 1rem;
    right: 1rem;
    font-size: 1.5rem;
  }
}

.raic-search-overlay-inner {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}

.raic-search-title {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}
@media (max-width: 767px) {
  .raic-search-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}

.raic-search-form {
  margin-bottom: 3rem;
}

.raic-search-input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.raic-search-input {
  width: 100%;
  background-color: #fff;
  border: none;
  border-radius: 0;
  outline: none;
}
.raic-search-input::-webkit-input-placeholder {
  color: #999;
}
.raic-search-input::-moz-placeholder {
  color: #999;
}
.raic-search-input:-ms-input-placeholder {
  color: #999;
}
.raic-search-input::-ms-input-placeholder {
  color: #999;
}
.raic-search-input::placeholder {
  color: #999;
}
@media (max-width: 767px) {
  .raic-search-input {
    padding: 1rem 3rem 1rem 1rem;
    font-size: 1rem;
  }
}

.raic-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 0 1.5rem;
  background: none;
  border: none;
  color: #333;
  font-size: 1.5rem;
  cursor: pointer;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
.raic-search-submit:hover {
  color: #263DC9;
}
@media (max-width: 767px) {
  .raic-search-submit {
    padding: 0 1rem;
    font-size: 1.25rem;
  }
}

.raic-search-suggestions {
  text-align: center;
}

.raic-search-suggestion-label {
  color: #ccc;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.raic-search-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
}

.raic-search-tag {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.raic-search-tag:hover {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}

body.search-open {
  overflow: hidden;
}

.raic-alert-bar {
  background-color: #FFB32F;
  padding: 8px 0;
  text-align: center;
  position: relative;
  width: 100%;
  z-index: 1200;
}
.raic-alert-bar .container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}
.raic-alert-bar .raic-alert-content {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.raic-alert-bar .raic-alert-content a {
  color: #000000;
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.raic-alert-bar .raic-alert-content a:hover {
  color: #333333;
  text-decoration: none;
}
.raic-alert-bar .raic-alert-content strong, .raic-alert-bar .raic-alert-content b {
  font-weight: 600;
}
.raic-alert-bar .raic-alert-content em, .raic-alert-bar .raic-alert-content i {
  font-style: italic;
}
.raic-alert-bar .raic-alert-content p {
  margin: 0;
  display: inline;
}

/* Posts and pages
--------------------------------------------- */
/*.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}*/
/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* WooCommerce
--------------------------------------------- */
/* Floating Cart Widget Styles */
.floating-cart-widget {
  position: fixed;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9999;
  font-family: "Inter", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Cart Button */
.floating-cart-button {
  width: 60px;
  height: 60px;
  background-color: #263DC9;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 12px rgba(38, 61, 201, 0.3);
          box-shadow: 0 4px 12px rgba(38, 61, 201, 0.3);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  color: #FFFFFF;
  font-size: 24px;
}

.floating-cart-button:hover {
  background-color: rgb(29.8912133891, 47.9832635983, 158.1087866109);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 6px 20px rgba(38, 61, 201, 0.4);
          box-shadow: 0 6px 20px rgba(38, 61, 201, 0.4);
}

.floating-cart-button .cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #FFB32F;
  color: #000000;
  font-size: 12px;
  font-weight: 700;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 6px;
  line-height: 1;
}

/* Cart Panel */
.floating-cart-panel {
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  max-height: 600px;
  background: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(100%) translateX(20px) scale(0.8);
          transform: translateX(100%) translateX(20px) scale(0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  border: 1px solid #E6E6E6;
}

.floating-cart-widget.expanded .floating-cart-panel {
  -webkit-transform: translateX(-80px) scale(1);
          transform: translateX(-80px) scale(1);
  opacity: 1;
  visibility: visible;
}

/* Panel Header */
.cart-panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 15px;
  border-bottom: 1px solid #F6F6F6;
  background-color: #F6F6F6;
}

.cart-panel-header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #1A1A1A;
  font-family: "BDO Grotesk", sans-serif;
}

.cart-panel-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #7F7F7F;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.cart-panel-close:hover {
  color: #1A1A1A;
}

/* Panel Content */
.cart-panel-content {
  max-height: 400px;
  overflow-y: auto;
  padding: 0;
}

.cart-items {
  padding: 0;
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  border-bottom: 1px solid #F6F6F6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item.removing {
  opacity: 0.5;
  pointer-events: none;
}

.cart-item:hover {
  background-color: #F6F6F6;
}

/* Cart Item Image */
.cart-item-image {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  border-radius: 6px;
  overflow: hidden;
}

.cart-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Cart Item Details */
.cart-item-details {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.cart-item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 5px;
  color: #1A1A1A;
}

.cart-item-name a {
  color: inherit;
  text-decoration: none;
}

.cart-item-name a:hover {
  color: #263DC9;
}

.cart-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #7F7F7F;
}

.cart-item-quantity {
  font-weight: 500;
}

.cart-item-price {
  font-weight: 600;
  color: #263DC9;
}

/* Remove Button */
.cart-item-remove {
  background: none;
  border: none;
  color: #4F4F4F;
  cursor: pointer;
  padding: 8px;
  margin-left: 10px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cart-item-remove:hover {
  background-color: white;
  color: #F04E37;
}

.cart-item-remove:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Panel Footer */
.cart-panel-footer {
  padding: 20px;
  border-top: 1px solid #F6F6F6;
  background-color: #F6F6F6;
}

.cart-subtotal {
  margin-bottom: 15px;
  text-align: center;
  font-size: 16px;
  color: #1A1A1A;
}

.cart-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.cart-checkout-btn,
.cart-view-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
  font-family: "Inter", sans-serif;
}

.cart-checkout-btn {
  background-color: #263DC9;
  color: #FFFFFF;
  border-color: #263DC9;
}

.cart-checkout-btn:hover {
  background-color: rgb(29.8912133891, 47.9832635983, 158.1087866109);
  border-color: rgb(29.8912133891, 47.9832635983, 158.1087866109);
  color: #FFFFFF;
  text-decoration: none;
}

.cart-view-btn {
  background-color: transparent;
  color: #263DC9;
  border-color: #263DC9;
}

.cart-view-btn:hover {
  background-color: #263DC9;
  color: #FFFFFF;
  text-decoration: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .floating-cart-widget {
    right: 15px;
  }
  .floating-cart-button {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  .floating-cart-panel {
    width: 320px;
  }
  .floating-cart-widget.expanded .floating-cart-panel {
    -webkit-transform: translateX(-60px) scale(1);
            transform: translateX(-60px) scale(1);
  }
  .cart-panel-header,
  .cart-panel-footer {
    padding: 15px;
  }
  .cart-item {
    padding: 15px;
  }
  .cart-item-image {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .floating-cart-panel {
    width: calc(100vw - 30px);
    right: -15px;
  }
  .floating-cart-widget.expanded .floating-cart-panel {
    -webkit-transform: translateX(-45px) scale(1);
            transform: translateX(-45px) scale(1);
  }
}
/* Animation for adding items */
@-webkit-keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounceIn {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
.floating-cart-widget.item-added .floating-cart-button {
  -webkit-animation: bounceIn 0.6s ease;
          animation: bounceIn 0.6s ease;
}

/* Custom scrollbar for cart items */
.cart-panel-content::-webkit-scrollbar {
  width: 6px;
}

.cart-panel-content::-webkit-scrollbar-track {
  background: #F6F6F6;
  border-radius: 10px;
}

.cart-panel-content::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 10px;
}

.cart-panel-content::-webkit-scrollbar-thumb:hover {
  background: #4F4F4F;
}

/* WooCommerce Cart & Checkout Block Styles */
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout {
  max-width: 1300px;
  margin: 0 auto !important;
  padding: 20px;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/*
Theme Name: RAIC

WooCommerce styles override
*/
/**
 * Shop tables
 */
table.shop_table_responsive thead {
  display: none;
}
table.shop_table_responsive tbody th {
  display: none;
}
table.shop_table_responsive tr td {
  display: block;
  text-align: right;
  clear: both;
}
table.shop_table_responsive tr td::before {
  content: attr(data-title) ": ";
  float: left;
}
table.shop_table_responsive tr td.product-remove a {
  text-align: left;
}
table.shop_table_responsive tr td.product-remove::before {
  display: none;
}
table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
  display: none;
}
table.shop_table_responsive tr td.download-actions .button {
  display: block;
  text-align: center;
}

@media screen and (min-width: 48em) {
  table.shop_table_responsive thead {
    display: table-header-group;
  }
  table.shop_table_responsive tbody th {
    display: table-cell;
  }
  table.shop_table_responsive tr th,
  table.shop_table_responsive tr td {
    text-align: left;
  }
  table.shop_table_responsive tr td {
    display: table-cell;
  }
  table.shop_table_responsive tr td::before {
    display: none;
  }
}
/**
 * Products
 */
ul.products {
  margin: 0;
  padding: 0;
}
ul.products li.product {
  list-style: none;
  position: relative;
  margin-bottom: 2em;
}
ul.products li.product img {
  display: block;
}
ul.products li.product .button {
  display: block;
}

@media screen and (min-width: 48em) {
  ul.products li.product {
    width: 30.7966666667%;
    float: left;
    margin-right: 3.8%;
  }
  ul.products li.product.first {
    clear: both;
  }
  ul.products li.product.last {
    margin-right: 0;
  }
  ul.products.columns-1 li.product {
    float: none;
    width: 100%;
  }
  ul.products.columns-2 li.product {
    width: 48.1%;
  }
  ul.products.columns-3 li.product {
    width: 30.7966666667%;
  }
  ul.products.columns-4 li.product {
    width: 22.15%;
  }
  ul.products.columns-5 li.product {
    width: 16.96%;
  }
  ul.products.columns-6 li.product {
    width: 13.4933333333%;
  }
}
/**
 * Single product
 */
.single-product div.product {
  position: relative;
}
.single-product div.product .woocommerce-product-gallery {
  position: relative;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 2em;
  right: 1em;
  display: block;
  z-index: 99;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 1em;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  cursor: pointer;
  float: left;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.5;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
  width: 48.1%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  width: 30.7966666667%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 22.15%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: both;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 16.96%;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
  margin-right: 0;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
  clear: both;
}

.stock:empty::before {
  display: none;
}
.stock.in-stock {
  color: #0f834d;
}
.stock.out-of-stock {
  color: #e2401c;
}

/**
 * Checkout
 */
@media screen and (min-width: 768px) {
  .col2-set .form-row-first {
    float: left;
    margin-right: 3.8%;
  }
  .col2-set .form-row-last {
    float: right;
    margin-right: 0;
  }
  .col2-set .form-row-first,
  .col2-set .form-row-last {
    width: 48.1%;
  }
}
/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
.site-header-cart {
  position: relative;
  margin: 0;
  padding: 0;
}
.site-header-cart .cart-contents {
  text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
  display: none;
}
.site-header-cart .product_list_widget {
  margin: 0;
  padding: 0;
}

/**
 * Star rating
 */
.star-rating {
  overflow: hidden;
  position: relative;
  height: 1.618em;
  line-height: 1.618;
  width: 5.3em;
  font-family: star;
  font-weight: 400;
}
.star-rating::before {
  content: "SSSSS";
  opacity: 0.25;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.star-rating span::before {
  content: "SSSSS";
  top: 0;
  position: absolute;
  left: 0;
  color: #4169e1;
}

p.stars a {
  position: relative;
  height: 1em;
  width: 1em;
  text-indent: -999em;
  display: inline-block;
  text-decoration: none;
  margin-right: 1px;
  font-weight: 400;
}
p.stars a::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  line-height: 1;
  font-family: star;
  content: "S";
  color: #404040;
  text-indent: 0;
  opacity: 0.25;
}
p.stars a:hover ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars:hover a::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}
p.stars.selected a.active ~ a::before {
  content: "S";
  color: #404040;
  opacity: 0.25;
}
p.stars.selected a:not(.active)::before {
  content: "S";
  color: #4169e1;
  opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce-tabs ul.tabs li {
  display: block;
  margin: 0;
  position: relative;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 0;
  display: block;
}
.woocommerce-tabs .panel h2:first-of-type {
  margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  text-align: right;
}
.woocommerce-password-strength.strong {
  color: #0f834d;
}
.woocommerce-password-strength.short {
  color: #e2401c;
}
.woocommerce-password-strength.bad {
  color: #e2401c;
}
.woocommerce-password-strength.good {
  color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #0f834d;
          box-shadow: inset 2px 0 0 #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
  -webkit-box-shadow: inset 2px 0 0 #e2401c;
          box-shadow: inset 2px 0 0 #e2401c;
}

.required {
  color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
  background-color: #0f834d;
  clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
  background-color: #3d9cd2;
}

.woocommerce-error {
  background-color: #e2401c;
}

.demo_store {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 1em;
  background-color: #3d9cd2;
  z-index: 9999;
}

@media screen and (min-width: 48em) {
  /**
   * Header cart
   */
  .site-header-cart .widget_shopping_cart {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 999999;
    left: -999em;
    display: block;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  }
  .site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
    left: 0;
    display: block;
  }
}
/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
  margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  cursor: ew-resize;
  outline: none;
  background: #4169e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -0.25em;
  opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  -webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
  background: #4169e1;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
  height: 0.5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  height: 100%;
}

/**
 * RAIC Design System Overrides
 */
/**
 * RAIC WooCommerce Style Overrides
 * Based on RAIC design system from alphas folder
 */
.woocommerce .container,
.woocommerce-page .container {
  max-width: 1300px !important;
  width: 100% !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce .site-main .container,
.woocommerce-page .site-main .container {
  max-width: 1300px !important;
}

.woocommerce-page .site-main,
.woocommerce .site-main {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce h1, .woocommerce h2, .woocommerce h3, .woocommerce h4, .woocommerce h5, .woocommerce h6 {
  font-family: "BDO Grotesk", sans-serif !important;
  color: #000000;
}
.woocommerce p, .woocommerce li, .woocommerce td, .woocommerce th {
  font-family: "Inter", sans-serif;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px;
  border: 1px solid #263DC9 !important;
  background-color: #263DC9 !important;
  color: #FFFFFF !important;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "BDO Grotesk", sans-serif !important;
  border-radius: 4px;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover {
  background-color: rgb(29.8912133891, 47.9832635983, 158.1087866109) !important;
  color: #FFFFFF !important;
  border-color: rgb(29.8912133891, 47.9832635983, 158.1087866109) !important;
}
.woocommerce a.button.disabled, .woocommerce a.button:disabled,
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
  background-color: #FFB32F !important;
  color: #000000 !important;
  border: 1px solid #FFB32F !important;
}
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover {
  background-color: rgb(251, 159.2884615385, 0) !important;
  border-color: rgb(251, 159.2884615385, 0) !important;
  color: #000000 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  padding: 8px 12px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 0.9rem;
  color: #4F4F4F;
  background-color: #FFFFFF;
  font-family: "Inter", sans-serif;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
  outline: none;
  border-color: #263DC9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce form .form-row input.input-text::-webkit-input-placeholder, .woocommerce form .form-row textarea::-webkit-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.woocommerce form .form-row input.input-text::-moz-placeholder, .woocommerce form .form-row textarea::-moz-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.woocommerce form .form-row input.input-text:-ms-input-placeholder, .woocommerce form .form-row textarea:-ms-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.woocommerce form .form-row input.input-text::-ms-input-placeholder, .woocommerce form .form-row textarea::-ms-input-placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder {
  color: #7F7F7F;
  opacity: 1;
}
.woocommerce form .form-row label {
  font-weight: 600;
  color: #1A1A1A;
  font-size: 0.9rem;
  margin-bottom: 5px;
}

.woocommerce ul.products li.product {
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.woocommerce ul.products li.product:hover {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: "BDO Grotesk", sans-serif !important;
  color: #000000 !important;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.woocommerce ul.products li.product .price {
  color: #263DC9 !important;
  font-weight: 600;
  font-size: 1.2rem;
}
.woocommerce ul.products li.product .price del {
  color: #7F7F7F !important;
  font-weight: 400;
}

.woocommerce div.product {
  margin-bottom: 60px;
}
.woocommerce div.product .product_title {
  font-family: "BDO Grotesk", sans-serif !important;
  color: #000000 !important;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  color: #1A1A1A !important;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.woocommerce div.product p.price {
  font-size: 2rem;
  color: #263DC9 !important;
  font-weight: 600;
  margin-bottom: 20px;
}
.woocommerce div.product p.price del {
  color: #7F7F7F !important;
  font-size: 1.5rem;
}
.woocommerce div.product .wp-post-image {
  max-width: 400px !important;
  height: auto !important;
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .woocommerce div.product .wp-post-image {
    max-width: 300px !important;
  }
}
.woocommerce div.product .posted_in {
  display: none !important;
}
.woocommerce div.product .cart {
  margin-bottom: 30px;
}
.woocommerce div.product .product_meta {
  margin: 30px 0;
  padding: 20px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}
.woocommerce div.product .product_meta .sku_wrapper {
  margin-bottom: 10px;
}
.woocommerce div.product .product_meta .sku_wrapper:last-child {
  margin-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs {
  margin-top: 30px;
}
.woocommerce div.product .woocommerce-tabs .wc-tabs {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel {
  display: block !important;
  border: none !important;
  padding: 0 !important;
  margin-top: 0;
}
.woocommerce div.product .woocommerce-tabs #tab-description h2,
.woocommerce div.product .woocommerce-tabs .woocommerce-Tabs-panel--description h2 {
  display: none !important;
}

.woocommerce table.shop_table {
  border: 1px solid #D9D9D9;
  border-radius: 0;
}
.woocommerce table.shop_table th {
  background-color: #F6F6F6;
  color: #000000;
  font-weight: 600;
  padding: 15px;
  border-bottom: 1px solid #D9D9D9;
  font-family: "BDO Grotesk", sans-serif;
}
.woocommerce table.shop_table td {
  padding: 15px;
  border-bottom: 1px solid #D9D9D9;
  color: #1A1A1A;
}
.woocommerce table.shop_table tr:last-child td {
  border-bottom: none;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
  border-radius: 4px;
  border-width: 1px;
  padding: 15px 20px;
  font-family: "Inter", sans-serif;
  margin: 20px 0;
  position: relative;
}
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-error a {
  font-weight: 600;
  text-decoration: underline;
  margin-left: 10px;
}
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-error a:hover {
  text-decoration: none;
}
.woocommerce .woocommerce-message {
  border-color: #32B561;
  color: rgb(38.961038961, 141.038961039, 75.5844155844);
  background-color: rgba(50, 181, 97, 0.1);
}
.woocommerce .woocommerce-message a {
  color: #FFFFFF;
  border: 1px solid #32B561;
  padding: 8px 16px;
  text-decoration: none;
  background-color: #32B561;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  display: inline-block;
  margin-left: 15px;
  font-size: 0.9rem;
  font-weight: 500;
}
.woocommerce .woocommerce-message a:hover {
  background-color: rgb(38.961038961, 141.038961039, 75.5844155844);
  border-color: rgb(38.961038961, 141.038961039, 75.5844155844);
}
.woocommerce .woocommerce-info {
  border-color: #263DC9;
  color: rgb(29.8912133891, 47.9832635983, 158.1087866109);
  background-color: rgba(38, 61, 201, 0.1);
}
.woocommerce .woocommerce-info a {
  color: rgb(25.8368200837, 41.4748953975, 136.6631799163);
}
.woocommerce .woocommerce-error {
  border-color: #F04E37;
  color: rgb(226.976744186, 43.1255813953, 17.023255814);
  background-color: rgba(240, 78, 55, 0.1);
}
.woocommerce .woocommerce-error::before {
  content: "" !important;
  color: currentColor;
  margin-right: 10px;
  display: none !important;
}
.woocommerce .woocommerce-error a {
  color: rgb(203.2558139535, 38.6186046512, 15.2441860465);
}

.woocommerce .woocommerce-breadcrumb {
  display: none;
}

.woocommerce-page .raic-breadcrumbs,
.woocommerce .raic-breadcrumbs {
  width: 100%;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
.woocommerce-page .raic-breadcrumbs .container,
.woocommerce .raic-breadcrumbs .container {
  max-width: 1300px;
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-page .raic-breadcrumbs .breadcrumb,
.woocommerce .raic-breadcrumbs .breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.woocommerce-page .raic-breadcrumbs .breadcrumb .breadcrumb-item,
.woocommerce .raic-breadcrumbs .breadcrumb .breadcrumb-item {
  font-size: 0.75rem;
  color: #7F7F7F;
}
.woocommerce-page .raic-breadcrumbs .breadcrumb .breadcrumb-item:not(:first-child)::before,
.woocommerce .raic-breadcrumbs .breadcrumb .breadcrumb-item:not(:first-child)::before {
  content: ">";
  padding: 0 0.5rem;
  color: #7F7F7F;
}
.woocommerce-page .raic-breadcrumbs .breadcrumb .breadcrumb-item.active,
.woocommerce .raic-breadcrumbs .breadcrumb .breadcrumb-item.active {
  color: #000000;
}
.woocommerce-page .raic-breadcrumbs .breadcrumb .breadcrumb-item a,
.woocommerce .raic-breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #7F7F7F;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.woocommerce-page .raic-breadcrumbs .breadcrumb .breadcrumb-item a:hover,
.woocommerce .raic-breadcrumbs .breadcrumb .breadcrumb-item a:hover {
  color: #263DC9;
}

.woocommerce .quantity .qty {
  padding: 8px 12px;
  border: 1px solid #D9D9D9;
  border-radius: 0;
  font-size: 0.9rem;
  color: #000000;
  background-color: #FFFFFF;
  width: 60px;
  text-align: center;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-shipping-fields h3 {
  font-family: "BDO Grotesk", sans-serif !important;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}
.woocommerce-checkout #order_review_heading {
  font-family: "BDO Grotesk", sans-serif !important;
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}

.woocommerce ul.products li.product .button {
  margin-top: 10px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.woocommerce a.added_to_cart.wc-forward {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  background-color: transparent !important;
  color: #263DC9 !important;
  border: 1px solid #263DC9 !important;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  border-radius: 4px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
  width: 100%;
  font-family: "BDO Grotesk", sans-serif !important;
}
.woocommerce a.added_to_cart.wc-forward:hover {
  background-color: #263DC9 !important;
  color: #FFFFFF !important;
  text-decoration: none;
}
.woocommerce a.added_to_cart.wc-forward::after {
  content: "" !important;
  margin-left: 0 !important;
  font-family: inherit !important;
}
.woocommerce a.added_to_cart.wc-forward:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
}

.woocommerce a.button.added::after,
.woocommerce button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.added::after {
  content: "" !important;
  margin-left: 0 !important;
  font-family: inherit !important;
  display: none !important;
}

.woocommerce .woocommerce-notices-wrapper {
  margin-bottom: 20px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message {
  margin-bottom: 15px;
}
.woocommerce .woocommerce-notices-wrapper .woocommerce-message.woocommerce-message--added-to-cart {
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  -webkit-animation: slideInNotice 0.3s ease-out;
          animation: slideInNotice 0.3s ease-out;
}

@-webkit-keyframes slideInNotice {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes slideInNotice {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.single-product .woocommerce-notices-wrapper .woocommerce-message {
  margin: 20px 0;
  position: relative;
  border-width: 2px;
  padding: 20px;
}
.single-product .woocommerce-notices-wrapper .woocommerce-message a {
  padding: 10px 20px;
  font-size: 1rem;
}

.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.woocommerce input[type=text],
.woocommerce input[type=email],
.woocommerce input[type=url],
.woocommerce input[type=password],
.woocommerce input[type=search],
.woocommerce input[type=number],
.woocommerce input[type=tel],
.woocommerce textarea,
.woocommerce select {
  border-radius: 0;
}

.widget_shopping_cart,
.woocommerce .widget_shopping_cart {
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.widget_shopping_cart .widget_shopping_cart_content,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content {
  padding: 20px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #D9D9D9;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li:last-child,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li:last-child {
  border-bottom: none;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li a,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li a {
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li a:hover,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li a:hover {
  color: #263DC9;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li .remove,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li .remove {
  background-color: #F04E37;
  color: #FFFFFF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 12px;
  margin-right: 10px;
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li .remove:hover,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li .remove:hover {
  background-color: rgb(226.976744186, 43.1255813953, 17.023255814);
}
.widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .cart_list li .quantity {
  color: #7F7F7F;
  font-size: 0.9rem;
}
.widget_shopping_cart .widget_shopping_cart_content .total,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .total {
  font-weight: 600;
  font-size: 1.1rem;
  color: #000000;
  border-top: 1px solid #D9D9D9;
  padding-top: 15px;
  margin-bottom: 15px;
}
.widget_shopping_cart .widget_shopping_cart_content .total .amount,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .total .amount {
  color: #263DC9;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .buttons a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  font-size: 0.9rem;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.wc-forward,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .buttons a.button.wc-forward {
  background-color: #263DC9;
  color: #FFFFFF;
  border: 1px solid #263DC9;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.wc-forward:hover,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .buttons a.button.wc-forward:hover {
  background-color: rgb(29.8912133891, 47.9832635983, 158.1087866109);
  border-color: rgb(29.8912133891, 47.9832635983, 158.1087866109);
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.checkout,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .buttons a.button.checkout {
  background-color: #FFB32F;
  color: #000000;
  border: 1px solid #FFB32F;
}
.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.checkout:hover,
.woocommerce .widget_shopping_cart .widget_shopping_cart_content .buttons a.button.checkout:hover {
  background-color: rgb(251, 159.2884615385, 0);
  border-color: rgb(251, 159.2884615385, 0);
}
.widget_shopping_cart .empty,
.woocommerce .widget_shopping_cart .empty {
  padding: 20px;
  text-align: center;
  color: #7F7F7F;
  font-style: italic;
}

#site-header-cart .cart-contents {
  color: #000000;
  text-decoration: none;
  font-weight: 500;
}
#site-header-cart .cart-contents:hover {
  color: #263DC9;
}
#site-header-cart .cart-contents .count {
  background-color: #263DC9;
  color: #FFFFFF;
  border-radius: 10px;
  padding: 2px 6px;
  font-size: 0.8rem;
  margin-left: 5px;
}

.woocommerce-cart .woocommerce {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}
.woocommerce-cart .cart-collaterals .cart_totals {
  background-color: #F6F6F6;
  padding: 20px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}
.woocommerce-cart .cart-collaterals .cart_totals h2 {
  font-family: "BDO Grotesk", sans-serif !important;
  color: #000000;
  margin-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals .shop_table {
  background-color: #FFFFFF;
}

.woocommerce-checkout .woocommerce {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}

.wc-block-components-sidebar-layout,
.wc-block-cart,
.wp-block-woocommerce-filled-cart-block,
.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout,
.wc-block-checkout {
  max-width: 1300px !important;
  width: 100% !important;
  margin: 0 auto !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.wp-block-woocommerce-filled-cart-block.is-large .wc-block-components-sidebar-layout,
.wp-block-woocommerce-cart.is-large .wc-block-components-sidebar-layout {
  max-width: none !important;
  padding: 0 !important;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-medium {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.wc-block-components-sidebar-layout.wc-block-checkout.is-large {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.wc-block-components-sidebar-layout.wc-block-checkout.is-medium {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.wc-block-components-main,
.wc-block-components-sidebar,
.wc-block-cart__main,
.wc-block-cart__sidebar {
  max-width: 100% !important;
}

.wc-block-components-notice-banner,
.wc-block-components-validation-error {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

html :where(.wp-block) {
  max-width: 1300px !important;
}

.wp-block {
  position: relative;
  border: 3px dotted #cccccc;
  margin-bottom: 1em;
  padding: 2em;
}
.wp-block::before {
  content: attr(data-title);
  position: absolute;
  top: -0.7em;
  left: 10px;
  background-color: #f0f0f1;
  color: #50575e;
  padding: 0.1em 0.5em;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 1;
  line-height: 1;
  border-radius: 3px;
  text-transform: capitalize;
}

/* Show the Post Title block within the editor */
.wp-block-post-title {
  padding: 1rem;
}

body.block-editor-page .edit-post-meta-boxes-area .postbox .postbox-header {
  border-top: 1px solid #ffb32f !important;
  border-top-color: #ffb32f !important;
}/*# sourceMappingURL=style.css.map */