<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&amp;display=swap");
@import "./library/owl.carousel.min.css";
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Variables */
/* Set Breakpoints Value */
/* Function Media Query */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* https://chir.ag/projects/name-that-color */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Open Sans", sans-serif;
}

html {
  font-size: 10px;
}

.container {
  width: 100%;
  padding: 0 3.7rem;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container {
    padding: 0 1rem;
  }
}

ul {
  list-style: none;
}

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

.nowrap {
  white-space: nowrap;
}

.flex {
  display: flex;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-col {
  flex-direction: column;
}

.items-start {
  align-items: flex-start;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.justify-start {
  justify-content: start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: flex-end;
}

.Button.large .Button-control {
  padding: 1.2rem 3.2rem;
  height: 6rem;
  border-radius: 0.8rem;
}
.Button.large .Button-control-title {
  font-size: 1.6rem;
  font-weight: 600;
}
.Button.small .Button-control {
  padding: 1rem 2.4rem;
  height: 3.8rem;
  border-radius: 0.4rem;
}
.Button.medium .Button-control {
  padding: 1.2rem 3.2rem;
  height: 4.8rem;
  border-radius: 3rem;
}
.Button.medium .Button-control-title {
  font-size: 1.6rem;
  font-weight: bold;
}
.Button.only-icon .Button-control {
  padding: 0;
  width: 4rem;
}
.Button.primary .Button-control {
  background: #ffc107;
}
.Button.primary .Button-control:hover {
  background: #ffc107;
}
.Button.primary .Button-control .fill {
  fill: #000;
}
.Button.primary .Button-control .stroke {
  stroke: #000;
}
.Button.primary .Button-control-title {
  color: #000;
}
.Button.transparent .Button-control {
  background: transparent;
}
.Button.transparent .Button-control:hover {
  background: rgba(0, 0, 0, 0.05);
}
.Button.transparent .Button-control-title {
  color: #f0e516;
}
.Button.yellow .Button-control {
  background: #ffb300;
  box-shadow: 0px 4px 0px #ff8f00;
}
.Button.yellow .Button-control:hover {
  background: #e6a100;
}
.Button.yellow .Button-control-title {
  color: #1f1f1f;
}
.Button.white .Button-control {
  background: #fff;
}
.Button.white .Button-control:hover {
  background: #f2f2f2;
}
.Button.white .Button-control-title {
  color: #1f1f1f;
}
.Button.purple .Button-control {
  background: #ede7f6;
}
.Button.purple .Button-control:hover {
  background: #dfd4ef;
}
.Button.purple .Button-control-title {
  color: #673ab7;
}
.Button.text-purple .Button-control {
  padding: 0;
  background: transparent;
}
.Button.text-purple .Button-control:hover {
  color: #5c34a4;
}
.Button.text-purple .Button-control-title {
  color: #673ab7;
}
.Button-control {
  transition: 0.3s ease;
  outline: none;
  border: none;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
  border-radius: 0.4rem;
  cursor: pointer;
  height: 4rem;
  padding: 0.4rem 2.4rem;
  column-gap: 0.4rem;
}
.Button-control-title {
  font-size: 1.4rem;
  font-weight: 600;
  white-space: nowrap;
}
.Button-control-icon {
  flex: 0 0 2.4rem;
  height: 2.4rem;
  display: flex;
}
.Button-control-icon svg,
.Button-control-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  margin: auto;
}
.Button-control-icon svg {
  width: 100%;
  height: 100%;
}

.Header {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  transition: 0.3s ease;
  background: linear-gradient(
    0deg,
    #0f3b7d 0%,
    #3c8348 73.2421848807%,
    #4fa132 100%
  );
}
.Header-dropdown {
  opacity: 0;
  position: absolute;
  background-color: #f4ebeb;
  min-width: 16rem;
  border-radius: 1rem;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 991px) {
  .Header-dropdown {
    position: static;
    pointer-events: unset;
    opacity: 1;
    width: 100%;
    box-shadow: none;
    background: transparent;
  }
}
.Header-dropdown-content {
  border-radius: 1rem;
  color: #1f1f1f;
  padding: 1.2rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  display: block;
}
.Header-dropdown-content::before {
  display: none;
}
.Header-dropdown-content:hover {
  color: #673ab7;
  background-color: rgba(103, 58, 183, 0.1);
}
@media (max-width: 991px) {
  .Header-dropdown-content {
    border-radius: 0;
    padding: 1.6rem 2.4rem !important;
    background: transparent;
  }
}
.Header.header-dark {
  background: transparent;
}
.Header.active {
  background: #fff !important;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) !important;
}
.Header.header-dark .Header-nav-item a,
.Header.active .Header-nav-item a {
  color: #1f1f1f;
}
.Header.header-dark .Header-nav-item a:hover,
.Header.header-dark .Header-nav-item a.active,
.Header.active .Header-nav-item a:hover,
.Header.active .Header-nav-item a.active {
  color: #673ab7;
}
.Header.header-dark .Header-nav-item a:hover::before,
.Header.header-dark .Header-nav-item a.active::before,
.Header.active .Header-nav-item a:hover::before,
.Header.active .Header-nav-item a.active::before {
  background: #673ab7;
}
.Header.header-dark .Header-buttons .Button.transparent .Button-control-title,
.Header.active .Header-buttons .Button.transparent .Button-control-title {
  color: #1f1f1f;
}
.Header.header-dark
  .Header-buttons
  .Button.transparent
  .Button-control-icon
  svg,
.Header.active .Header-buttons .Button.transparent .Button-control-icon svg {
  stroke: #1f1f1f;
}
.Header-wrapper {
  padding: 3.6rem 0;
}
@media (max-width: 820px) {
  .Header-wrapper {
    padding: 1rem 2rem;
  }
}
.Header-mobile {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100%;
  z-index: 20;
  padding: 2rem 2rem;
  background-color: rgb(71, 78, 73);
  transition: right 0.3s ease;
}
.Header-mobile-icon {
  padding: 2rem 0;
}
.Header-mobile .nav-link {
  text-align: center;
}
.Header-mobile.active {
  right: 0;
}
.Header-menu-mobile {
  display: none;
}
@media (max-width: 991px) {
  .Header-menu-mobile {
    display: block;
  }
}
@media (max-width: 991px) {
  .Header-card {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    flex-direction: column;
    overflow: hidden;
    transition: 0.3s ease;
    max-height: 0;
  }
  .Header-card.active {
    max-height: 100vh;
    overflow: auto;
  }
  .Header-card .Header-nav {
    display: block;
    width: 100%;
    background: #fff;
  }
  .Header-card .Header-nav-item a {
    position: relative;
    display: block;
    padding: 1.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    color: #fff;
    transition: 0.3s ease;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .Header-card .Header-nav-item a::before {
    display: none;
  }
  .Header-card .Header-nav-item a:hover {
    color: #673ab7;
    background-color: rgba(103, 58, 183, 0.1);
  }
}
@media (max-width: 991px) {
  .Header-card .Header-nav-item a:hover::before,
  .Header-card .Header-nav-item a.active::before {
    transform: translateX(-50%) scaleX(1);
  }
}
@media (max-width: 991px) {
  .Header-card .Header-nav-item a::before {
    position: absolute;
    content: "";
    width: 2.4rem;
    height: 0.4rem;
    background: #fff;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    bottom: 0;
    border-radius: 1.2rem;
    transition: 0.3s ease;
  }
}
@media (max-width: 991px) {
  .Header-card .Header-nav.active {
    max-height: 100vh;
    overflow: auto;
  }
}
@media (max-width: 991px) {
  .Header-card .Header-nav .Header-nav-item {
    width: 100%;
    text-align: left;
  }
  .Header-card .Header-nav .Header-nav-item a {
    color: #1f1f1f !important;
  }
  .Header-card .Header-nav .Header-nav-item a:hover {
    color: #673ab7 !important;
  }
}
@media (max-width: 991px) {
  .Header-card .Header-nav-item {
    width: 100%;
    text-align: center;
  }
  .Header-card .Header-nav-item a {
    color: #1f1f1f !important;
  }
  .Header-card .Header-nav-item a:hover {
    color: #673ab7 !important;
  }
  .Header-card .Header-nav-item a.active .Header-nav-item a {
    color: #1f1f1f;
  }
  .Header-card .Header-nav-item a.active .Header-nav-item a:hover,
  .Header-card .Header-nav-item a.active .Header-nav-item a.active {
    color: #673ab7;
  }
  .Header-card .Header-nav-item a.active .Header-nav-item a:hover::before,
  .Header-card .Header-nav-item a.active .Header-nav-item a.active::before {
    background: #673ab7;
  }
  .Header-card
    .Header-nav-item
    a.active
    .Header-buttons
    .Button.transparent
    .Button-control-title {
    color: #1f1f1f;
  }
  .Header-card
    .Header-nav-item
    a.active
    .Header-buttons
    .Button.transparent
    .Button-control-icon
    svg {
    stroke: #1f1f1f;
  }
}
.Header-nav-item:hover .Header-dropdown {
  pointer-events: unset;
  opacity: 1;
}
.Header-nav-item a {
  position: relative;
  display: block;
  padding: 1.6rem 5rem;
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  transition: 0.3s ease;
  white-space: nowrap;
}
.Header-nav-item a:hover,
.Header-nav-item a.active {
  color: #ffc107;
}
.Header-nav-item a:hover::before,
.Header-nav-item a.active::before {
  transform: translateX(-50%) scaleX(1);
}
.Header-nav-item a::before {
  position: absolute;
  content: "";
  width: 2.4rem;
  height: 0.4rem;
  background: #ffc107;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  bottom: 0;
  border-radius: 1.2rem;
  transition: 0.3s ease;
}
@media (max-width: 1024px) {
  .Header-nav-item a {
    padding: 1.2rem 2rem;
    font-size: 1.5rem;
    white-space: nowrap;
  }
}
.Header-logo {
  display: flex;
}
.Header-logo-text {
  max-width: 260px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  justify-content: center;
  margin-left: 1rem;
}
@media (max-width: 1024px) {
  .Header-logo-text {
    max-width: 260px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .Header-logo-text {
    max-width: 200px;
    width: 100%;
  }
}
.Header-logo-text p {
  font-size: 2.7rem;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .Header-logo-text p {
    font-size: 2rem;
    color: #fff;
    font-weight: 900;
  }
}
@media (max-width: 480px) {
  .Header-logo-text p {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  .Header-logo-image {
    width: 38px;
  }
  .Header-logo-image img {
    max-width: 38px;
    width: 100%;
  }
  .BannerBlogs {
    margin-top: 68px;
  }

  section:first-of-type {
    margin-top: 68px;
  }
}
.Header-buttons {
  column-gap: 1.6rem;
}
.Header-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}
.Header .overlay-active {
  display: block;
}

.Footer {
  background-color: #000; /* Màu nền đen */
  color: #fff; /* Màu chữ trắng */
  padding: 6rem 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Footer-container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Footer-logo {
  padding-left: 3rem;
  flex: 1 1 25%;
}
@media (max-width: 820px) {
  .Footer-logo {
    flex: 1 1 50%;
  }
}
@media (max-width: 480px) {
  .Footer-logo {
    flex: 1 1 100%;
  }
}
.Footer-logo p {
  font-size: 1.6rem;
  letter-spacing: normal;
  line-height: normal;
}
.Footer-logo h2 {
  font-size: 34px;
  font-weight: bold;
}
.Footer-logo span {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.Footer-socialIcons {
  margin: 1.5rem 0;
  display: flex;
  gap: 1rem;
}
.Footer-socialIcons img {
  width: 26px;
  height: 26px;
}
.Footer-socialIcons a {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
  transition: color 0.3s;
}
.Footer-socialIcons a:hover {
  color: #f39c12; /* Màu vàng khi hover */
}
.Footer .Footer-hours,
.Footer .Footer-contact,
.Footer .Footer-menu {
  flex: 1 1 20%;
  margin-top: 20px;
  padding-left: 5rem;
}
@media (max-width: 820px) {
  .Footer .Footer-hours,
  .Footer .Footer-contact,
  .Footer .Footer-menu {
    flex: 1 1 50%;
  }
}
@media (max-width: 480px) {
  .Footer .Footer-hours,
  .Footer .Footer-contact,
  .Footer .Footer-menu {
    flex: 1 1 100%;
    padding-left: 3rem;
  }
}
.Footer .Footer-hours h3,
.Footer .Footer-contact h3,
.Footer .Footer-menu h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.Footer .Footer-hoursArea {
  padding: 1rem 0;
}
.Footer .Footer-contact ul,
.Footer .Footer-menu ul {
  list-style: none;
  padding: 0;
}
.Footer .Footer-hoursArea ul {
  padding-left: 0.5rem;
}
.Footer .Footer-hoursArea ul li {
  line-height: normal;
  font-size: 18px;
  list-style: disc;
  font-weight: 300;
  padding-top: 0.5rem;
  margin-left: 1.5rem;
}
.Footer .Footer-contact ul li,
.Footer .Footer-menu ul li {
  margin-bottom: 10px;
  font-size: 16px;
  padding: 1rem 0;
  line-height: 24px;
}
.Footer .Footer-hoursArea h4 {
  line-height: normal;
  font-size: 18px;
  font-weight: bold;
}
.Footer .Footer-contact ul li strong {
  font-weight: bold;
}
.Footer .Footer-contact ul li a {
  color: #f39c12;
  text-decoration: none;
  transition: color 0.3s;
}
.Footer .Footer-contact ul li a:hover {
  color: #fff;
}
.Footer .Footer-menu ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
}
.Footer .Footer-menu ul li a:hover {
  color: #f39c12;
}
.Footer .Footer-bookNow {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  background-color: #f39c12;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
}
.Footer .Footer-bookNow:hover {
  background-color: #fff;
  color: #f39c12;
}

.BannerBlogs {
  position: relative;
}
.BannerBlogs-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  z-index: 1;
}
.BannerBlogs-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: auto;
}
.BannerBlogs-background video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  z-index: -1;
}
.BannerBlogs-wrapper {
  width: 100%;
  position: relative;
  min-height: 100vh;
  padding: 8rem 0;
  z-index: 3;
}
@media (max-width: 480px) {
  .BannerBlogs-wrapper {
    min-height: 0;
    align-items: center !important;
    padding: 0;
  }
}
.BannerBlogs-group {
  max-width: 100%;
  width: 100%;
  text-align: center;
}
.BannerBlogs-title {
  color: #0f3b7d;
  font-weight: bold;
  font-size: 3.1rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
@media (max-width: 480px) {
  .BannerBlogs-title {
    font-size: 2.6rem;
    padding-top: 3rem;
  }
}
.BannerBlogs-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #fff;
  font-size: 7.8rem;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 480px) {
  .BannerBlogs-description {
    font-size: 3.5rem;
  }
}
.BannerBlogs-description span {
  color: #ffc107;
}
.BannerBlogs-register {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 480px) {
  .BannerBlogs-register {
    padding: 2rem 0;
    justify-content: center;
  }
}
.BannerBlogs-button {
  color: #454545;
  padding: 2rem 2rem;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (max-width: 480px) {
  .BannerBlogs-button {
    font-size: 1.5rem;
    padding: 1rem 1rem;
  }
}
.BannerBlogs-button:hover {
  background-color: #454545;
  color: #fff;
}
.BannerBlogs-icon {
  color: #000;
  padding: 2rem 2rem;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  background-color: #ffc107;
  cursor: pointer;
}
.BannerBlogs-socialBar {
  width: 100%;
  height: 35px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 480px) {
  .BannerBlogs-socialBar {
    justify-content: center;
  }
}
.BannerBlogs-image {
  width: 159px;
  height: 35px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.MeetTeam {
  padding: 8rem 0;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.2em;
  font-weight: bold;
  color: #0f3b7d;
  letter-spacing: 0.1em;
  /* Hiệu ứng cho ảnh trung tâm */
  /* Định vị ảnh trước và sau ảnh trung tâm */
  /* Các ảnh phụ xa hơn */
}
.MeetTeam-hr {
  margin: 1.5rem auto;
  width: 70%;
  height: 3px;
  background-color: #454545;
}
.MeetTeam-group {
  width: 100%;
  height: 100%;
  margin-top: 10rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.MeetTeam-carousel {
  width: 100%;
  height: 60rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  transform: translateX(0);
  transition: transform 0.5s ease-in-out;
}
.MeetTeam .cloud9-item {
  position: absolute;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 1; /* Độ mờ nhẹ */
  transition: transform 0.3s ease, opacity 0.3s ease; /* Hiệu ứng hover */
}
.MeetTeam .cloud9-item:hover {
  transform: scale(1.1);
  z-index: 2;
  opacity: 1;
}
.MeetTeam #home-cloud9Carousel img:nth-child(4) {
  transform: scale(1.2);
  z-index: 1;
  opacity: 1;
}
.MeetTeam #home-cloud9Carousel img:nth-child(3) {
  transform: translateX(-150px); /* Lùi trái */
}
.MeetTeam #home-cloud9Carousel img:nth-child(5) {
  transform: translateX(150px); /* Tiến phải */
}
.MeetTeam #home-cloud9Carousel img:nth-child(2) {
  transform: translateX(-250px); /* Lùi trái nhiều hơn */
}
.MeetTeam #home-cloud9Carousel img:nth-child(6) {
  transform: translateX(250px); /* Tiến phải nhiều hơn */
}
.MeetTeam #home-cloud9Carousel img:nth-child(1),
.MeetTeam #home-cloud9Carousel img:nth-child(7) {
  transform: translateX(-350px); /* Ảnh ngoài cùng mờ và nhỏ hơn */
  opacity: 1;
}

