/*!
Theme Name: bim
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: bim
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.

bim 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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  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;
  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 {
  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] {
  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 {
  box-sizing: inherit;
}

html {
  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 {
  clear: both;
}

.section-title {
  font-size: 28px;
  color: #1B1B80;
  font-weight: 700;
  margin-bottom: 36px;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 24px;
  }
}

p {
  margin-bottom: 1.5em;
  font-size: 20px;
  font-weight: 400;
  color: #000;
}
@media (max-width: 576px) {
  p {
    font-size: 16px;
  }
}

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%;
}

@media only screen and (max-width: 576px) {
  .container {
    margin: 0 0;
    padding: 0 21px;
  }
}
@media only screen and (min-width: 576px) {
  .container {
    width: 540px;
    margin: 0 0;
    padding: 0 21px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1140px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1370px) {
  .container {
    width: 1230px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1440px) {
  .container {
    width: 1440px;
    margin: 0 auto;
  }
}
.transition {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.transition:hover {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.tablet {
  display: none !important;
}
@media (max-width: 992px) {
  .tablet {
    display: block !important;
  }
}

.desktop {
  display: block !important;
}
@media (max-width: 992px) {
  .desktop {
    display: none !important;
  }
}

.red-button {
  background-color: #DD494F;
  color: white !important;
  font-weight: bold;
  font-size: 21px;
  padding: 10px;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #DD494F;
}
.red-button:hover {
  background-color: transparent;
  color: #DD494F !important;
}
@media (max-width: 768px) {
  .red-button {
    display: flex;
    margin: 0 auto;
    width: fit-content;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .red-button {
    width: 100%;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 27px !important;
    font-weight: 700 !important;
  }
}

body {
  margin: 0 !important;
}
@media (max-width: 576px) {
  body {
    padding-top: 55px;
  }
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.spacing {
  padding: 50px 0;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

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

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

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%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site-header {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  top: 0;
  right: 0;
  z-index: 10;
  background-color: white;
  opacity: 0.9;
  width: 100%;
}
@media (max-width: 768px) {
  .site-header {
    position: fixed;
    opacity: 1;
  }
}
.site-header .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}
@media (max-width: 992px) {
  .site-header .container {
    padding: 15px 25px;
  }
}
.site-header .container .site-branding a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .container .site-branding a img {
  width: 210px;
  min-width: 100px;
}
.site-header .container .main-navigation {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: auto;
  margin: 0px 10px;
}
@media (max-width: 992px) {
  .site-header .container .main-navigation {
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .site-header .container .main-navigation {
    width: 100%;
    margin: 0;
    background-color: #ffffff;
  }
}
.site-header .container .main-navigation #hamburger {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  padding: 0;
  width: 50px;
}
.site-header .container .main-navigation #hamburger .line {
  fill: none;
  stroke: #ED1B24;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header .container .main-navigation #hamburger .line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.site-header .container .main-navigation #hamburger .line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.site-header .container .main-navigation #hamburger .line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.site-header .container .main-navigation #hamburger.open .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.site-header .container .main-navigation #hamburger.open .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.site-header .container .main-navigation #hamburger.open .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
@media all and (min-width: 1200px) {
  .site-header .container .main-navigation #hamburger {
    display: none;
  }
}
.site-header .container .main-navigation .current_page_item a {
  color: #ED1B24;
}
.site-header .container .main-navigation li {
  margin: 0 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.site-header .container .main-navigation li a {
  color: #001689;
}
.site-header .container .main-navigation li a:hover {
  color: #ED1B24;
}
.site-header .container .main-navigation .sub-menu {
  display: flex;
  flex-direction: column;
  background-color: #001689;
}
.site-header .container .main-navigation .sub-menu li {
  margin: 7px;
}
.site-header .container .main-navigation .sub-menu li a {
  color: #ffffff;
}
.site-header .container .main-navigation .sub-menu li a:hover {
  color: #ED1B24;
}
.site-header .container .search-field {
  background-color: #ffffff;
  border: 1px solid #001689;
  border-radius: 33px;
  background-image: url("assets/images/Search.png");
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: right 5px center;
}
.site-header .container .search-field:focus {
  outline: none;
  border-color: #ED1B24;
}
.site-header .container .search-field::-webkit-search-cancel-button {
  display: none;
}
.site-header .container .search-submit {
  display: none;
}
.site-header .container .menu-languages-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .container .menu-languages-container ul {
  margin: 0 0 0 30px;
  list-style: none;
  padding-left: 0;
}
.site-header .container .menu-languages-en-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-header .container .menu-languages-en-container ul {
  margin: 0 0 0 30px;
  list-style: none;
  padding-left: 0;
}
.site-header #mobileMenu {
  display: none;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.site-header #mobileMenu .mobile-menu-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  margin-top: 123px;
}
.site-header #mobileMenu .mobile-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100vw;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li {
  margin: 0 0 31px 0;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  position: relative;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li a {
  color: #001689;
  text-decoration: none;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li a:hover {
  color: #ED1B24;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .arrow-image {
  width: 10px;
  margin-left: 15px;
  position: absolute;
  right: 30px;
  top: 10px;
  transition: transform 0.3s ease;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .active {
  transform: rotate(180deg);
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu {
  display: none;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu li {
  margin: 0 0 31px 0;
  text-transform: none;
}
.site-header #mobileMenu .mobile-menu-wrapper ul li .sub-menu li:first-child {
  margin-top: 31px;
}
.site-header #mobileMenu .mobile-menu-wrapper ul .current_page_item a {
  color: #ED1B24;
}
.site-header #menu-item-1773 .sub-menu {
  width: 30px;
}

.footer-wrapper {
  background-color: #EDECEC;
}
.footer-wrapper .site-footer {
  padding: 2rem 1rem;
}
.footer-wrapper .site-footer .footer-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer-wrapper .site-footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-wrapper .site-footer .footer-menu {
  flex: 1;
}
@media (max-width: 992px) {
  .footer-wrapper .site-footer .footer-menu {
    text-align: center;
  }
}
.footer-wrapper .site-footer .footer-menu #footer-pages-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wrapper .site-footer .footer-menu #footer-pages-menu li {
  margin-bottom: 0.5rem;
}
.footer-wrapper .site-footer .footer-menu #footer-pages-menu li a {
  text-decoration: none;
  color: #001689;
  font-size: 16px;
}
.footer-wrapper .site-footer .footer-menu #footer-pages-menu li a:hover {
  text-decoration: underline;
}
.footer-wrapper .site-footer .footer-logo {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-wrapper .site-footer .footer-logo img {
  max-width: 100%;
  height: auto;
}
.footer-wrapper .site-footer .footer-contact {
  flex: 1;
  text-align: right;
}
@media (max-width: 992px) {
  .footer-wrapper .site-footer .footer-contact {
    text-align: center;
  }
}
.footer-wrapper .site-footer .footer-contact .footer-social {
  margin-bottom: 1rem;
}
.footer-wrapper .site-footer .footer-contact .footer-social a {
  margin-left: 0.5rem;
  color: #001689;
  text-decoration: none;
  font-size: 16px;
}
.footer-wrapper .site-footer .footer-contact .footer-social a:first-child {
  margin-left: 0;
}
.footer-wrapper .site-footer .footer-contact .footer-social a img {
  width: 24px;
  height: 24px;
}
.footer-wrapper .site-footer .footer-contact .footer-address,
.footer-wrapper .site-footer .footer-contact .footer-phone {
  margin: 0.25rem 0;
  color: #001689;
}

/*--------------------------------------------------------------
# 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 {
  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: 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: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

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

.products .filter-header {
  background-color: #001689;
  color: #fff;
  padding: 20px 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .filter-header h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.products .filter-header a {
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s;
}
.products .filter-header a:hover {
  color: #ED1B24;
}

.product-card .product-card__image {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.product-card .product-card__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
}
.product-card .product-card__body {
  padding: 30px 0 10px;
}
.product-card .product-card__body h5 {
  font-size: 28px;
  color: #000;
  font-weight: 700;
  margin: 0 0 10px;
}
.product-card .product-card__body p {
  -webkit-line-clamp: 3;
  overflow: ellipsis;
  font-size: 16px;
  margin-bottom: 30px;
}
.product-card .product-card__body a {
  background-color: #ED1B24;
  color: #fff;
  font-weight: 700;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.product-card .product-card__body a i {
  font-weight: 700;
  transition: transform 0.3s;
}
.product-card .product-card__body a:hover {
  background-color: rgb(197.4146341463, 15.5853658537, 23.3780487805);
}
.product-card .product-card__body a:hover i {
  transform: translateX(5px);
}

.contact-form label, .contact-form .forminator-label:not(.forminator-radio-label) {
  font-weight: 700;
  color: #EA0029;
  margin-bottom: 5px;
  display: block;
  font-size: 16px !important;
}
.contact-form .forminator-radio-label {
  color: #000;
}
.contact-form .forminator-button {
  background: #d7000f;
  border: none;
  color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  transition: 0.2s;
}
.contact-form .forminator-button:hover {
  background: rgb(164, 0, 11.4418604651);
}

.forminator-two-columns .forminator-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.forminator-two-columns .forminator-row .forminator-field {
  flex: 1 1 calc(50% - 10px);
  box-sizing: border-box;
}

.forminator-two-columns .forminator-row .forminator-field.full-width {
  flex: 1 1 100%;
}

/* Optional: make it stack on small screens */
@media (max-width: 768px) {
  .forminator-two-columns .forminator-row .forminator-field {
    flex: 1 1 100%;
  }
}
.single-post-view__image img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}
.single-post-view__meta h1 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
}
.single-post-view__meta span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}
.single-post-view__meta span i {
  font-size: 24px;
}
.single-post-view__content h1, .single-post-view__content h2, .single-post-view__content h3, .single-post-view__content h4, .single-post-view__content h5, .single-post-view__content h6 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 26px;
}
.single-post-view__content img {
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}
.single-post-view__share {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.single-post-view__share h6 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.single-post-view__share > div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.single-post-view__share > div a {
  color: #000;
  font-size: 20px;
  transition: color 0.3s;
}
.single-post-view__share > div a:hover {
  color: #001689;
}
.single-post-view--product .single-post-view__image {
  display: block;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.single-post-view--product .single-post-view__image img {
  display: block;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/1;
  margin: 0;
}
@media (max-width: 768px) {
  .single-post-view--product .single-post-view__image {
    margin-bottom: 30px;
  }
}
.single-post-view--product .single-post-view__meta h1 {
  font-size: 28px;
  color: #001689;
  text-transform: uppercase;
}
.single-post-view--product .single-post-view__meta .specs {
  padding: 20px 0;
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .single-post-view--product .single-post-view__meta .specs {
    gap: 20px;
  }
}
.single-post-view--product .single-post-view__meta .specs strong {
  font-weight: 700;
  color: #EA0029;
  font-size: 22px;
}
.single-post-view--product .single-post-view__meta .specs span {
  font-size: 16px;
  margin: 0;
}
.single-post-view--product .single-post-view__meta .sheets {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .single-post-view--product .single-post-view__meta .sheets {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .single-post-view--product .single-post-view__meta .sheets a {
    width: 100%;
  }
}
.single-post-view--product .single-post-view__meta .sheets a {
  background-color: #ED1B24;
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 16px;
  padding: 5px 15px;
  transition: background-color 0.3s;
}
.single-post-view--product .single-post-view__meta .sheets a i {
  font-size: 24px;
}
.single-post-view--product .single-post-view__meta .sheets a:hover {
  background-color: rgb(197.4146341463, 15.5853658537, 23.3780487805);
}
.single-post-view--product .single-post-view__content h1, .single-post-view--product .single-post-view__content h2, .single-post-view--product .single-post-view__content h3, .single-post-view--product .single-post-view__content h4, .single-post-view--product .single-post-view__content h5, .single-post-view--product .single-post-view__content h6 {
  font-size: 28px;
}

.references__types a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  color: #001689;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.references__types a span {
  font-size: 20px;
  font-weight: 700;
  color: inherit;
  position: relative;
  z-index: 1;
}
.references__types a img {
  height: 90px;
  width: 40%;
  object-fit: contain;
  z-index: 1;
}
.references__types a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #6161DC;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 0;
  transition: all 0.3s;
}
.references__types a:hover, .references__types a.active {
  color: #fff;
}
.references__types a:hover::after, .references__types a.active::after {
  background-color: #001689;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.references__posts {
  margin-top: 50px;
}
.references__posts .reference-card {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 20px 30px;
}
.references__posts .reference-card h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.references__posts .reference-card span {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M29.0648 30.0023H0.937576C0.419554 30.0023 0 29.5827 0 29.0647V0.937445C0 0.557734 0.228534 0.215527 0.578957 0.0713651C0.929385 -0.0739606 1.33253 0.00690796 1.6009 0.275289L29.7282 28.4026C29.9966 28.6709 30.0774 29.0741 29.9321 29.4245C29.7868 29.7749 29.4446 30.0035 29.066 30.0035L29.0648 30.0023ZM1.87515 28.1271H26.8006L1.87515 3.20173V28.1271Z' fill='%23EA0029'/%3E%3Cpath d='M15.588 25.3144H5.62508C5.10705 25.3144 4.6875 24.8949 4.6875 24.3768V14.4127C4.6875 14.033 4.91603 13.6908 5.26646 13.5467C5.61689 13.4013 6.02003 13.481 6.2884 13.7506L16.2525 23.7147C16.5209 23.9831 16.6018 24.3862 16.4564 24.7366C16.3111 25.0871 15.9689 25.3156 15.5903 25.3156L15.588 25.3144ZM6.56145 23.4393H13.3237L6.56145 16.677V23.4393Z' fill='%23EA0029'/%3E%3Cpath d='M21.1795 26.723C20.8139 26.3574 20.8139 25.7632 21.1795 25.3963L23.2891 23.288C23.6547 22.9223 24.2489 22.9223 24.6157 23.288C24.9814 23.6537 24.9814 24.2478 24.6157 24.6147L22.5062 26.723C22.1405 27.0887 21.5464 27.0887 21.1795 26.723Z' fill='%23EA0029'/%3E%3Cpath d='M19.7713 23.6574C19.4057 23.2917 19.4057 22.6975 19.7713 22.3307L21.0511 21.0509C21.4168 20.6853 22.0109 20.6853 22.3778 21.0509C22.7435 21.4166 22.7435 22.0108 22.3778 22.3776L21.098 23.6574C20.7323 24.0231 20.1382 24.0231 19.7713 23.6574Z' fill='%23EA0029'/%3E%3Cpath d='M16.7049 22.2485C16.3392 21.8828 16.3392 21.2886 16.7049 20.9218L18.8144 18.8123C19.1801 18.4466 19.7743 18.4466 20.1411 18.8123C20.5068 19.1779 20.5068 19.7721 20.1411 20.139L18.0316 22.2485C17.6659 22.6142 17.0718 22.6142 16.7049 22.2485Z' fill='%23EA0029'/%3E%3Cpath d='M15.2948 19.1816C14.9291 18.8159 14.9291 18.2218 15.2948 17.8549L16.5745 16.5752C16.9402 16.2095 17.5344 16.2095 17.9012 16.5752C18.2669 16.9408 18.2669 17.535 17.9012 17.9018L16.6214 19.1816C16.2558 19.5473 15.6616 19.5473 15.2948 19.1816Z' fill='%23EA0029'/%3E%3Cpath d='M12.2293 17.7727C11.8637 17.407 11.8637 16.8129 12.2293 16.446L14.3389 14.3365C14.7045 13.9708 15.2987 13.9708 15.6655 14.3365C16.0312 14.7022 16.0312 15.2963 15.6655 15.6632L13.556 17.7727C13.1903 18.1384 12.5962 18.1384 12.2293 17.7727Z' fill='%23EA0029'/%3E%3Cpath d='M10.8192 14.7058C10.4535 14.3402 10.4535 13.746 10.8192 13.3792L12.099 12.0994C12.4646 11.7337 13.0588 11.7337 13.4256 12.0994C13.7913 12.4651 13.7913 13.0592 13.4256 13.4261L12.1459 14.7058C11.7802 15.0715 11.186 15.0715 10.8192 14.7058Z' fill='%23EA0029'/%3E%3Cpath d='M7.75472 13.2969C7.38905 12.9313 7.38905 12.3371 7.75472 11.9703L9.86425 9.86074C10.2299 9.49507 10.8241 9.49507 11.1909 9.86074C11.5566 10.2264 11.5566 10.8206 11.1909 11.1874L9.0814 13.2969C8.71573 13.6626 8.12156 13.6626 7.75472 13.2969Z' fill='%23EA0029'/%3E%3Cpath d='M6.34554 10.2313C5.97987 9.86563 5.97987 9.27146 6.34554 8.90462L7.62532 7.62484C7.99099 7.25917 8.58516 7.25917 8.952 7.62484C9.31767 7.99051 9.31767 8.58468 8.952 8.95152L7.67222 10.2313C7.30655 10.597 6.71238 10.597 6.34554 10.2313Z' fill='%23EA0029'/%3E%3Cpath d='M3.27913 8.82239C2.91347 8.45672 2.91347 7.86255 3.27913 7.49571L5.38867 5.38735C5.75434 5.02168 6.3485 5.02168 6.71534 5.38735C7.08101 5.75302 7.08101 6.34719 6.71534 6.71403L4.60581 8.82239C4.24014 9.18806 3.64597 9.18806 3.27913 8.82239Z' fill='%23EA0029'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  padding-left: 30px;
  font-weight: 700;
}
.references__posts .reference-card span i {
  color: #ea0029;
  font-style: normal;
}

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

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

/* Sections
--------------------------------------------- */
.hero-section-slider-container {
  height: 80vh;
}
@media (max-width: 576px) {
  .hero-section-slider-container {
    height: 60vh;
  }
}
.hero-section-slider-container .swiper-wrapper {
  height: 100%;
}
.hero-section-slider-container .hero-section-slider-slide {
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.hero-section-slider-container .hero-section-slider-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 47%;
  height: 100%;
  background-color: rgba(27, 27, 128, 0.6);
  z-index: 1;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}
@media (max-width: 768px) {
  .hero-section-slider-container .hero-section-slider-slide::before {
    width: 90%;
  }
}
.hero-section-slider-container .hero-section-slider-slide .container {
  height: 100%;
  position: relative;
}
.hero-section-slider-container .hero-section-slider-slide .container .hero-slide-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 3;
  padding-left: 3rem;
}
.hero-section-slider-container .hero-section-slider-slide .container .hero-slide-content .hero-slide-heading {
  position: relative;
  z-index: 2;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  max-width: 100%;
}
@media (max-width: 768px) {
  .hero-section-slider-container .hero-section-slider-slide .container .hero-slide-content .hero-slide-heading {
    font-size: 30px;
  }
}
.hero-section-slider-container .swiper-pagination {
  bottom: 40px !important;
}
.hero-section-slider-container .swiper-button-next,
.hero-section-slider-container .swiper-button-prev {
  color: #ffffff;
  width: 50px;
  height: 50px;
}
.hero-section-slider-container .swiper-button-next::after,
.hero-section-slider-container .swiper-button-prev::after {
  font-size: 30px;
  font-weight: 900;
}
.hero-section-slider-container .swiper-pagination-bullet {
  background: #ffffff;
  width: 24px;
  height: 24px;
}
@media (max-width: 768px) {
  .hero-section-slider-container .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
  }
}
.hero-section-slider-container .swiper-pagination-bullet-active {
  opacity: 1;
  background: #ffffff;
}

