@charset "UTF-8";
/* ======= Reboot ======= */
*,
*::before,
*::after {
  box-sizing: border-box; /* 1 */
}

html {
  font-family: sans-serif; /* 2 */
  line-height: 1.15; /* 3 */
  -webkit-text-size-adjust: 100%; /* 4 */
  -ms-text-size-adjust: 100%; /* 4 */
  -ms-overflow-style: scrollbar; /* 5 */
  -webkit-tap-highlight-color: transparent; /* 6 */
}

/* IE10+ doesn't honor `<meta name="viewport">` in some cases. */
@-ms-viewport {
  width: device-width;
}
/* stylelint-disable selector-list-comma-newline-after
Shim for "new" HTML5 structural elements to display correctly (IE10, older browsers) */
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0; /* 1 */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left; /* 3 */
  background-color: #fff; /* 2 */
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] { /* 4 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted; /* 2 */
  text-decoration: underline dotted; /* 2 */
  cursor: help; /* 3 */
  border-bottom: 0; /* 1 */
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; /* Undo browser default */
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic; /* Add the correct font style in Android 4.3- */
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Links
*/
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  /* Remove browser default top margin */
  margin-top: 0;
  /* Reset browser default of `1em` to use `rem`s */
  margin-bottom: 1rem;
  /* Don't allow content to break outside */
  overflow: auto;
  /* We have @viewport set which causes scrollbars to overlap content in IE11 and Edge, so we force a non-overlapping, non-auto-hiding scrollbar to counteract. */
  -ms-overflow-style: scrollbar;
}

figure {
  /* Apply a consistent margin strategy (matches our type styles). */
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none; /* Remove the border on images inside links in IE 10-. */
}

svg:not(:root) {
  overflow: hidden; /* Hide the overflow in IE */
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse; /* Prevent double borders */
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  /* Matches default `<td>` alignment by inheriting from the `<body>`, or the closest parent with a set `text-align`. */
  text-align: inherit;
}