.AboutBFS {
  color: white;
  padding: 5rem 2rem;
  width: 100%;
  height: auto;
  background-image: url("https://static.wixstatic.com/media/179a5f_e92e74b8ff264d5081efa0b3fa53634c~mv2.jpg/v1/fill/w_1746,h_1280,al_c,q_90,enc_avif,quality_auto/179a5f_e92e74b8ff264d5081efa0b3fa53634c~mv2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.AboutBFS-title {
  max-width: 800px;
  margin: 0 auto;
}
.AboutBFS-title h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 6rem;
  line-height: normal;
}
@media (max-width: 480px) {
  .AboutBFS-title h1 {
    font-size: 4rem;
  }
}
.AboutBFS-title p {
  margin-bottom: 1rem;
  font-size: 2.3rem;
  letter-spacing: normal;
  line-height: 1.8em;
}
@media (max-width: 480px) {
  .AboutBFS-title p {
    font-size: 2rem;
  }
}
.AboutBFS-training-schedule {
  background: rgba(100, 100, 100, 0.8);
  color: white;
  padding: 5rem 2rem;
  margin-top: 5rem;
}
@media (max-width: 480px) {
  .AboutBFS-training-schedule {
    padding: 3rem 2rem;
  }
}
.AboutBFS-training-schedule h2 {
  font-size: 5.5rem;
  margin-bottom: 4rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 480px) {
  .AboutBFS-training-schedule h2 {
    font-size: 2.5rem;
  }
}
.AboutBFS-training-schedule .schedule-area {
  width: 49%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .AboutBFS-training-schedule .schedule-area {
    width: 80%;
  }
}
.AboutBFS-training-schedule .schedule-area .schedule-item-container {
  display: flex;
  padding-bottom: 5rem;
}
@media (max-width: 480px) {
  .AboutBFS-training-schedule .schedule-area .schedule-item-container {
    flex-direction: column;
    padding-bottom: 3rem;
  }
}
.AboutBFS-training-schedule .schedule-area .schedule-item-address {
  width: 50%;
  border-radius: 8px;
  margin: 1rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  list-style: disc;
  padding: 0;
}
@media (max-width: 480px) {
  .AboutBFS-training-schedule .schedule-area .schedule-item-address {
    width: 100%;
  }
}
.AboutBFS-training-schedule .schedule-area .schedule-item-calendar {
  padding: 1rem;
  border-radius: 8px;
  width: 300px;
  margin: 1rem;
  list-style: disc;
  padding: 0;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
}
.AboutBFS-training-schedule .schedule-area .schedule-item-calendar li {
  padding-bottom: 2rem;
}
@media (max-width: 480px) {
  .AboutBFS-training-schedule .schedule-area .schedule-item-calendar {
    font-size: 1.5rem;
  }
}