.three-cards-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  margin: 50px 0;
}
@media (max-width: 768px) {
  .three-cards-wrapper {
    flex-direction: column;
  }
}
.three-cards-wrapper .card {
  flex: 1 1 calc(33.333% - 13.333px);
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .three-cards-wrapper .card {
    flex: 1 1 100%;
  }
}
.three-cards-wrapper .card .card-header {
  background-color: #001689;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
.three-cards-wrapper .card .card-header .card-icon {
  height: 68px;
  object-fit: contain;
  margin-right: 40px;
}
.three-cards-wrapper .card .card-header .card-heading {
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0;
}
.three-cards-wrapper .card .card-text-wrapper {
  padding: 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.three-cards-wrapper .card .card-text {
  font-size: 1rem;
  line-height: 1.5;
}

.card-button {
  margin-top: auto;
  background-color: #ED1B24;
  color: #ffffff;
  text-align: center;
  padding: 0.75rem 1rem;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
  width: fit-content;
}
.card-button:visited {
  color: #ffffff;
}
.card-button:hover {
  background-color: #b71c1c;
  color: #ffffff;
}

.latest-posts-section {
  margin: 80px 0;
}
.latest-posts-section .latest-posts-heading {
  font-size: 28px;
  text-transform: capitalize;
  color: #001689;
  margin-bottom: 40px;
  text-align: left;
}
.latest-posts-section .posts-row {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .latest-posts-section .posts-row {
    flex-direction: column;
  }
}
.latest-posts-section .posts-row .post-card {
  background-color: #fff;
  position: relative;
  flex: 1 1 calc(25% - 15px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: box-shadow 0.3s;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .latest-posts-section .posts-row .post-card {
    flex: 1 1 100%;
  }
}
.latest-posts-section .posts-row .post-card .post-date-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background-color: #001689;
  color: #fff;
  padding: 18px 21px;
  font-size: 14px;
  font-weight: 500;
  z-index: 1;
}
.latest-posts-section .posts-row .post-card .post-card-link {
  color: inherit;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  padding: 30px;
  height: 100%;
}
.latest-posts-section .posts-row .post-card .post-card-link:visited {
  color: #ffffff;
}
.latest-posts-section .posts-row .post-card .post-card-link a {
  color: #ffffff;
  margin-top: auto;
}
.latest-posts-section .posts-row .post-card .post-card-link .post-thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}
.latest-posts-section .posts-row .post-card .post-card-link .post-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 40px 0;
}
.latest-posts-section.related-posts-section {
  background-color: #F5F5FF;
}
.latest-posts-section.related-posts-section .posts-row .post-card {
  height: 100%;
  margin-bottom: 20px;
}