label {
  /* Allow labels to use `margin` for spacing. */
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0; /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

button,
select {
  text-transform: none; /* Remove the inheritance of text transform in Firefox */
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
  appearance: listbox;
}

textarea {
  overflow: auto; /* Remove the default vertical scrollbar in IE. */
  /* Textareas should really only resize vertically so they don't break their (horizontal) containers. */
  resize: vertical;
}

fieldset {
  min-width: 0;
  /* Reset the default outline behavior of fieldsets so they don't affect page layout. */
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%; /* 1 */
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
  appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

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

template {
  display: none; /* Add the correct display in IE */
}

[hidden] {
  display: none !important;
}

@font-face {
  font-family: "Outfit";
  src: url(../fonts/QGYvz_MVcBeNP4NJtEtq.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Base Styles */
body {
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
  color: #4c4c4c;
  overflow-x: hidden;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

body.loaded {
  opacity: 1;
}

a {
  color: #000000;
  text-decoration: none;
  transition: all 0.35s;
}

a:focus,
a:hover {
  color: #00134f;
}

b, strong {
  font-weight: 800;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Outfit", sans-serif;
  font-weight: 800;
  letter-spacing: 1px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

ul {
  padding-left: 22px;
}

hr {
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

hr.light {
  border-color: #fff;
}

@media (min-width: 992px) {
  hr {
    max-width: 800px;
    margin: 25px auto 0;
  }
}
/* Utility Classes */
/* Section */
section {
  padding: 30px 0;
}

section h2 {
  font-size: 50px;
}

section .section-title {
  margin-bottom: 50px;
}

.section-title-round {
  font-family: "Outfit", sans-serif;
  color: #0057db;
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  font-style: italic;
  position: relative;
  display: inline-block;
  padding: 24px;
  border: 1px solid;
  border-radius: 30px;
  margin-bottom: 5rem;
}

section .section-title h1,
section .section-title h2,
section .section-title h3 {
  color: #000000;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 24px;
  position: relative;
}

section .subtitle {
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 9px;
  font-size: 20px;
  color: #000000;
  font-weight: 700;
}

@media (min-width: 992px) {
  section {
    padding: 100px 0;
  }
  section .section-title h1,
  section .section-title h2,
  section .section-title h3 {
    line-height: 35px;
    font-size: 29px;
  }
  section .subtitle {
    font-size: 23px;
    margin-bottom: 25px;
  }
}
.section {
  padding: 6rem 0;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}

@media (max-width: 768px) {
  .section {
    padding: 4rem 0;
  }
}
/* Hero Banner Page */
.hero-banner-page {
  margin-top: 137px;
  padding: 4rem 0;
  background: linear-gradient(45deg, #001F3E, #4067a0);
  color: #ffffff;
}
.hero-banner-page .banner-title {
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  width: 100%;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
}
.hero-banner-page .banner-subtitle {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
}

@media (max-width: 991px) {
  .hero-banner-page {
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .hero-banner-page .banner-title {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
  }
  .hero-banner-page .banner-subtitle {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
  }
}
/*Hero*/
.hero-section {
  margin-top: 122px;
  position: relative;
  height: calc(100vh - 121.98px);
  display: block;
  overflow: hidden;
}

.slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.slide-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease-in-out, visibility 1s;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.slide-item.active {
  opacity: 1;
  visibility: visible;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgb(51, 30, 102), rgba(0, 0, 0, 0));
}

.container {
  position: relative;
  z-index: 2;
}

.hero-content {
  position: relative;
  text-align: left;
  color: white;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .hero-content {
    padding: 0 35px;
  }
}

.slider-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 15px 10px;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  transition: background 0.3s;
}

.slider-control:hover {
  background: rgba(0, 0, 0, 0.8);
}

.slider-control.prev {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.slider-control.next {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.slider-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
}

.slider-indicators .dot {
  height: 10px;
  width: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}

.slider-indicators .dot.active {
  background-color: white;
  transform: scale(1.2);
}

.hero-content h1 {
  font-size: 3.8rem;
  margin-bottom: 1rem;
  line-height: 60px;
  font-weight: 600;
}

.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}

.hero-btn {
  background-color: #fd5400;
  font-weight: 500;
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s, transform 0.2s;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 20px;
}
.hero-btn:hover {
  background-color: rgb(212.2, 70.4537549407, 0);
  text-decoration: none;
  color: #ffffff;
  transform: translateY(-2px);
}
.hero-btn:active, .hero-btn:focus {
  color: #ffffff;
}

@media (max-width: 991px) {
  .hero-section {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .hero-section {
    margin-top: 119px;
  }
  .hero-content h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .hero-content p {
    font-size: 18px;
    line-height: 24px;
  }
}
.slide-caption {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 15px;
  font-style: italic;
  font-size: 0.95rem;
  max-width: 400px;
  z-index: 5;
  text-align: left;
}
.slide-caption p {
  font-size: 0.95rem;
  margin: 0;
}

@media (max-width: 767px) {
  .slide-caption {
    font-size: 0.8rem;
    padding: 8px 10px;
    max-width: 80%;
  }
}
.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 0;
  transition: all var(--transition-speed) ease;
}
.main-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.main-nav .brand {
  display: block;
  padding: 0.5rem 0;
  outline: none;
}
.main-nav .brand img {
  width: 170px;
  height: auto;
  margin: 0;
  padding: 10px;
}
.main-nav .nav-collapse {
  display: flex;
}
.main-nav .nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 0;
}
.main-nav .nav-menu .nav-item {
  margin: 0 0.5rem;
}
.main-nav .nav-menu .nav-item .nav-link {
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  padding: 0.5rem 0.2rem;
  display: block;
  font-weight: 500;
  transition: color var(--transition-speed) ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
}
.main-nav .nav-menu .nav-item .nav-link:hover {
  color: #331e66;
  font-weight: 600;
}
.main-nav .nav-menu .nav-item .nav-link:focus {
  color: #331e66;
  font-weight: 600;
}
.main-nav .nav-menu .nav-item .nav-link.active {
  color: #331e66;
  font-weight: 600;
}
.main-nav .phone-contact svg {
  margin-right: 0.5rem;
  fill: var(--primary-color);
  display: block;
  width: 20px;
  height: 20px;
}
.main-nav .phone-contact a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
}
.main-nav .phone-contact a:hover {
  color: #331e66;
}
.main-nav .toggle-navigation {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  outline: 0;
}
.main-nav .toggle-navigation .navbar-toggler-i {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 21px;
}
.main-nav .toggle-navigation .navbar-toggler-i span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #333333;
  border-radius: 3px;
  transition: all var(--transition-speed) ease;
}
.main-nav .toggle-navigation.active .navbar-toggler-i span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}
.main-nav .toggle-navigation.active .navbar-toggler-i span:nth-child(2) {
  opacity: 0;
}
.main-nav .toggle-navigation.active .navbar-toggler-i span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
.main-nav .mobile-nav {
  display: block !important;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #f3f3f3;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1001;
  padding: 2rem;
  transition: right var(--transition-speed) ease;
  overflow-y: auto;
}
.main-nav .mobile-nav .bmenu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
.main-nav .mobile-nav .bmenu-close svg {
  stroke: #083b66;
  transition: stroke var(--transition-speed) ease;
}
.main-nav .mobile-nav .bmenu-close svg:hover {
  stroke: #083b66;
}
.main-nav .mobile-nav .nav-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
  align-items: center;
  display: inline-block;
  width: 100%;
}
.main-nav .mobile-nav .nav-list .nav-item {
  margin: 1rem 0;
  text-align: center;
}
.main-nav .mobile-nav .nav-list .nav-item .nav-link {
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  display: block;
  font-weight: 500;
  transition: color var(--transition-speed) ease;
  text-transform: uppercase;
  padding: 15px 20px !important;
  font-size: 15px !important;
  line-height: 16px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 1px !important;
}
.main-nav .mobile-nav .nav-list .nav-item .nav-link:hover {
  color: #331e66;
}
.main-nav .mobile-nav .nav-list .nav-item a.active {
  color: #331e66;
  font-weight: 600;
}
.main-nav .mobile-nav .info {
  margin-top: 2rem;
}
.main-nav .mobile-nav .info .title {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.main-nav .mobile-nav .info ul {
  list-style: none;
  padding: 0;
}
.main-nav .mobile-nav .info ul li a {
  color: #331e66;
  text-decoration: none;
  font-weight: 600;
}
.main-nav .mobile-nav .info ul li a:hover {
  text-decoration: underline;
}
.main-nav .mobile-nav.active {
  right: 0;
}
.main-nav .nav-item .nav-link.active {
  color: #331e66;
}
.main-nav .nav-item .js-scroll-trigger.active {
  color: #331e66;
}

.main-nav.phone-contact {
  display: flex;
  align-items: center;
  margin-left: 0;
}

.mobile-only {
  display: block;
}

.main-nav.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 0.3rem 0;
}

@media (max-width: 768px) {
  .main-nav .brand img {
    margin: 20px 0;
  }
}
@media (min-width: 991px) {
  .main-nav .phone-contact {
    display: none;
  }
}
@media (min-width: 992px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 991px) {
  .main-nav .nav-collapse {
    display: none;
  }
  .main-nav .toggle-navigation {
    display: block;
  }
  body.mobile-menu-open {
    overflow: hidden;
  }
  body.mobile-menu-open:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
}
/* Barra de información */
.info-bar {
  background-color: #ffffff;
  color: #07223c;
  padding: 10px 0;
  font-size: 14px;
  font-family: "Outfit", sans-serif;
  border-bottom: 1px solid #dfdfdf;
}

.info-bar-content {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  gap: 30px;
  width: 100%;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #07223c;
  text-decoration: none;
  transition: color 0.3s ease;
  padding-left: 10px;
}
.info-item:hover {
  color: #4067a0;
  text-decoration: none;
}
.info-item:active, .info-item:focus {
  color: #07223c;
  text-decoration: none;
}
.info-item .icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.get-quote-btn {
  background-color: #331e66;
  font-weight: 500;
  color: #ffffff;
  border: none;
  padding: 0.6rem 1.2rem;
  font-size: 15px;
  cursor: pointer;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s;
  text-transform: uppercase;
  display: inline-block;
}
.get-quote-btn:hover, .get-quote-btn:focus, .get-quote-btn:active {
  background-color: rgb(35.2363636364, 20.7272727273, 70.4727272727);
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991px) {
  .info-bar {
    display: none;
  }
}
@media (max-width: 768px) {
  .info-bar-content {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
  .info-item {
    justify-content: center;
  }
  .get-quote-btn {
    display: none;
  }
}
.nav-menu .dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  z-index: 10;
  min-width: 220px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown-menu .nav-item {
  float: none;
  margin: 0 !important;
}
.dropdown-menu .nav-link {
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  display: block;
  padding: 15px 20px !important;
  font-size: 13px !important;
  line-height: 16px;
  text-align: left;
  border-bottom: 1px solid #dddddd;
  letter-spacing: 1px !important;
}
.dropdown-menu .nav-link:hover {
  background-color: #f1f1f1;
  color: #000000 !important;
  font-weight: 400;
}

.dropdown.open > .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  display: inline-block;
  width: 12px;
  height: 20px;
  margin-left: 10px;
  vertical-align: baseline;
  transition: transform 0.2s;
}

.dropdown.open .dropdown-toggle::after {
  transform: rotate(180deg);
}

.dropdown-menu .nav-item {
  float: none;
}

.mobile-nav .dropdown {
  position: relative;
}
.mobile-nav .dropdown .dropdown-menu {
  display: none;
  position: static;
  background-color: #ebebeb;
  border: none;
  box-shadow: none;
  padding-left: 0;
  word-break: normal;
  transition: all 0.3s ease;
  border-radius: 0;
}
.mobile-nav .dropdown .dropdown-menu .nav-item .nav-link {
  color: #565656;
  font-size: 13px !important;
  letter-spacing: 0px !important;
}
.mobile-nav .dropdown.open .dropdown-menu {
  display: block;
}
.mobile-nav .dropdown .dropdown-toggle::after {
  display: none;
}
.mobile-nav .dropdown .dropdown-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-nav .dropdown .dropdown-header .nav-link {
  pointer-events: none;
  flex-grow: 1;
  color: #222;
  text-decoration: none;
  font-weight: 500;
  padding: 0.75rem 0;
}
.mobile-nav .dropdown .dropdown-header .dropdown-arrow {
  position: absolute;
  inset: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}
.mobile-nav .dropdown .dropdown-header .dropdown-arrow:focus, .mobile-nav .dropdown .dropdown-header .dropdown-arrow:focus-visible, .mobile-nav .dropdown .dropdown-header .dropdown-arrow:active {
  outline: none !important;
  box-shadow: none !important;
  background: none !important;
}
.mobile-nav .dropdown .dropdown-header .dropdown-arrow::after {
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  transition: transform 0.25s ease;
}
.mobile-nav .dropdown.open .dropdown-arrow::after {
  transform: translateY(-50%) rotate(180deg);
}

.content-paragraph {
  display: flex;
  flex-direction: column;
  background: #fff;
  cursor: default;
  min-height: 312px;
  padding: 10px 25px;
  text-align: center;
}
.content-paragraph .title {
  text-align: left;
  color: #000000;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}
.content-paragraph p {
  text-align: left;
  font-size: 17.5px;
  font-weight: 400;
  line-height: 1.6;
  color: #555;
}

.card-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0 4px 5px rgba(71, 103, 136, 0.0392156863), 0 8px 15px rgba(71, 103, 136, 0.031372549), 0 30px 50px rgba(71, 103, 136, 0.0784313725);
  border: 1px solid rgb(247, 247, 247);
  border-radius: 6px;
  cursor: pointer;
  min-height: 250px;
  padding: 30px;
  text-align: center;
}
.card-contact:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}
.card-contact .icon {
  color: #222e3a;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
}
.card-contact .icon svg {
  height: 30px;
  width: 30px;
}
.card-contact .card-title {
  color: #222e3a;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}
.card-contact a {
  color: #222e3a;
  font-weight: 500;
  text-decoration: none;
}
.card-contact a:hover {
  text-decoration: underline;
}
.card-contact .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.card-contact .content ul li {
  margin-bottom: 0.5rem;
}
.card-contact .description {
  font-size: 0.95rem;
  color: #555;
}

.section .section-title {
  text-align: center;
  margin-bottom: 3rem;
}
.section .section-title h2 {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  color: #331e66;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
.section .section-title h2::after {
  content: "";
  display: block;
  width: 60%;
  height: 4px;
  margin: 10px auto 0;
  background: #fd5400;
  border-radius: 2px;
}
@media (max-width: 767px) {
  .section .section-title h2 {
    font-size: 1.3rem;
  }
}

.benefits-section {
  background-color: #f9f9f9;
}
.benefits-section .benefits-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.benefits-section .benefits-list .benefit-box {
  border-radius: 0;
  padding: 10px 30px;
  max-width: 350px;
  text-align: left;
  border-left: 1px solid #e3e3e3;
}
.benefits-section .benefits-list .benefit-box:last-child {
  border-right: 1px solid #e3e3e3;
}
.benefits-section .benefits-list .benefit-box .benefit-title {
  font-size: 17px;
  font-weight: 600;
  color: #000000;
  margin: 0 0 8px;
}
.benefits-section .benefits-list .benefit-box p {
  font-size: 17px;
  color: #606060;
  line-height: 24px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .benefits-section .benefits-list {
    justify-content: center;
  }
  .benefits-section .benefits-list .benefit-box {
    border-left: 0;
    border-right: 0;
    margin-bottom: 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .benefits-section .benefits-list .benefit-box:last-child {
    border-right: 0;
  }
  .benefits-section .benefits-list .benefit-box .benefit-title,
  .benefits-section .benefits-list .benefit-box p {
    text-align: center;
  }
}

/* Services Section Styles */
.services-grid {
  display: grid;
  margin-top: 40px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  position: relative;
  z-index: 2;
}

.service-box {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 5px rgba(71, 103, 136, 0.0392156863), 0 8px 15px rgba(71, 103, 136, 0.031372549), 0 30px 50px rgba(71, 103, 136, 0.0784313725);
  border: 1px solid rgb(247, 247, 247);
  border-radius: 6px;
}
.service-box .service-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.service-box .service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-box .service-title {
  font-family: "Outfit", sans-serif;
  color: #000000;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  padding: 1.2rem 1.5rem 0.5rem;
  margin: 10px 0;
  text-transform: uppercase;
  line-height: 19px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-box .service-description {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #333333;
  text-align: center;
  padding: 0 2.5rem 2.5rem;
  margin: 0;
  flex: 1;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .service-box .services-section .section-title {
    margin-bottom: 2rem;
  }
  .service-box .services-section .section-title h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .service-box .services-grid {
    grid-template-columns: 1fr;
  }
}

.service-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.service-image:hover img {
  transform: scale(1.05);
}
.service-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.service-image .image-overlay i {
  font-size: 2rem;
  color: white;
}
.service-image:hover .image-overlay {
  opacity: 1;
}

.service-title {
  font-family: "Outfit", sans-serif;
  color: #000000;
  font-size: 16.5px;
  font-weight: 800;
  text-align: center;
  padding: 2.5rem 1.2rem 0.5rem;
  margin-bottom: 20px;
  text-transform: uppercase;
  line-height: 24px;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-description {
  padding: 0 20px 20px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

/* Image Modal Styles */
.image-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}
.image-modal .image-modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
.image-modal .image-modal-dialog {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.image-modal .image-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 2rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10000;
  transition: background 0.3s ease;
}
.image-modal .image-modal-close:hover {
  background: rgba(255, 255, 255, 0.3);
}
.image-modal .image-modal-content {
  max-width: 90vw;
  max-height: 90vh;
  text-align: center;
}
.image-modal .image-modal-content img {
  max-width: 100%;
  max-height: calc(90vh - 60px);
  object-fit: contain;
  border-radius: 8px;
}
.image-modal .image-modal-caption {
  color: white;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 15px;
  padding: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-image {
    height: 200px;
  }
  .image-modal .image-modal-content {
    max-width: 95vw;
    max-height: 95vh;
  }
  .image-modal .image-modal-content img {
    max-height: calc(95vh - 40px);
  }
  .image-modal .image-modal-close {
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
  }
  .image-modal .image-modal-caption {
    font-size: 1rem;
  }
}
.clients-section {
  background-color: #f9f9f9;
}

.clients-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-slide.client-item {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide.client-item img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.swiper-slide.client-item img:hover {
  opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  width: 32px !important;
  height: 32px !important;
  color: #000000 !important;
  text-shadow: 1px 1px 3px black;
  border-radius: 50%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 18px !important;
}

.policy-page .hero-policy-section {
  margin-top: 122px;
  position: relative;
  height: 280px;
  background: url("/images/hero.jpg") no-repeat center center/cover;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.policy-page .hero-policy-section.etica {
  background: url("/images/politicas/etica.jpg") no-repeat center center/cover;
}
.policy-page .hero-policy-section.seguridad-salud {
  background: url("/images/politicas/seguridad-salud.jpg") no-repeat center center/cover;
}
.policy-page .hero-policy-section.medio-ambiente {
  background: url("/images/politicas/medio-ambiente.jpg") no-repeat center center/cover;
}
.policy-page .hero-policy-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(51, 30, 102, 0.55), rgba(0, 0, 0, 0)) !important;
}
.policy-page .hero-policy-section .content {
  position: relative;
  text-align: left;
  color: white;
  max-width: 100%;
  padding: 0;
}
.policy-page .hero-policy-section .content h1 {
  font-size: 38px;
  line-height: 42px;
  margin-bottom: 0;
  font-weight: 600;
  max-width: 450px;
}
.policy-page .page-content .content-description {
  display: flex;
  justify-content: space-between;
}
.policy-page .page-content .content-description .text-content {
  max-width: 100%;
  width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.policy-page .page-content .content-description .text-content .title-section {
  margin-bottom: 10px;
}
.policy-page .page-content .content-description .text-content .title-section .back-home-link {
  font-size: 16px;
  line-height: 16px;
  color: #331e66;
  margin-bottom: 35px;
  display: block;
}
.policy-page .page-content .content-description .text-content .title-section h2 {
  text-transform: initial;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
}
.policy-page .page-content .content-description .text-content p {
  font-weight: 100;
  font-size: 17.5px;
}
.policy-page .page-content .content-description .download-files {
  max-width: 100%;
  width: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.policy-page .page-content .content-description .download-files h3 {
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px !important;
}
.policy-page .page-content .content-description .download-files .file-list {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 25px;
}
.policy-page .page-content .content-description .download-files .file-document {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #f2f2f2;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.05) 2px 6px 0px 0px !important;
  padding: 25px 25px 15px;
  max-width: 300px;
}
.policy-page .page-content .content-description .download-files .file-document:hover {
  text-decoration: none;
  background-color: #f7f7f7;
}
.policy-page .page-content .content-description .download-files .file-document:active {
  box-shadow: none !important;
}
.policy-page .page-content .content-description .download-files .file-document .card-body h3 {
  font-size: 16px;
  line-height: 18px;
}
.policy-page .page-content .content-description .download-files .file-document .card-body p {
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .policy-page .page-content .content-description {
    flex-direction: column;
  }
}

.footer {
  background-color: #222e3a;
  color: #d3d3d3;
  font-family: "Outfit", sans-serif;
  padding: 40px;
}
.footer .footer-wrap {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.footer .footer-wrap .footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 10px;
  gap: 25px;
}
.footer .footer-wrap .footer-info .logo {
  margin: 0;
}
.footer .footer-wrap .footer-info .logo img {
  max-width: 100%;
  height: auto;
}
.footer .footer-wrap .footer-info .socials {
  margin: 0;
}
.footer .footer-wrap .footer-info .socials .social-item {
  margin: auto;
  height: 22px;
  padding: 0;
  display: block;
}
.footer .footer-wrap .footer-info .socials .social-item svg {
  height: 22px;
  width: 22px;
}
.footer .footer-wrap .footer-info .socials .social-item svg path {
  fill: #d3d3d3;
  transition: fill 0.3s ease;
}
.footer .footer-wrap .footer-info .socials .social-item:hover svg path {
  fill: #fd5400 !important;
}
.footer .footer-wrap .footer-contact-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}
.footer .footer-wrap .footer-contact-info .item {
  margin: 0;
  font-size: 17px;
}
.footer .footer-wrap .footer-contact-info .item a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.35s;
  opacity: 0.9;
}
.footer .footer-wrap .footer-contact-info .email-address b {
  color: white;
}
.footer .footer-wrap .footer-menu {
  border-top: 1px solid #787878;
  padding: 10px 0 20px 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-wrap .footer-menu .content-ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  gap: 0;
}
@media (max-width: 991px) {
  .footer .footer-wrap .footer-menu .content-ul {
    padding-top: 30px;
    flex-direction: column;
    gap: 5px;
  }
}
.footer .footer-wrap .footer-menu .content-ul .menu-item {
  margin: 0 0.5rem;
}
.footer .footer-wrap .footer-menu .content-ul .menu-item a {
  color: #d3d3d3;
  text-decoration: none;
  font-family: "Outfit", sans-serif;
  padding: 0.5rem 1rem;
  display: block;
  font-weight: 500;
  transition: color var(--transition-speed) ease;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
}
.footer .footer-wrap .footer-menu .content-ul .menu-item a:hover {
  color: #fd5400;
}
.footer .footer-wrap .footer-legal {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .footer .footer-wrap .footer-legal {
    margin-top: 0;
  }
}
.footer .footer-wrap .footer-legal p {
  font-size: 15px;
  margin-bottom: 20px;
}
.footer .footer-wrap .footer-legal strong {
  color: #ffffff;
}
.footer .footer-wrap .small-legal {
  text-align: center;
  font-size: 14px;
  margin: 0;
}

/* Footer Styles */
.footer-model-two {
  background-color: rgba(51, 30, 102, 0.9098039216);
  color: #ffffff;
  padding: 4rem 0 0;
  font-family: "Outfit", sans-serif;
}
.footer-model-two .footer-logo {
  width: 180px;
  height: auto;
  margin-bottom: 1.5rem;
}
.footer-model-two .footer-info p {
  color: #d3d3d3;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.footer-model-two .contact-details h3 {
  color: #e6e6e6;
  font-size: 18px;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  line-height: 21px;
  text-align: left;
}
.footer-model-two .contact-details p {
  font-size: 0.95rem;
  padding-left: 12px;
}
.footer-model-two .schedule-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.footer-model-two .schedule-title {
  color: #d3d3d3;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 22px;
}
.footer-model-two .schedule-dates {
  color: #ffffff;
  font-size: 1.1rem;
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.footer-model-two .schedule-hours {
  color: #d3d3d3;
}
.footer-model-two .schedule-hours p {
  margin-bottom: 0.5rem;
}
.footer-model-two .contact-info {
  margin-top: 0;
  padding-left: 0;
}
.footer-model-two .contact-info p {
  margin-bottom: 0.5rem;
  color: #d3d3d3;
}
.footer-model-two .contact-info a {
  color: #d3d3d3;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-model-two .contact-info a:hover {
  color: #fd5400;
}
.footer-model-two .contact-info .address {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.footer-model-two .contact-info .address svg {
  fill: white;
  width: 18px;
  margin-top: 7px;
}
.footer-model-two .contact-info .phone {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.footer-model-two .contact-info .phone svg {
  fill: white;
  width: 22px;
  margin-top: 7px;
}
.footer-model-two .contact-info .phone .phone-list {
  list-style-type: none;
  padding: 0;
}
.footer-model-two .contact-info .email {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.footer-model-two .contact-info .email svg {
  fill: white;
  width: 22px;
  margin-top: 7px;
}
.footer-model-two .footer-schedule h3 {
  color: #d3d3d3;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
}
.footer-model-two .footer-links h3 {
  color: #d3d3d3;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  font-family: "Outfit", sans-serif;
  line-height: 21px;
  text-align: left;
  text-transform: uppercase;
}
.footer-model-two .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-model-two .footer-links li {
  margin-bottom: 6px;
}
.footer-model-two .footer-links a {
  color: #d3d3d3;
  text-decoration: none;
  transition: color 0.3s ease;
  font-size: 16px;
}
.footer-model-two .footer-links a:hover {
  color: #fd5400;
}
.footer-model-two .contact-links ul .menu-item {
  display: inline-flex;
  flex-direction: row;
  gap: 15px;
  justify-content: flex-start;
  align-items: baseline;
}
.footer-model-two .contact-links ul .menu-item svg {
  fill: #d3d3d3;
}
.footer-model-two .contact-links ul .menu-item p {
  margin-bottom: 10px;
}
.footer-model-two .social-icons {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  margin-top: 3rem;
}
.footer-model-two .social-icons a {
  color: #ffffff;
  transition: color 0.3s ease;
}
.footer-model-two .social-icons a:hover {
  color: #fd5400;
}
.footer-model-two .site-footer-bottom {
  background: #331e66;
  padding: 1.5rem 0;
  margin-top: 3rem;
}
.footer-model-two .site-footer-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-model-two .site-footer-bottom p {
  margin: 0;
  color: #d3d3d3;
  margin: 0;
  font-size: 14px;
  color: #7f7f7f;
}
.footer-model-two .site-footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  gap: 2rem;
}
.footer-model-two .site-footer-bottom a {
  color: #d3d3d3;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.footer-model-two .site-footer-bottom a:hover {
  color: #fd5400;
}
@media (max-width: 768px) {
  .footer-model-two .recognition-content {
    padding: 0;
    flex-direction: column;
    border-radius: 0;
  }
  .footer-model-two .recognition-content .content-wrapper {
    padding: 0;
  }
  .footer-model-two .recognition-title {
    font-size: 2rem;
    display: inline-block;
    width: 100%;
  }
  .footer-model-two .recognition-list {
    grid-template-columns: 1fr;
  }
  .footer-model-two .footer {
    padding: 3rem 0 0;
  }
  .footer-model-two .footer-info {
    margin-bottom: 2rem;
  }
  .footer-model-two .footer-schedule {
    margin-bottom: 2rem;
  }
  .footer-model-two .footer-links {
    margin-bottom: 2rem;
  }
  .footer-model-two .site-footer-bottom .container {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  .footer-model-two .site-footer-bottom ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .footer-model-two .footer-main {
    padding: 40px 0 20px;
  }
  .footer-model-two .footer-info {
    margin-bottom: 30px;
  }
  .footer-model-two .footer-links {
    margin-bottom: 30px;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.m-auto {
  margin: auto !important;
}

.mt-auto, .my-auto {
  margin-top: auto !important;
}

.mr-auto, .mx-auto {
  margin-right: auto !important;
}

.mb-auto, .my-auto {
  margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

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

/* Hero Section */
.banner-section {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-top: 137px;
}
.banner-section .video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner-section .video-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-section .banner-content {
  padding: 4rem 0;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.banner-section .banner-content .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.banner-section .banner-content .content-wrapper .logo-section {
  margin-bottom: 2rem;
  text-align: center;
}
.banner-section .banner-content .content-wrapper .banner-title {
  font-family: "Outfit", sans-serif;
  color: #ffffff;
  width: 100%;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: normal;
  text-decoration: none;
  position: relative;
  padding: 20px;
  background: #331e66;
  display: inline-block;
  margin-bottom: 20px;
  border-left: 8px solid #fd5400;
}
.banner-section .banner-content .content-wrapper .banner-text {
  font-size: 18px;
  line-height: 1.6;
  max-width: 800px;
  color: #ffffff;
}
.banner-section .banner-content .content-wrapper .button-section {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.banner-section .banner-content .content-wrapper .button-section .cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #331e66;
  color: #0f3d0f;
  border-radius: 50px;
  padding: 0.9rem 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}
.banner-section .banner-content .content-wrapper .button-section .cta-button:hover {
  background: rgb(35.2363636364, 20.7272727273, 70.4727272727);
  color: #0f3d0f;
  text-decoration: none;
}
.banner-section .banner-content .content-wrapper .button-section .cta-button:active {
  color: #0f3d0f;
  text-decoration: none;
}
.banner-section .banner-content .content-wrapper .button-section .cta-button:focus {
  color: #0f3d0f;
  text-decoration: none;
}
.banner-section .scroll-indicator {
  text-align: center;
  margin-top: 2rem;
}
.banner-section .scroll-indicator svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media (max-width: 991px) {
  .banner-section {
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .banner-section {
    /*.video-background {
        max-height: 635px;
    }*/
  }
  .banner-section .banner-content .content-wrapper .logo-section img {
    max-width: 100%;
    width: 100%;
  }
  .banner-section .banner-content .content-wrapper .banner-title {
    font-size: 20px;
  }
  .banner-section .banner-content .content-wrapper .banner-text {
    display: none;
  }
  .banner-section .banner-content .content-wrapper .button-section .cta-button {
    margin-top: 0;
  }
}
/* About */
.about-us-section {
  position: relative;
}
.about-us-section .content-description {
  max-width: 480px;
  height: 100%;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-us-section .content-description .about-us-history {
  padding-left: 0;
  margin-bottom: auto;
}
.about-us-section .content-description .about-us-history .section-title {
  margin-bottom: 25px;
}
.about-us-section .content-description .about-us-history .section-title h2 {
  text-transform: initial;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}
.about-us-section .content-description .about-us-history .section-title h3 {
  font-size: 1.3rem;
  margin-bottom: 3px;
}
.about-us-section .content-description .about-us-history p {
  font-weight: 100;
  font-size: 17.5px;
}
@media (max-width: 767px) {
  .about-us-section .content-description .about-us-history .section-title {
    margin-bottom: 30px;
  }
  .about-us-section .content-description .about-us-history .section-title h2 {
    margin-top: 30px;
  }
}

.default-page {
  padding: 100px 0;
  margin-top: 122.8px;
}
.default-page .default-content {
  text-align: center;
}
.default-page .default-content h1.title {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.default-page .default-content p {
  font-size: 24px;
  margin-bottom: 40px;
}