.OurServices {
  padding: 8rem 0;
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.2em;
  font-weight: bold;
  color: #0f3b7d;
  letter-spacing: 0.1em;
  background: linear-gradient(
    0deg,
    #bada55 0%,
    #0f3b7d 0%,
    #4fa132 81.9757605626%,
    rgba(186, 218, 85, 0.98) 100%,
    rgba(137, 211, 29, 0.9851056996) 100%
  );
}
.OurServices-hr {
  margin: 3.5rem auto;
  width: 70%;
  height: 2px;
  background-color: #454545;
}
.OurServices-group {
  padding-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 25px;
}
@media (max-width: 1024px) {
  .OurServices-group {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .OurServices-group {
    gap: 2rem;
  }
}
.OurServices-card {
  padding-bottom: 5rem;
}
@media (max-width: 1024px) {
  .OurServices-card {
    max-width: 90%;
    width: 100%;
  }
}
.OurServices-card img {
  width: 100%;
}
.OurServices-card-title {
  font-size: 3.7rem;
  font-weight: bold;
  color: #fff;
  padding: 2rem 0;
}
@media (max-width: 480px) {
  .OurServices-card-title {
    font-size: 2.7rem;
  }
}
.OurServices-card-button {
  max-width: 180px;
  width: 100%;
  margin: 2rem auto;
}

.OurPartners-video {
  max-width: 981px;
  width: 100%;
  height: auto;
  margin: 5rem auto;
}
.OurPartners-video video {
  width: 100%;
}
.OurPartners-hr {
  margin: 3.5rem auto;
  width: 54%;
  height: 2px;
  background-color: #454545;
}
.OurPartners-title {
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.2em;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
}
.OurPartners-group {
  text-align: center;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  gap: 2rem;
}
.OurPartners-group-image {
  max-width: 15%;
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  .OurPartners-group-image {
    max-width: 30%;
  }
}
@media (max-width: 480px) {
  .OurPartners-group-image {
    max-width: 90%;
    padding: 3rem 0;
  }
}
.OurPartners-group-image img {
  width: 100%;
}
.OurPartners-bg-image {
  width: 100%;
  height: 584px;
  background-image: url("https://static.wixstatic.com/media/179a5f_5a57df289d044f47888ebc3014d50d6d~mv2.jpg/v1/crop/x_0,y_164,w_1368,h_584,q_85,enc_auto/179a5f_5a57df289d044f47888ebc3014d50d6d~mv2.jpg");
}

.FindUS {
  padding-top: 10rem;
}
.FindUS-hr {
  margin: 3.5rem auto;
  width: 54%;
  height: 2px;
  background-color: #454545;
}
.FindUS-title {
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.2em;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.1em;
}
.FindUS-map {
  width: 100%;
  height: auto;
  border: 0;
}

.AboutUS-wrapper {
  margin-top: 1rem;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.AboutUS-content {
  background-image: url("https://static.wixstatic.com/media/179a5f_a7ed35973cc74e3db57f5041e3ef2ff4~mv2.jpg/v1/fill/w_1903,h_490,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/179a5f_a7ed35973cc74e3db57f5041e3ef2ff4~mv2.jpg");
}
.AboutUS-content-card {
  max-width: 980px;
  width: 100%;
  height: 49rem;
  margin: 0 auto;
  padding: 3rem 15rem;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) {
  .AboutUS-content-card {
    padding: 3rem 5rem;
  }
}
@media (max-width: 480px) {
  .AboutUS-content-card {
    width: 100%;
    height: auto;
    padding: 3rem 2rem;
  }
}
.AboutUS-content-card h2 {
  text-align: center;
  padding: 2rem 0;
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: normal;
  color: #000;
}
@media (max-width: 480px) {
  .AboutUS-content-card h2 {
    font-size: 4rem;
  }
}
.AboutUS-content-card p {
  font-size: 2.5rem;
  letter-spacing: normal;
  line-height: normal;
}
.AboutUS-target {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .AboutUS-target {
    flex-direction: column;
  }
}
.AboutUS-target-mission {
  flex: 1;
  max-width: 33.3333%;
  width: 100%;
  padding: 7rem 10rem;
  background: linear-gradient(
    9deg,
    #0f3b7d 17.2008161462%,
    #3c8348 83.2519501477%,
    #4fa132 100%
  );
}
@media (max-width: 1024px) {
  .AboutUS-target-mission {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .AboutUS-target-mission {
    padding: 5rem 2rem;
  }
}
.AboutUS-target-mission h1 {
  padding-bottom: 7rem;
  text-align: center;
  font-size: 3.9rem;
  font-weight: bold;
  color: #f0e516;
  line-height: 0.5em;
}
@media (max-width: 480px) {
  .AboutUS-target-mission h1 {
    padding-bottom: 3rem;
  }
}
.AboutUS-target-mission p {
  color: #fff;
  text-align: justify;
  letter-spacing: normal;
  font-size: 20px;
  line-height: normal;
}
.AboutUS-target-image {
  flex: 1;
  max-width: 33.3333%;
}
@media (max-width: 1024px) {
  .AboutUS-target-image {
    max-width: 100%;
  }
}
.AboutUS-target-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.AboutUS-team {
  margin-top: 10rem;
}
.AboutUS-team-title h1 {
  text-align: center;
  font-size: 3.8rem;
  line-height: 1.2em;
  font-weight: bold;
  color: #0f3b7d;
  letter-spacing: 0.1em;
}
.AboutUS-team-hr {
  margin: 1.5rem auto;
  width: 70%;
  height: 3px;
  background-color: #454545;
}
.AboutUS-team-group {
  margin: 5rem 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 2rem;
}
.AboutUS-team-group-card {
  width: 18%;
  height: 450px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .AboutUS-team-group-card {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .AboutUS-team-group-card {
    width: 90%;
  }
}
.AboutUS-team-group-card img {
  width: 100%;
  max-height: 450px;
  height: 100%;
  display: block;
}

.Services-wrapper {
  margin-top: 10rem;
}
@media (max-width: 480px) {
  .Services-wrapper {
    font-size: 5rem;
  }
}
.Services-title {
  margin: 0 auto;
  width: 60%;
}
@media (max-width: 480px) {
  .Services-title {
    width: 90%;
  }
}
.Services-title h1 {
  font-size: 6rem;
  line-height: 1.2em;
  font-weight: bold;
  color: #0f3b7d;
  letter-spacing: 0.1em;
}
@media (max-width: 480px) {
  .Services-title h1 {
    font-size: 4rem;
  }
}
.Services-title p {
  font-size: 3rem;
  letter-spacing: normal;
  color: #0f3b7d;
  line-height: normal;
  padding-bottom: 5rem;
}
@media (max-width: 480px) {
  .Services-title p {
    font-size: 2.5rem;
  }
}
.Services-hr {
  margin: 3.5rem auto;
  width: 100%;
  height: 1px;
  background-color: #454545;
}
.Services-group {
  max-width: 80%;
  width: 100%;
  margin: 3rem auto;
  display: flex;
  height: 493px;
}
@media (max-width: 1024px) {
  .Services-group {
    max-width: 95%;
  }
}
@media (max-width: 480px) {
  .Services-group {
    max-width: 100%;
    flex-direction: column;
    height: auto;
  }
}
.Services-group-image {
  max-width: 50%;
  width: 100%;
}
@media (max-width: 480px) {
  .Services-group-image {
    max-width: 100%;
  }
}
.Services-group-image img {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.Services-group-card {
  max-width: 50%;
  width: 100%;
  padding: 14rem 6rem;
  background: rgb(8, 133, 4);
  text-align: center;
}
@media (max-width: 480px) {
  .Services-group-card {
    max-width: 100%;
    padding: 5rem 3rem;
  }
}
.Services-group-card h1 {
  font-size: 3.8rem;
  line-height: 1.33em;
  font-weight: bold;
  color: #fff;
  padding: 2rem 0;
}
.Services-group-card p {
  font-size: 1.6rem;
  line-height: 1.33em;
  color: #d1c4e9;
}

.PhotoVideo {
  background-color: #1f1f1f;
}
.PhotoVideo-title {
  width: 60%;
  margin: 0 auto;
  padding: 5rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .PhotoVideo-title {
    width: 90%;
  }
}
.PhotoVideo-title h1 {
  max-width: 35%;
  width: 100%;
  font-size: 3.3rem;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .PhotoVideo-title h1 {
    max-width: 40%;
    font-size: 2.8rem;
  }
}
@media (max-width: 480px) {
  .PhotoVideo-title h1 {
    max-width: 40%;
    font-size: 2rem;
  }
}
.PhotoVideo-hr {
  width: 65%;
  margin: 3.5rem auto;
  height: 2px;
  background-color: #454545;
}
@media (max-width: 1024px) {
  .PhotoVideo-hr {
    max-width: 60%;
  }
}
.PhotoVideo-group {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-bottom: 5rem;
  justify-content: center;
}
.PhotoVideo-group-image {
  max-width: 540px;
  width: 100%;
}
@media (max-width: 1024px) {
  .PhotoVideo-group-image {
    max-width: 90%;
  }
}
.PhotoVideo-group-image img {
  width: 100%;
}

.NewEvent {
  margin: 2rem 0;
}
.NewEvent-wrapper {
  width: 100%;
}
.NewEvent-card {
  display: flex;
}
@media (max-width: 1024px) {
  .NewEvent-card {
    flex-direction: column;
    align-items: center;
  }
}
.NewEvent-card-image {
  flex: 1;
  max-width: 33.3333%;
  width: 100%;
}
@media (max-width: 1024px) {
  .NewEvent-card-image {
    max-width: 90%;
  }
}
.NewEvent-card-image img {
  width: 100%;
}
.NewEvent-card-events {
  flex: 1;
  max-width: 33.3333%;
  width: 100%;
}
@media (max-width: 1024px) {
  .NewEvent-card-events {
    max-width: 90%;
    padding-bottom: 3rem;
  }
}
.NewEvent-card-events h1 {
  text-align: center;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 4rem 0;
}
.NewEvent-card-events ul {
  padding: 0 10rem;
  list-style: disc;
}
@media (max-width: 480px) {
  .NewEvent-card-events ul {
    padding: 0 2rem;
  }
}
.NewEvent-card-events ul li {
  line-height: normal;
  font-size: 2.3rem;
}
.NewEvent-tournaments {
  margin-top: 4rem;
  width: 100%;
  display: flex;
}
@media (max-width: 1024px) {
  .NewEvent-tournaments {
    flex-direction: column;
    align-items: center;
  }
}
.NewEvent-tournaments-image {
  max-width: 70%;
  width: 100%;
}
@media (max-width: 1024px) {
  .NewEvent-tournaments-image {
    max-width: 90%;
  }
}
.NewEvent-tournaments-image img {
  max-width: 100%;
  width: 100%;
}
.NewEvent-tournaments-desc h1 {
  text-align: center;
  letter-spacing: normal;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 4rem 0;
}
.NewEvent-tournaments-desc ul {
  padding: 0 10rem;
  list-style: disc;
}
@media (max-width: 480px) {
  .NewEvent-tournaments-desc ul {
    padding: 0 4rem;
  }
}
.NewEvent-tournaments-desc ul li {
  line-height: normal;
  font-size: 2.3rem;
}

@media (max-width: 768px) {
  .Header {
    position: fixed;
  }
}

.menu-content {
  background-color: black;
  /* Black background */
  color: white;
  /* White text */
  border: none;
  /* Remove default borders */
}

.modal-body ul {
  list-style: none;
  /* Remove default list styling */
  padding: 0;
  margin: 0;
}

.modal-body ul li {
  padding: 15px 0;
  text-align: center;
  font-size: 1.5rem;
  /* Larger font size */
  cursor: pointer;
  /* Pointer cursor for clickable items */
  transition: color 0.3s;

  font-size: 13px;
  font-family: lulo-clean-w01-one-bold;
  text-transform: uppercase;
}

.modal-body ul li a {
  text-decoration: none;
  color: white;
}

.modal-body ul li a.active {
  color: #e8c061;
}

.modal-body ul li a:hover {
  color: #e8c061;
  /* Change color on hover */
}

.modal-header {
  justify-content: flex-end;
  height: 67px;
}

.btn-close-yellow {
  position: relative;
  width: 1rem;
  height: 1rem;
  background: transparent;
  /* Transparent background */
  border: none;
  padding: 0;
  cursor: pointer;
  margin-right: 30px;
}

.btn-close-yellow::before,
.btn-close-yellow::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 22px;
  height: 1.3px;
  background-color: #e8c061;
  /* Yellow cross */
  transform-origin: center;
  transition: background-color 0.3s;
}

.btn-close-yellow::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.btn-close-yellow::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.btn-close-yellow:hover::before,
.btn-close-yellow:hover::after {
  background-color: #e8c061;
  /* Slightly darker yellow on hover */
}

.custom-button {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.line {
  width: 30px;
  /* Adjust line width */
  height: 2px;
  /* Adjust line height */
  background-color: #f4c948;
  /* Yellow color for the lines */
  margin: 4px 0;
  /* Spacing between lines */
  border-radius: 4px;
  /* Rounded edges for the lines */
}

/* Button container */
.arrow-button {
  width: 100px;
  /* Width of the button */
  height: 100px;
  /* Height of the button */
  border: 2px solid #d4af37;
  /* Gold border */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  background-color: transparent;
  /* No background */
  box-sizing: border-box;
  /* Ensure padding doesn't affect dimensions */
}

/* Arrow-up icon */
.arrow-up {
  width: 20px;
  /* Width of the arrow */
  height: 20px;
  /* Height of the arrow */
  border-left: 2px solid #d4af37;
  /* Left line of the arrow */
  border-right: 2px solid #d4af37;
  /* Right line of the arrow */
  border-bottom: 2px solid transparent;
  /* No bottom line */
  transform: rotate(45deg);
  /* Rotate to make the arrow point up */
}

.scroll-button {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease-in-out;
  height: 44px;
  width: 44px;
  position: fixed;
  top: 50%;
  right: 30px;
  display: none;
}

.scroll-button.show {
  display: block;
}

@media (min-width: 768px) {
  #scrollButton {
    display: none;
  }
}

/* index.html */
@media (max-width: 768px) {
  .BannerBlogs {
    height: 151px;
  }

  .BannerBlogs-register,
  .BannerBlogs-socialBar {
    display: none;
  }

  .BannerBlogs-title {
    font-size: 13px;
    padding-top: 70px;
  }

  .BannerBlogs-description {
    font-size: 19px;
  }

  .MeetTeam {
    padding: 4rem 0 0;
  }

  .MeetTeam-group {
    margin-top: 0px;
  }

  .MeetTeam-carousel {
    height: 24rem;
  }

  .cloud9-item {
    height: 116px !important;
  }

  /* Overlay background */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9998;
    display: none;
  }

  /* Floating Button */
  .fab {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    /* color: white; */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: pointer;
  }

  /* The three action buttons */

  .action-btns {
    position: fixed;
    bottom: 90px;
    right: 24px;
    display: none;
    z-index: 9999;
  }

  .btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .action-btn {
    background-color: white;
    color: #007bff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  }

  .action-btn i {
    font-size: 24px;
  }

  .action-btn svg {
    height: 17px;
  }

  .action-desc {
    background-color: white;
    color: black;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    margin-bottom: 12px;
  }

  .fab-icon {
    transition: 0.3s ease;
    color: white;
  }

  @media (max-width: 768px) {
    .action-section {
      display: block !important;
    }
  }
}

.booking-content {
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 16px;
}

.booking-content .got-it-btn {
  font-size: 16px;
  margin-top: 30px;
  width: 100px;
  padding: 8px;
}

.booking-content .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}</pre></body></html>