.latest-posts-button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.accordion-main-header {
  color: #001689;
  text-transform: uppercase;
  margin-top: 60px;
}

.accordion.accordion--custom {
  margin-bottom: 60px;
}
.accordion.accordion--custom .accordion-item {
  margin-bottom: 12px;
}
.accordion.accordion--custom .accordion-item .accordion-header {
  background-color: #001689;
  color: #ffffff;
  width: 100%;
  padding: 16px 20px;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: none;
  outline: none;
}
.accordion.accordion--custom .accordion-item .accordion-header .accordion-arrow {
  display: inline-block;
  transition: transform 0.3s ease;
  height: 6px;
  width: 10px;
}
.accordion.accordion--custom .accordion-item .accordion-header.active .accordion-arrow {
  transform: rotate(180deg);
}
.accordion.accordion--custom .accordion-item .accordion-content {
  display: none;
  background-color: #ffffff;
  padding: 0 20px;
}
.accordion.accordion--custom .accordion-item .accordion-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.accordion.accordion--custom .accordion-item .accordion-content ul li {
  border-bottom: 1px solid #9A9A9A;
  display: flex;
  justify-content: start;
  align-items: center;
}
.accordion.accordion--custom .accordion-item .accordion-content ul li a {
  margin-left: 10px;
  display: block;
  padding: 12px 0;
  color: #000000;
  text-decoration: none;
}
.accordion.accordion--custom .accordion-item .accordion-content ul li a:hover {
  text-decoration: underline;
}
.accordion.accordion--custom .accordion-item.open .accordion-content {
  display: block;
}

.accordion.accordion--filter .accordion-item {
  border: 0;
}
.accordion.accordion--filter .accordion-item .accordion-body {
  border-top: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  padding: 16px 0;
}
.accordion.accordion--filter .accordion-button {
  font-size: 16px;
  font-weight: 700;
  color: #001689;
  outline: none;
  box-shadow: none;
  padding: 8px 0;
}
.accordion.accordion--filter .accordion-button:not(.collapsed) {
  background-color: transparent;
}
.accordion.accordion--filter .form-check {
  padding: 6px 0 6px 24px;
}
.accordion.accordion--filter .form-check.form-check-top-level {
  padding: 8px 0 8px 24px;
}
.accordion.accordion--filter .form-check.form-check-top-level .form-check-label {
  color: #001689;
  font-weight: 700;
}
.accordion.accordion--filter .form-check .form-check-input {
  background-color: #f4f4f4;
  border: 0;
  border-radius: 0;
  width: 18px;
  height: 18px;
}
.accordion.accordion--filter .form-check .form-check-input:checked {
  background-color: #EA0029;
  border-color: #EA0029;
  outline: none;
  box-shadow: none;
}
.accordion.accordion--filter .form-check .form-check-label {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  cursor: pointer;
}

.text-and-image-section {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  overflow: hidden;
}
.text-and-image-section .overlay {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  z-index: 1;
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%);
}
.text-and-image-section .container {
  position: relative;
  z-index: 2;
}
.text-and-image-section .tai-content {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  flex-wrap: wrap;
}
.text-and-image-section .tai-content .tai-left {
  width: 50%;
}
.text-and-image-section .tai-content .tai-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #001689;
}
.text-and-image-section .tai-content .tai-left .tai-text {
  font-size: 16px;
  color: #000000;
}
.text-and-image-section .tai-content .tai-right {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 30px;
}
.text-and-image-section .tai-content .tai-right .tai-image img {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 30px;
}
.text-and-image-section.reverse .tai-content {
  flex-direction: row-reverse;
}
.text-and-image-section.reverse .overlay {
  right: auto;
  left: 0;
}
@media (max-width: 768px) {
  .text-and-image-section .tai-content {
    flex-direction: column;
  }
  .text-and-image-section .tai-content .tai-left,
  .text-and-image-section .tai-content .tai-right {
    width: 100%;
  }
  .text-and-image-section .tai-content .overlay {
    width: 100%;
  }
}

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